<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/app/views/update/apply.phtml, branch 1.14.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.14.1</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.14.1'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2014-12-11T20:44:25+00:00</updated>
<entry>
<title>Fix french i18n for last views</title>
<updated>2014-12-11T20:44:25+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-12-11T20:44:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=a1faa826bf04326a073b918f0ff76ac90c9acd31'/>
<id>urn:sha1:a1faa826bf04326a073b918f0ff76ac90c9acd31</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Litlle improvements (update system)</title>
<updated>2014-08-10T09:52:18+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-08-10T09:52:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=3ca8c7ec4c55b4fa751fbcdc8e28f28351c4a967'/>
<id>urn:sha1:3ca8c7ec4c55b4fa751fbcdc8e28f28351c4a967</id>
<content type='text'>
- Check UPDATE_FILENAME exists before applying update
- Add empty line at the end of files
</content>
</entry>
<entry>
<title>Improve update API</title>
<updated>2014-08-10T08:55:51+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2014-08-10T08:55:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=9a5d6245fbeb413766362fd6b2c4f5f5b6a22a22'/>
<id>urn:sha1:9a5d6245fbeb413766362fd6b2c4f5f5b6a22a22</id>
<content type='text'>
Update script must implement 4 functions:
- apply_update() to perform the update (most important). Return true if
  all is ok, else false.
- need_info_update() returns true if we need more info for update, else
  false. If this function always returns false, you don't need to
  implement following functions (but it's better to not forget)
- ask_info_update() should be a HTML form to ask infos. Method must be
  post and action must point to _url('update', 'apply') (or leave it
  blank)
- save_info_update() is called for POST requests (to save form from
  ask_info_update())
</content>
</entry>
</feed>
