aboutsummaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
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)
2014-07-05Add support for SQLiteGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/100 Warning: MySQL has been changed too, so bugs may have been introduced
2014-06-12Add a note avout branches in READMEGravatar Marien Fressinaud
+ add loading gif in Origine theme
2014-05-13Fix version numbersGravatar Marien Fressinaud
Due to the last pull request
2014-05-13Merge branch 'master' of github.com:tomgue/FreshRSS into 491-homescreenGravatar Marien Fressinaud
2014-03-30Merge branch '163-export' into devGravatar Marien Fressinaud
Conflicts: app/layout/aside_feed.phtml
2014-02-23Sharing: Compatibility 0.7Gravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/pull/433
2014-02-23Test si crypt() fonctionne pour PHP 5.3.3Gravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/432
2014-02-23Requiert PHP 5.3.4 pour l'authentification par formulaireGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/432 En attendant de voir si on peut trouver une meilleure solution, si nécessaire, ou une meilleure documentation
2014-02-19Version 0.7.10.7.1Gravatar Marien Fressinaud
2014-02-11Mutex par flux pour les actualisationsGravatar Alexandre Alapetite
Contribue à https://github.com/marienfressinaud/FreshRSS/issues/351 Nouvelle constante TMP_PATH comme répertoire pour stocker des fichiers temporaires (si possible en mémoire et non sur disque, tel tmpfs pour /tmp sur certaines distributions Linux) Requiert PHP 5.2.1+ (contre 5.2.0 auparavant) pour le `sys_get_temp_dir()`
2014-02-02Ajout d'une dépendance dans la documentationGravatar Alexis Degrugillier
2014-02-01C'est parti pour la 0.8-devGravatar Alexandre Alapetite
2014-01-27Date sortie 0.7Gravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/327#issuecomment-33348470
2014-01-25Notes : Firefox 4+Gravatar Alexandre Alapetite
FreshRSS semble relativement bien fonctionner depuis Firefox 4+ (2011)
2014-01-25Mise à jour READMEGravatar Marien Fressinaud
Adresse de la démo mise à jour (http://demo.freshrss.org/)
2014-01-18Préparation sortie 0.7-RC1Gravatar Alexandre Alapetite
2014-01-18Désactive l'identification par formulaire en dessous de PHP 5.3Gravatar Alexandre Alapetite
PHP 5.3 est sorti en juin 2009. https://github.com/ircmaxell/password_compat Pour plus de tranquillité (compatibilité et sécurité), il faudrait même désactiver en dessous de PHP 5.3.7 (août 2011)
2014-01-11Mot de passe + nonce serveurGravatar Alexandre Alapetite
Début de https://github.com/marienfressinaud/FreshRSS/issues/104
2014-01-11Syntaxe README #2Gravatar Alexandre Alapetite
2014-01-11Syntaxe READMEGravatar Alexandre Alapetite
2014-01-11README blibliothèques incluses + ajout librairies pour le mot de passeGravatar Alexandre Alapetite
Préparation https://github.com/marienfressinaud/FreshRSS/issues/104
2014-01-09Numéro de version 0.7-devGravatar Alexandre Alapetite
2014-01-03README : notes pour la sauvegardeGravatar Alexandre Alapetite
2014-01-02README : test Raspberry Pi :-)Gravatar Alexandre Alapetite
2014-01-02README : PHP 5.3.4 recommandé, détails CronGravatar Alexandre Alapetite
2014-01-01README détailsGravatar Alexandre Alapetite
2014-01-01HTTP Auth : améliorations + changelogGravatar Alexandre Alapetite
* Affichage logo FreshRSS pendant la demande de nom d'utilisateur HTTP * Meilleure page d'erreur si utilisateur HTTP non-configuré dans FreshRSS + log Je recommande donc de placer le .htaccess pour le contrôle d'accès dans ./FreshRSS/p/i/.htaccess et pas plus haut pour une meilleure mise en cache et messages de connexion.
2013-12-30Début de mode multi-utilisateur avec http_authGravatar Alexandre Alapetite
+ Légère optimisation de Minz_View. + Encore plus de tests de bibliothèques dans install.php Contribue à https://github.com/marienfressinaud/FreshRSS/issues/126 et https://github.com/marienfressinaud/FreshRSS/issues/303
2013-12-27Début 0.8-devGravatar Alexandre Alapetite
Contribue à https://github.com/marienfressinaud/FreshRSS/issues/126