manifest.xml 1012 B

1234567891011121314151617181920212223242526
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
  3. <name>AU Anonymous Comments</name>
  4. <id>AU_anonymous_comments</id>
  5. <author>Matt Beckett (matt@mattbeckett.me)</author>
  6. <author>Jon Dron (jond@athabascau.ca)</author>
  7. <version>2.0.1</version>
  8. <description>Provides the ability for anonymous (not logged in) users to comment on public content and for that content to be moderated by the owner.</description>
  9. <website>http://landing.athabascau.ca</website>
  10. <copyright>(C) Athabasca University</copyright>
  11. <license>GNU Public License version 2</license>
  12. <!-- All plugins must require either elgg_version or elgg_release. -->
  13. <requires>
  14. <type>elgg_release</type>
  15. <version>1.9</version>
  16. </requires>
  17. <suggests>
  18. <type>plugin</type>
  19. <name>elgg_recaptcha</name>
  20. <version>1.0.1</version>
  21. </suggests>
  22. <category>Comments</category>
  23. </plugin_manifest>