manifest.xml 850 B

12345678910111213141516171819202122232425262728293031
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
  3. <name>Twitter API</name>
  4. <id>twitter_api</id>
  5. <author>Core developers</author>
  6. <version>1.9</version>
  7. <description>Allows users to log in with their Twitter account and provides access to the Twitter API.</description>
  8. <category>api</category>
  9. <category>bundled</category>
  10. <website>http://www.elgg.org/</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. <conflicts>
  22. <type>plugin</type>
  23. <name>oauth_api</name>
  24. </conflicts>
  25. <conflicts>
  26. <type>plugin</type>
  27. <name>twitterservice</name>
  28. </conflicts>
  29. </plugin_manifest>