Go to file
Frédéric Guillot 7a1653a2e9 Make sure integrations are configured before to make any HTTP requests 2018-04-29 17:58:09 -07:00
api Use vanilla HTTP handlers (refactoring) 2018-04-29 16:35:04 -07:00
cli Simplify Heroku deployment 2018-04-15 21:07:59 -07:00
config Simplify Heroku deployment 2018-04-15 21:07:59 -07:00
crypto Add more comments (GoDoc) 2018-01-11 19:21:20 -08:00
daemon Use vanilla HTTP handlers (refactoring) 2018-04-29 16:35:04 -07:00
errors Support localized feed errors generated by background workers 2018-02-27 21:08:32 -08:00
fever Use vanilla HTTP handlers (refactoring) 2018-04-29 16:35:04 -07:00
filter Add more comments (GoDoc) 2018-01-11 19:21:20 -08:00
http Use vanilla HTTP handlers (refactoring) 2018-04-29 16:35:04 -07:00
integration Make sure integrations are configured before to make any HTTP requests 2018-04-29 17:58:09 -07:00
locale Avoid people to unlink their OAuth2 account without having a local password 2018-04-29 17:04:43 -07:00
logger Keep code base tidy 2018-01-29 20:47:09 -08:00
middleware Use vanilla HTTP handlers (refactoring) 2018-04-29 16:35:04 -07:00
model Add unit test for comments url and French translation 2018-04-07 13:56:11 -07:00
oauth2 Add more comments (GoDoc) 2018-01-11 19:21:20 -08:00
reader Move HTTP client to its own package 2018-04-28 10:51:07 -07:00
scheduler Improve for/range loop to avoid linter error 2018-03-01 21:43:25 -08:00
sql Add CommentsURL to entry 2018-04-07 13:50:45 -07:00
storage Do not show save link if no integration is configured 2018-04-29 17:43:40 -07:00
template Do not show save link if no integration is configured 2018-04-29 17:43:40 -07: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 Do not show save link if no integration is configured 2018-04-29 17:43:40 -07:00
url Add more comments (GoDoc) 2018-01-11 19:21:20 -08:00
vendor Use Gorilla middleware (refactoring) 2018-04-27 20:38:46 -07:00
version Change user agent 2018-01-22 20:43:03 -08:00
.gitignore Update .gitignore 2018-03-18 20:48:58 -07:00
.travis.yml Switch Travis to Go 1.10 2018-03-14 18:51:41 -07:00
ChangeLog Update ChangeLog 2018-04-20 21:56:38 -07:00
Gopkg.lock Use Gorilla middleware (refactoring) 2018-04-27 20:38:46 -07:00
Gopkg.toml Use Gorilla middleware (refactoring) 2018-04-27 20:38:46 -07:00
LICENSE First commit 2017-11-19 22:01:46 -08:00
Makefile Update .gitignore 2018-03-18 20:48:58 -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