From 163eae0bb15d0daa5390f434a42a8176eca186e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Fri, 23 Jan 2015 12:45:24 +0100 Subject: toggle archive / fav actions --- .../Resources/views/Static/about.html.twig | 84 ++++++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100755 src/WallabagBundle/Resources/views/Static/about.html.twig (limited to 'src/WallabagBundle/Resources/views/Static/about.html.twig') diff --git a/src/WallabagBundle/Resources/views/Static/about.html.twig b/src/WallabagBundle/Resources/views/Static/about.html.twig new file mode 100755 index 00000000..1a3c927e --- /dev/null +++ b/src/WallabagBundle/Resources/views/Static/about.html.twig @@ -0,0 +1,84 @@ +{% 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 %} -- cgit v1.2.3