diff options
Diffstat (limited to 'themes/baggy/about.twig')
-rwxr-xr-x | themes/baggy/about.twig | 20 |
1 files changed, 15 insertions, 5 deletions
diff --git a/themes/baggy/about.twig b/themes/baggy/about.twig index 7e19a900..93c96df2 100755 --- a/themes/baggy/about.twig +++ b/themes/baggy/about.twig | |||
@@ -7,9 +7,11 @@ | |||
7 | {% block content %} | 7 | {% block content %} |
8 | <h2>{% trans "About wallabag" %}</h2> | 8 | <h2>{% trans "About wallabag" %}</h2> |
9 | 9 | ||
10 | <p>{% trans "wallabag is a read-it-later application: you can save a web page by keeping only content. Elements like ads or menus are deleted." %}</p> | ||
11 | |||
10 | <dl> | 12 | <dl> |
11 | <dt>{% trans "Project website" %}</dt> | 13 | <dt>{% trans "Project website" %}</dt> |
12 | <dd><a href="http://www.wallabag.org">http://www.wallabag.org</a></dd> | 14 | <dd><a href="https://www.wallabag.org">https://www.wallabag.org</a></dd> |
13 | 15 | ||
14 | <dt>{% trans "Main developer" %}</dt> | 16 | <dt>{% trans "Main developer" %}</dt> |
15 | <dd><a href="mailto:nicolas@loeuillet.org">Nicolas Lœuillet</a> — <a href="http://cdetc.fr">{% trans "website" %}</a></dd> | 17 | <dd><a href="mailto:nicolas@loeuillet.org">Nicolas Lœuillet</a> — <a href="http://cdetc.fr">{% trans "website" %}</a></dd> |
@@ -18,7 +20,7 @@ | |||
18 | <dd><a href="https://github.com/wallabag/wallabag/graphs/contributors">{% trans "on Github" %}</a></dd> | 20 | <dd><a href="https://github.com/wallabag/wallabag/graphs/contributors">{% trans "on Github" %}</a></dd> |
19 | 21 | ||
20 | <dt>{% trans "Bug reports" %}</dt> | 22 | <dt>{% trans "Bug reports" %}</dt> |
21 | <dd><a href="http://support.wallabag.org">{% trans "On our support website" %}</a> {% trans "or" %} <a href="https://github.com/wallabag/wallabag/issues">{% trans "on Github" %}</a></dd> | 23 | <dd><a href="https://support.wallabag.org">{% trans "On our support website" %}</a> {% trans "or" %} <a href="https://github.com/wallabag/wallabag/issues">{% trans "on Github" %}</a></dd> |
22 | 24 | ||
23 | <dt>{% trans "License" %}</dt> | 25 | <dt>{% trans "License" %}</dt> |
24 | <dd><a href="http://en.wikipedia.org/wiki/MIT_License">MIT</a></dd> | 26 | <dd><a href="http://en.wikipedia.org/wiki/MIT_License">MIT</a></dd> |
@@ -27,16 +29,24 @@ | |||
27 | <dd>{{ constant('POCHE') }}</dd> | 29 | <dd>{{ constant('POCHE') }}</dd> |
28 | </dl> | 30 | </dl> |
29 | 31 | ||
30 | <p>{% trans "wallabag is a read-it-later application: you can save a web page by keeping only content. Elements like ads or menus are deleted." %}</p> | 32 | <h2>{% trans "Getting help" %}</h2> |
33 | |||
34 | <dl> | ||
35 | <dt>{% trans "Documentation" %}</dt> | ||
36 | <dd><a href="docs/">Offline documentation</a> and <a href="https://doc.wallabag.org/">online documentation</a> (up to date)</dd> | ||
37 | |||
38 | <dt>{% trans "Support" %}</dt> | ||
39 | <dd><a href="http://support.wallabag.org/">http://support.wallabag.org/</a></dd> | ||
40 | </dl> | ||
31 | 41 | ||
32 | <h2>{% trans "Helping wallabag" %}</h2> | 42 | <h2>{% trans "Helping wallabag" %}</h2> |
33 | 43 | ||
34 | <p>{% trans "wallabag is free and opensource. You can help us:" %}</p> | 44 | <p>{% trans "wallabag is free and opensource. You can help us:" %}</p> |
35 | 45 | ||
36 | <dl> | 46 | <dl> |
37 | <dt><a href="http://www.wallabag.org">{% trans "via Paypal" %}</a></dt> | 47 | <dt><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9UBA65LG3FX9Y&lc=gb">{% trans "via Paypal" %}</a></dt> |
38 | 48 | ||
39 | <dt><a href="http://www.wallabag.org">{% trans "via Flattr" %}</a></dt> | 49 | <dt><a href="https://flattr.com/thing/1265480">{% trans "via Flattr" %}</a></dt> |
40 | </dl> | 50 | </dl> |
41 | 51 | ||
42 | <h2>{% trans "Credits" %}</h2> | 52 | <h2>{% trans "Credits" %}</h2> |