manifest.xml 637 B

1234567891011121314151617
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
  3. <name>Elgg Customizable Markup Language</name>
  4. <author>Core developers</author>
  5. <version>1.8</version>
  6. <category>bundled</category>
  7. <description>Elgg Customizable Markup Language supports inserting content through short codes.</description>
  8. <website>http://www.elgg.org/</website>
  9. <copyright>See COPYRIGHT.txt</copyright>
  10. <license>GNU General Public License version 2</license>
  11. <requires>
  12. <type>elgg_release</type>
  13. <version>1.8</version>
  14. </requires>
  15. <activate_on_install>true</activate_on_install>
  16. </plugin_manifest>