manifest.xml 563 B

1234567891011121314151617
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
  3. <name>Backup Tool</name>
  4. <author>Sergiy Kamolov</author>
  5. <version>1.2</version>
  6. <category>tools</category>
  7. <blurb>Admin tool</blurb>
  8. <description>Plugin for creating and managing backups.</description>
  9. <website>http://www.kamolov.org.ua/</website>
  10. <license>GNU General Public License version 2</license>
  11. <requires>
  12. <type>elgg_release</type>
  13. <version>1.9</version>
  14. </requires>
  15. <activate_on_install>true</activate_on_install>
  16. </plugin_manifest>