<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/p/f.php, branch 1.1.2-beta</title>
<subtitle>Customized version of FreshRSS, a self-hosted RSS feed aggregator</subtitle>
<id>https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.1.2-beta</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.1.2-beta'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2015-01-26T13:49:24+00:00</updated>
<entry>
<title>Serve HTTP cache for default favicon + better headers</title>
<updated>2015-01-26T13:49:24+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2015-01-26T13:49:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=f5043dbf719df913c7600be12528c0355b48fce7'/>
<id>urn:sha1:f5043dbf719df913c7600be12528c0355b48fce7</id>
<content type='text'>
See https://github.com/FreshRSS/FreshRSS/commit/da7d34d2ef45e4cfcf1410a279998f680a6338ea#commitcomment-9439610
</content>
</entry>
<entry>
<title>Default favicon served with HTTP code 200</title>
<updated>2015-01-26T12:02:47+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2015-01-26T12:02:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=da7d34d2ef45e4cfcf1410a279998f680a6338ea'/>
<id>urn:sha1:da7d34d2ef45e4cfcf1410a279998f680a6338ea</id>
<content type='text'>
Fix https://github.com/FreshRSS/FreshRSS/issues/760
</content>
</entry>
<entry>
<title>Fix behaviour when favicon url is not found</title>
<updated>2014-12-29T10:56:22+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-12-29T10:56:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=7584364a4c2b407e97909e94ba274da62620abea'/>
<id>urn:sha1:7584364a4c2b407e97909e94ba274da62620abea</id>
<content type='text'>
If url is not find, we copy default favicon into favicon dir so at the next
try, we don't search the url again.

See https://github.com/FreshRSS/FreshRSS/issues/290
See https://github.com/FreshRSS/FreshRSS/issues/727
</content>
</entry>
<entry>
<title>Fix typo coding style</title>
<updated>2014-12-29T10:46:01+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-12-29T10:46:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=ea7946658289ab768f0948c50d5aa553f6e826d1'/>
<id>urn:sha1:ea7946658289ab768f0948c50d5aa553f6e826d1</id>
<content type='text'>
See https://github.com/FreshRSS/FreshRSS/issues/290
</content>
</entry>
<entry>
<title>Change favicon getter behaviour</title>
<updated>2014-12-29T10:44:25+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-12-29T10:44:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=4f1fc70f876f27a6a9dc09dcf8c0f016466ea8e9'/>
<id>urn:sha1:4f1fc70f876f27a6a9dc09dcf8c0f016466ea8e9</id>
<content type='text'>
- Use Favicon library
- Fix coding style
- Change default favicon

Fix https://github.com/FreshRSS/FreshRSS/issues/290
</content>
</entry>
<entry>
<title>Corrige problème favicons sous Nginx</title>
<updated>2014-01-12T15:27:35+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2014-01-12T15:27:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=3cff96fae3bba77ac630e3ea7076558b10e9ed8b'/>
<id>urn:sha1:3cff96fae3bba77ac630e3ea7076558b10e9ed8b</id>
<content type='text'>
https://github.com/marienfressinaud/FreshRSS/issues/364
</content>
</entry>
<entry>
<title>Favicons : test pour améliorer le cache HTTP</title>
<updated>2013-12-26T19:11:18+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2013-12-26T19:11:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=2c57e7254d613683ec20076d37b33ea2a7dd2d83'/>
<id>urn:sha1:2c57e7254d613683ec20076d37b33ea2a7dd2d83</id>
<content type='text'>
Test d'utilisation de PATH_INFO plutôt que QUERY_STRING pour améliorer
la mise en cache.
À tester sur différents serveurs
</content>
</entry>
<entry>
<title>Favicons compatibles multi-utilisateurs</title>
<updated>2013-12-26T18:58:17+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2013-12-26T18:58:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=574d37bddc4e00ddbc6af57c28838e1dea6a730b'/>
<id>urn:sha1:574d37bddc4e00ddbc6af57c28838e1dea6a730b</id>
<content type='text'>
Contribue à https://github.com/marienfressinaud/FreshRSS/issues/126
</content>
</entry>
<entry>
<title>Cookie : sous-répertoire pour index (changements de répertoires !)</title>
<updated>2013-12-26T00:56:58+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2013-12-26T00:56:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=58300c36ad77e8d788e99825d509fe8657a36854'/>
<id>urn:sha1:58300c36ad77e8d788e99825d509fe8657a36854</id>
<content type='text'>
Implémente https://github.com/marienfressinaud/FreshRSS/issues/333
/public/ est renommé /p/
/public/index.php est déplacé dans /p/i/index.php
Le cookie de session est limité à /p/i/
</content>
</entry>
</feed>
