Free and open source feeds reader, including all major Google Reader features.
Deploy this app to Linode with a free $100 credit!
Demo application: https://reader-demo.sismics.com (Username: demo / password: demo)
Reader is an open source, Web-based aggregator of content served by Web Feeds (RSS, Atom).
Reader is written in Java, and may be run on any operating system with Java support.
See http://www.sismics.com/reader/ for a list of features and benefits.
Compiled installers are available here for each new versions: https://github.com/sismics/reader/releases
Reader is released under the terms of the GPL license. See COPYING
for more
information or see http://opensource.org/licenses/GPL-2.0.
Reader is packaged in several convenient formats. You can download an installer for your system on the Download Page.
If you use Docker, you can try Reader easily with the following command :
docker-compose -p reader -f reader-distribution-docker/docker-compose.yml up
Prerequisites: JDK 8, Maven 3
Reader is organized in several Maven modules:
First off, clone the repository: git clone git://github.com/sismics/reader.git
or download the sources from GitHub.
From the root directory:
mvn clean -DskipTests install
From the reader-web
directory:
mvn jetty:run
From the reader-web
directory:
mvn -Pprod -DskipTests clean install
You will get your deployable WAR in the target
directory.
Prerequisites :
- Gradle
- Android SDK
- Environment variables pointing to the keystore (see build.gradle
)
Then, from the reader-android
directory:
gradlew build
The generated APK will be in app/build/apk/app-release.apk
Please login to review this project.
No reviews for this project yet.
Comments (0)
Please login to join the discussion on this project.