暫無描述

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

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