1234567891011121314151617181920212223242526272829 |
- <?xml version="1.0" encoding="UTF-8"?>
- <plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
- <name>CRUD</name>
- <author>Lorea developers</author>
- <version>1.8.0</version>
- <category>lorea</category>
- <category>library</category>
- <blurb>Create Read Update Delete</blurb>
- <description>Library implementing CRUD views and operations for Elgg entities</description>
- <website>https://lorea.org/plugin/crud</website>
- <bugtracker>https://n-1.cc/tasks/view/1566152/crud</bugtracker>
- <repository>https://gitorious.org/lorea/crud</repository>
- <donations>https://lorea.org/support</donations>
- <copyright>2012-2013 Lorea Faeries <federation@lorea.org></copyright>
- <license>GNU Affero General Public License, version 3 or later</license>
- <requires>
- <type>elgg_release</type>
- <version>1.8</version>
- </requires>
- <suggests>
- <type>plugin</type>
- <name>assemblies</name>
- </suggests>
- <suggests>
- <type>plugin</type>
- <name>proposals</name>
- </suggests>
- </plugin_manifest>
|