Simple RSS Reader inspired by Gxxgle Reader
Name | Größe | Rev. | Zeit | Autor | Log Message |
---|---|---|---|---|---|
backend | |||||
client | |||||
dist | |||||
.gitignore | 48 | b874bfa | 2013-07-01 03:13:15 | hylom | fix for live environment |
CHANGELOG | 57 | 5564648 | 2013-12-09 14:35:07 | hylom | fix: clash when invalid timestamp occ... |
README.md | 1.84 k | 2aed231 | 2013-07-11 01:03:14 | hylom | to use hogan.js template engine in cl... |
cron | 129 | c8fc21f | 2013-07-16 02:25:14 | hylom | dist: add cron file |
initscript | 1024 | 2f3d81d | 2013-07-16 02:11:19 | hylom | dist: fix spec and makefile |
install.sh | 169 | 6c57527 | 2014-08-03 00:38:05 | hylom | fix: install path in install.sh |
license.txt | 17.67 k | 8d93e5f | 2013-07-16 01:05:44 | hylom | remove 'forever' from package.json |
Grrreader - Gxxgle-Reader-inspired Rss READER (a.k.a. Gxxgle Reader Clone)
Grrreader is Web-based RSS reader application. Grrreader has Gxxgle-Reader-like AJAX based UI, independent RSS feed fetcher, and minimal feature to check RSSs are implemented.
Grrreader uses Python to fetch RSS feed, and Node.js to build HTTP Server and Web UI.
npm install
in client directory# service grreader start
To create Tables, do below commands.
$ cd backend
$ python
Python 2.7.2 (default, Oct 11 2012, 20:14:37)
[GCC 4.2.1 Compatible Apple Clang 4.0 (tags/Apple/clang-418.0.60)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import db
>>> db.MySQLDatabase().create_tables()
>>> ^D
$
$ cd backend
$ python greaderimport.py < ../subscriptions.xml
# MM HH DD MM WE CMD
*/30 * * * * cd /usr/local/share/grrreadder/backend; /usr/bin/python feedfetcher.py > /dev/null