public
Description: reBlog facilitates the process of filtering and republishing relevant content from many RSS feeds. reBloggers subscribe to their favorite feeds, preview the content, and select their favorite posts. These posts are automatically published through their favorite blogging software. Plugins for Movable Type and WordPress.
Homepage: http://www.reblog.org
Clone URL: git://github.com/jamiew/reblog.git
reblog / refeed
refeed/README
                                    Reblog

   $Revision: 1.21 $

Table of Contents

     * Installation
     * Users Guide
     * Accounts/Auth
     * Developer Info
          + API
          + Plugins
          + Core Library Docs
          + LICENSE

Overview
       Reblog is a PHP-based server-side RSS aggregator/reader that
       allows for quick, easy, iterative filtering, editing and
       re-syndicating of posts. Its output is an RSS feed that contains
       numerous metadata necessary to re-publish posts with appropriate
       attribution.
       Reblog is derived from a project called Feed-on-Feeds by Steve
       Minutillo (http://minutillo.com/steve/feedonfeeds/).

Installation
       Please see the installation instructions.

Users' Guide
       Please see the users' guide.

User Accounts/Authentication
       With reFeed 2.1 beta, we have enabled multiple user accounts
       within one reFeed installation. The account management and
       authentication is piggybacked on other systems that refeed already
       interfaces with in different ways. For more on this, please see
       the account management page.

Developers' Guide
       Information on extending Reblog is available in the API
       documentation and plug-ins documentation. In-depth documentation
       of Reblog's core libraries is also available.

License
       Reblog is distributed under the GPL (see the LICENSE file in this
       directory), though some of its included libraries (in./library/)
       are not.