Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.
/ rerss Public archive

ReRSS re-syndicates RSS feeds in a post-Google Reader world

License

Notifications You must be signed in to change notification settings

jeffreyc/rerss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RERSS

ReRSS is a simple Django/Google App Engine application meant to re-syndicate RSS feeds in a post-Google Reader world. It maintains a list of feed URLs, downloads them on a regular basis, and re-syndicates the contents, preventing items from aging off before they can be read. It's meant to be used with stand-alone (i.e., non-synching) desktop RSS Readers, as this functionality is provided by most RSS synching services.

Requirements

ReRSS runs on Google App Engine.

Configuration

If deploying to Google App Engine, update the application in app.yaml.

The file settings_private.py is not included. It needs to be created in the same directory as settings.py (rerss/rerss) with the contents:

# Make this unique, and don't share it with anybody.
SECRET_KEY = '...'

Version History

0.1 -- 2013-07-29 -- proof-of-concept

About

ReRSS re-syndicates RSS feeds in a post-Google Reader world

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published