From 7d6bd5670e8743e10c52b745142320a47d0f1cbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Thu, 2 Apr 2015 11:36:10 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 38866f7af..bded71986 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,11 @@ # what is wallabag ? + +## About development +We are working on a technical rework, using Symfony 2. You can contribute to [this version here](https://github.com/wallabag/wallabag/tree/v2). + +wallabag 1.x is still maintained but we won't develop new features. + +## Description 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. More informations on our website: [wallabag.org](http://wallabag.org) From 89516525ed4080ee8aaf221d0ce78918fae5d4dd Mon Sep 17 00:00:00 2001 From: Axel Simon Date: Fri, 24 Jul 2015 11:33:39 +0200 Subject: [PATCH 2/2] fix link to documentation fix link to Save your first article (no capital letters in documentation pages) --- themes/baggy/config.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/baggy/config.twig b/themes/baggy/config.twig index 942576168..db368e1e2 100755 --- a/themes/baggy/config.twig +++ b/themes/baggy/config.twig @@ -6,7 +6,7 @@ {% endblock %} {% block content %}

{% trans "Saving articles" %}

-

{% trans "There are several ways to save an article:" %} {% trans "(?)" %}

+

{% trans "There are several ways to save an article:" %} {% trans "(?)" %}