aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas.loeuillet@smile.fr>2015-07-31 13:21:28 +0200
committerNicolas LÅ“uillet <nicolas.loeuillet@smile.fr>2015-07-31 13:21:28 +0200
commit4acde08e3cf31f04ffd2244a1798eacd5015de3a (patch)
tree4532652ec33681304d90c33879f9fdbdd5532d4a
parent66eab89252fa04d5d9f11bf4abcc1c18ac17a1ca (diff)
parent89516525ed4080ee8aaf221d0ce78918fae5d4dd (diff)
downloadwallabag-4acde08e3cf31f04ffd2244a1798eacd5015de3a.tar.gz
wallabag-4acde08e3cf31f04ffd2244a1798eacd5015de3a.tar.zst
wallabag-4acde08e3cf31f04ffd2244a1798eacd5015de3a.zip
Merge branch 'patch-1' of https://github.com/axelsimon/wallabag into axelsimon-patch-1
-rw-r--r--README.md7
-rwxr-xr-xthemes/baggy/config.twig2
2 files changed, 8 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4e8379a7..ea80cec4 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,11 @@
1# what is wallabag ? 1# what is wallabag ?
2
3## About development
4We are working on a technical rework, using Symfony 2. You can contribute to [this version here](https://github.com/wallabag/wallabag/tree/v2).
5
6wallabag 1.x is still maintained but we won't develop new features.
7
8## Description
2wallabag is a self hostable application allowing you to not miss any content anymore. Click, save, read it when you can. It extracts content so that you can read it when you have time. 9wallabag is a self hostable application allowing you to not miss any content anymore. Click, save, read it when you can. It extracts content so that you can read it when you have time.
3 10
4More informations on our website: [wallabag.org](http://wallabag.org) 11More informations on our website: [wallabag.org](http://wallabag.org)
diff --git a/themes/baggy/config.twig b/themes/baggy/config.twig
index 2e40178e..c2f186a7 100755
--- a/themes/baggy/config.twig
+++ b/themes/baggy/config.twig
@@ -6,7 +6,7 @@
6{% endblock %} 6{% endblock %}
7{% block content %} 7{% block content %}
8 <h2>{% trans "Saving articles" %}</h2> 8 <h2>{% trans "Saving articles" %}</h2>
9 <p>{% trans "There are several ways to save an article:" %} {% trans "(<a href=\"http://doc.wallabag.org/en/User_documentation/Save_your_first_article\" target=\"_blank\" title=\"Documentation\">?</a>)" %}</p> 9 <p>{% trans "There are several ways to save an article:" %} {% trans "(<a href=\"http://doc.wallabag.org/en/User_documentation/save_your_first_article\" target=\"_blank\" title=\"Documentation\">?</a>)" %}</p>
10 <p> 10 <p>
11 <form method="get" action="index.php"> 11 <form method="get" action="index.php">
12 <label class="addurl" for="config_plainurl">{% trans "By filling this field" %}:</label><br> 12 <label class="addurl" for="config_plainurl">{% trans "By filling this field" %}:</label><br>