diff options
Diffstat (limited to 'themes/default')
-rwxr-xr-x | themes/default/about.twig | 12 | ||||
-rwxr-xr-x | themes/default/config.twig | 2 |
2 files changed, 12 insertions, 2 deletions
diff --git a/themes/default/about.twig b/themes/default/about.twig index bab9b5eb..e0776d9c 100755 --- a/themes/default/about.twig +++ b/themes/default/about.twig | |||
@@ -20,7 +20,7 @@ | |||
20 | <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> |
21 | 21 | ||
22 | <dt>{% trans "Bug reports" %}</dt> | 22 | <dt>{% trans "Bug reports" %}</dt> |
23 | <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="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> |
24 | 24 | ||
25 | <dt>{% trans "License" %}</dt> | 25 | <dt>{% trans "License" %}</dt> |
26 | <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> |
@@ -29,6 +29,16 @@ | |||
29 | <dd>{{ constant('POCHE') }}</dd> | 29 | <dd>{{ constant('POCHE') }}</dd> |
30 | </dl> | 30 | </dl> |
31 | 31 | ||
32 | <h2>{% trans "Getting help" %}</h2> | ||
33 | |||
34 | <dl> | ||
35 | <dt>{% trans "Documentation" %}</dt> | ||
36 | <dd>{% trans %}<a href="docs/">Offline documentation</a> and <a href="https://doc.wallabag.org/">online documentation</a> (up to date){% endtrans %}</dd> | ||
37 | |||
38 | <dt>{% trans "Support" %}</dt> | ||
39 | <dd><a href="http://support.wallabag.org/">http://support.wallabag.org/</a></dd> | ||
40 | </dl> | ||
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> |
diff --git a/themes/default/config.twig b/themes/default/config.twig index 6302a6a3..09e40e75 100755 --- a/themes/default/config.twig +++ b/themes/default/config.twig | |||
@@ -102,7 +102,7 @@ | |||
102 | <p class="more-info">{% trans "Fetching process is controlled by two constants in your config file: IMPORT_LIMIT (how many articles are fetched at once) and IMPORT_DELAY (delay between fetch of next batch of articles)." %}</p> | 102 | <p class="more-info">{% trans "Fetching process is controlled by two constants in your config file: IMPORT_LIMIT (how many articles are fetched at once) and IMPORT_DELAY (delay between fetch of next batch of articles)." %}</p> |
103 | 103 | ||
104 | <h2>{% trans "Export your wallabag data" %}</h2> | 104 | <h2>{% trans "Export your wallabag data" %}</h2> |
105 | <p><a href="?export" target="_blank">{% trans "Export JSON" %}</a><br> | 105 | <p><a href="?export" target="_blank">{% trans "JSON export" %}</a><br> |
106 | <span class="more-info">Data will be exported in a single JSON file.</span></p> | 106 | <span class="more-info">Data will be exported in a single JSON file.</span></p> |
107 | 107 | ||
108 | <h2>{% trans "Fancy an E-Book ?" %}</h2> | 108 | <h2>{% trans "Fancy an E-Book ?" %}</h2> |