From 9cb4ce39f0f485397d39077b7e2254482734a750 Mon Sep 17 00:00:00 2001 From: Andrew Otto Date: Mon, 27 Feb 2012 11:08:23 -0800 Subject: [PATCH] Adding two new .yaml meta data files --- edits_EditorActivity.yaml | 18 ++++++++++++++++++ page_views_by_project.yaml | 18 ++++++++++++++++++ 2 files changed, 36 insertions(+), 0 deletions(-) create mode 100644 edits_EditorActivity.yaml create mode 100644 page_views_by_project.yaml diff --git a/edits_EditorActivity.yaml b/edits_EditorActivity.yaml new file mode 100644 index 0000000..ca334cc --- /dev/null +++ b/edits_EditorActivity.yaml @@ -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 index 0000000..b907cbc --- /dev/null +++ b/page_views_by_project.yaml @@ -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 : {} + -- 1.7.0.4