<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/docs/en/developers, branch 1.21.0</title>
<subtitle>Customized version of FreshRSS, a self-hosted RSS feed aggregator</subtitle>
<id>https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.21.0</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.21.0'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2023-02-23T21:20:36+00:00</updated>
<entry>
<title>docs: Minz Framwork (#5102)</title>
<updated>2023-02-23T21:20:36+00:00</updated>
<author>
<name>maTh</name>
<email>math-home@web.de</email>
</author>
<published>2023-02-23T21:20:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=859c48383a229db43cf50ca64b09149bab0e3da4'/>
<id>urn:sha1:859c48383a229db43cf50ca64b09149bab0e3da4</id>
<content type='text'>
* done

* Update docs/fr/developers/Minz/index.md

Co-authored-by: Alexandre Alapetite &lt;alexandre@alapetite.fr&gt;</content>
</entry>
<entry>
<title>Corrected `frss:xPathItemTitle` definition (#5140)</title>
<updated>2023-02-23T19:14:55+00:00</updated>
<author>
<name>mincerafter42</name>
<email>viatrix-git@purelymail.com</email>
</author>
<published>2023-02-23T19:14:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=60edc285281459a74f731836dffd20a693a80a21'/>
<id>urn:sha1:60edc285281459a74f731836dffd20a693a80a21</id>
<content type='text'>
</content>
</entry>
<entry>
<title>XML+XPath (#5076)</title>
<updated>2023-02-09T12:57:20+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2023-02-09T12:57:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=05ae1b0d2684cea4eda664c5ea1a995cb9f0c4b9'/>
<id>urn:sha1:05ae1b0d2684cea4eda664c5ea1a995cb9f0c4b9</id>
<content type='text'>
* XML+XPath
#fix https://github.com/FreshRSS/FreshRSS/issues/5075
Implementation allowing to take an XML document as input using an XML parser (instead of an HTML parser for HTML+XPath)

* Remove noise from another PR

* Better MIME for XML

* And add glob *.xml for cache cleaning

* Minor syntax

* Add glob json for clean cache</content>
</entry>
<entry>
<title>Update dev dependencies (#4993)</title>
<updated>2023-01-09T11:59:30+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2023-01-09T11:59:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=1d9d4e3e3c8dd020ab4d333436264eaa3ef201cd'/>
<id>urn:sha1:1d9d4e3e3c8dd020ab4d333436264eaa3ef201cd</id>
<content type='text'>
Related to https://github.com/FreshRSS/FreshRSS/pull/4991
Required a few changes in code to pass the tests</content>
</entry>
<entry>
<title>GReader API doc and improvements (#4763)</title>
<updated>2022-10-23T10:47:27+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2022-10-23T10:47:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=5e716695896cdbe62e8a572358d079d480f88d7f'/>
<id>urn:sha1:5e716695896cdbe62e8a572358d079d480f88d7f</id>
<content type='text'>
* GReader API doc and improvements
#fix https://github.com/FreshRSS/FreshRSS/issues/4762

* Minor slash

* HTTPS for web.archive.org</content>
</entry>
<entry>
<title>Update NewsFlash app entry (#4650)</title>
<updated>2022-10-16T12:25:25+00:00</updated>
<author>
<name>Jan Lukas Gernert</name>
<email>jangernert@gmail.com</email>
</author>
<published>2022-10-16T12:25:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=500d2e4902a30893291c8e8d286f134851ccd4d1'/>
<id>urn:sha1:500d2e4902a30893291c8e8d286f134851ccd4d1</id>
<content type='text'>
* Update NewsFlash app entry

* update fr readme &amp; remove FeedReader

* Tested

Co-authored-by: Alexandre Alapetite &lt;alexandre@alapetite.fr&gt;</content>
</entry>
<entry>
<title>Add support for custom XPath date/time format (#4703)</title>
<updated>2022-10-09T13:43:30+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2022-10-09T13:43:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=648a876d77a7591eac6c4ad5f14b30988e18ce20'/>
<id>urn:sha1:648a876d77a7591eac6c4ad5f14b30988e18ce20</id>
<content type='text'>
* Add support for custom XPath date/time format
#fix https://github.com/FreshRSS/FreshRSS/issues/4701
Improvement of https://github.com/FreshRSS/FreshRSS/pull/4220

* Format is not XPath

* Remove TODOs in en-GB</content>
</entry>
<entry>
<title>Add documentation to work with feed snapshots (#4598)</title>
<updated>2022-10-03T14:58:33+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>aledeg@users.noreply.github.com</email>
</author>
<published>2022-10-03T14:58:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=60e723435e2d1b1b06b355b2e67c5975825c7cc7'/>
<id>urn:sha1:60e723435e2d1b1b06b355b2e67c5975825c7cc7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename template.css (#4644)</title>
<updated>2022-09-29T10:40:50+00:00</updated>
<author>
<name>maTh</name>
<email>math-home@web.de</email>
</author>
<published>2022-09-29T10:40:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=fedbda4f6acbc5f5c09ad90a7b7972595695a3de'/>
<id>urn:sha1:fedbda4f6acbc5f5c09ad90a7b7972595695a3de</id>
<content type='text'>
* Fix conflicts

* Update doc

* Misses

* Update prefix in CSS

Co-authored-by: Alexandre Alapetite &lt;alexandre@alapetite.fr&gt;</content>
</entry>
<entry>
<title>Add Fluent Reader Lite (#4595)</title>
<updated>2022-09-10T13:17:49+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2022-09-10T13:17:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=eb850b7a016df92843066f9a02a4cd7ab2fcc5bf'/>
<id>urn:sha1:eb850b7a016df92843066f9a02a4cd7ab2fcc5bf</id>
<content type='text'>
#fix https://github.com/FreshRSS/FreshRSS/issues/3418</content>
</entry>
</feed>
