From a78d6afeaafb372cb5d620db7361b8ad98f070dc Mon Sep 17 00:00:00 2001 From: Jeremy Benoist Date: Mon, 24 Aug 2015 19:58:23 +0200 Subject: Move baggy theme in its folder --- .../Resources/views/Static/about.html.twig | 47 ---------------------- .../Resources/views/Static/howto.html.twig | 28 ------------- 2 files changed, 75 deletions(-) delete mode 100755 src/Wallabag/CoreBundle/Resources/views/Static/about.html.twig delete mode 100644 src/Wallabag/CoreBundle/Resources/views/Static/howto.html.twig (limited to 'src/Wallabag/CoreBundle/Resources/views/Static') diff --git a/src/Wallabag/CoreBundle/Resources/views/Static/about.html.twig b/src/Wallabag/CoreBundle/Resources/views/Static/about.html.twig deleted file mode 100755 index 311b5067..00000000 --- a/src/Wallabag/CoreBundle/Resources/views/Static/about.html.twig +++ /dev/null @@ -1,47 +0,0 @@ -{% extends "WallabagCoreBundle::layout.html.twig" %} - -{% block title %}{% trans %}About{% endtrans %}{% endblock %} - -{% block content %} -

{% trans %}Who is behind wallabag{% endtrans %}

- -
-
{% trans %}Developed by{% endtrans %}
-
Nicolas Lœuillet{% trans %}website{% endtrans %}
-
Thomas Citharel — {% trans %}website{% endtrans %}
-
Jérémy Benoist — {% trans %}website{% endtrans %}
- -
{% trans %}And many others contributors ♥{% endtrans %} {% trans %}on Github{% endtrans %}
- -
{% trans %}Project website{% endtrans %}
-
https://www.wallabag.org
- -
{% trans %}License{% endtrans %}: MIT
- -
{% trans %}Version{% endtrans %}: {{ version }}
-
- -

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

- -
-
{% trans %}Documentation{% endtrans %}
-
english
-
français
-
deutsch
- -
{% trans %}Bug reports{% endtrans %}
-
{% trans %}On our support website{% endtrans %} {% trans %}or{% endtrans %} {% trans %}on Github{% endtrans %}
-
- -

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

- -

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

- -
-
{% trans %}wallabag is free and opensource. You can help us:{% endtrans %}
-
by contributing to the project: an issue lists all our needs
-
{% trans %}via Paypal{% endtrans %}
- -
{% trans %}via Flattr{% endtrans %}
-
-{% endblock %} diff --git a/src/Wallabag/CoreBundle/Resources/views/Static/howto.html.twig b/src/Wallabag/CoreBundle/Resources/views/Static/howto.html.twig deleted file mode 100644 index 58cb316b..00000000 --- a/src/Wallabag/CoreBundle/Resources/views/Static/howto.html.twig +++ /dev/null @@ -1,28 +0,0 @@ -{% extends "WallabagCoreBundle::layout.html.twig" %} - -{% block title %}{% trans %}Howto{% endtrans %}{% endblock %} - -{% block content %} -

{% trans %}Howto{% endtrans %}

- -

{% trans %}There are several ways to save an article:{% endtrans %}

- -

{% trans %}Browser Addons{% endtrans %}

- -

{% trans %}Mobile Apps{% endtrans %}

- -

{% trans %}Bookmarklet{% endtrans %}

-

- {% trans %}Drag & drop this link to your bookmarks bar:{% endtrans %} {% trans %}bag it!{% endtrans %} -

- -{% endblock %} -- cgit v1.2.3