README.MD is open source feed reader with customizable plugin system for any content (atom, rss, youtube channels…). Compile app with
// Sample config (with sqlite backend)
truerss {
port = 8000
host = localhost
wsPort = 8080
update-parallelism = 10
db {
backend = sqlite
port = ""
host = ""
dbname = "/path/to/dbName.db"
username = ""
password = ""
}
plugins = {}
}
java -jar -Xmx150m path/to/truerss-${version}.jar &
Before work
rake
or with sbt jsbuild
commandAnd then…
sbt install
) and coffeescript
Original URL: http://feedproxy.google.com/~r/feedsapi/BwPx/~3/WySjLOnsyE0/truerss