aboutsummaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2016-10-25A bit more readmeGravatar Alexandre Alapetite
2016-10-25Readme slight updateGravatar Alexandre Alapetite
2016-10-25Readme git checkout devGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1328#issuecomment-256134406
2016-10-24More CLI readmeGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1095
2016-10-24Readme CLIGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1095
2016-10-23CLI import ZIP/OPML/JSON for userGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1095 https://github.com/FreshRSS/FreshRSS/issues/851
2016-10-16Readme chmodGravatar Alexandre Alapetite
2016-10-15Minor text changesGravatar Alexandre Alapetite
2016-10-09Ubuntu example for CronGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1180#issuecomment-252475962
2016-10-08Readme wordingGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/1281
2016-10-07README FeedReader 2.0+Gravatar Alexandre Alapetite
2016-10-05Readme clientsGravatar Alexandre Alapetite
2016-10-05Changelog references to clients and deploymentsGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/328 https://github.com/jangernert/FeedReader/issues/59 https://github.com/YunoHost-Apps/freshrss_ynh/pull/21
2016-09-27A bit more PostgreSQLGravatar Alexandre Alapetite
Simplified statistics https://github.com/FreshRSS/FreshRSS/pull/1250
2016-09-03pdo_pgsql documentationGravatar Alexandre Alapetite
2016-08-19Readme UbuntuGravatar Alexandre Alapetite
2016-08-19Readme Ubuntu 16.04 with PHP7Gravatar Alexandre Alapetite
2016-08-14Remove code for PHP 5.3.2-Gravatar Alexandre Alapetite
2016-08-13Merge conflictsGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/1172
2016-08-11Support for OPML 2.0 category attributeGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1202
2016-08-11Fixed credits links, updated credits, fixed broken imagesGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1201 * We do not use getfavicon service anymore * Links to images hosted on http://marienfressinaud.fr were broken.
2016-08-01Minor white lineGravatar Alexandre Alapetite
2016-08-01Resolve git conflictGravatar Alexandre Alapetite
2016-08-01Merge pull request #1187 from Alkarex/remove_personaGravatar Alexandre Alapetite
Remove Mozilla Persona login
2016-07-31Restaure compatibility with Internet Explorer 11 / EdgeGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/772
2016-07-31Remove Mozilla Persona loginGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1052
2016-07-30Update MySQL to utf8mb4 (full unicode) 🔥Gravatar Alexandre Alapetite
* Requires MySQL 5.5.3+ (drop support for MySQL 5.0) * Requires PHP 5.3.3+ (drop support for PHP 5.3.0) https://github.com/FreshRSS/FreshRSS/issues/789#issuecomment-73878076
2016-07-23Remove references about beta versionGravatar Marien Fressinaud
2016-07-08Make Sidebar StickyGravatar romibi
2016-05-22Update DPlatform to the new URLGravatar JulR
2016-05-03Add DPlatform as an installation wayGravatar j8r
2016-04-23HTTP2 optimizationGravatar Alexandre Alapetite
Fast flush HTTP headers, push promise CSS. Requires PHP 5.3+ due to anonymous function. Do not load syles, scripts, and notifications for Ajax requests. https://github.com/FreshRSS/FreshRSS/issues/1089
2016-02-28Readme: Referer, DOM / XMLGravatar Alexandre Alapetite
Add note about Referer https://github.com/FreshRSS/FreshRSS/issues/565 Add note about DOM / XML extensions https://github.com/FreshRSS/FreshRSS/issues/1094
2015-07-14PHP7 changelogGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/889
2015-06-01Merge from devGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/312
2015-05-31Readme white lineGravatar Alexandre Alapetite
2015-05-31Read-me: info for git install/updateGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/861 https://github.com/FreshRSS/FreshRSS/issues/845
2015-05-30Link to releasesGravatar Alexandre Alapetite
2015-05-16Changelog, readmeGravatar Alexandre Alapetite
Several spelling mistakes corrected. Slight rewording of some sentences. Cherry-picked from PubSubHubbub https://github.com/FreshRSS/FreshRSS/pull/831 (it should have been a different branch) https://github.com/Alkarex/FreshRSS/commit/3adab4b70fab858048bd68ed72e71676c4d5badf
2015-05-16More PubSubHubbubGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/312 Show whether PubSubHubbub is enabled in the Web interface of feed configuration. When PubSubHubbub is used, do not pull refresh so often (hard-coded to max once per 24h for now). Improved logic for lease renewal, and some detection of lease problems. Updated read-me and changelog.
2015-05-10Comments in config fileGravatar Alexandre Alapetite
Documentation https://github.com/FreshRSS/FreshRSS/issues/123
2015-04-05Support for Internationalized Domain Names (IDN)Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/819 Add explicit conversion from IDN to Punycode. Requires PHP 5.3 IDN extension http://php.net/intl.idn (php5-idn package on Debian/Ubuntu). For systems without PHP 5.3+ IDN extension, we may consider adding a dependency (322 kB) to the third-party library https://phlymail.com/en/downloads/idna-convert.html See PHP bug 53474 FILTER_VALIDATE_URL should not fail URL's that use IDNhttps://bugs.php.net/bug.php?id=53474
2015-01-27Remove information about me and update linksGravatar Marien Fressinaud
FreshRSS should not be associated to me but to the community: - Remove links to send me email or references to a "lead developer" - Change old Github links marienfressinaud/FreshRSS to FreshRSS/FreshRSS
2015-01-16Updated README.mdGravatar Melvyn
2014-09-30We are working on 0.10-dev...Gravatar Marien Fressinaud
but it could be the 1.0!
2014-08-23Link french versionGravatar Alexandre Alapetite
2014-08-23Add english README fileGravatar Alexis Degrugillier
See #586
2014-08-20README: update PHP extensionsGravatar Alexandre Alapetite
I have also removed default extensions to be easier to read. Extensions that are used but enabled by default in PHP could maybe be listed in an advanced documentation instead. https://github.com/marienfressinaud/FreshRSS/issues/575
2014-08-20API compatible lighttpdGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/443
2014-08-02Experimental: Removed lazyload.js and use postpone attribute insteadGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/316 The performance of lazyload.js was not good enough, and not really needed anyway. This change mostly affects mainly situations when the content of articles is shown by default, not so much when they are collapsed Using HTML5 lazyload and postpone attributes by default on all img, audio, iframe, video. http://www.w3.org/TR/resource-priorities/#attr-postpone Postpone attribute is removed by JavaScript if the user does not want the lazyload behaviour. In the case when users do want the lazyload behaviour, in normal view with articles hidden, we furthermore use the data-original approach to be sure to support current browsers. +Corrected some bugs with enclosures, and some images not appearing before the first scroll. +Now faster regex processing img and iframe at once (was not practical with lazyload.js)