-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathmanifest.xml
48 lines (45 loc) · 1.55 KB
/
manifest.xml
1
<?xml version="1.0" encoding="UTF-8"?><plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8"> <name>RSS Import</name> <id>rssimport</id> <author>Matt Beckett ([email protected])</author> <version>2.1.1</version> <description>Import rss feed items into blogs, bookmarks, and pages</description> <website>http://mattbecket.me</website> <copyright>(C) Athabasca University</copyright> <license>GNU Public License version 2</license> <!-- All plugins must require either elgg_version or elgg_release. --> <requires> <type>elgg_release</type> <version>1.9</version> </requires> <suggests> <type>plugin</type> <name>blog</name> </suggests> <suggests> <type>plugin</type> <name>bookmarks</name> </suggests> <suggests> <type>plugin</type> <name>pages</name> </suggests> <screenshot> <description>Import option available on content creation and personal listings</description> <path>screenshots/rssimport1.jpg</path> </screenshot> <screenshot> <description>Feed creation form</description> <path>screenshots/rssimport2.jpg</path> </screenshot> <screenshot> <description>Content in a feed, ready to be imported</description> <path>screenshots/rssimport3.jpg</path> </screenshot> <screenshot> <description>Content imported into a blog</description> <path>screenshots/rssimport4.jpg</path> </screenshot> <category>rss</category></plugin_manifest>