<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized), branch 1.10.1</title>
<subtitle>Customized version of FreshRSS, a self-hosted RSS feed aggregator</subtitle>
<id>https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.10.1</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.10.1'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2018-03-04T14:26:24+00:00</updated>
<entry>
<title>Merge pull request #1810 from FreshRSS/dev</title>
<updated>2018-03-04T14:26:24+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2018-03-04T14:26:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=f0fd273199682881b805e968ca36df4ccdbfa7a1'/>
<id>urn:sha1:f0fd273199682881b805e968ca36df4ccdbfa7a1</id>
<content type='text'>
FreshRSS 1.10.1</content>
</entry>
<entry>
<title>Version 1.10.1</title>
<updated>2018-03-04T13:43:03+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2018-03-04T13:43:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=a37b95f6779e6e2035f0efb72cf5144e7fad2ea3'/>
<id>urn:sha1:a37b95f6779e6e2035f0efb72cf5144e7fad2ea3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add new tools to manipulate translations (#1818)</title>
<updated>2018-03-04T13:41:40+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>aledeg@users.noreply.github.com</email>
</author>
<published>2018-03-04T13:41:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=67c173f79b011224c28ee7296484db065b2cd87a'/>
<id>urn:sha1:67c173f79b011224c28ee7296484db065b2cd87a</id>
<content type='text'>
I've added a tool to add a new translation for a specific key and language.
I've added a tool to format the i18n files.

This is one of the steps to improve the translation process.</content>
</entry>
<entry>
<title>Docker follow-up (#1817)</title>
<updated>2018-03-04T11:27:14+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2018-03-04T11:27:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=29dc711b7b53e73eb9325da217cef8affbd3c11b'/>
<id>urn:sha1:29dc711b7b53e73eb9325da217cef8affbd3c11b</id>
<content type='text'>
* Docker follow-up

https://github.com/FreshRSS/FreshRSS/pull/1813

* Readme links

cloud.docker.com does not seem to have a public version of the pages
re-add https://hub.docker.com/r/freshrss/freshrss/

* Link to original GitHub readme

* Docker readme MySQL PostgreSQL

https://github.com/FreshRSS/FreshRSS/pull/1817#issuecomment-370195319

* docker exec username
</content>
</entry>
<entry>
<title>Changelog 1813, 1815</title>
<updated>2018-03-04T09:10:40+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2018-03-04T09:10:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=2c81021598cd1b367642e4db4a1cbd1331373db6'/>
<id>urn:sha1:2c81021598cd1b367642e4db4a1cbd1331373db6</id>
<content type='text'>
https://github.com/FreshRSS/FreshRSS/pull/1813
https://github.com/FreshRSS/FreshRSS/pull/1815
https://github.com/FreshRSS/FreshRSS/pull/1817
</content>
</entry>
<entry>
<title>Fix HTTP_HOST port (#1815)</title>
<updated>2018-03-04T08:49:26+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2018-03-04T08:49:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=60f24905dd2822ca969eabdb716d26e7ea442d58'/>
<id>urn:sha1:60f24905dd2822ca969eabdb716d26e7ea442d58</id>
<content type='text'>
HTTP_HOST sometimes contains a port number.
This made FreshRSS to generate a public URL with two times the port,
like https://freshrss.example:8080:8080/
Needed for https://github.com/FreshRSS/FreshRSS/pull/1813</content>
</entry>
<entry>
<title>New Docker (#1813)</title>
<updated>2018-03-04T00:02:02+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2018-03-04T00:02:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=71918dbc5a240dfa391491b27cdb482d55b8794a'/>
<id>urn:sha1:71918dbc5a240dfa391491b27cdb482d55b8794a</id>
<content type='text'>
* Draft of new Docker

Based on Alpine Linux. Size ~78MB.
https://github.com/FreshRSS/docker-freshrss/issues/4
https://github.com/FreshRSS/FreshRSS/issues/520
https://github.com/FreshRSS/docker-freshrss
https://github.com/FreshRSS/docker-freshrss-production

* Docker readme

* +x execution rights prepare

* Docker readme links to hub.docker.com

https://hub.docker.com/r/freshrss/freshrss/
</content>
</entry>
<entry>
<title>Fix documentation links (#1814)</title>
<updated>2018-03-03T22:49:46+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2018-03-03T22:49:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=9dbed072b32f70db98c24e164ca6ee5487ceb97e'/>
<id>urn:sha1:9dbed072b32f70db98c24e164ca6ee5487ceb97e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Changelog 1812</title>
<updated>2018-03-03T14:08:39+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2018-03-03T14:08:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=0b83e60f8c395fc5e21345fddb9e89814098f02c'/>
<id>urn:sha1:0b83e60f8c395fc5e21345fddb9e89814098f02c</id>
<content type='text'>
https://github.com/FreshRSS/FreshRSS/pull/1812
</content>
</entry>
<entry>
<title>Move shares (#1812)</title>
<updated>2018-03-03T14:06:22+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2018-03-03T14:06:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=b8094f804458e586cf5bbeb8d7b6cf7ee4ed8da9'/>
<id>urn:sha1:b8094f804458e586cf5bbeb8d7b6cf7ee4ed8da9</id>
<content type='text'>
From ./data/ to ./app/
Fix manual updates like
https://github.com/FreshRSS/FreshRSS/issues/1803#issuecomment-369371907
Left for later: support a ./data/shares.local.php for user-defined
shares.</content>
</entry>
</feed>
