manifest.xml 715 B

12345678910111213141516171819
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
  3. <name>Donation</name>
  4. <author>slyhne/ura soul</author>
  5. <version>1.8.2</version>
  6. <category>social</category>
  7. <description>Let users donate using Paypal, Bitcoin or bank wire transfers. Donaters will have a mark on their profile, that can expire.</description>
  8. <website>http://www.zurf.dk/</website>
  9. <copyright>See COPYRIGHT.txt</copyright>
  10. <license>GNU Public License version 2</license>
  11. <requires>
  12. <type>elgg_version</type>
  13. <version>2010030101</version>
  14. </requires>
  15. <admin_interface>advanced</admin_interface>
  16. <activate_on_install>false</activate_on_install>
  17. </plugin_manifest>