12345678910111213141516171819202122 |
- <?xml version="1.0" encoding="UTF-8"?>
- <plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
- <name>GNUSocial API</name>
- <id>gnusocial_api</id>
- <author>Lorea Core developers</author>
- <version>1.12</version>
- <description>Allows users to log in with their GNUSocial account and provides access to the GNUSocial API.</description>
- <category>api</category>
- <category>bundled</category>
- <website>https://lorea.io/</website>
- <copyright>See COPYRIGHT.txt</copyright>
- <license>GNU General Public License version 2</license>
- <requires>
- <type>elgg_release</type>
- <version>1.9</version>
- </requires>
- <requires>
- <type>php_extension</type>
- <name>curl</name>
- </requires>
- </plugin_manifest>
|