]> git.immae.eu Git - github/wallabag/wallabag.git/blame - src/Wallabag/CoreBundle/Resources/views/themes/baggy/Static/howto.html.twig
:rocket: Prepare v2.0.0 :birthday:
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Resources / views / themes / baggy / Static / howto.html.twig
CommitLineData
b7dd5f82
NL
1{% extends "WallabagCoreBundle::layout.html.twig" %}
2
0d42217e 3{% block title %}{{ 'howto.page_title'|trans }}{% endblock %}
b7dd5f82
NL
4
5{% block content %}
0d42217e 6 <h2>{{ 'howto.page_title'|trans }}</h2>
b7dd5f82 7
0d42217e 8 <p>{{ 'howto.page_description'|trans }}</p>
b7dd5f82 9 <ul>
0d42217e 10 <li><a href="{{ path('new') }}">{{ 'howto.form.description'|trans }}</a></li>
b7dd5f82 11 </ul>
0d42217e 12 <h3>{{ 'howto.top_menu.browser_addons'|trans }}</h3>
b7dd5f82 13 <ul>
eff75729 14 <li><a href="https://addons.mozilla.org/firefox/addon/wallabag-v2/" target="_blank">{{ 'howto.browser_addons.firefox'|trans }}</a></li>
0d42217e 15 <li><a href="https://chrome.google.com/webstore/detail/wallabag/bepdcjnnkglfjehplaogpoonpffbdcdj" target="_blank">{{ 'howto.browser_addons.chrome'|trans }}</a></li>
b7dd5f82 16 </ul>
0d42217e 17 <h3>{{ 'howto.top_menu.mobile_apps'|trans }}</h3>
b7dd5f82 18 <ul>
0d42217e
JB
19 <li>Android: <a href="https://f-droid.org/app/fr.gaulupeau.apps.InThePoche" target="_blank">{{ 'howto.mobile_apps.android.via_f_droid'|trans }}</a> / <a href="https://play.google.com/store/apps/details?id=fr.gaulupeau.apps.InThePoche" target="_blank">{{ 'howto.mobile_apps.android.via_google_play'|trans }}</a></li>
20 <li>iOS: <a href="https://itunes.apple.com/app/wallabag/id828331015?mt=8" target="_blank">{{ 'howto.mobile_apps.ios'|trans }}</a></li>
21 <li>Windows Phone: <a href="http://www.windowsphone.com/en-US/store/app/wallabag/d5226cf1-f422-4e00-996c-88e9c5233332" target="_blank">{{ 'howto.mobile_apps.windows'|trans }}</a></li>
b7dd5f82 22 </ul>
0d42217e 23 <h3>{{ 'howto.top_menu.bookmarklet'|trans }}</h3>
b7dd5f82 24 <p>
0d42217e 25 {{ 'howto.bookmarklet.description'|trans }}
880a0e1c 26 {% include 'WallabagCoreBundle::_bookmarklet.html.twig' %}
b7dd5f82
NL
27
28{% endblock %}