No Description

Frédéric Guillot 3c3f397bf5 Make sure the scraper parse only HTML documents 8 years ago
config 7c19febd73 Add configurable HTTPS flag for secure cookie flag 8 years ago
errors 84d912c979 Rewrite imports 8 years ago
helper 1d8193b892 Add logger 8 years ago
http aae3d75490 Add body size limit 8 years ago
integration b153fa8b3c Add Wallabag integration 8 years ago
locale 038ea790f7 Make sure people don't create duplicate Fever usernames 8 years ago
logger 1d8193b892 Add logger 8 years ago
model 0f053b07a5 Improve user API responses 8 years ago
reader 3c3f397bf5 Make sure the scraper parse only HTML documents 8 years ago
scheduler b153fa8b3c Add Wallabag integration 8 years ago
server 5558c94a57 Improve Fever API handlers 8 years ago
sql d5b8f2fb88 Improve API 8 years ago
storage 747e3edab3 Make sure username are always lowercase 8 years ago
url 6f5350a497 Move packages http and url 8 years ago
vendor c3c27e3637 Add API handler to fetch user by username 8 years ago
version 8ffb773f43 First commit 8 years ago
.gitignore 44799b05f8 Add build targets for ARM architectures 8 years ago
.travis.yml bb8e61c7c5 Make sure golint pass on the code base 8 years ago
Gopkg.lock c3c27e3637 Add API handler to fetch user by username 8 years ago
Gopkg.toml 39b03cc393 Add integration tests for feed creation 8 years ago
LICENSE 8ffb773f43 First commit 8 years ago
Makefile 44799b05f8 Add build targets for ARM architectures 8 years ago
README.md 5a721e694b Spelling correction on README.md 8 years ago
generate.go f072439b79 Make sure the package locale pass golint 8 years ago
integration_test.go c3c27e3637 Add API handler to fetch user by username 8 years ago
main.go 18f55d1569 Add scheduler to clean old sessions 8 years ago

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 voluntarily 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