Minimalist and opinionated feed reader
Go to file
Frédéric Guillot 71bf7e4358 Improve API 2017-11-24 22:29:20 -08:00
config Add Let's Encrypt integration 2017-11-22 13:11:01 -08:00
errors Improve OPML import/export 2017-11-20 14:35:11 -08:00
helper Improve OAuth2 integration 2017-11-24 16:09:10 -08:00
locale Improve API 2017-11-24 22:29:20 -08:00
model Improve API 2017-11-24 22:29:20 -08:00
reader Improve API 2017-11-24 22:29:20 -08:00
scheduler Add feature to refresh all feeds from the user interface 2017-11-21 22:36:00 -08:00
server Improve API 2017-11-24 22:29:20 -08:00
sql Improve API 2017-11-24 22:29:20 -08:00
storage Improve API 2017-11-24 22:29:20 -08:00
vendor Add OAuth2 authentication 2017-11-22 22:22:33 -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 Run automatically jshint 2017-11-20 13:57:27 -08:00
Gopkg.lock Add OAuth2 authentication 2017-11-22 22:22:33 -08:00
Gopkg.toml Add OAuth2 authentication 2017-11-22 22:22:33 -08:00
LICENSE First commit 2017-11-19 22:01:46 -08:00
Makefile First commit 2017-11-19 22:01:46 -08:00
README.md Add bookmarklet 2017-11-21 19:37:47 -08:00
generate.go First commit 2017-11-19 22:01:46 -08:00
main.go Add feature to refresh all feeds from the user interface 2017-11-21 22:36:00 -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)
  • 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.

TODO

  • Custom entries sorting
  • Webpage scraper (Readability)
  • Bookmarklet
  • External integrations (Pinboard, Wallabag...)
  • Gzip compression
  • Integration tests
  • Flush history
  • OAuth2

Credits

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