Go to file
Frédéric Guillot b0442e0277 Do not update entry date while refreshing a feed
We do not update the published date because some feeds do not contains any date,
in this case it default to time.Now(), which could change the order of items on
the history page.
2018-01-29 21:07:55 -08:00
api Add API endpoint for OPML export 2018-01-12 13:42:36 -08:00
cli Add the possiblity to enable debug mode with an environment variable 2018-01-29 20:54:38 -08:00
config Add the possiblity to enable debug mode with an environment variable 2018-01-29 20:54:38 -08:00
crypto Add more comments (GoDoc) 2018-01-11 19:21:20 -08:00
daemon Add functions to get config values 2018-01-15 18:08:30 -08:00
duration Add more comments (GoDoc) 2018-01-11 19:21:20 -08:00
errors Add more comments (GoDoc) 2018-01-11 19:21:20 -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 Change user agent 2018-01-22 20:43:03 -08:00
integration Add more comments (GoDoc) 2018-01-11 19:21:20 -08:00
locale Update German translation strings 2018-01-20 13:25:20 -08:00
logger Keep code base tidy 2018-01-29 20:47:09 -08:00
model Store language in session to show the login page translated 2018-01-20 13:25:20 -08:00
oauth2 Add more comments (GoDoc) 2018-01-11 19:21:20 -08:00
reader Do not override existing entries when the crawler is enabled 2018-01-20 14:04:19 -08:00
scheduler Keep code base tidy 2018-01-29 20:47:09 -08:00
sql Add more comments (GoDoc) 2018-01-11 19:21:20 -08:00
storage Do not update entry date while refreshing a feed 2018-01-29 21:07:55 -08:00
template Move environment variables to config package 2018-01-20 16:49:47 -08:00
timer Add more comments (GoDoc) 2018-01-11 19:21:20 -08:00
ui Keep code base tidy 2018-01-29 20:47:09 -08:00
url Add more comments (GoDoc) 2018-01-11 19:21:20 -08:00
vendor Add integration test for export API endpoint 2018-01-12 18:16:51 -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 Update app.js path in .travis.yml 2018-01-05 18:00:11 -08:00
ChangeLog Add ChangeLog 2018-01-22 21:03:46 -08:00
Gopkg.lock Add integration test for export API endpoint 2018-01-12 18:16:51 -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 Enable debug mode for integration tests 2018-01-29 20:58:11 -08: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