manifest.xml 602 B

12345678910111213141516171819
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
  3. <name>Market</name>
  4. <id>market</id>
  5. <author>slyhne</author>
  6. <version>1.10.2</version>
  7. <category>content</category>
  8. <description>Make a market place where your users can create classifieds.</description>
  9. <website>http://zurf.dk/elgg</website>
  10. <copyright>zurf.dk</copyright>
  11. <license>GNU Public License version 2</license>
  12. <requires>
  13. <type>elgg_release</type>
  14. <version>1.10</version>
  15. </requires>
  16. <activate_on_install>false</activate_on_install>
  17. </plugin_manifest>