Nessuna descrizione

Frédéric Guillot c6d9eb3614 Improve content scraper 8 anni fa
config 3b40ce4960 Add Let's Encrypt integration 8 anni fa
errors 84d912c979 Rewrite imports 8 anni fa
helper 747da03e4c Improve OAuth2 integration 8 anni fa
http 84d912c979 Rewrite imports 8 anni fa
integration 84d912c979 Rewrite imports 8 anni fa
locale 84d912c979 Rewrite imports 8 anni fa
model 84d912c979 Rewrite imports 8 anni fa
reader c6d9eb3614 Improve content scraper 8 anni fa
scheduler 84d912c979 Rewrite imports 8 anni fa
server c6d9eb3614 Improve content scraper 8 anni fa
sql 84d912c979 Rewrite imports 8 anni fa
storage 84d912c979 Rewrite imports 8 anni fa
url 6f5350a497 Move packages http and url 8 anni fa
vendor 8781648af9 Add integration tests for entries 8 anni fa
version 8ffb773f43 First commit 8 anni fa
.gitignore 8ffb773f43 First commit 8 anni fa
.travis.yml bb8e61c7c5 Make sure golint pass on the code base 8 anni fa
Gopkg.lock 8781648af9 Add integration tests for entries 8 anni fa
Gopkg.toml 39b03cc393 Add integration tests for feed creation 8 anni fa
LICENSE 8ffb773f43 First commit 8 anni fa
Makefile bb8e61c7c5 Make sure golint pass on the code base 8 anni fa
README.md 84d912c979 Rewrite imports 8 anni fa
generate.go f072439b79 Make sure the package locale pass golint 8 anni fa
integration_test.go 6f5350a497 Move packages http and url 8 anni fa
main.go 84d912c979 Rewrite imports 8 anni fa

README.md

Miniflux 2

Build Status 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 volountary limited

It's simple, fast, lightweight and super easy to install.

Miniflux 2 is a rewrite of Miniflux 1.x in Golang.

Notes

Miniflux 2 still in development and it's not ready to use.

Documentation

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

Credits

  • Author: Frédéric Guillot
  • Distributed under Apache 2.0 License