summaryrefslogtreecommitdiffstatshomepage
path: root/includes/js/dojox/data/demos/geography
diff options
context:
space:
mode:
authorGravatar mensonge2008-11-14 15:39:19 +0000
committerGravatar mensonge2008-11-14 15:39:19 +0000
commit1c5685d68f1b73270fb814fe04cbb490eb90ba5f (patch)
tree3d3ada08a934b96fc31531f1327690d7edc6f766 /includes/js/dojox/data/demos/geography
parent104d59099e048688c4dbac37d72137006e396558 (diff)
downloadscuttle-1c5685d68f1b73270fb814fe04cbb490eb90ba5f.tar.gz
scuttle-1c5685d68f1b73270fb814fe04cbb490eb90ba5f.zip
Minor fix: Remove DOJO library (60Mo) replaced by link to Google CDN (online DOJO library)
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@159 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'includes/js/dojox/data/demos/geography')
-rw-r--r--includes/js/dojox/data/demos/geography/Argentina/data.json5
-rw-r--r--includes/js/dojox/data/demos/geography/Brazil/data.json5
-rw-r--r--includes/js/dojox/data/demos/geography/Canada/Ottawa/data.json6
-rw-r--r--includes/js/dojox/data/demos/geography/Canada/Toronto/data.json6
-rw-r--r--includes/js/dojox/data/demos/geography/Canada/data.json10
-rw-r--r--includes/js/dojox/data/demos/geography/China/data.json4
-rw-r--r--includes/js/dojox/data/demos/geography/Commonwealth of Australia/data.json5
-rw-r--r--includes/js/dojox/data/demos/geography/Egypt/data.json5
-rw-r--r--includes/js/dojox/data/demos/geography/France/data.json4
-rw-r--r--includes/js/dojox/data/demos/geography/Germany/data.json4
-rw-r--r--includes/js/dojox/data/demos/geography/India/data.json4
-rw-r--r--includes/js/dojox/data/demos/geography/Italy/data.json4
-rw-r--r--includes/js/dojox/data/demos/geography/Kenya/Mombasa/data.json5
-rw-r--r--includes/js/dojox/data/demos/geography/Kenya/Nairobi/data.json5
-rw-r--r--includes/js/dojox/data/demos/geography/Kenya/data.json9
-rw-r--r--includes/js/dojox/data/demos/geography/Mexico/Guadalajara/data.json7
-rw-r--r--includes/js/dojox/data/demos/geography/Mexico/Mexico City/data.json6
-rw-r--r--includes/js/dojox/data/demos/geography/Mexico/data.json10
-rw-r--r--includes/js/dojox/data/demos/geography/Mongolia/data.json4
-rw-r--r--includes/js/dojox/data/demos/geography/Russia/data.json4
-rw-r--r--includes/js/dojox/data/demos/geography/Spain/data.json4
-rw-r--r--includes/js/dojox/data/demos/geography/Sudan/Khartoum/data.json5
-rw-r--r--includes/js/dojox/data/demos/geography/Sudan/data.json6
-rw-r--r--includes/js/dojox/data/demos/geography/United States of America/data.json4
-rw-r--r--includes/js/dojox/data/demos/geography/root.json39
25 files changed, 0 insertions, 170 deletions
diff --git a/includes/js/dojox/data/demos/geography/Argentina/data.json b/includes/js/dojox/data/demos/geography/Argentina/data.json
deleted file mode 100644
index 17ba291..0000000
--- a/includes/js/dojox/data/demos/geography/Argentina/data.json
+++ /dev/null
@@ -1,5 +0,0 @@
-{
- name:'Argentina',
- type:'country',
- population:'40 million'
-}
diff --git a/includes/js/dojox/data/demos/geography/Brazil/data.json b/includes/js/dojox/data/demos/geography/Brazil/data.json
deleted file mode 100644
index a326c24..0000000
--- a/includes/js/dojox/data/demos/geography/Brazil/data.json
+++ /dev/null
@@ -1,5 +0,0 @@
-{
- name:'Brazil',
- type:'country',
- population:'186 million'
-}
diff --git a/includes/js/dojox/data/demos/geography/Canada/Ottawa/data.json b/includes/js/dojox/data/demos/geography/Canada/Ottawa/data.json
deleted file mode 100644
index df3bbc8..0000000
--- a/includes/js/dojox/data/demos/geography/Canada/Ottawa/data.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- name:'Ottawa',
- type:'city',
- population:'0.9 million',
- timezone:'-5 UTC'
-}
diff --git a/includes/js/dojox/data/demos/geography/Canada/Toronto/data.json b/includes/js/dojox/data/demos/geography/Canada/Toronto/data.json
deleted file mode 100644
index 534409b..0000000
--- a/includes/js/dojox/data/demos/geography/Canada/Toronto/data.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- name:'Toronto',
- type:'city',
- population:'2.5 million',
- timezone:'-5 UTC'
-}
diff --git a/includes/js/dojox/data/demos/geography/Canada/data.json b/includes/js/dojox/data/demos/geography/Canada/data.json
deleted file mode 100644
index 6ef34ed..0000000
--- a/includes/js/dojox/data/demos/geography/Canada/data.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- name:'Canada',
- type:'country',
- population:'33 million', area:'9,984,670 sq km',
- children:[
- {stub:'Ottawa'},
- {stub:'Toronto'}
- ]
-}
-
diff --git a/includes/js/dojox/data/demos/geography/China/data.json b/includes/js/dojox/data/demos/geography/China/data.json
deleted file mode 100644
index 72c29cc..0000000
--- a/includes/js/dojox/data/demos/geography/China/data.json
+++ /dev/null
@@ -1,4 +0,0 @@
-{
- name:'China',
- type:'country'
-}
diff --git a/includes/js/dojox/data/demos/geography/Commonwealth of Australia/data.json b/includes/js/dojox/data/demos/geography/Commonwealth of Australia/data.json
deleted file mode 100644
index e093295..0000000
--- a/includes/js/dojox/data/demos/geography/Commonwealth of Australia/data.json
+++ /dev/null
@@ -1,5 +0,0 @@
-{
- name:'Commonwealth of Australia',
- type:'country',
- population:'21 million'
-}
diff --git a/includes/js/dojox/data/demos/geography/Egypt/data.json b/includes/js/dojox/data/demos/geography/Egypt/data.json
deleted file mode 100644
index d355537..0000000
--- a/includes/js/dojox/data/demos/geography/Egypt/data.json
+++ /dev/null
@@ -1,5 +0,0 @@
-{
- name:'Egypt',
- type:'country'
-}
-
diff --git a/includes/js/dojox/data/demos/geography/France/data.json b/includes/js/dojox/data/demos/geography/France/data.json
deleted file mode 100644
index 5b5f3c3..0000000
--- a/includes/js/dojox/data/demos/geography/France/data.json
+++ /dev/null
@@ -1,4 +0,0 @@
-{
- name:'France',
- type:'country'
-}
diff --git a/includes/js/dojox/data/demos/geography/Germany/data.json b/includes/js/dojox/data/demos/geography/Germany/data.json
deleted file mode 100644
index 1656257..0000000
--- a/includes/js/dojox/data/demos/geography/Germany/data.json
+++ /dev/null
@@ -1,4 +0,0 @@
-{
- name:'Germany',
- type:'country'
-}
diff --git a/includes/js/dojox/data/demos/geography/India/data.json b/includes/js/dojox/data/demos/geography/India/data.json
deleted file mode 100644
index 3103f89..0000000
--- a/includes/js/dojox/data/demos/geography/India/data.json
+++ /dev/null
@@ -1,4 +0,0 @@
-{
- name:'India',
- type:'country'
-}
diff --git a/includes/js/dojox/data/demos/geography/Italy/data.json b/includes/js/dojox/data/demos/geography/Italy/data.json
deleted file mode 100644
index 6e6b076..0000000
--- a/includes/js/dojox/data/demos/geography/Italy/data.json
+++ /dev/null
@@ -1,4 +0,0 @@
-{
- name:'Italy',
- type:'country'
-}
diff --git a/includes/js/dojox/data/demos/geography/Kenya/Mombasa/data.json b/includes/js/dojox/data/demos/geography/Kenya/Mombasa/data.json
deleted file mode 100644
index 28aa849..0000000
--- a/includes/js/dojox/data/demos/geography/Kenya/Mombasa/data.json
+++ /dev/null
@@ -1,5 +0,0 @@
-{
- name:'Mombasa',
- type:'city',
- population: "Unknown"
-}
diff --git a/includes/js/dojox/data/demos/geography/Kenya/Nairobi/data.json b/includes/js/dojox/data/demos/geography/Kenya/Nairobi/data.json
deleted file mode 100644
index f5658ec..0000000
--- a/includes/js/dojox/data/demos/geography/Kenya/Nairobi/data.json
+++ /dev/null
@@ -1,5 +0,0 @@
-{
- name:'Nairobi',
- type:'city',
- population: "Unknown"
-}
diff --git a/includes/js/dojox/data/demos/geography/Kenya/data.json b/includes/js/dojox/data/demos/geography/Kenya/data.json
deleted file mode 100644
index 9253c25..0000000
--- a/includes/js/dojox/data/demos/geography/Kenya/data.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- name:'Kenya',
- type:'country',
- children:[
- {stub:'Nairobi'},
- {stub:'Mombasa'}
- ]
-}
-
diff --git a/includes/js/dojox/data/demos/geography/Mexico/Guadalajara/data.json b/includes/js/dojox/data/demos/geography/Mexico/Guadalajara/data.json
deleted file mode 100644
index 059fc82..0000000
--- a/includes/js/dojox/data/demos/geography/Mexico/Guadalajara/data.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- name:'Guadalajara',
- type:'city',
- population:'4 million',
- timezone:'-6 UTC'
-}
-
diff --git a/includes/js/dojox/data/demos/geography/Mexico/Mexico City/data.json b/includes/js/dojox/data/demos/geography/Mexico/Mexico City/data.json
deleted file mode 100644
index 8c67622..0000000
--- a/includes/js/dojox/data/demos/geography/Mexico/Mexico City/data.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- name:'Mexico City',
- type:'city',
- population:'19 million',
- timezone:'-6 UTC'
-}
diff --git a/includes/js/dojox/data/demos/geography/Mexico/data.json b/includes/js/dojox/data/demos/geography/Mexico/data.json
deleted file mode 100644
index aa381e4..0000000
--- a/includes/js/dojox/data/demos/geography/Mexico/data.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- name:'Mexico',
- type:'country',
- population:'108 million',
- area:'1,972,550 sq km',
- children:[
- {stub:'Mexico City'},
- {stub:'Guadalajara'}
- ]
-}
diff --git a/includes/js/dojox/data/demos/geography/Mongolia/data.json b/includes/js/dojox/data/demos/geography/Mongolia/data.json
deleted file mode 100644
index 4c60b22..0000000
--- a/includes/js/dojox/data/demos/geography/Mongolia/data.json
+++ /dev/null
@@ -1,4 +0,0 @@
-{
- name:'Mongolia',
- type:'country'
-}
diff --git a/includes/js/dojox/data/demos/geography/Russia/data.json b/includes/js/dojox/data/demos/geography/Russia/data.json
deleted file mode 100644
index 5d9a6ba..0000000
--- a/includes/js/dojox/data/demos/geography/Russia/data.json
+++ /dev/null
@@ -1,4 +0,0 @@
-{
- name:'Russia',
- type:'country'
-}
diff --git a/includes/js/dojox/data/demos/geography/Spain/data.json b/includes/js/dojox/data/demos/geography/Spain/data.json
deleted file mode 100644
index d9a1210..0000000
--- a/includes/js/dojox/data/demos/geography/Spain/data.json
+++ /dev/null
@@ -1,4 +0,0 @@
-{
- name:'Spain',
- type:'country'
-}
diff --git a/includes/js/dojox/data/demos/geography/Sudan/Khartoum/data.json b/includes/js/dojox/data/demos/geography/Sudan/Khartoum/data.json
deleted file mode 100644
index befa3c7..0000000
--- a/includes/js/dojox/data/demos/geography/Sudan/Khartoum/data.json
+++ /dev/null
@@ -1,5 +0,0 @@
-{
- name:'Khartoum',
- type:'city'
-}
-
diff --git a/includes/js/dojox/data/demos/geography/Sudan/data.json b/includes/js/dojox/data/demos/geography/Sudan/data.json
deleted file mode 100644
index fe7585b..0000000
--- a/includes/js/dojox/data/demos/geography/Sudan/data.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- name:'Sudan',
- type:'country',
- children:{stub:'Khartoum'}
-}
-
diff --git a/includes/js/dojox/data/demos/geography/United States of America/data.json b/includes/js/dojox/data/demos/geography/United States of America/data.json
deleted file mode 100644
index 7dbdd61..0000000
--- a/includes/js/dojox/data/demos/geography/United States of America/data.json
+++ /dev/null
@@ -1,4 +0,0 @@
-{
- name:'United States of America',
- type:'country'
-}
diff --git a/includes/js/dojox/data/demos/geography/root.json b/includes/js/dojox/data/demos/geography/root.json
deleted file mode 100644
index dda74f5..0000000
--- a/includes/js/dojox/data/demos/geography/root.json
+++ /dev/null
@@ -1,39 +0,0 @@
-{
- identifier: 'name',
- label: 'name',
- items: [
- { name:'Africa', type:'continent',
- children:[{_reference:'Egypt'}, {_reference:'Kenya'}, {_reference:'Sudan'}] },
- { name:'Egypt', type:'stub', parent: 'geography'},
- { name:'Kenya', type:'stub', parent: 'geography'},
- { name:'Sudan', type:'stub', parent: 'geography'},
-
- { name:'Asia', type:'continent',
- children:[{_reference:'China'}, {_reference:'India'}, {_reference:'Russia'}, {_reference:'Mongolia'}] },
- { name:'China', type:'stub', parent: 'geography'},
- { name:'India', type:'stub', parent: 'geography'},
- { name:'Russia', type:'stub', parent: 'geography'},
- { name:'Mongolia', type:'stub', parent: 'geography'},
-
- { name:'Australia', type:'continent', population:'21 million',
- children:{_reference:'Commonwealth of Australia'}},
- { name:'Commonwealth of Australia', type:'stub', parent:'geography'},
-
- { name:'Europe', type:'continent',
- children:[{_reference:'Germany'}, {_reference:'France'}, {_reference:'Spain'}, {_reference:'Italy'}] },
- { name:'Germany', type:'stub', parent: 'geography'},
- { name:'France', type:'stub', parent: 'geography'},
- { name:'Spain', type:'stub', parent: 'geography'},
- { name:'Italy', type:'stub', parent: 'geography'},
-
- { name:'North America', type:'continent',
- children:[{_reference:'Mexico'}, {_reference:'Canada'}, {_reference:'United States of America'}] },
- { name:'Mexico', type:'stub', parent: 'geography'},
- { name:'Canada', type:'stub', parent: 'geography'},
- { name:'United States of America', type:'stub', parent: 'geography'},
-
- { name:'South America', type:'continent',
- children:[{_reference:'Brazil'}, {_reference:'Argentina'}] },
- { name:'Brazil', type:'stub', parent: 'geography'},
- { name:'Argentina', type:'stub', parent: 'geography'}
-]}