Fixes data/enwp* {name, id, url}
authordsc <dsc@less.ly>
Mon, 5 Mar 2012 08:30:17 +0000 (00:30 -0800)
committerdsc <dsc@less.ly>
Mon, 5 Mar 2012 08:30:17 +0000 (00:30 -0800)
enwp_articles_created.yaml
enwp_articles_deleted.yaml
enwp_editors_actitiy.yaml
enwp_editors_counts.yaml
enwp_edits_actitiy.yaml
enwp_edits_counts.yaml
enwp_edits_namespaces.yaml

index ba52268..6b6ac46 100644 (file)
@@ -1,11 +1,28 @@
-chart:
-  libary: dygraphs
-  options: {rollPeriod: 5, title: Articles created over time, ylabel: Number of articles}
-columns:
-  labels: [Month, Date, Total, Non-autoconfirmed, Autoconfirmed, Autopatrolled]
-  types: [date, int, int, int, int, int]
-format: csv
 id: enwp_articles_created
-name: Articles created over time
-timespan: {end: 2012-01, start: 2001-01, step: 1mo}
+name: Articles Created Over Time
+format: csv
 url: /data/enwp_articles_created.csv
+timespan:
+    end: 2012-01
+    start: 2001-01
+    step: 1mo
+columns:
+    labels:
+    - Month
+    - Date
+    - Total
+    - Non-autoconfirmed
+    - Autoconfirmed
+    - Autopatrolled
+    types:
+    - date
+    - int
+    - int
+    - int
+    - int
+    - int
+chart:
+    libary: dygraphs
+    options:
+        rollPeriod: 5
+        ylabel: Number of articles
index a7e75ed..38136c3 100644 (file)
@@ -1,11 +1,28 @@
-chart:
-  libary: dygraphs
-  options: {rollPeriod: 5, title: Articles deleted over time, ylabel: Number of articles}
-columns:
-  labels: [Month, Date, Total, Non-autoconfirmed, Autoconfirmed, Autopatrolled]
-  types: [date, int, int, int, int, int]
-format: csv
 id: enwp_articles_deleted
-name: Articles deleted over time
-timespan: {end: 2012-01, start: 2001-01, step: 1mo}
-url: data/enwp_articles_deleted.csv
+name: Articles Deleted Over Time
+format: csv
+url: /data/enwp_articles_deleted.csv
+timespan:
+    end: 2012-01
+    start: 2001-01
+    step: 1mo
+columns:
+    labels:
+    - Month
+    - Date
+    - Total
+    - Non-autoconfirmed
+    - Autoconfirmed
+    - Autopatrolled
+    types:
+    - date
+    - int
+    - int
+    - int
+    - int
+    - int
+chart:
+    libary: dygraphs
+    options:
+        rollPeriod: 5
+        ylabel: Number of articles
index 0a79e62..2c7d239 100644 (file)
@@ -1,13 +1,32 @@
-chart:
-  libary: dygraphs
-  options: {stackedGraph: true, title: 'Active editor histogram (no bots, namespaces:All)',
-    ylabel: Number of Editors}
-columns:
-  labels: [Month, 1 edit, 2-5 edits, 6-50 edits, 51-100 edits, 101-500 edits, 501-1000
-      edits, '>1000 edits']
-  types: [date, int, int, int, int, int, int, int]
+id: enwp_editors_actitiy
+name: Active Editor Histogram (no bots, namespaces:All)
 format: csv
-id: editors_EditorActivity
-name: Active editor histogram (no bots, namespaces:All)
-timespan: {end: 2012-01, start: 2001-01, step: 1mo}
-url: data/editors_EditorActivity.csv
+url: /data/enwp_editors_actitiy.csv
+timespan:
+    end: 2012-01
+    start: 2001-01
+    step: 1mo
+columns:
+    labels:
+    - Month
+    - 1 edit
+    - 2-5 edits
+    - 6-50 edits
+    - 51-100 edits
+    - 101-500 edits
+    - 501-1000 edits
+    - '>1000 edits'
+    types:
+    - date
+    - int
+    - int
+    - int
+    - int
+    - int
+    - int
+    - int
+chart:
+    libary: dygraphs
+    options:
+        stackedGraph: true
+        ylabel: Editors
index 0c5f9b2..5d5e8bf 100644 (file)
@@ -1,12 +1,28 @@
-chart:
-  libary: dygraphs
-  options: {title: Number of editors over time, ylabel: Number of editors}
-columns:
-  labels: [Month, All editors, Active editors (5>edits), Very editors (100>edits),
-    New editors (<6 month old)]
-  types: [date, int, int, int, int]
-format: csv
 id: enwp_editors_counts
-name: Number of editors over time
-timespan: {end: 2012-01, start: 2001-01, step: 1mo}
-url: ./csv/enwp_editors_counts.csv
+name: Number of Editors Over Time
+format: csv
+url: /data/enwp_editors_counts.csv
+
+timespan:
+    end: 2012-01
+    start: 2001-01
+    step: 1mo
+
+columns:
+    labels:
+    - Month
+    - All editors
+    - Active editors (5>edits)
+    - Very editors (100>edits)
+    - New editors (<6 month old)
+    types:
+    - date
+    - int
+    - int
+    - int
+    - int
+
+chart:
+    libary: dygraphs
+    options:
+        ylabel: Editors
index c3e02cd..ba7deba 100644 (file)
@@ -1,13 +1,35 @@
-chart:
-  libary: dygraphs
-  options: {stackedGraph: true, title: 'Number of edits by editor activity ( no bots,
-      namespaces:All)', ylabel: Edits}
-columns:
-  labels: [Month, 1 edit, 2-5 edits, 6-50 edits, 51-100 edits, 101-500 edits, 501-1000
-      edits, '>1000 edits']
-  types: [date, int, int, int, int, int, int, int]
+id: enwp_edits_actitiy
+name: Number of Edits by Editor Activity (no bots, namespaces:All)
 format: csv
-id: edits_EditorActivity
-name: Number of edits by editor activity ( no bots, namespaces:All)
-timespan: {end: 2012-01, start: 2001-01, step: 1mo}
-url: data/edits_EditorActivity.csv
+url: /data/enwp_edits_actitiy.csv
+
+timespan:
+    end: 2012-01
+    start: 2001-01
+    step: 1mo
+
+columns:
+    labels:
+    - Month
+    - 1 edit
+    - 2-5 edits
+    - 6-50 edits
+    - 51-100 edits
+    - 101-500 edits
+    - 501-1000 edits
+    - '>1000 edits'
+    types:
+    - date
+    - int
+    - int
+    - int
+    - int
+    - int
+    - int
+    - int
+
+chart:
+    libary: dygraphs
+    options:
+        stackedGraph: true
+        ylabel: Edits
index 28ca695..29087c1 100644 (file)
@@ -1,12 +1,28 @@
-chart:
-  libary: dygraphs
-  options: {title: Number of edits over time, ylabel: Number of edits}
-columns:
-  labels: [Month, All editors, Active editors (5>edits), Very editors (100>edits),
-    New editors (<6 month old)]
-  types: [date, int, int, int, int]
-format: csv
 id: enwp_edits_counts
-name: Number of edits over time
-timespan: {end: 2012-01, start: 2001-01, step: 1mo}
-url: ./csv/enwp_edits_counts.csv
+name: Number of Edits Over Time
+format: csv
+url: /data/enwp_edits_counts.csv
+
+timespan:
+    end: 2012-01
+    start: 2001-01
+    step: 1mo
+
+columns:
+    labels:
+    - Month
+    - All editors
+    - Active editors (5>edits)
+    - Very editors (100>edits)
+    - New editors (<6 month old)
+    types:
+    - date
+    - int
+    - int
+    - int
+    - int
+
+chart:
+    libary: dygraphs
+    options:
+        ylabel: Number of edits
index 5a16629..db47dc4 100644 (file)
@@ -1,13 +1,33 @@
-chart:
-  libary: dygraphs
-  options: {stackedGraph: true, title: Number of edits to namespaces (excluding bots),
-    ylabel: Edits}
-columns:
-  labels: [Month, 0 namespace, 1 namespace, 2 namespace, 3 namespace, 4 namespace,
-    5 namespace, other namespace]
-  types: [date, int, int, int, int, int, int, int]
+id: enwp_edits_namespaces
+name: Number of Edits to Namespaces (excluding bots)
 format: csv
-id: edits_NameSpaces
-name: Number of edits to namespaces (excluding bots)
-timespan: {end: 2012-01, start: 2001-01, step: 1mo}
-url: data/edits_NameSpaces.csv
+url: /data/enwp_edits_namespaces.csv
+timespan:
+    end: 2012-01
+    start: 2001-01
+    step: 1mo
+columns:
+    labels:
+    - Month
+    - 0 namespace
+    - 1 namespace
+    - 2 namespace
+    - 3 namespace
+    - 4 namespace
+    - 5 namespace
+    - other namespace
+    types:
+    - date
+    - int
+    - int
+    - int
+    - int
+    - int
+    - int
+    - int
+chart:
+    libary: dygraphs
+    options:
+        stackedGraph: true
+        title: Number of edits to namespaces (excluding bots)
+        ylabel: Edits