{% extends "layout.twig" %} {% block title %}{% trans "About" %}{% endblock %} {% block menu %} {% include '_menu.twig' %} {% endblock %} {% block content %}

{% trans "About wallabag" %}

{% trans "Project website" %}
http://www.wallabag.org
{% trans "Main developer" %}
Nicolas Lœuillet{% trans "website" %}
{% trans "Contributors:" %}
{% trans "on Github" %}
{% trans "Bug reports" %}
{% trans "On our support website" %} {% trans "or" %} {% trans "on Github" %}
{% trans "License" %}
MIT
{% trans "Version" %}
{{ constant('POCHE') }}

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

{% trans "Helping wallabag" %}

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

{% trans "via Paypal" %}
{% trans "via Flattr" %}

{% trans "Credits" %}

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 %}