Go to file
Frédéric Guillot f43a055d63 Move Golang API client here 2018-08-24 22:23:03 -07:00
api Use canonical imports 2018-08-24 21:56:39 -07:00
cli Use canonical imports 2018-08-24 21:56:39 -07:00
client Move Golang API client here 2018-08-24 22:23:03 -07:00
config Use canonical imports 2018-08-24 21:56:39 -07:00
crypto Use canonical imports 2018-08-24 21:56:39 -07:00
daemon Use canonical imports 2018-08-24 21:56:39 -07:00
database Use canonical imports 2018-08-24 21:56:39 -07:00
errors Use canonical imports 2018-08-24 21:56:39 -07:00
fever Use canonical imports 2018-08-24 21:56:39 -07:00
filter Use canonical imports 2018-08-24 21:56:39 -07:00
http Use canonical imports 2018-08-24 21:56:39 -07:00
integration Use canonical imports 2018-08-24 21:56:39 -07:00
locale Use canonical imports 2018-08-24 21:56:39 -07:00
logger Use canonical imports 2018-08-24 21:56:39 -07:00
middleware Use canonical imports 2018-08-24 21:56:39 -07:00
model Use canonical imports 2018-08-24 21:56:39 -07:00
oauth2 Use canonical imports 2018-08-24 21:56:39 -07:00
reader Use canonical imports 2018-08-24 21:56:39 -07:00
scheduler Use canonical imports 2018-08-24 21:56:39 -07:00
storage Use canonical imports 2018-08-24 21:56:39 -07:00
template Use canonical imports 2018-08-24 21:56:39 -07:00
timer Use canonical imports 2018-08-24 21:56:39 -07:00
timezone Use canonical imports 2018-08-24 21:56:39 -07:00
ui Use canonical imports 2018-08-24 21:56:39 -07:00
url Use canonical imports 2018-08-24 21:56:39 -07:00
vendor Move Golang API client here 2018-08-24 22:23:03 -07:00
version Use canonical imports 2018-08-24 21:56:39 -07:00
.gitignore Update .gitignore 2018-03-18 20:48:58 -07:00
.travis.yml Use canonical imports 2018-08-24 21:56:39 -07:00
ChangeLog Update ChangeLog 2018-07-22 21:29:30 -07:00
Gopkg.lock Move Golang API client here 2018-08-24 22:23:03 -07:00
Gopkg.toml Move Golang API client here 2018-08-24 22:23:03 -07:00
LICENSE First commit 2017-11-19 22:01:46 -08:00
Makefile Use canonical imports 2018-08-24 21:56:39 -07:00
Procfile Add Procfile 2018-08-07 12:54:38 -07:00
README.md Use canonical imports 2018-08-24 21:56:39 -07:00
doc.go Use canonical imports 2018-08-24 21:56:39 -07:00
generate.go Use canonical imports 2018-08-24 21:56:39 -07:00
integration_test.go Move Golang API client here 2018-08-24 22:23:03 -07:00
main.go Use canonical imports 2018-08-24 21:56:39 -07:00

README.md

Miniflux 2

Build Status GoDoc 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)
  • Single binary compiled statically without dependency
  • The number of features is voluntarily limited

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

Official website: https://miniflux.app

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

Documentation

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

Credits

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