Nessuna descrizione

Frédéric Guillot f546552a1d Clicking on refresh feeds should refresh only user feeds 8 anni fa
config 18f55d1569 Add scheduler to clean old sessions 8 anni fa
errors 84d912c979 Rewrite imports 8 anni fa
helper 1d8193b892 Add logger 8 anni fa
http 9868f900e9 Add bookmarks 8 anni fa
integration b153fa8b3c Add Wallabag integration 8 anni fa
locale 9868f900e9 Add bookmarks 8 anni fa
logger 1d8193b892 Add logger 8 anni fa
model 9868f900e9 Add bookmarks 8 anni fa
reader e7afec7eca Handle more date formats 8 anni fa
scheduler b153fa8b3c Add Wallabag integration 8 anni fa
server f546552a1d Clicking on refresh feeds should refresh only user feeds 8 anni fa
sql 948e12c861 Fix typo in initial schema 8 anni fa
storage f546552a1d Clicking on refresh feeds should refresh only user feeds 8 anni fa
url 6f5350a497 Move packages http and url 8 anni fa
vendor 9868f900e9 Add bookmarks 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 9868f900e9 Add bookmarks 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 9868f900e9 Add bookmarks 8 anni fa
main.go 18f55d1569 Add scheduler to clean old sessions 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