Go to file
Pascal Widdershoven 44decae557 Fix unread count in menu not triggering click
By moving unread count into anchor.

Previously, clicking the unread count would not cause the anchor to be
invoked. This was confusing. This change includes the unread count span
in the anchor.
2018-05-21 12:51:43 +02:00
api Add API endpoint to get logged user 2018-05-14 18:41:41 -07:00
cli Simplify Heroku deployment 2018-04-15 21:07:59 -07:00
config Archive read entries automatically after 60 days 2018-05-19 16:45:27 -07:00
crypto Add more comments (GoDoc) 2018-01-11 19:21:20 -08:00
daemon Add Pocket authorization flow in the user interface 2018-05-20 15:29:14 -07:00
errors Support localized feed errors generated by background workers 2018-02-27 21:08:32 -08:00
fever Fever API: Return response with an empty list if there is no items 2018-05-08 22:08:01 -07:00
filter Add more comments (GoDoc) 2018-01-11 19:21:20 -08:00
http Add Pocket authorization flow in the user interface 2018-05-20 15:29:14 -07:00
integration Add Pocket authorization flow in the user interface 2018-05-20 15:29:14 -07:00
locale Add Pocket authorization flow in the user interface 2018-05-20 15:29:14 -07:00
logger Keep code base tidy 2018-01-29 20:47:09 -08:00
middleware Add Pocket authorization flow in the user interface 2018-05-20 15:29:14 -07:00
model Add Pocket authorization flow in the user interface 2018-05-20 15:29:14 -07:00
oauth2 Add more comments (GoDoc) 2018-01-11 19:21:20 -08:00
reader Handle feeds with dates formatted as Unix timestamp 2018-05-08 20:41:24 -07:00
scheduler Archive read entries automatically after 60 days 2018-05-19 16:45:27 -07:00
sql Add Pocket authorization flow in the user interface 2018-05-20 15:29:14 -07:00
storage Add Pocket integration 2018-05-20 13:31:56 -07:00
template Fix unread count in menu not triggering click 2018-05-21 12:51:43 +02: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 Fix unread count in menu not triggering click 2018-05-21 12:51:43 +02:00
url Add more comments (GoDoc) 2018-01-11 19:21:20 -08:00
vendor Add integration test for /me endpoint 2018-05-14 18:52:12 -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-05-07 20:14:54 -07:00
Gopkg.lock Add integration test for /me endpoint 2018-05-14 18:52:12 -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 Update readme and rebuild CSS 2018-05-19 15:47:46 -07: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 /me endpoint 2018-05-14 18:52:12 -07: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