Няма описание

Frédéric Guillot ef097f02fe Add the possibility to enable crawler for feeds преди 8 години
config 3b40ce4960 Add Let's Encrypt integration преди 8 години
errors a76c2a8c22 Improve OPML import/export преди 8 години
helper 747da03e4c Improve OAuth2 integration преди 8 години
http 6f5350a497 Move packages http and url преди 8 години
integration ae62e543d3 Add Instapaper integration преди 8 години
locale ef097f02fe Add the possibility to enable crawler for feeds преди 8 години
model ef097f02fe Add the possibility to enable crawler for feeds преди 8 години
reader ef097f02fe Add the possibility to enable crawler for feeds преди 8 години
scheduler 855fb06bc9 Add feature to refresh all feeds from the user interface преди 8 години
server ef097f02fe Add the possibility to enable crawler for feeds преди 8 години
sql ef097f02fe Add the possibility to enable crawler for feeds преди 8 години
storage ef097f02fe Add the possibility to enable crawler for feeds преди 8 години
url 6f5350a497 Move packages http and url преди 8 години
vendor 8781648af9 Add integration tests for entries преди 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 8781648af9 Add integration tests for entries преди 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 bc20e0884b Add Fever API преди 8 години
generate.go f072439b79 Make sure the package locale pass golint преди 8 години
integration_test.go 6f5350a497 Move packages http and url преди 8 години
main.go 142e8b3e0c Add first integration test преди 8 години
miniflux-test ef097f02fe Add the possibility to enable crawler for feeds преди 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)
  • 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.

TODO

  • [X] Custom entries sorting
  • Webpage scraper (Readability)
  • [X] Bookmarklet
  • External integrations (Pinboard, Instapaper, Pocket?)
  • Gzip compression
  • [X] Integration tests
  • [X] Flush history
  • [X] OAuth2
  • [X] Touch events
  • [X] Fever API

Credits

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