manifest.xml 746 B

123456789101112131415161718192021222324
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
  3. <name>AU Group Notices</name>
  4. <author>Jon Dron</author>
  5. <version>2.0.0</version>
  6. <description>Allows group owners to add context-sensitive text notices to sidebar, base or top of group pages.</description>
  7. <website>http://landing.athabascau.ca/</website>
  8. <copyright>(C) Athabasca University 2013</copyright>
  9. <license>GNU General Public License version 2</license>
  10. <requires>
  11. <type>elgg_release</type>
  12. <version>1.9</version>
  13. </requires>
  14. <requires>
  15. <type>plugin</type>
  16. <name>groups</name>
  17. </requires>
  18. <category>communication</category>
  19. </plugin_manifest>