Go to file
Mathias Kresin 21ac0a5fd9 fix compatibility for php < 5.5 2015-01-18 18:40:00 +01:00
assets re-enable help shortcut for Firefox, fix javascript errors 2015-01-18 01:26:28 +01:00
controllers fix compatibility for php < 5.5 2015-01-18 18:40:00 +01:00
data
docs introduce integration tests 2015-01-04 18:47:59 +01:00
fever Minor cleanups 2015-01-17 18:53:40 -05:00
lib use radio buttons to select the login database 2015-01-18 13:25:38 +01:00
locales remove html tags from translations 2015-01-18 14:33:19 +01:00
models update picoFeed to f3ed9fe and use icon from atom feeds as favicon 2015-01-18 15:23:11 +01:00
scripts Improve release script 2015-01-10 18:16:03 -05:00
templates remove html tags from translations 2015-01-18 14:33:19 +01:00
tests/integration Tests: Fix PHP strict standards warnings 2015-01-04 22:26:14 +01:00
themes Merge branch 'master' of https://github.com/Silvus/miniflux 2015-01-10 20:39:56 -05:00
vendor update picoFeed to f3ed9fe and use icon from atom feeds as favicon 2015-01-18 15:23:11 +01:00
.gitattributes introduce release script 2015-01-10 09:37:52 +01:00
.gitignore Move to Composer and update to the last version of PicoFeed 2014-12-23 21:28:26 -05:00
.htaccess_ovh
Dockerfile
LICENSE
README.markdown Add contributor 2015-01-12 20:20:51 -05:00
check_setup.php Move to Composer and update to the last version of PicoFeed 2014-12-23 21:28:26 -05:00
common.php introduce release script 2015-01-10 09:37:52 +01:00
composer.json Fix helper include 2015-01-11 11:26:55 -05:00
config.default.php
cronjob.php Fix database hijacking 2015-01-17 21:14:44 +01:00
favicon.ico
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 introduce integration tests 2015-01-04 18:47:59 +01:00
robots.txt

README.markdown

Miniflux - Minimalist News Reader

Miniflux is a minimalist and web-based RSS reader.

Features

Host almost anywhere

  • Your Raspberry Pi, a shared web-hosting, a virtual machine or localhost
  • Easy setup => copy and paste the source code and you are done!
  • Use a lightweight Sqlite database instead of Mysql or Postgresql

Readability

  • CSS optimized for readability
  • Responsive design

Privacy and security

  • 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

Polyglot

  • Translated in English, French, German, Italian, Czech, Spanish, Portuguese and Simplified Chinese
  • RTL languages support

Awesome features

  • 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

More

  • 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

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.