manifest.xml 708 B

12345678910111213141516171819202122
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
  3. <name>GNUSocial API</name>
  4. <id>gnusocial_api</id>
  5. <author>Lorea Core developers</author>
  6. <version>1.12</version>
  7. <description>Allows users to log in with their GNUSocial account and provides access to the GNUSocial API.</description>
  8. <category>api</category>
  9. <category>bundled</category>
  10. <website>https://lorea.io/</website>
  11. <copyright>See COPYRIGHT.txt</copyright>
  12. <license>GNU General Public License version 2</license>
  13. <requires>
  14. <type>elgg_release</type>
  15. <version>1.9</version>
  16. </requires>
  17. <requires>
  18. <type>php_extension</type>
  19. <name>curl</name>
  20. </requires>
  21. </plugin_manifest>