The lucienne package
Lucienne is a simple server side feed aggregator/reader that helps you managing your subscribed feeds. It provides multi user support using basic access authentication. A running mongoDB (http://www.mongodb.org) serves as database backend.
Installing instructions:
1. Run a mongoDB instance
2. cabal install this package. This will result in two executables: lucienne and lucienne-fetch.
3. Run lucienne. You might want to limit the maximum heap size, e.g. lucienne +RTS -M30m
4. Run lucienne-fetch periodically (e.g. by a cron job)
Lucienne accepts the following options:
lucienne: -p PORT --port=PORT Port of incoming requests -d HOST --databaseHost=HOST Database host -e PORT --databasePort=PORT Database port -h --help Print this help
Properties
| Versions | 0.0.1, 0.0.2 |
|---|---|
| Dependencies | base (≥3 & <5), base64-bytestring (0.1.*), blaze-html (0.4.*), bson (0.1.*), bytestring (0.9.*), compact-string-fix (0.3.*), feed (0.3.*), happstack (7.0.*), happstack-server (7.0.*), HTTP (4000.2.*), mongoDB (1.2.*), mtl (2.1.*), network (2.3.*), SHA (1.5.*), text (0.11.*), time (1.4.*) |
| License | GPL |
| Author | Alexander Bau |
| Maintainer | Alexander Bau |
| Category | Web |
| Home page | http://www.imn.htwk-leipzig.de/~abau/lucienne |
| Executables | lucienne-fetch, lucienne |
| Upload date | Sat Jun 9 15:26:03 UTC 2012 |
| Uploaded by | AlexanderBau |
Downloads
- lucienne-0.0.2.tar.gz (Cabal source package)
- package description (included in the package)