Adding two new .yaml meta data files
authorAndrew Otto <acotto@gmail.com>
Mon, 27 Feb 2012 19:08:23 +0000 (11:08 -0800)
committerAndrew Otto <acotto@gmail.com>
Mon, 27 Feb 2012 19:08:23 +0000 (11:08 -0800)
edits_EditorActivity.yaml [new file with mode: 0644]
page_views_by_project.yaml [new file with mode: 0644]

diff --git a/edits_EditorActivity.yaml b/edits_EditorActivity.yaml
new file mode 100644 (file)
index 0000000..ca334cc
--- /dev/null
@@ -0,0 +1,18 @@
+id     : edits_EditorActivity
+name   : Editors by Count of Edits
+format : csv
+url    : /data/edits_EditorActivity.csv
+
+timespan :
+    start : 2008-01
+    end   : 2011-11
+    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 :
+    library : dygraphs
+    options : {}
+
diff --git a/page_views_by_project.yaml b/page_views_by_project.yaml
new file mode 100644 (file)
index 0000000..b907cbc
--- /dev/null
@@ -0,0 +1,18 @@
+id     : page_views_by_project
+name   : Pageviews by project
+format : csv
+url    : /data/page_views_by_project.csv
+
+timespan :
+    start : 2008-01
+    end   : 2011-11
+    step  : 1mo
+
+columns :
+    labels : [ Month, Wikiversity, Wikisource, Wikibooks, Wikiquote, Wikipedia, Commons, Wikinews, Wiktionary, Other projects ]
+    types  : [  date,         int,        int,       int,       int,       int,     int,      int,        int,            int ]
+
+chart :
+    library : dygraphs
+    options : {}
+