manifest.xml 610 B

12345678910111213141516171819
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
  3. <name>Log Browser</name>
  4. <id>logbrowser</id>
  5. <author>Core developers</author>
  6. <version>1.9</version>
  7. <category>bundled</category>
  8. <category>admin</category>
  9. <description>Browse the system event log</description>
  10. <website>http://www.elgg.org/</website>
  11. <copyright>See COPYRIGHT.txt</copyright>
  12. <license>GNU General Public License version 2</license>
  13. <requires>
  14. <type>elgg_release</type>
  15. <version>1.9</version>
  16. </requires>
  17. <activate_on_install>true</activate_on_install>
  18. </plugin_manifest>