Popularity
1.5
Stable
Activity
0.0
Stable
41
7
5

Code Quality Rank: L2
Programming language: PHP
Tags: Feed Readers    
Latest version: v0.9.1

Readr alternatives and similar software solutions

Based on the "Feed Readers" category.
Alternatively, view Readr alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Readr or a related project?

Add another 'Feed Readers' Software solution

README

Readr

Readr is a clean & simple, self-hosted RSS reader.

It is currently under active development, please report any issues you have.

Readr aims to be as simple as possible to set up and use with no external dependencies and no configuration file to customize.

Licensed under the GPLv3 license.

Screenshot

Requirements

  • PHP 5.3.7+ with sqlite enabled
  • mod_rewrite Apache module enabled

Installation

  1. Upload all files to your server. Don't forget the .htaccess file.
  2. Make the directory /data writeable
  3. Create a cronjob to update your feeds automatically via curl or wget and point it to http://yourdomain/update

Shortcuts

  • space : next entry
  • shift + space : previous entry
  • r or m : mark as read/unread
  • f or s : toggle favorite
  • v : open the original source in a new window

Credits

Readr makes use of the following libraries:

Contact

Pablo Prieto, pabloprieto.net

Changelog

  • v0.9
    • New search box
    • New option to auto delete oldest entries
  • v0.8
    • New autocomplete UI for tags
    • Export subscriptions as OPML file
  • v0.7
    • 'Emulate HTTP' option added for compatibility with servers that don't support default REST/HTTP approach
    • Remember expanded/collapsed state in the feeds menu
  • v0.6
    • Responsive design
    • Direct urls to feeds, tags and entries
    • Added keyboards shortcuts
  • v0.5.1
    • Security fix
  • v0.5
    • Initial version


*Note that all licence references and agreements mentioned in the Readr README section above are relevant to that project's source code only.