aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-08-23 22:01:17 +0200
committerNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-08-23 22:01:17 +0200
commit3008e36a3ec1b0998e44f2aba62435b54e2ac865 (patch)
treea4661a7af09e0e508500f22df6c8c223585f4ed1
parentb64a882696ba6c403c36f9434230fc636741b7d1 (diff)
downloadwallabag-3008e36a3ec1b0998e44f2aba62435b54e2ac865.tar.gz
wallabag-3008e36a3ec1b0998e44f2aba62435b54e2ac865.tar.zst
wallabag-3008e36a3ec1b0998e44f2aba62435b54e2ac865.zip
fix bug #162 links to firefox / chrome / android apps
-rw-r--r--tpl/config.twig14
1 files changed, 10 insertions, 4 deletions
diff --git a/tpl/config.twig b/tpl/config.twig
index 5324cda7..8851c3dc 100644
--- a/tpl/config.twig
+++ b/tpl/config.twig
@@ -11,11 +11,17 @@
11 </ul> 11 </ul>
12{% endblock %} 12{% endblock %}
13{% block content %} 13{% block content %}
14 <h2>{% trans "Bookmarklet" %}</h2>
15 <p>{% trans "Thanks to the bookmarklet, you will be able to easily add a link to your poche." %} {% trans "Have a look to this documentation:" %} <a href="http://inthepoche.com/?pages/Documentation">inthepoche.com</a>.</p>
16 <p>{% trans "Drag & drop this link to your bookmarks bar and have fun with poche." %}</p>
17 <p class="txtcenter"><a ondragend="this.click();" style="cursor: move; border: 1px dashed grey; background: white; padding: 5px;" title="i am a bookmarklet, use me !" href="javascript:if(top['bookmarklet-url@inthepoche.com']){top['bookmarklet-url@inthepoche.com'];}else{(function(){var%20url%20=%20location.href%20||%20url;window.open('{{ poche_url }}?action=add&url='%20+%20btoa(url),'_self');})();void(0);}">{% trans "poche it!" %}</a></p>
18 14
15 <h2>{% trans "Poching a link" %}</h2>
16 <p>You can poche a link by several methods: (<a href="http://www.inthepoche.com/?pages/Documentation" title="{% trans "read the documentation" %}">?</a>)</p>
17 <p>
18 <ul>
19 <li>firefox: <a href="https://bitbucket.org/jogaulupeau/poche/downloads/poche.xpi" title="download the firefox extension">download the extension</a></li>
20 <li>chrome: <a href="https://bitbucket.org/jogaulupeau/poche/downloads/poche.crx" title="download the chrome extension">download the extension</a></li>
21 <li>android: <a href="https://bitbucket.org/jogaulupeau/poche/downloads/Poche.apk" title="download the application">download the application</a></li>
22 <li>bookmarklet: drag & drop this link to your bookmarks bar <a ondragend="this.click();" style="cursor: move; border: 1px dashed grey; background: white; padding: 5px;" title="i am a bookmarklet, use me !" href="javascript:if(top['bookmarklet-url@inthepoche.com']){top['bookmarklet-url@inthepoche.com'];}else{(function(){var%20url%20=%20location.href%20||%20url;window.open('{{ poche_url }}?action=add&url='%20+%20btoa(url),'_self');})();void(0);}">{% trans "poche it!" %}</a></li>
23 </ul>
24 </p>
19 <h2>{% trans "Updating poche" %}</h2> 25 <h2>{% trans "Updating poche" %}</h2>
20 <p><ul> 26 <p><ul>
21 <li>{% trans "your version" %} : <strong>{{ constant('POCHE_VERSION') }}</strong></li> 27 <li>{% trans "your version" %} : <strong>{{ constant('POCHE_VERSION') }}</strong></li>