Ei kuvausta

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

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