From a50d7f0f20e7160f1a4dd736c225a9565454a9d5 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Wed, 17 Dec 2014 22:55:33 +0100 Subject: link to doc inside wallabag:about --- themes/baggy/about.twig | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) (limited to 'themes/baggy/about.twig') diff --git a/themes/baggy/about.twig b/themes/baggy/about.twig index 7e19a900..110196a6 100755 --- a/themes/baggy/about.twig +++ b/themes/baggy/about.twig @@ -9,7 +9,7 @@
{% trans "Project website" %}
-
http://www.wallabag.org
+
https://www.wallabag.org
{% trans "Main developer" %}
Nicolas Lœuillet{% trans "website" %}
@@ -18,7 +18,7 @@
{% trans "on Github" %}
{% trans "Bug reports" %}
-
{% trans "On our support website" %} {% trans "or" %} {% trans "on Github" %}
+
{% trans "On our support website" %} {% trans "or" %} {% trans "on Github" %}
{% trans "License" %}
MIT
@@ -29,14 +29,24 @@

{% 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." %}

+

{% trans "Getting help" %}

+ +
+
{% trans "Documentation" %}
+
Offline documentation and online documentation (up to date)
+ +
{% trans "Support" %}
+
http://support.wallabag.org/
+
+

{% trans "Helping wallabag" %}

{% trans "wallabag is free and opensource. You can help us:" %}

-
{% trans "via Paypal" %}
+
{% trans "via Paypal" %}
-
{% trans "via Flattr" %}
+
{% trans "via Flattr" %}

{% trans "Credits" %}

-- cgit v1.2.3 From cefdc12380c5acee927e3f8e1cb85213f4b1475d Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Tue, 10 Feb 2015 01:16:50 +0100 Subject: changed description text place in about screen --- themes/baggy/about.twig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'themes/baggy/about.twig') diff --git a/themes/baggy/about.twig b/themes/baggy/about.twig index 110196a6..93c96df2 100755 --- a/themes/baggy/about.twig +++ b/themes/baggy/about.twig @@ -7,6 +7,8 @@ {% block content %}

{% trans "About wallabag" %}

+

{% 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." %}

+
{% trans "Project website" %}
https://www.wallabag.org
@@ -27,8 +29,6 @@
{{ constant('POCHE') }}
-

{% 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." %}

-

{% trans "Getting help" %}

-- cgit v1.2.3