• Stars
    star
    387
  • Rank 110,971 (Top 3 %)
  • Language
    Java
  • License
    GNU General Publi...
  • Created over 11 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Free and open source feeds reader, including all major Google Reader features

Sismics Reader Build Status

Demo application: https://reader-demo.sismics.com (Username: demo / password: demo)

More screenshots

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
  • Keyboard shortcuts
  • RESTful Web API
  • Full text search
  • OPML import / export
  • Skinnable
  • Android application

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

Downloads

Compiled installers are available here for each new versions: https://github.com/sismics/reader/releases

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.

Translations

  • English
  • French
  • Chinese by Ryan H. Wang
  • Danish by exaviore
  • Italian by Marco Narco
  • Japanese
  • Korean
  • German

How to run

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

How to build Reader from the sources

Prerequisites: JDK 8, Maven 3

Reader is organized in several Maven modules:

  • reader-core
  • reader-web
  • reader-web-common
  • reader-android

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

Launch the build

From the root 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.

Build the Android app

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

More Repositories

1

docs

Lightweight document management system packed with all the features you can expect from big expensive solutions
JavaScript
1,550
star
2

music

Modern web-based music server
JavaScript
27
star
3

home

Lightweight home automation server
JavaScript
12
star
4

docker-apache2

Dockerfile for Apache2 Web Server
Dockerfile
9
star
5

books

Lightweight book management system
Java
7
star
6

play-dolibarr

This plugin adds Dolibarr API support to Play! Framework 1 applications.
Java
5
star
7

docker-mariadb

Dockerfile for MariaDB
Shell
4
star
8

play-qonto

This plugin adds Qonto API support to Play! Framework 1 applications.
Java
3
star
9

docker-backupninja

Dockerfile for Backupninja
Shell
3
star
10

keras-neural-net-image-classification-stain

Example of neural network image classification using Keras for detecting stains in scanned documents
Python
3
star
11

docker-debian-java

Dockerfile for Debian + Oracle JDK
Dockerfile
3
star
12

docker-borgbackupgen

Dockerfile for Backupninja + Borgbackup + Dockergen
Dockerfile
3
star
13

play-evolve

This plugin provides a way to track and organize your database schema evolutions in Play! Framework 1 applications.
Java
2
star
14

play-cmis

This plugin adds CMIS support to Play! Framework 1 applications.
Java
2
star
15

play-cors

Enable CORS requests in Play! Framework
Java
2
star
16

docker-apache2-php

Dockerfile for Apache2+PHP Web Server
Dockerfile
2
star
17

quarkus-nativedb

Native DB subsystem for Quarkus applications.
Java
2
star
18

play-restsecure

This module allows simple authentication and authorization management in Play! Framework REST applications
Java
2
star
19

docker-postfix-relay

Dockerfile for a Postfix Relay
Shell
1
star
20

play-nuxeo

This module adds Nuxeo support to Play! Framework 1 applications.
Java
1
star
21

play-basicauth

Java
1
star
22

play-ovh

This plugin adds OVH API support to Play! Framework 1 applications.
Java
1
star
23

docker-debian

Dockerfile for Debian
Dockerfile
1
star
24

docker-jetty

Dockerfile for Jetty Web Server
Dockerfile
1
star
25

ng-form

This package provides an form system for AngularJS
JavaScript
1
star
26

play-paypal

This plugin adds Paypal API support to Play! Framework 1 applications.
Java
1
star
27

play-stripe

This module provides Stripe support for Play! Framework 1 applications.
Java
1
star
28

play-accesslog

This plugin adds HTTP request logging support to Play! Framework 1 applications.
Java
1
star
29

docker-ubuntu-jetty

Dockerfile
1
star
30

sapparot

Sismics Core Libraries for Java
Java
1
star
31

drive

Java
1
star
32

play-teedy

This plugin adds Teedy API support to Play! Framework 1 applications.
Java
1
star
33

play-ldap

This module adds LDAP support to Play! Framework 1 applications.
Java
1
star
34

docker-postgresql

Dockerfile for PostgreSQL
Dockerfile
1
star
35

play-youtrack

This plugin adds YouTrack API support to Play! Framework 1 applications.
Java
1
star
36

play-gateway

This plugin adds gateway support for a REST API to Play! Framework 1 applications.
Java
1
star
37

quarkus-restsecure

Java
1
star
38

docker-haproxygen

Dockerfile for Haproxy + Dockergen
Lua
1
star
39

docker-hsqldb

Dockerfile for HSQLDB
Shell
1
star
40

play-mail

This module for Play! Framework 1 applications allows sending emails with Freemarker templating.
Java
1
star
41

play-jooq

Java
1
star
42

play-docker

This plugin adds Docker support to Play! Framework 1 applications.
Java
1
star
43

play-nativedb

This module provides a native DB subsystem for Play! Framework 1 applications.
Java
1
star
44

play-gitlab

This plugin adds Gitlab API support to Play! Framework 1 applications.
Java
1
star
45

docker-play1

Dockerfile for Play Framework
Dockerfile
1
star
46

docker-certbot

Dockerfile for Certbot
Shell
1
star
47

play-apikey

This module allows authentication via an API Key in Play! Framework 1 applications
Java
1
star