diff options
author | tcit <tcit@tcit.fr> | 2014-05-15 15:42:36 +0200 |
---|---|---|
committer | tcit <tcit@tcit.fr> | 2014-05-15 15:42:36 +0200 |
commit | f3f0b11393dd7f11bc1e63df9488c3930c0bc06f (patch) | |
tree | 0ee0ee830ec195dba8c4d362ad6e50a9ea27be08 /themes/baggy/config.twig | |
parent | f2b6b4e23064c40cde9e2ad5327499589dee503b (diff) | |
download | wallabag-f3f0b11393dd7f11bc1e63df9488c3930c0bc06f.tar.gz wallabag-f3f0b11393dd7f11bc1e63df9488c3930c0bc06f.tar.zst wallabag-f3f0b11393dd7f11bc1e63df9488c3930c0bc06f.zip |
Better names for epub files and epub in all themes now
Diffstat (limited to 'themes/baggy/config.twig')
-rwxr-xr-x | themes/baggy/config.twig | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/themes/baggy/config.twig b/themes/baggy/config.twig index 1b8b8648..46735f07 100755 --- a/themes/baggy/config.twig +++ b/themes/baggy/config.twig | |||
@@ -125,8 +125,9 @@ | |||
125 | <p><a href="?download" target="_blank">{% trans "Click here" %}</a> {% trans "to download your database." %}</p>{% endif %} | 125 | <p><a href="?download" target="_blank">{% trans "Click here" %}</a> {% trans "to download your database." %}</p>{% endif %} |
126 | <p><a href="?export" target="_blank">{% trans "Click here" %}</a> {% trans "to export your wallabag data." %}</p> | 126 | <p><a href="?export" target="_blank">{% trans "Click here" %}</a> {% trans "to export your wallabag data." %}</p> |
127 | 127 | ||
128 | <h2>Fancy a ebook ?</h2> | 128 | <h2>{% trans "Fancy an E-Book ?" %}</h2> |
129 | Click on <a href="./?epub&method=all" title="Generate ePub">this link</a> to get all your articles in one ebook (ePub). | 129 | <p>{% trans "Click on <a href=\"./?epub&method=all\" title=\"Generate ePub\">this link</a> to get all your articles in one ebook (ePub 3 format)." %} |
130 | <br>{% trans "This can <b>take a while</b> and can <b>even fail</b> if you have too many articles, depending on your server configuration." %}</p> | ||
130 | 131 | ||
131 | <h2>{% trans "Cache" %}</h2> | 132 | <h2>{% trans "Cache" %}</h2> |
132 | <p><a href="?empty-cache">{% trans "Click here" %}</a> {% trans "to delete cache." %}</p> | 133 | <p><a href="?empty-cache">{% trans "Click here" %}</a> {% trans "to delete cache." %}</p> |