diff options
-rw-r--r-- | README.md | 7 | ||||
-rwxr-xr-x | themes/baggy/config.twig | 2 |
2 files changed, 8 insertions, 1 deletions
@@ -1,4 +1,11 @@ | |||
1 | # what is wallabag ? | 1 | # what is wallabag ? |
2 | |||
3 | ## About development | ||
4 | We are working on a technical rework, using Symfony 2. You can contribute to [this version here](https://github.com/wallabag/wallabag/tree/v2). | ||
5 | |||
6 | wallabag 1.x is still maintained but we won't develop new features. | ||
7 | |||
8 | ## Description | ||
2 | wallabag 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. | 9 | wallabag 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 | ||
4 | More informations on our website: [wallabag.org](http://wallabag.org) | 11 | More 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> |