<p>{%trans"You can poche a link by several methods:"%} (<a class="special" href="http://doc.wallabag.org" title="{%trans"read the documentation"%}">?</a>)</p>
<li>firefox: <a href="https://bitbucket.org/jogaulupeau/poche/downloads/poche.xpi" title="download the firefox extension">{%trans"download the extension"%}</a></li>
<li>chrome: <a href="https://bitbucket.org/jogaulupeau/poche/downloads/poche.crx" title="download the chrome extension">{%trans"download the extension"%}</a></li>
<li>android: <a href="https://bitbucket.org/jogaulupeau/poche/downloads/Poche.apk" title="download the application">{%trans"download the application"%}</a></li>
<li>
<form method="get" action="index.php">
<label class="addurl" for="plainurl">{%trans"by filling this field"%}:</label>
<li>{%trans"bookmarklet: drag & drop this link to your bookmarks bar"%} <a id="bookmarklet" ondragend="this.click();" title="i am a bookmarklet, use me !" href="javascript:if(top['bookmarklet-url@wallabag.org']){top['bookmarklet-url@wallabag.org'];}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>
<li>{%trans"latest stable version"%} : {{prod}}. {%ifcompare_prod==-1%}<strong><a href="http://wallabag.org/">{%trans"a more recent stable version is available."%}</a></strong>{%else%}{%trans"you are up to date."%}{%endif%}</li>
{%ifconstant('DEBUG_POCHE')==1%}<li>{%trans"latest dev version"%} : {{dev}}. {%ifcompare_dev==-1%}<strong><a href="http://wallabag.org/">{%trans"a more recent development version is available."%}</a></strong>{%else%}{%trans"you are up to date."%}{%endif%}</li>{%endif%}
<li><a href="./?import&from=pocket">{%trans"import from Pocket"%}</a> {{'(you must have a %s file on your server)'|trans|format(constant('POCKET_FILE'))}}</li>
<li><a href="./?import&from=readability">{%trans"import from Readability"%}</a> {{'(you must have a %s file on your server)'|trans|format(constant('READABILITY_FILE'))}}</li>
<li><a href="./?import&from=instapaper">{%trans"import from Instapaper"%}</a> {{'(you must have a %s file on your server)'|trans|format(constant('INSTAPAPER_FILE'))}}</li>
</ul>
<h2>{%trans"Export your poche datas"%}</h2>
<p><a href="./?export" target="_blank">{%trans"Click here"%}</a> {%trans"to export your poche datas."%}</p>