manifest.xml 812 B

123456789101112131415161718192021
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
  3. <name>Group Tag Menu</name>
  4. <id>au_group_tag_menu</id>
  5. <author>Jon Dron (jond@athabascau.ca)</author>
  6. <author>Matt Beckett (matt@mattbeckett.me)</author>
  7. <version>1.1.0</version>
  8. <description>Adds a group submenu of specified tags and displays the results in the group context. Also adds group tagcloud with integrated listing in the group.</description>
  9. <website>https://landing.athabascau.ca/</website>
  10. <copyright>(C) Athabasca University 2013</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. <category>communication</category>
  17. </plugin_manifest>