2017-11-20 00:10:04 -05:00
|
|
|
Miniflux 2
|
|
|
|
==========
|
|
|
|
|
|
|
|
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
|
2017-12-13 00:02:04 -05:00
|
|
|
- Use only modern vanilla Javascript (ES6 and Fetch API)
|
2018-07-18 20:28:57 -04:00
|
|
|
- Single binary compiled statically without dependency
|
2017-12-26 10:40:44 -05:00
|
|
|
- The number of features is voluntarily limited
|
2017-11-20 00:10:04 -05:00
|
|
|
|
|
|
|
It's simple, fast, lightweight and super easy to install.
|
|
|
|
|
2018-07-18 20:28:57 -04:00
|
|
|
Official website: <https://miniflux.app>
|
|
|
|
|
2017-12-13 00:02:04 -05:00
|
|
|
Documentation
|
|
|
|
-------------
|
|
|
|
|
2019-04-22 23:37:58 -04:00
|
|
|
The Miniflux documentation is available here: <https://miniflux.app/docs/> ([Man page](https://miniflux.app/miniflux.1.html))
|
|
|
|
|
|
|
|
- [Opinionated?](https://miniflux.app/opinionated.html)
|
|
|
|
- [Features](https://miniflux.app/features.html)
|
|
|
|
- [Requirements](https://miniflux.app/docs/requirements.html)
|
|
|
|
- [Installation Instructions](https://miniflux.app/docs/installation.html)
|
|
|
|
- [Upgrading to a New Version](https://miniflux.app/docs/upgrade.html)
|
|
|
|
- [Configuration](https://miniflux.app/docs/configuration.html)
|
|
|
|
- [Command Line Usage](https://miniflux.app/docs/cli.html)
|
|
|
|
- [User Interface Usage](https://miniflux.app/docs/ui.html)
|
|
|
|
- [Keyboard Shortcuts](https://miniflux.app/docs/keyboard_shortcuts.html)
|
|
|
|
- [Integration with External Services](https://miniflux.app/docs/services.html)
|
|
|
|
- [Rewrite and Scraper Rules](https://miniflux.app/docs/rules.html)
|
|
|
|
- [API Reference](https://miniflux.app/docs/api.html)
|
|
|
|
- [Development](https://miniflux.app/docs/development.html)
|
|
|
|
- [Internationalization](https://miniflux.app/docs/i18n.html)
|
|
|
|
- [Frequently Asked Questions](https://miniflux.app/faq.html)
|
2018-08-26 20:18:17 -04:00
|
|
|
|
|
|
|
Screenshots
|
|
|
|
-----------
|
|
|
|
|
|
|
|
Default theme:
|
|
|
|
|
2019-04-22 23:37:58 -04:00
|
|
|
![Default theme](https://miniflux.app/images/overview.png)
|
2018-08-26 20:18:17 -04:00
|
|
|
|
2018-11-11 08:51:54 -05:00
|
|
|
Dark theme when using keyboard navigation:
|
2018-08-26 20:18:17 -04:00
|
|
|
|
2019-04-22 23:37:58 -04:00
|
|
|
![Dark theme](https://miniflux.app/images/item-selection-black-theme.png)
|
2017-11-20 00:10:04 -05:00
|
|
|
|
|
|
|
Credits
|
|
|
|
-------
|
|
|
|
|
2020-10-19 00:53:07 -04:00
|
|
|
- Authors: Frédéric Guillot - [List of contributors](https://github.com/miniflux/v2/graphs/contributors)
|
2017-11-20 00:10:04 -05:00
|
|
|
- Distributed under Apache 2.0 License
|