Go to file
Frederic Guillot 578f9cbf14 Add custom rules directory support 2015-04-10 20:34:48 -04:00
assets mark items on page 2+ read as well, update tests 2015-04-07 22:46:50 +02:00
controllers keep selected options on feed adding error 2015-04-10 23:09:19 +02:00
data Add Miniflux auto-update feature 2014-03-30 15:59:26 -04:00
docs Add custom rules directory support 2015-04-10 20:34:48 -04:00
fever Merge pull-request #351 2015-03-25 19:41:23 -04:00
lib Merge Arabic translation #348 and improve user interface for RTL languages 2015-03-20 18:53:15 -04:00
locales Merge pull-request #347 2015-03-22 14:18:51 -04:00
models Add custom rules directory support 2015-04-10 20:34:48 -04:00
rules Add custom rules directory support 2015-04-10 20:34:48 -04:00
scripts Remove useless scripts 2015-04-06 15:14:44 -04:00
templates keep selected options on feed adding error 2015-04-10 23:09:19 +02:00
tests/integration mark items on page 2+ read as well, update tests 2015-04-07 22:46:50 +02:00
themes Move themes outside of the main repo 2015-01-29 21:06:54 -05:00
vendor Add custom rules directory support 2015-04-10 20:34:48 -04:00
.gitattributes introduce release script 2015-01-10 09:37:52 +01:00
.gitignore Add custom rules directory support 2015-04-10 20:34:48 -04:00
.htaccess_ovh Update OVH .htaccess 2014-10-30 20:36:48 -04:00
Dockerfile Change repo url 2015-02-07 11:49:55 -05:00
LICENSE Add license 2013-03-17 18:30:07 -04:00
README.markdown Update README 2015-04-06 13:51:02 -04:00
check_setup.php update dependency check: add iconv 2015-01-30 00:13:19 +01:00
common.php Add custom rules directory support 2015-04-10 20:34:48 -04:00
composer.json Update vendor 2015-01-27 20:13:16 -05:00
config.default.php Add debug_mode config option and update vendor 2015-01-28 21:57:34 -05:00
cronjob.php Fix database hijacking 2015-01-17 21:14:44 +01:00
favicon.ico Move everything to the top-level directory 2013-05-21 12:34:39 +02:00
index.php Fix helper include 2015-01-11 11:26:55 -05:00
jsonrpc.php Move to Composer and update to the last version of PicoFeed 2014-12-23 21:28:26 -05:00
phpunit.xml update integration tests 2015-01-19 22:52:50 +01:00
robots.txt Add a robots.txt to disallow all search bots 2014-01-05 13:31:06 -05:00

README.markdown

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, Serbian and Simplified Chinese
  • RTL languages support
  • Keyboard shortcuts
  • Full article download for feeds that display only a summary
  • Bookmarks
  • 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

External projects build around Miniflux:

Todo and known bugs

License

Authors

Original author: Frédéric Guillot

Contributors

People who sent a pull-request, report a bug, make a new theme or share a super cool idea:

Many people also sent bug reports and feature requests.