manifest.xml 642 B

123456789101112131415161718
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
  3. <name>Reported Content</name>
  4. <id>reportedcontent</id>
  5. <author>Core developers</author>
  6. <version>1.9</version>
  7. <category>bundled</category>
  8. <description>Adds the option for users to report content and for admins to investigate it.</description>
  9. <website>http://www.elgg.org/</website>
  10. <copyright>See COPYRIGHT.txt</copyright>
  11. <license>GNU General Public License version 2</license>
  12. <requires>
  13. <type>elgg_release</type>
  14. <version>1.9</version>
  15. </requires>
  16. <activate_on_install>true</activate_on_install>
  17. </plugin_manifest>