manifest.xml 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
  3. <name>Linkup</name>
  4. <author>Lorea Developers</author>
  5. <version>0.2.4</version>
  6. <copyright>Lorea Faeries &lt;federation@lorea.org&gt;</copyright>
  7. <category>lorea</category>
  8. <category>usability</category>
  9. <category>markup</category>
  10. <blurb>Provide simple markup to interconnect arbitrary entities across the Elgg site.</blurb>
  11. <description>
  12. Allow simple markup to link arbitrary entities across Elgg
  13. modules. See README.txt for details.
  14. </description>
  15. <website>https://lorea.org/plugin/linkup</website>
  16. <bugtracker>https://n-1.cc/tasks/view/1566412/linkup</bugtracker>
  17. <repository>https://gitorious.org/lorea/linkup</repository>
  18. <donations>https://lorea.org/support</donations>
  19. <license>GNU Affero General Public License version 3, or later</license>
  20. <requires>
  21. <type>elgg_release</type>
  22. <version>1.8</version>
  23. </requires>
  24. <requires>
  25. <type>php_extension</type>
  26. <name>libxml</name>
  27. </requires>
  28. <suggests>
  29. <type>plugin</type>
  30. <name>group_alias</name>
  31. </suggests>
  32. <suggests>
  33. <type>plugin</type>
  34. <name>tasks</name>
  35. </suggests>
  36. </plugin_manifest>