<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/docs, branch 1.15.3</title>
<subtitle>Customized version of FreshRSS, a self-hosted RSS feed aggregator</subtitle>
<id>https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.15.3</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.15.3'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2019-11-14T14:22:48+00:00</updated>
<entry>
<title>Fix link to installation instructions on first steps (#2665)</title>
<updated>2019-11-14T14:22:48+00:00</updated>
<author>
<name>Ryan Nielson</name>
<email>ryan.nielson@gmail.com</email>
</author>
<published>2019-11-14T14:22:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=b2c77d1cb4214265aa85224c58baa28521fea866'/>
<id>urn:sha1:b2c77d1cb4214265aa85224c58baa28521fea866</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace some http links with https links (#2662)</title>
<updated>2019-11-13T19:52:52+00:00</updated>
<author>
<name>rezad</name>
<email>rezad1393@users.noreply.github.com</email>
</author>
<published>2019-11-13T19:52:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=8bdf7b09f208346481cba5e08edc55dfab8c8d63'/>
<id>urn:sha1:8bdf7b09f208346481cba5e08edc55dfab8c8d63</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename sharing action (#2643)</title>
<updated>2019-11-08T22:49:43+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>aledeg@users.noreply.github.com</email>
</author>
<published>2019-11-08T22:49:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=59f284d229608f0d80784ecfd19742c06db44a8a'/>
<id>urn:sha1:59f284d229608f0d80784ecfd19742c06db44a8a</id>
<content type='text'>
Before, some ad-blocker rules were preventing to display the sharing page
because of its name. I've renamed that page to integration but kept every
thing else identical. So it's still called sharing through out the
application.
If needed, this can be addressed as well.

See #2509 and #2419</content>
</entry>
<entry>
<title>Correction in the line 38 (#2628)</title>
<updated>2019-11-02T22:49:02+00:00</updated>
<author>
<name>MonsieurP0uet</name>
<email>monsieurpouet@users.noreply.github.com</email>
</author>
<published>2019-11-02T22:49:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=67fc72fb618558f352acc7e098163d05294a6a66'/>
<id>urn:sha1:67fc72fb618558f352acc7e098163d05294a6a66</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add systemd configuration in documentation (#2605)</title>
<updated>2019-10-27T11:32:36+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>aledeg@users.noreply.github.com</email>
</author>
<published>2019-10-27T11:32:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=4b5474c87e6c1976428cff224e9a4d51deca40b9'/>
<id>urn:sha1:4b5474c87e6c1976428cff224e9a4d51deca40b9</id>
<content type='text'>
See #2561 and #2557</content>
</entry>
<entry>
<title>Take advantage of PHP 5.4+ short echo (#2585)</title>
<updated>2019-10-23T09:18:20+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2019-10-23T09:18:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=7a5236de3f13f08b8c51eb183c0dcf1c8c85beca'/>
<id>urn:sha1:7a5236de3f13f08b8c51eb183c0dcf1c8c85beca</id>
<content type='text'>
* Take advantage of PHP 5.4+ short echo

https://php.net/migration54.new-features thanks to
https://github.com/FreshRSS/FreshRSS/pull/2495

Use `&lt;?=  ?&gt;` instead of `&lt;?php echo; ?&gt;`
10kB of code saved :-)

Done with regular expression:
```
&lt;\?php echo (.+?);? *\?&gt;
&lt;?= \1 ?&gt;
```

* Try Travis fix

https://github.com/squizlabs/PHP_CodeSniffer/issues/2045#issuecomment-395238272
</content>
</entry>
<entry>
<title>Docs update (#2164)</title>
<updated>2019-10-22T09:17:12+00:00</updated>
<author>
<name>Patrick</name>
<email>patrick@crandol.com</email>
</author>
<published>2019-10-22T09:17:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=d7f888392678d711478ed64f4a52f43021d143af'/>
<id>urn:sha1:d7f888392678d711478ed64f4a52f43021d143af</id>
<content type='text'>
* Update Readme.conf

Add information in Readme.conf to hopefully stop bug reports about intended behavior.

* Update README.md

Co-Authored-By: pattems &lt;patrick@crandol.com&gt;

* Update README.md

Co-Authored-By: pattems &lt;patrick@crandol.com&gt;

* Update README.md

Co-Authored-By: pattems &lt;patrick@crandol.com&gt;

* Update README.md

Co-Authored-By: pattems &lt;patrick@crandol.com&gt;

* Update Readme

* Update Documentation Section

* Add main Documentation link near top of Document

* Make Documentation header a link

* Fix spelling mistake I didn't catch

* Apply suggestions from code review

Co-Authored-By: pattems &lt;patrick@crandol.com&gt;

* Changes per Frenzie comments

* Move non-disclaiming disclaimer

* English Admin Documentation Update

* Add Backup section

* Update wording in Index

* Move Footnotes to End

* Move Footnote

* Add content for todos

* Fix typos

* Fix a bunch of typos

* Remove a duplicated file (forgotten during dev merge)

* Improve the documentation a bit
</content>
</entry>
<entry>
<title>Reeder added native support (#2578)</title>
<updated>2019-10-19T10:03:06+00:00</updated>
<author>
<name>Stoinov</name>
<email>peter@stoinov.com</email>
</author>
<published>2019-10-19T10:03:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=6d330206afb53cadd5cf3217dcdb786dcba13716'/>
<id>urn:sha1:6d330206afb53cadd5cf3217dcdb786dcba13716</id>
<content type='text'>
* Reeder aded native support
Added Reeder as supported in Reader page
Clarified how to use the Fever API with Reeder
Fixed some typos on both pages</content>
</entry>
<entry>
<title>PostgreSQL 9.5+ (#2554)</title>
<updated>2019-10-05T13:48:25+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2019-10-05T13:48:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=61724c651b18934690b2102537e0a5f7ab4284e4'/>
<id>urn:sha1:61724c651b18934690b2102537e0a5f7ab4284e4</id>
<content type='text'>
Needed for `CREATE  INDEX IF NOT EXISTS` syntax.
Supported as back as Ubuntu 16.04 LTS.
Similar version checks than for the PHP version bump
https://github.com/FreshRSS/FreshRSS/pull/2495
https://www.postgresql.org/docs/9.5/sql-createindex.html
https://www.postgresql.org/docs/9.5/release-9-5.html</content>
</entry>
<entry>
<title>Trim whitespace (#2544)</title>
<updated>2019-10-01T16:12:21+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2019-10-01T16:12:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=37b52b7361d3ac15273ca19a0b96ef74299e759e'/>
<id>urn:sha1:37b52b7361d3ac15273ca19a0b96ef74299e759e</id>
<content type='text'>
</content>
</entry>
</feed>
