Sen descrición

Frédéric Guillot 5cacae6cf2 Add API endpoint to import OPML file %!s(int64=8) %!d(string=hai) anos
api 5cacae6cf2 Add API endpoint to import OPML file %!s(int64=8) %!d(string=hai) anos
cli 0429bbb19d Simplify Heroku deployment %!s(int64=8) %!d(string=hai) anos
config 0429bbb19d Simplify Heroku deployment %!s(int64=8) %!d(string=hai) anos
crypto 9652dfa1fe Add more comments (GoDoc) %!s(int64=8) %!d(string=hai) anos
daemon 5cacae6cf2 Add API endpoint to import OPML file %!s(int64=8) %!d(string=hai) anos
errors 953d0a2dc0 Support localized feed errors generated by background workers %!s(int64=8) %!d(string=hai) anos
fever f49b42f70f Use vanilla HTTP handlers (refactoring) %!s(int64=8) %!d(string=hai) anos
filter 9652dfa1fe Add more comments (GoDoc) %!s(int64=8) %!d(string=hai) anos
http f49b42f70f Use vanilla HTTP handlers (refactoring) %!s(int64=8) %!d(string=hai) anos
integration 7a1653a2e9 Make sure integrations are configured before to make any HTTP requests %!s(int64=8) %!d(string=hai) anos
locale b166ceaea7 Avoid people to unlink their OAuth2 account without having a local password %!s(int64=8) %!d(string=hai) anos
logger c8138351c9 Keep code base tidy %!s(int64=8) %!d(string=hai) anos
middleware f49b42f70f Use vanilla HTTP handlers (refactoring) %!s(int64=8) %!d(string=hai) anos
model 702256bcc0 Add unit test for comments url and French translation %!s(int64=8) %!d(string=hai) anos
oauth2 9652dfa1fe Add more comments (GoDoc) %!s(int64=8) %!d(string=hai) anos
reader 5cacae6cf2 Add API endpoint to import OPML file %!s(int64=8) %!d(string=hai) anos
scheduler cbd273da2b Improve for/range loop to avoid linter error %!s(int64=8) %!d(string=hai) anos
sql 538d08c16c Add CommentsURL to entry %!s(int64=8) %!d(string=hai) anos
storage 31da4db14f Do not show save link if no integration is configured %!s(int64=8) %!d(string=hai) anos
template 31da4db14f Do not show save link if no integration is configured %!s(int64=8) %!d(string=hai) anos
timer 9652dfa1fe Add more comments (GoDoc) %!s(int64=8) %!d(string=hai) anos
timezone 0c7039de0e Entries date should contains user timezone (API) %!s(int64=8) %!d(string=hai) anos
ui 31da4db14f Do not show save link if no integration is configured %!s(int64=8) %!d(string=hai) anos
url 9652dfa1fe Add more comments (GoDoc) %!s(int64=8) %!d(string=hai) anos
vendor 5cacae6cf2 Add API endpoint to import OPML file %!s(int64=8) %!d(string=hai) anos
version 577bcddb2a Change user agent %!s(int64=8) %!d(string=hai) anos
.gitignore 449020c1e8 Update .gitignore %!s(int64=8) %!d(string=hai) anos
.travis.yml fec391a336 Switch Travis to Go 1.10 %!s(int64=8) %!d(string=hai) anos
ChangeLog 1ce522b98a Update ChangeLog %!s(int64=8) %!d(string=hai) anos
Gopkg.lock 5cacae6cf2 Add API endpoint to import OPML file %!s(int64=8) %!d(string=hai) anos
Gopkg.toml 6b360d08c1 Use Gorilla middleware (refactoring) %!s(int64=8) %!d(string=hai) anos
LICENSE 8ffb773f43 First commit %!s(int64=8) %!d(string=hai) anos
Makefile 449020c1e8 Update .gitignore %!s(int64=8) %!d(string=hai) anos
README.md 9652dfa1fe Add more comments (GoDoc) %!s(int64=8) %!d(string=hai) anos
doc.go 9652dfa1fe Add more comments (GoDoc) %!s(int64=8) %!d(string=hai) anos
generate.go 320d1b0167 Refactor packages to have more idiomatic code base %!s(int64=8) %!d(string=hai) anos
integration_test.go 5cacae6cf2 Add API endpoint to import OPML file %!s(int64=8) %!d(string=hai) anos
main.go 7f8e9c9c17 Remove useless import %!s(int64=8) %!d(string=hai) anos

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