-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
send notifications for cron-created imports if plugin setting allows
- Loading branch information
Showing
4 changed files
with
43 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +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.0</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> | ||
<?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> | ||
|