aboutsummaryrefslogtreecommitdiff
path: root/mod/logrotate/manifest.xml
diff options
context:
space:
mode:
authormarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-10-27 17:00:26 +0000
committermarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-10-27 17:00:26 +0000
commit0af57b1b96d841c98496a29c8bdac11451e64971 (patch)
tree47b4c0c41ba6ff928cd55394bbc8590a26bd42aa /mod/logrotate/manifest.xml
parentd33b1210925eb4077b582e0c17875103c09772c2 (diff)
downloadelgg-0af57b1b96d841c98496a29c8bdac11451e64971.tar.gz
elgg-0af57b1b96d841c98496a29c8bdac11451e64971.tar.bz2
Closes #215: Log rotation added.
git-svn-id: https://code.elgg.org/elgg/trunk@2318 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/logrotate/manifest.xml')
-rw-r--r--mod/logrotate/manifest.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/mod/logrotate/manifest.xml b/mod/logrotate/manifest.xml
new file mode 100644
index 000000000..47fabce1b
--- /dev/null
+++ b/mod/logrotate/manifest.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<plugin_manifest>
+ <field key="author" value="Marcus Povey" />
+ <field key="version" value="1.0" />
+ <field key="description" value="Rotate the system log at specific intervals" />
+ <field key="website" value="http://www.elgg.org/" />
+ <field key="copyright" value="(C) Curverider 2008" />
+ <field key="licence" value="GNU Public License version 2" />
+</plugin_manifest> \ No newline at end of file