aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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>