Go to file
Mathias Kresin 475c71d107 fix race conditions in tests
Wait till the counter has the desired value, instead of assuming that
the counter already has the expected value. This fixes the tests on
slow browsers.

Furthermore, the wait isn't needed any more, now that the counter
queries are race ondition proof.

The waitForIconMarkReadInvisible was the wrong wait function here, since
the whole article will be hidden instead of the read icon. This could
lead into race condition related errors if the article is hidden before
the waitForIconMarkRead() functions runs. The article variable that is
used to address the child read icon can refer to an (DOM) object which
doesn't exist any longer => StaleElementReferenceException.

The correct wait function in such a case would be waitForArticleInvisible().
2015-08-13 23:06:33 +02:00
assets Update doc and cosmetic fixes 2015-08-02 12:59:14 -04:00
controllers Changed setting from a database value to be stored as a constant in the config.php 2015-08-02 18:20:38 +02:00
data Add Miniflux auto-update feature 2014-03-30 15:59:26 -04:00
docs fix race conditions in tests 2015-08-13 23:06:33 +02:00
fever Fix Fever API bug: enable send bookmark to third-party services 2015-05-03 08:56:41 -04:00
lib wrap a span around the checkbox label and remove bogus nbsp 2015-04-23 23:37:33 +02:00
locales typos 2015-06-21 10:47:54 +02:00
models Allow to override the maximum feed size limit 2015-08-04 18:41:23 +02:00
rules Add custom rules directory support 2015-04-10 20:34:48 -04:00
scripts Update PicoFeed 2015-07-19 11:19:26 -04:00
templates Update doc and cosmetic fixes 2015-08-02 12:59:14 -04:00
tests/integration fix race conditions in tests 2015-08-13 23:06:33 +02:00
themes Move themes outside of the main repo 2015-01-29 21:06:54 -05:00
vendor Update to PicoFeed v0.1.7 2015-08-02 14:08:21 -04:00
.gitattributes Update archive export excludes 2015-04-23 23:37:33 +02: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
CONTRIBUTORS.md Update README and contributor list 2015-06-21 09:36:53 -04:00
Dockerfile Update Docker config 2015-07-19 11:36:05 -04:00
LICENSE Add license 2013-03-17 18:30:07 -04:00
README.markdown Update README and contributor list 2015-06-21 09:36:53 -04:00
check_setup.php update dependency check: add iconv 2015-01-30 00:13:19 +01:00
common.php Allow to override the maximum feed size limit 2015-08-04 18:41:23 +02:00
composer.json Update to PicoFeed v0.1.7 2015-08-02 14:08:21 -04:00
config.default.php Allow to override the maximum feed size limit 2015-08-04 18:41:23 +02: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 rename functions to match their purpose 2015-04-23 23:37:33 +02:00
phpunit.xml fix tests with selenium IE Driver Server 2.47.0 2015-08-04 22:23:58 +02: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, Russian, 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

License

Authors

External projects build around Miniflux: