Go to file
Frédéric Guillot c39f2e1a8d Rename helper packages 2018-01-02 19:15:08 -08:00
config Add configurable HTTPS flag for secure cookie flag 2017-12-28 20:34:18 -08:00
crypto Rename helper packages 2018-01-02 19:15:08 -08:00
duration Rename helper packages 2018-01-02 19:15:08 -08:00
errors Rewrite imports 2017-12-12 21:48:13 -08:00
http Rename helper packages 2018-01-02 19:15:08 -08:00
integration Add Wallabag integration 2017-12-18 20:52:46 -08:00
locale Rename helper packages 2018-01-02 19:15:08 -08:00
logger Add logger 2017-12-15 18:55:57 -08:00
model Improve user API responses 2017-12-29 13:53:02 -08:00
reader Rename helper packages 2018-01-02 19:15:08 -08:00
scheduler Add Wallabag integration 2017-12-18 20:52:46 -08:00
server Rename helper packages 2018-01-02 19:15:08 -08:00
sql Improve API 2017-12-24 18:04:34 -08:00
storage Rename helper packages 2018-01-02 19:15:08 -08:00
timer Rename helper packages 2018-01-02 19:15:08 -08:00
url Move packages http and url 2017-12-02 20:26:21 -08:00
vendor Add API handler to fetch user by username 2017-12-26 12:10:48 -08:00
version First commit 2017-11-19 22:01:46 -08:00
.gitignore Add build targets for ARM architectures 2017-12-27 12:17:01 -08:00
.travis.yml Make sure golint pass on the code base 2017-11-27 21:40:05 -08:00
Gopkg.lock Add API handler to fetch user by username 2017-12-26 12:10:48 -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 Add build targets for ARM architectures 2017-12-27 12:17:01 -08:00
README.md Spelling correction on README.md 2017-12-26 12:14:28 -08:00
generate.go Make sure the package locale pass golint 2017-11-25 15:56:44 -08:00
integration_test.go Add API handler to fetch user by username 2017-12-26 12:10:48 -08:00
main.go Add scheduler to clean old sessions 2017-12-16 18:48:17 -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 voluntarily 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