Go to file
MoritzFago c811849771 Add FreeBSD build target 2018-03-18 20:44:13 -07:00
api Show last login and session creation date in current timezone 2018-03-04 17:04:31 -08:00
cli Print info message if DATABASE_URL is not set 2018-02-23 18:26:34 -08:00
config Print info message if DATABASE_URL is not set 2018-02-23 18:26:34 -08:00
crypto Add more comments (GoDoc) 2018-01-11 19:21:20 -08:00
daemon Support localized feed errors generated by background workers 2018-02-27 21:08:32 -08:00
errors Support localized feed errors generated by background workers 2018-02-27 21:08:32 -08:00
fever Add more comments (GoDoc) 2018-01-11 19:21:20 -08:00
filter Add more comments (GoDoc) 2018-01-11 19:21:20 -08:00
http Add Nunux Keeper integration 2018-02-25 11:49:08 -08:00
integration Add Nunux Keeper integration 2018-02-25 11:49:08 -08:00
locale Fix typo in translations 2018-03-17 13:39:08 -07:00
logger Keep code base tidy 2018-01-29 20:47:09 -08:00
model Convert enclosure size field to bigint 2018-03-14 20:09:06 -07:00
oauth2 Add more comments (GoDoc) 2018-01-11 19:21:20 -08:00
reader Handle RSS author elements with inner HTML 2018-03-18 11:57:46 -07:00
scheduler Improve for/range loop to avoid linter error 2018-03-01 21:43:25 -08:00
sql Convert enclosure size field to bigint 2018-03-14 20:09:06 -07:00
storage Convert enclosure size field to bigint 2018-03-14 20:09:06 -07:00
template Fix typo in edit user template 2018-03-01 23:06:28 -08:00
timer Add more comments (GoDoc) 2018-01-11 19:21:20 -08:00
timezone Entries date should contains user timezone (API) 2018-03-01 21:43:04 -08:00
ui Show last login and session creation date in current timezone 2018-03-04 17:04:31 -08:00
url Add more comments (GoDoc) 2018-01-11 19:21:20 -08:00
vendor Add support for Let's Encrypt http-01 challenge 2018-02-04 18:05:45 -08:00
version Change user agent 2018-01-22 20:43:03 -08:00
.gitignore Compile all ARM architectures 2018-01-20 13:25:21 -08:00
.travis.yml Switch Travis to Go 1.10 2018-03-14 18:51:41 -07:00
ChangeLog Update ChangeLog 2018-03-05 21:42:52 -08:00
Gopkg.lock Add support for Let's Encrypt http-01 challenge 2018-02-04 18:05:45 -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 FreeBSD build target 2018-03-18 20:44:13 -07:00
README.md Add more comments (GoDoc) 2018-01-11 19:21:20 -08:00
doc.go Add more comments (GoDoc) 2018-01-11 19:21:20 -08:00
generate.go Refactor packages to have more idiomatic code base 2018-01-02 22:04:48 -08:00
integration_test.go Add integration test for export API endpoint 2018-01-12 18:16:51 -08:00
main.go Remove useless import 2018-01-08 21:56:46 -08: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)
  • 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.

Documentation

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

Credits

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