Download Latest Version reader-distribution-standalone-1.4-dist.tar.gz (22.2 MB)
Email in envelope

Get an email when there's a new version of Sismics Reader

Home
Name Modified Size InfoDownloads / Week
release 2014-10-03
README.md 2013-05-04 1.5 kB
Totals: 2 Items   1.5 kB 0

Sismics Reader

What is Reader?

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.

Features

  • Supports RSS and Atom standards
  • Organize your feeds into categories and keep track of your favorite articles
  • Supports Web based and mobile user interfaces
  • RESTful Web API
  • Full text search
  • OPML import / export
  • Skinnable

See http://www.sismics.com/reader/ for a list of features and benefits.

License

Reader is released under the terms of the GPL license. See COPYING for more information or see http://opensource.org/licenses/GPL-2.0.

How to build Reader from the sources

Prerequisites: JDK 7, Maven 3

Reader is organized in several Maven modules:

  • reader-parent
  • reader-core
  • reader-web
  • reader-web-common

First off, clone the repository: git clone git://github.com/sismics/reader.git or download the sources from GitHub.

Launch the build

From the reader-parent directory:

mvn clean -DskipTests install

Run a stand-alone version

From the reader-web directory:

mvn jetty:run

Build a .war to deploy to your servlet container

From the reader-web directory:

mvn -Pprod -DskipTests clean install

You will get your deployable WAR in the target directory.

Source: README.md, updated 2013-05-04