aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rwxr-xr-xinstall/index.php4
-rwxr-xr-xthemes/baggy/about.twig18
2 files changed, 16 insertions, 6 deletions
diff --git a/install/index.php b/install/index.php
index d00c8bd5..06d1a419 100755
--- a/install/index.php
+++ b/install/index.php
@@ -258,7 +258,7 @@ else if (isset($_POST['install'])) {
258 <?php endif; ?> 258 <?php endif; ?>
259 <?php endif; ?> 259 <?php endif; ?>
260 <p>To install wallabag, you just have to fill the following fields. That's all.</p> 260 <p>To install wallabag, you just have to fill the following fields. That's all.</p>
261 <p>If you need help, you can read the doc: <a href="docs/">offline documentation</a> and <a href="http://doc.wallabag.org">online one</a> (already up-to-date).</p> 261 <p>If you need help, you can read the doc: <a href="docs/" target="_blank">offline documentation</a> and <a href="http://doc.wallabag.org" target="_blank">online one</a> (already up-to-date).</p>
262 <p>Don't forget to check your server compatibility <a href="install/wallabag_compatibility_test.php?from=install">here</a>.</p> 262 <p>Don't forget to check your server compatibility <a href="install/wallabag_compatibility_test.php?from=install">here</a>.</p>
263 <form method="post"> 263 <form method="post">
264 <fieldset> 264 <fieldset>
@@ -372,4 +372,4 @@ php composer.phar install</code></pre></li>
372 }); 372 });
373 </script> 373 </script>
374 </body> 374 </body>
375</html> \ No newline at end of file 375</html>
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 @@
9 9
10 <dl> 10 <dl>
11 <dt>{% trans "Project website" %}</dt> 11 <dt>{% trans "Project website" %}</dt>
12 <dd><a href="http://www.wallabag.org">http://www.wallabag.org</a></dd> 12 <dd><a href="https://www.wallabag.org">https://www.wallabag.org</a></dd>
13 13
14 <dt>{% trans "Main developer" %}</dt> 14 <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> 15 <dd><a href="mailto:nicolas@loeuillet.org">Nicolas Lœuillet</a> — <a href="http://cdetc.fr">{% trans "website" %}</a></dd>
@@ -18,7 +18,7 @@
18 <dd><a href="https://github.com/wallabag/wallabag/graphs/contributors">{% trans "on Github" %}</a></dd> 18 <dd><a href="https://github.com/wallabag/wallabag/graphs/contributors">{% trans "on Github" %}</a></dd>
19 19
20 <dt>{% trans "Bug reports" %}</dt> 20 <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> 21 <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 22
23 <dt>{% trans "License" %}</dt> 23 <dt>{% trans "License" %}</dt>
24 <dd><a href="http://en.wikipedia.org/wiki/MIT_License">MIT</a></dd> 24 <dd><a href="http://en.wikipedia.org/wiki/MIT_License">MIT</a></dd>
@@ -29,14 +29,24 @@
29 29
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> 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>
31 31
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>
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>