summaryrefslogtreecommitdiff
path: root/lib/plugins/popularity/lang/en
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2008-02-19 17:52:23 +0100
committerAndreas Gohr <andi@splitbrain.org>2008-02-19 17:52:23 +0100
commit5faeb1e6522b7ca419826ec051b85207415f3f23 (patch)
tree5ea4c8488c5a02bb80347d73eac400a1a1311e16 /lib/plugins/popularity/lang/en
parent6faaead86be36e84bff4062af115119428f35166 (diff)
downloadrpg-5faeb1e6522b7ca419826ec051b85207415f3f23.tar.gz
rpg-5faeb1e6522b7ca419826ec051b85207415f3f23.tar.bz2
popularity plugin added
This new default plugin allows to send feedback to the DokuWiki developers. An introduction is available at http://www.splitbrain.org/blog/2008-02/17-gathering_dokuwiki_usage_data darcs-hash:20080219165223-7ad00-95a242a0c58cdb754be83c90e919a91aa0da3699.gz
Diffstat (limited to 'lib/plugins/popularity/lang/en')
-rw-r--r--lib/plugins/popularity/lang/en/intro.txt19
-rw-r--r--lib/plugins/popularity/lang/en/lang.php4
2 files changed, 23 insertions, 0 deletions
diff --git a/lib/plugins/popularity/lang/en/intro.txt b/lib/plugins/popularity/lang/en/intro.txt
new file mode 100644
index 000000000..495c0841a
--- /dev/null
+++ b/lib/plugins/popularity/lang/en/intro.txt
@@ -0,0 +1,19 @@
+====== Popularity Feedback ======
+
+This tool gathers anonymous data about your wiki and allows you to send it back
+to the DokuWiki developers. This helps them to understand them how DokuWiki is
+used by its users and makes sure future development decisions are backed up by
+real world usage statistics.
+
+You are encouraged to repeat this step from time to time to keep developers
+informed when your wiki grows. Your repeated data sets will be identified by an
+anonymous ID.
+
+Data collected contains information like your DokuWiki version, the number and
+size of your pages and files, installed plugins and information about your PHP
+install.
+
+The raw data that will be send is shown below. Please use the "Send Data" button
+to transfer the information.
+
+
diff --git a/lib/plugins/popularity/lang/en/lang.php b/lib/plugins/popularity/lang/en/lang.php
new file mode 100644
index 000000000..c9912b7ad
--- /dev/null
+++ b/lib/plugins/popularity/lang/en/lang.php
@@ -0,0 +1,4 @@
+<?php
+
+$lang['name'] = 'Popularity Feedback (may take some time to load)';
+$lang['submit'] = 'Send Data';