Go to file
Frédéric Guillot 1d8193b892 Add logger 2017-12-15 18:55:57 -08:00
config Add Let's Encrypt integration 2017-11-22 13:11:01 -08:00
errors Rewrite imports 2017-12-12 21:48:13 -08:00
helper Add logger 2017-12-15 18:55:57 -08:00
http Add logger 2017-12-15 18:55:57 -08:00
integration Add logger 2017-12-15 18:55:57 -08:00
locale Add logger 2017-12-15 18:55:57 -08:00
logger Add logger 2017-12-15 18:55:57 -08:00
model Rewrite imports 2017-12-12 21:48:13 -08:00
reader Add logger 2017-12-15 18:55:57 -08:00
scheduler Add logger 2017-12-15 18:55:57 -08:00
server Add logger 2017-12-15 18:55:57 -08:00
sql Add logger 2017-12-15 18:55:57 -08:00
storage Add logger 2017-12-15 18:55:57 -08:00
url Move packages http and url 2017-12-02 20:26:21 -08:00
vendor Add integration tests for entries 2017-11-26 15:07:59 -08:00
version First commit 2017-11-19 22:01:46 -08:00
.gitignore First commit 2017-11-19 22:01:46 -08:00
.travis.yml Make sure golint pass on the code base 2017-11-27 21:40:05 -08:00
Gopkg.lock Add integration tests for entries 2017-11-26 15:07:59 -08:00
Gopkg.toml Add integration tests for feed creation 2017-11-25 16:53:51 -08:00
LICENSE First commit 2017-11-19 22:01:46 -08:00
Makefile Make sure golint pass on the code base 2017-11-27 21:40:05 -08:00
README.md Rewrite imports 2017-12-12 21:48:13 -08:00
generate.go Make sure the package locale pass golint 2017-11-25 15:56:44 -08:00
integration_test.go Move packages http and url 2017-12-02 20:26:21 -08:00
main.go Add logger 2017-12-15 18:55:57 -08:00

README.md

Miniflux 2

Build Status Documentation Status

Miniflux is a minimalist and opinionated feed reader:

  • Written in Go (Golang)
  • Works only with Postgresql
  • Doesn't use any ORM
  • Doesn't use any complicated framework
  • Use only modern vanilla Javascript (ES6 and Fetch API)
  • The number of features is volountary limited

It's simple, fast, lightweight and super easy to install.

Miniflux 2 is a rewrite of Miniflux 1.x in Golang.

Notes

Miniflux 2 still in development and it's not ready to use.

Documentation

The Miniflux documentation is available here: https://docs.miniflux.net/

Credits

  • Author: Frédéric Guillot
  • Distributed under Apache 2.0 License