{% extends "WallabagBundle::layout.html.twig" %} {% block title %}{% trans %}About{% endtrans %}{% endblock %} {% block menu %} {% include "WallabagBundle::_menu.html.twig" %} {% endblock %} {% block content %}

{% trans %}About wallabag{% endtrans %}

{% trans %}Project website{% endtrans %}
https://www.wallabag.org
{% trans %}Main developer{% endtrans %}
Nicolas Lœuillet{% trans %}website{% endtrans %}
{% trans %}Contributors:{% endtrans %}
{% trans %}on Github{% endtrans %}
{% trans %}Bug reports{% endtrans %}
{% trans %}On our support website{% endtrans %} {% trans %}or{% endtrans %} {% trans %}on Github{% endtrans %}
{% trans %}License{% endtrans %}
MIT
{% trans %}Version{% endtrans %}

{% 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.{% endtrans %}

{% trans %}Getting help{% endtrans %}

{% trans %}Documentation{% endtrans %}
Offline documentation and online documentation (up to date)
{% trans %}Support{% endtrans %}
http://support.wallabag.org/

{% trans %}Helping wallabag{% endtrans %}

{% trans %}wallabag is free and opensource. You can help us:{% endtrans %}

{% trans %}via Paypal{% endtrans %}
{% trans %}via Flattr{% endtrans %}

{% trans %}Credits{% endtrans %}

PHP Readability
https://bitbucket.org/fivefilters/php-readability
Full Text RSS
http://code.fivefilters.org/full-text-rss/src
logo by Maylis Agniel
https://github.com/wallabag/logo
icons
http://icomoon.io
PHP Simple HTML DOM Parser
http://simplehtmldom.sourceforge.net/
Session
https://github.com/tontof/kriss_feed/blob/master/src/class/Session.php
Twig
http://twig.sensiolabs.org
Flash messages
https://github.com/plasticbrain/PHP-Flash-Messages
Pagination
https://github.com/daveismyname/pagination
PHPePub
https://github.com/Grandt/PHPePub/
{% endblock %}