manifest.xml 546 B

12345678910111213141516171819
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
  3. <name>My Plugin</name>
  4. <author>My Name</author>
  5. <version>1.0</version>
  6. <description>This is a description of my plugin and its features.</description>
  7. <website>http://www.elgg.org/</website>
  8. <copyright>(C) My Name or Company 2012</copyright>
  9. <license>GNU General Public License version 2</license>
  10. <requires>
  11. <type>elgg_release</type>
  12. <version>1.8</version>
  13. </requires>
  14. <category>communication</category>
  15. </plugin_manifest>