From 495aecfe7417918c45d8ea32b1ee8903018449cd Mon Sep 17 00:00:00 2001 From: Jeremy Date: Sun, 1 Mar 2015 08:22:29 +0100 Subject: Cleanup & simplify theme --- app/Resources/views/default/about.twig | 74 ---------------------------------- 1 file changed, 74 deletions(-) delete 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 deleted file mode 100755 index 50ffd8ef..00000000 --- a/app/Resources/views/default/about.twig +++ /dev/null @@ -1,74 +0,0 @@ -{% 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