manifest.xml 995 B

1234567891011121314151617181920212223242526272829
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
  3. <name>CRUD</name>
  4. <author>Lorea developers</author>
  5. <version>1.8.0</version>
  6. <category>lorea</category>
  7. <category>library</category>
  8. <blurb>Create Read Update Delete</blurb>
  9. <description>Library implementing CRUD views and operations for Elgg entities</description>
  10. <website>https://lorea.org/plugin/crud</website>
  11. <bugtracker>https://n-1.cc/tasks/view/1566152/crud</bugtracker>
  12. <repository>https://gitorious.org/lorea/crud</repository>
  13. <donations>https://lorea.org/support</donations>
  14. <copyright>2012-2013 Lorea Faeries &lt;federation@lorea.org&gt;</copyright>
  15. <license>GNU Affero General Public License, version 3 or later</license>
  16. <requires>
  17. <type>elgg_release</type>
  18. <version>1.8</version>
  19. </requires>
  20. <suggests>
  21. <type>plugin</type>
  22. <name>assemblies</name>
  23. </suggests>
  24. <suggests>
  25. <type>plugin</type>
  26. <name>proposals</name>
  27. </suggests>
  28. </plugin_manifest>