Go to file
Frédéric Guillot 25a5250eb9 Add badge for documentation 2017-11-21 13:28:52 -08:00
config First commit 2017-11-19 22:01:46 -08:00
errors Improve OPML import/export 2017-11-20 14:35:11 -08:00
helper First commit 2017-11-19 22:01:46 -08:00
locale Add parser for RDF feeds 2017-11-20 18:34:11 -08:00
model First commit 2017-11-19 22:01:46 -08:00
reader Add timeout for HTTP client 2017-11-20 19:44:28 -08:00
scheduler First commit 2017-11-19 22:01:46 -08:00
server Improve OPML package to be more idiomatic 2017-11-20 19:11:06 -08:00
sql Add parser for RDF feeds 2017-11-20 18:34:11 -08:00
storage First commit 2017-11-19 22:01:46 -08:00
vendor First commit 2017-11-19 22:01:46 -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 First commit 2017-11-19 22:01:46 -08:00
Gopkg.toml First commit 2017-11-19 22:01:46 -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 badge for documentation 2017-11-21 13:28:52 -08:00
generate.go First commit 2017-11-19 22:01:46 -08:00
main.go Run gofmt on generated files 2017-11-20 13:46:22 -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
  • 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