From 8ffb773f43c8dc54801ca1d111854e7e881c93c9 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Sun, 19 Nov 2017 21:10:04 -0800 Subject: First commit --- README.md | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..414d88d --- /dev/null +++ b/README.md @@ -0,0 +1,38 @@ +Miniflux 2 +========== +[![Build Status](https://travis-ci.org/miniflux/miniflux2.svg?branch=master)](https://travis-ci.org/miniflux/miniflux2) + +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 +- 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 +---- + +- [ ] Custom entries sorting +- [ ] Webpage scraper (Readability) +- [ ] Bookmarklet +- [ ] External integrations (Pinboard, Wallabag...) +- [ ] Gzip compression +- [ ] Integration tests +- [ ] Flush history +- [ ] OAuth2 + +Credits +------- + +- Author: Frédéric Guillot +- Distributed under Apache 2.0 License -- cgit v1.2.3