Miniflux - Minimalist News Reader ================================= Miniflux is a minimalist and web-based RSS reader. Features -------- - Host almost anywhere - Readability (CSS optimized for readability, responsive design, compatible with mobile and tablet devices) - Easy setup => **copy and paste the source code and you are done!** - Use a lightweight Sqlite database instead of Mysql or Postgresql - Remove Feedburner Ads and analytics trackers (1x1 pixels) - Open external links inside a new tab with a `rel="noreferrer"` attribute - Use secure HTTP headers (only external images and Youtube/Vimeo/Dailymotion videos are allowed) - Article content is filtered before being displayed - Translated in Arabic, English, French, German, Italian, Czech, Spanish, Portuguese, Russian, Serbian and Simplified Chinese - RTL languages support - Keyboard shortcuts - Full article download for feeds that display only a summary - Bookmarks - Groups for categorization of feeds (like folders or tags) - Send your favorite articles to Pinboard and Instapaper - Enclosure support (videos and podcasts) - Feed updates via a cronjob or with the user interface with one click - Keeps history of read items - Import/Export of OPML feeds - Themes - Auto-update from the user interface - Multiple databases (each user has his own database) - Image proxy to avoid mixed content warnings with HTTPS Requirements ------------ - Recent version of libxml2 >= 2.7.x (version 2.6.32 on Debian Lenny is not supported anymore) - PHP >= 5.3.3 - PHP XML extensions (SimpleXML and DOM) - PHP Sqlite extension - cURL extension for PHP or Stream Context with `allow_url_fopen=On` - Iconv and mbstring extensions Documentation ------------- - [Installation](docs/installation.markdown) - [Upgrade to a new version](docs/upgrade.markdown) - [Cronjob](docs/cronjob.markdown) - [Advanced configuration](docs/config.markdown) - [Full article download](docs/full-article-download.markdown) - [Multiple users](docs/multiple-users.markdown) - [Translations](docs/translations.markdown) - [Themes](docs/themes.markdown) - [Json-RPC API](docs/json-rpc-api.markdown) - [Fever API](docs/fever.markdown) - [Run Miniflux with Docker](docs/docker.markdown) - [FAQ](docs/faq.markdown) - [Tests](docs/tests.markdown) License ------- - AGPLv3: Authors ------- - Original author: [Frédéric Guillot](https://github.com/fguillot) - [List of contributors](CONTRIBUTORS.md) Related projects ---------------- External projects build around Miniflux: - [Miniflux embedded](https://github.com/repat/miniflux-embedded-android) is an Android app for Miniflux. It's basically an embedded WebView that saves your Miniflux URL and cookies. [Download on the Play Store](https://play.google.com/store/apps/details?id=de.repat.embeddedminiflux). - [munin-miniflux](https://github.com/dewey/munin-plugins/tree/master/munin-miniflux) is a munin wildcard plugin to draw graphs of your miniflux read and unread count. - [List of themes](docs/themes.markdown)