=== RSS llama ===
Contributors: oooorgle
Donate link: http://oooorgle.com/plugins/wp/rss-llama/
Tags: rss, feed, reader, subscribe, subscription, aggregation, news
Requires at least: 4.2.2
Tested up to: 4.4
Stable tag: trunk
License: CopyHeart
License URI: http://copyheart.org
Simplify the way you stay informed.
== Description ==
Stay on top of the news and information you need without repeatedly checking multiple web sites for updates. RSS llama simplifies the way you stay informed and helps you take control.
RSS llama quickly aggregates your rss feeds into a useful page.
== Installation ==
1. Upload the "rss-llama" folder to the "/wp-content/plugins/" directory.
2. Activate the plugin through the "Plugins" menu in WordPress.
3. To include this plugin in a template file: do_shortcode( '[rss-llama]' );
or, to include this plugin in a page or post: [rss-llama]
4. Populate an "RSS Address" field in one or more of your WordPress Links to include them in the list.
* by default all rss feeds are included. To show just a single category, include the category name: [rss-llama cat='Category Name']
== Frequently Asked Questions ==
* "But I have a lot of links - I don't want feeds from them all. Is this all or nothing?"
You can display all links or just links in a specific category.
== Upgrade Notice ==
*If you have a previous version installed, please disable and re-enable the plugin after upgrading. This is required to update changes made to the options table.
== Changelog ==
= Version 0.5 =
* Added category buttons in the header.
* Added tabs to the admin pages.
* Changed plugin class public variables to private.
* Updated language file.
= Version 0.4 =
* Can now limit to a single link category. [rss-llama cat='Category Name']
* Replaced link query with function get_bookmarks().
* Updated language file.
= Version 0.3 =
* Fixed broken url to admin css file.
* Removed global variables and replaced with class public variables to avoid conflicts.
* Including reference links in comments.
* Summary buttons to be disabled while fetching single feed.
* Updated language file.
= Version 0.2 =
* Updated "Submit Link" validation. It will also now accept https links.
* Rplaced jQuery(document).ready wrapper for wp_enqueue_script in footer.
* Summary buttons are now disabled while fetching summary feeds.
= Version 0.1 =
* Initial Release
== Screenshots ==
1. Admin page
2. Admin page
3. Single Feed
4. Summary Feed