Nessuna descrizione

Frédéric Guillot 7b0bfd9308 Strip invalid XML characters to avoid parsing errors 8 anni fa
api 4aec2453f4 Add API endpoint for OPML export 8 anni fa
cli 23d2d9109f Add the possiblity to enable debug mode with an environment variable 8 anni fa
config 61bc012a62 Add support for HTTP Strict Transport Security header 8 anni fa
crypto 9652dfa1fe Add more comments (GoDoc) 8 anni fa
daemon 12ff562d31 Add support for Let's Encrypt http-01 challenge 8 anni fa
errors 9652dfa1fe Add more comments (GoDoc) 8 anni fa
fever 9652dfa1fe Add more comments (GoDoc) 8 anni fa
filter 9652dfa1fe Add more comments (GoDoc) 8 anni fa
http 61bc012a62 Add support for HTTP Strict Transport Security header 8 anni fa
integration 9652dfa1fe Add more comments (GoDoc) 8 anni fa
locale c6fd9eb9b1 Remove period for feed errors 8 anni fa
logger c8138351c9 Keep code base tidy 8 anni fa
model bdcc4134fa Store language in session to show the login page translated 8 anni fa
oauth2 9652dfa1fe Add more comments (GoDoc) 8 anni fa
reader 7b0bfd9308 Strip invalid XML characters to avoid parsing errors 8 anni fa
scheduler c8138351c9 Keep code base tidy 8 anni fa
sql b78172033f Show API URL endpoints in user interface 8 anni fa
storage b0442e0277 Do not update entry date while refreshing a feed 8 anni fa
template 3884a33b36 Move template functions outside engine (refactoring) 8 anni fa
timer 9652dfa1fe Add more comments (GoDoc) 8 anni fa
ui 9c42997209 Add support for base URLs with subfolders 8 anni fa
url 9652dfa1fe Add more comments (GoDoc) 8 anni fa
vendor 12ff562d31 Add support for Let's Encrypt http-01 challenge 8 anni fa
version 577bcddb2a Change user agent 8 anni fa
.gitignore 208cf9892d Compile all ARM architectures 8 anni fa
.travis.yml 9329c924d9 Update app.js path in .travis.yml 8 anni fa
ChangeLog ccb7306dcb Update ChangeLog 8 anni fa
Gopkg.lock 12ff562d31 Add support for Let's Encrypt http-01 challenge 8 anni fa
Gopkg.toml 39b03cc393 Add integration tests for feed creation 8 anni fa
LICENSE 8ffb773f43 First commit 8 anni fa
Makefile b78172033f Show API URL endpoints in user interface 8 anni fa
README.md 9652dfa1fe Add more comments (GoDoc) 8 anni fa
doc.go 9652dfa1fe Add more comments (GoDoc) 8 anni fa
generate.go 320d1b0167 Refactor packages to have more idiomatic code base 8 anni fa
integration_test.go 631e0a2e20 Add integration test for export API endpoint 8 anni fa
main.go 7f8e9c9c17 Remove useless import 8 anni fa

README.md

Miniflux 2

Build Status GoDoc 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.

Documentation

The Miniflux documentation is available here: https://docs.miniflux.net/

Credits

  • Author: Frédéric Guillot
  • Distributed under Apache 2.0 License