Fără Descriere

Frédéric Guillot 948e12c861 Fix typo in initial schema 8 ani în urmă
config 18f55d1569 Add scheduler to clean old sessions 8 ani în urmă
errors 84d912c979 Rewrite imports 8 ani în urmă
helper 1d8193b892 Add logger 8 ani în urmă
http 9868f900e9 Add bookmarks 8 ani în urmă
integration b153fa8b3c Add Wallabag integration 8 ani în urmă
locale 9868f900e9 Add bookmarks 8 ani în urmă
logger 1d8193b892 Add logger 8 ani în urmă
model 9868f900e9 Add bookmarks 8 ani în urmă
reader 1d8193b892 Add logger 8 ani în urmă
scheduler b153fa8b3c Add Wallabag integration 8 ani în urmă
server e031dad1e7 Fill login form on failed sign in 8 ani în urmă
sql 948e12c861 Fix typo in initial schema 8 ani în urmă
storage e031dad1e7 Fill login form on failed sign in 8 ani în urmă
url 6f5350a497 Move packages http and url 8 ani în urmă
vendor 9868f900e9 Add bookmarks 8 ani în urmă
version 8ffb773f43 First commit 8 ani în urmă
.gitignore 8ffb773f43 First commit 8 ani în urmă
.travis.yml bb8e61c7c5 Make sure golint pass on the code base 8 ani în urmă
Gopkg.lock 9868f900e9 Add bookmarks 8 ani în urmă
Gopkg.toml 39b03cc393 Add integration tests for feed creation 8 ani în urmă
LICENSE 8ffb773f43 First commit 8 ani în urmă
Makefile bb8e61c7c5 Make sure golint pass on the code base 8 ani în urmă
README.md 84d912c979 Rewrite imports 8 ani în urmă
generate.go f072439b79 Make sure the package locale pass golint 8 ani în urmă
integration_test.go 9868f900e9 Add bookmarks 8 ani în urmă
main.go 18f55d1569 Add scheduler to clean old sessions 8 ani în urmă

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