<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/p/index.html, branch 1.26.2</title>
<subtitle>Customized version of FreshRSS, a self-hosted RSS feed aggregator</subtitle>
<id>https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.26.2</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.26.2'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2023-01-09T09:37:35+00:00</updated>
<entry>
<title>Lazy load logo on install, logo on header and theme thumbs in config slide (#4998)</title>
<updated>2023-01-09T09:37:35+00:00</updated>
<author>
<name>Sadetdin EYILI</name>
<email>sad270@users.noreply.github.com</email>
</author>
<published>2023-01-09T09:37:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=bbe3eb8f41ca9c25d1619cda9609392ffc803146'/>
<id>urn:sha1:bbe3eb8f41ca9c25d1619cda9609392ffc803146</id>
<content type='text'>
* feat: lazy load logo on install, logo on header and theme thumbs in config slide</content>
</entry>
<entry>
<title>CSP compatibility for home page</title>
<updated>2016-03-17T20:09:34+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2016-03-17T20:09:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=a41163ac46824fb23a17a5a1013239c2f356dbde'/>
<id>urn:sha1:a41163ac46824fb23a17a5a1013239c2f356dbde</id>
<content type='text'>
https://github.com/FreshRSS/FreshRSS/issues/1075
</content>
</entry>
<entry>
<title>Config allow robots</title>
<updated>2015-10-24T22:01:13+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2015-10-24T21:47:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=02a3cb4652d4c87ec3202d39f6cd8a240a1a7373'/>
<id>urn:sha1:02a3cb4652d4c87ec3202d39f6cd8a240a1a7373</id>
<content type='text'>
https://github.com/FreshRSS/FreshRSS/issues/938
</content>
</entry>
<entry>
<title>Détails IE10, token</title>
<updated>2014-01-19T19:30:08+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2014-01-19T19:30:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=8a011f00f9f5c4f508cbf6d307f68ea901108967'/>
<id>urn:sha1:8a011f00f9f5c4f508cbf6d307f68ea901108967</id>
<content type='text'>
</content>
</entry>
<entry>
<title>favicon revisité</title>
<updated>2014-01-02T23:49:27+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2014-01-02T23:49:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=1d3ff88ae6cbb072f0d2a76308a42f2baf6cb84d'/>
<id>urn:sha1:1d3ff88ae6cbb072f0d2a76308a42f2baf6cb84d</id>
<content type='text'>
Après une abondante lecture sur le sujet, voici ma tentative pour
apporter une meilleure qualité de favicon sur différentes plateformes et
cas, sans mettre trop de code HTML.
http://www.w3.org/TR/html5/links.html#rel-icon
https://github.com/audreyr/favicon-cheat-sheet

http://msdn.microsoft.com/en-us/library/windows/desktop/jj673981%28v=vs.85%29.aspx

https://developer.apple.com/library/ios/documentation/AppleApplications/Reference/SafariWebContent/ConfiguringWebApplications/ConfiguringWebApplications.html

Il y a maintenant un favicon.ico contenant les tailles 16, 32, 48, 64,
et un PNG en 256 soit la première taille standard supérieure à la
meilleure résolution demandée par Android, iOS, et IE.

favicon.ico généré à partir de PNGs optimisés par PNGOUT, avec la
commande :
`icotool -c favicon-16.png favicon-32.png favicon-48.png favicon-64.png
-o favicon.ico`
http://manpages.ubuntu.com/manpages/hardy/man1/icotool.1.html

À tester un peu.

Voir aussi
https://github.com/marienfressinaud/FreshRSS/issues/264#issuecomment-29618845
</content>
</entry>
<entry>
<title>HTTP Auth : améliorations  + changelog</title>
<updated>2014-01-01T16:01:09+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2014-01-01T16:01:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=67531f796f4c273cc9b078db788fdb51ece824ee'/>
<id>urn:sha1:67531f796f4c273cc9b078db788fdb51ece824ee</id>
<content type='text'>
* 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.
</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>
