From 93fd4692f6eb753cae16358131c8049d84cfbb41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Thu, 22 Jan 2015 08:30:07 +0100 Subject: symfony is there --- app/Resources/views/default/about.twig | 74 ++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100755 app/Resources/views/default/about.twig (limited to 'app/Resources/views/default/about.twig') diff --git a/app/Resources/views/default/about.twig b/app/Resources/views/default/about.twig new file mode 100755 index 00000000..50ffd8ef --- /dev/null +++ b/app/Resources/views/default/about.twig @@ -0,0 +1,74 @@ +{% extends "layout.twig" %} + +{% block title %}{% trans "About wallabag" %}{% 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('WALLABAG') }}
+
+ +

{% 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 %} -- cgit v1.2.3