Sin descripción

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

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