No description
Find a file
Adam Vigneaux 07cd7d2135 Add "Mark this page as read" to the bottom
This better matches the most common use case for the "Mark this page as
read" link, which is to click it once you have reached the bottom of the
page. Especially on mobile, it can be annoying to scroll to the top of
the page to click the link.
2018-09-08 18:40:23 -07:00
api Refactor HTTP context handling 2018-09-03 14:26:40 -07:00
cli Make user creation via environment variables idempotent 2018-08-29 21:00:23 -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 Refactor HTTP context handling 2018-09-03 14:26:40 -07:00
filter Use canonical imports 2018-08-24 21:56:39 -07:00
http Refactor HTTP context handling 2018-09-03 14:26:40 -07:00
integration Use canonical imports 2018-08-24 21:56:39 -07:00
locale Add german translation string 2018-08-26 09:43:57 -07:00
logger Use canonical imports 2018-08-24 21:56:39 -07:00
middleware Refactor HTTP context handling 2018-09-03 14:26:40 -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 Update scraper rule for heise.de 2018-08-25 10:33:18 -07:00
scheduler Use canonical imports 2018-08-24 21:56:39 -07:00
storage Show count of feeds with permanent errors in header menu 2018-08-26 16:18:07 -07:00
template Add "Mark this page as read" to the bottom 2018-09-08 18:40:23 -07:00
tests Split integration tests into multiple files 2018-08-25 11:55:47 -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 Add "Mark this page as read" to the bottom 2018-09-08 18:40:23 -07:00
url Use canonical imports 2018-08-24 21:56:39 -07:00
vendor Migrate to go modules (Go 1.11) 2018-08-26 16:43:53 -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 Switch Travis to Go 1.11 2018-08-26 16:36:33 -07:00
ChangeLog Update ChangeLog 2018-07-22 21:29:30 -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
go.mod Make latest changes compatible with Heroku 2018-08-29 20:50:36 -07:00
go.sum Migrate to go modules (Go 1.11) 2018-08-26 16:43:53 -07:00
LICENSE First commit 2017-11-19 22:01:46 -08:00
main.go Use canonical imports 2018-08-24 21:56:39 -07:00
Makefile Split integration tests into multiple files 2018-08-25 11:55:47 -07:00
Procfile Make latest changes compatible with Heroku 2018-08-29 20:50:36 -07:00
README.md Improve readme 2018-08-26 17:18:17 -07:00

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

Documentation

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

Screenshots

Default theme:

Default theme

Dark theme when using keyboard naviguation:

Dark theme

Credits