]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
link to download poche when update available
authorNicolas Lœuillet <nicolas.loeuillet@gmail.com>
Mon, 5 Aug 2013 10:39:24 +0000 (12:39 +0200)
committerNicolas Lœuillet <nicolas.loeuillet@gmail.com>
Mon, 5 Aug 2013 10:39:24 +0000 (12:39 +0200)
CREDITS
tpl/config.twig

diff --git a/CREDITS b/CREDITS
index 77a3f663e40e50b4513ec7cb31e0cced0a41baba..9c49176f24d1b5da2eb9179a7a56b1482230e0bb 100644 (file)
--- a/CREDITS
+++ b/CREDITS
@@ -1,12 +1,11 @@
 poche is based on :
-* ReadItYourself http://www.memiks.fr/readityourself/
 * PHP Readability http://www.keyvan.net/2010/08/php-readability/
 * Encoding https://github.com/neitanod/forceutf8
 * logo by Brightmix http://www.iconfinder.com/icondetails/43256/128/jeans_monotone_pocket_icon
 * icons http://icomoon.io
 * PHP Simple HTML DOM Parser (for Pocket import) http://simplehtmldom.sourceforge.net/
 * Session https://github.com/tontof/kriss_feed/blob/master/src/class/Session.php
-* RainTPL http://www.raintpl.com/
+* Twig http://twig.sensiolabs.org
 
 poche is developed by Nicolas Lœuillet under the Do What the Fuck You Want to Public License
 
index a17a4b178416e4e31c758aa1eb68b5bdd142e260..a8be93b0394e3742a03da176faba0fbc8b631314 100644 (file)
@@ -20,8 +20,8 @@
                 <h2>{% trans "Updating poche" %}</h2>
                 <p><ul>
                     <li>{% trans "your version" %} : <strong>{{ constant('POCHE_VERSION') }}</strong></li>
-                    <li>{% trans "latest stable version" %} : {{ prod }}. {% if compare_prod == -1 %}<strong>{% trans "a more recent stable version is available." %}</strong>{% else %}{% trans "you are up to date." %}{% endif %}</li>
-                    <li>{% trans "latest dev version" %} : {{ dev }}. {% if compare_dev == -1 %}<strong>{% trans "a more recent development version is available." %}</strong>{% else %}{% trans "you are up to date." %}{% endif %}</li>
+                    <li>{% trans "latest stable version" %} : {{ prod }}. {% if compare_prod == -1 %}<strong><a href="http://inthepoche.com/?pages/T%C3%A9l%C3%A9charger-poche">{% trans "a more recent stable version is available." %}</a></strong>{% else %}{% trans "you are up to date." %}{% endif %}</li>
+                    <li>{% trans "latest dev version" %} : {{ dev }}. {% if compare_dev == -1 %}<strong><a href="http://inthepoche.com/?pages/T%C3%A9l%C3%A9charger-poche">{% trans "a more recent development version is available." %}</a></strong>{% else %}{% trans "you are up to date." %}{% endif %}</li>
                 </ul>
                 </p>