Go to file
Marcus Jaschen 5f4fa6a3c6 Declare Makefile targets as `PHONY`
By default, targets in Makefiles maps to files. This isn't the case
here as the targets are used as simple 'shortcuts'. That kind of target
should be declared as "phony", as described in the manual:

https://www.gnu.org/software/make/manual/html_node/Phony-Targets.html
2016-12-12 14:52:57 +01:00
.github Add Github templates 2016-08-21 12:59:35 -04:00
app Add integration with Wallabag2 (#574) 2016-11-29 22:49:45 -05:00
assets Toggle mobile view menu by js 2016-11-10 16:22:48 +03:00
data Enable Cache-Control in fav icons 2015-12-24 10:05:47 -06:00
docs Add link to releases to installation instructions 2016-11-29 22:12:37 -05:00
fever Update namespaces for Fever api 2016-08-24 21:25:24 -04:00
rules Add custom rules directory support 2015-04-10 20:34:48 -04:00
scripts Move application code to app folder 2016-08-18 21:02:49 -04:00
tests Add Miniflux namespace everywhere 2016-08-24 21:17:58 -04:00
themes Move themes outside of the main repo 2015-01-29 21:06:54 -05:00
vendor Add integration with Wallabag2 (#574) 2016-11-29 22:49:45 -05:00
.dockerignore Add Github templates 2016-08-21 12:59:35 -04:00
.gitattributes Add Github templates 2016-08-21 12:59:35 -04:00
.gitignore Add validator namespace 2016-08-23 22:03:45 -04:00
.travis.yml Move get_ip_address() and get_user_agent() to Request namespace 2016-08-17 21:27:05 -04:00
CONTRIBUTORS.md Add contributor 2016-07-30 18:08:40 -04:00
Dockerfile blocks access to /data with the docker image 2016-09-05 03:34:29 +02:00
LICENSE Add license 2013-03-17 18:30:07 -04:00
Makefile Declare Makefile targets as `PHONY` 2016-12-12 14:52:57 +01:00
README.markdown Move get_ip_address() and get_user_agent() to Request namespace 2016-08-17 21:27:05 -04:00
composer.json Update to PicoFeed v0.1.25 2016-08-29 21:39:25 -04:00
config.default.php Do not use the DIRECTORY_SEPARATOR constant for URLs 2015-12-09 20:28:11 +01:00
cronjob.php Add Miniflux namespace everywhere 2016-08-24 21:17:58 -04:00
favicon.ico Move everything to the top-level directory 2013-05-21 12:34:39 +02:00
index.php Add Miniflux namespace everywhere 2016-08-24 21:17:58 -04:00
jsonrpc.php Add Miniflux namespace everywhere 2016-08-24 21:17:58 -04:00
producer.php Add Miniflux namespace everywhere 2016-08-24 21:17:58 -04:00
robots.txt Add a robots.txt to disallow all search bots 2014-01-05 13:31:06 -05:00
worker.php Add Miniflux namespace everywhere 2016-08-24 21:17:58 -04:00

README.markdown

Miniflux - Minimalist News Reader

Build Status

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 analytic 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, Japanese, Czech, Spanish, Turkish, 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

License

Authors

External projects build around Miniflux: