]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
failover if theme folder doesn't exist 953/head
authorNicolas Lœuillet <nicolas@loeuillet.org>
Mon, 24 Nov 2014 12:11:57 +0000 (13:11 +0100)
committerNicolas Lœuillet <nicolas@loeuillet.org>
Mon, 24 Nov 2014 12:11:57 +0000 (13:11 +0100)
52 files changed:
inc/poche/Template.class.php
themes/courgette/README.md [deleted file]
themes/courgette/_head.twig [deleted file]
themes/courgette/_menu.twig [deleted file]
themes/courgette/_top.twig [deleted file]
themes/courgette/_view.twig [deleted file]
themes/courgette/config.twig [deleted file]
themes/courgette/css/font.css [deleted file]
themes/courgette/css/knacss.css [deleted file]
themes/courgette/css/messages.css [deleted file]
themes/courgette/css/print.css [deleted file]
themes/courgette/css/style-default.css [deleted file]
themes/courgette/css/style.css [deleted file]
themes/courgette/edit-tags.twig [deleted file]
themes/courgette/error.twig [deleted file]
themes/courgette/font/icomoon.eot [deleted file]
themes/courgette/font/icomoon.svg [deleted file]
themes/courgette/font/icomoon.ttf [deleted file]
themes/courgette/font/icomoon.woff [deleted file]
themes/courgette/home.twig [deleted file]
themes/courgette/img/bg-select.png [deleted file]
themes/courgette/img/default/backtotop.png [deleted file]
themes/courgette/img/default/bad-display.png [deleted file]
themes/courgette/img/default/carrot.png [deleted file]
themes/courgette/img/default/checkmark-off.png [deleted file]
themes/courgette/img/default/checkmark-on.png [deleted file]
themes/courgette/img/default/clock.png [deleted file]
themes/courgette/img/default/down.png [deleted file]
themes/courgette/img/default/envelop.png [deleted file]
themes/courgette/img/default/flattr.png [deleted file]
themes/courgette/img/default/left.png [deleted file]
themes/courgette/img/default/link.png [deleted file]
themes/courgette/img/default/remove.png [deleted file]
themes/courgette/img/default/shaarli.png [deleted file]
themes/courgette/img/default/star-off.png [deleted file]
themes/courgette/img/default/star-on.png [deleted file]
themes/courgette/img/default/top.png [deleted file]
themes/courgette/img/default/twitter.png [deleted file]
themes/courgette/img/logo.png [deleted file]
themes/courgette/img/logo.svg [deleted file]
themes/courgette/img/messages/close.png [deleted file]
themes/courgette/img/messages/cross.png [deleted file]
themes/courgette/img/messages/help.png [deleted file]
themes/courgette/img/messages/tick.png [deleted file]
themes/courgette/img/messages/warning.png [deleted file]
themes/courgette/js/init.js [deleted file]
themes/courgette/js/restoreScroll.js [deleted file]
themes/courgette/layout.twig [deleted file]
themes/courgette/login.twig [deleted file]
themes/courgette/screenshot.jpg [deleted file]
themes/courgette/tags.twig [deleted file]
themes/courgette/theme.ini [deleted file]

index 20e9c54a670f908fad9a20a1eb9fd10850dc1289..4d0bfdbb13161c4a6c8b3a625bfd58bbfa1bd157 100644 (file)
@@ -24,7 +24,7 @@ class Template extends Twig_Environment
 
         $themeDirectory = (is_null($pocheUser) ? DEFAULT_THEME : $pocheUser->getConfigValue('theme'));
 
-        if ($themeDirectory === false) {
+        if ($themeDirectory === false || !is_dir(THEME . '/' . $themeDirectory)) {
             $themeDirectory = DEFAULT_THEME;
         }
 
diff --git a/themes/courgette/README.md b/themes/courgette/README.md
deleted file mode 100755 (executable)
index e13d390..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-# Courgette Theme
-
-theme created by Thomas LEBEAU alias Courgette http://thomaslebeau.fr/
\ No newline at end of file
diff --git a/themes/courgette/_head.twig b/themes/courgette/_head.twig
deleted file mode 100755 (executable)
index 822c73e..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-        <link rel="apple-touch-icon" type="image/png" href="{{ poche_url }}themes/_global/img/appicon/apple-touch-icon-152.png" sizes="152x152">
-        <link rel="icon" type="image/png" href="{{ poche_url }}themes/_global/img/appicon/apple-touch-icon-152.png" sizes="152x152">
-
-        <link rel="apple-touch-icon" type="image/png" href="{{ poche_url }}themes/_global/img/appicon/apple-touch-icon-144.png" sizes="144x144">
-        <link rel="icon" type="image/png" href="{{ poche_url }}themes/_global/img/appicon/apple-touch-icon-144.png" sizes="144x144">
-
-        <link rel="apple-touch-icon" type="image/png" href="{{ poche_url }}themes/_global/img/appicon/apple-touch-icon-120.png" sizes="120x120">
-        <link rel="icon" type="image/png" href="{{ poche_url }}themes/_global/img/appicon/apple-touch-icon-120.png" sizes="120x120">
-
-        <link rel="apple-touch-icon" type="image/png" href="{{ poche_url }}themes/_global/img/appicon/apple-touch-icon-114.png" sizes="114x114">
-        <link rel="icon" type="image/png" href="{{ poche_url }}themes/_global/img/appicon/apple-touch-icon-114.png" sizes="114x114">
-
-        <link rel="apple-touch-icon" type="image/png" href="{{ poche_url }}themes/_global/img/appicon/apple-touch-icon-76.png" sizes="76x76">
-        <link rel="icon" type="image/png" href="{{ poche_url }}themes/_global/img/appicon/apple-touch-icon-76.png" sizes="76x76">
-
-        <link rel="apple-touch-icon" type="image/png" href="{{ poche_url }}themes/_global/img/appicon/apple-touch-icon-72.png" sizes="72x72">
-        <link rel="icon" type="image/png" href="{{ poche_url }}themes/_global/img/appicon/apple-touch-icon-72.png" sizes="72x72">
-
-        <link rel="apple-touch-icon" type="image/png" href="{{ poche_url }}themes/_global/img/appicon/apple-touch-icon-57.png" sizes="57x57">
-        <link rel="icon" type="image/png" href="{{ poche_url }}themes/_global/img/appicon/apple-touch-icon-57.png" sizes="57x57">
-
-        <link rel="apple-touch-icon" type="image/png" href="{{ poche_url }}themes/_global/img/appicon/apple-touch-icon.png">
-        <link rel="icon" type="image/png" href="{{ poche_url }}themes/_global/img/appicon/apple-touch-icon.png">
-
-        <link rel="shortcut icon" type="image/x-icon" href="{{ poche_url }}themes/_global/img/appicon/favicon.ico">
-
-        <link rel="stylesheet" href="{{ poche_url }}themes/{{theme}}/css/font.css" media="all">
-        <link rel="stylesheet" href="{{ poche_url }}themes/{{theme}}/css/style.css" media="all">
-        <link rel="stylesheet" href="{{ poche_url }}themes/{{theme}}/css/messages.css" media="all">
-        <link rel="stylesheet" href="{{ poche_url }}themes/{{theme}}/css/print.css" media="print">
-        <link href='//fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
-
-        <script src="//codeorigin.jquery.com/jquery-2.0.3.min.js"></script>
-        <script src="{{ poche_url }}themes/{{theme}}/js/init.js"></script>
diff --git a/themes/courgette/_menu.twig b/themes/courgette/_menu.twig
deleted file mode 100755 (executable)
index 0e37660..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-            <div id="menuContainer">
-              <ul id="links">
-                  <li><a href="./" {% if view == 'home' %}class="current"{% endif %}>{% trans "unread" %}</a></li>
-                  <li><a href="./?view=fav" {% if view == 'fav' %}class="current"{% endif %}>{% trans "favorites" %}</a></li>
-                  <li><a href="./?view=archive" {% if view == 'archive' %}class="current"{% endif %}>{% trans "archive" %}</a></li>
-                  <li><a href="./?view=tags" {% if view == 'tags' %}class="current"{% endif %}>{% trans "tags" %}</a></li>
-                  <li><a href="./?view=config" {% if view == 'config' %}class="current"{% endif %}>{% trans "config" %}</a></li>
-                  <li><a href="./?logout" title="{% trans "logout" %}">{% trans "logout" %}</a></li>
-              </ul>
-            </div>
\ No newline at end of file
diff --git a/themes/courgette/_top.twig b/themes/courgette/_top.twig
deleted file mode 100755 (executable)
index 2d41db1..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-        <header>
-            <h1>
-                {% if view == 'home' %}{% block logo %}<img src="{{ poche_url }}themes/{{theme}}/img/logo.svg" alt="wallabag logo" />{% endblock %}
-                {% elseif view == 'fav' %}<a href="./" title="{% trans "back to home" %}" >{{ block('logo') }} <span>Favoris</span></a>
-                {% elseif view == 'archive' %}<a href="./" title="{% trans "back to home" %}" >{{ block('logo') }} <span>Archive</span></a>
-                {% else %}<a href="./" title="{% trans "back to home" %}" >{{ block('logo') }}</a>
-                {% endif %}
-            </h1>
-        </header>
\ No newline at end of file
diff --git a/themes/courgette/_view.twig b/themes/courgette/_view.twig
deleted file mode 100755 (executable)
index 5234f76..0000000
+++ /dev/null
@@ -1,47 +0,0 @@
-{% extends "layout.twig" %}
-{% block title %}{{ entry.title|raw }} ({{ entry.url | e | getDomain }}){% endblock %}
-{% block content %}
-        <div id="article_toolbar">
-            <ul>
-                <li><a href="./" title="{% trans "back to home" %}" class="tool back"><span>{% trans "back to home" %}</span></a></li>
-                <li><a href="{{ entry.url|e }}" target="_blank" title="{% trans "original" %} : {{ entry.title|e }}" class="tool link"><span>{{ entry.url | e | getDomain }}</span></a></li>
-                <li><a title="{% trans "toggle mark as read" %}" class="tool {% if entry.is_read == 0 %}archive-off{% else %}archive{% endif %}" href="./?action=toggle_archive&amp;id={{ entry.id|e }}"><span>{% trans "toggle mark as read" %}</span></a></li>
-                <li><a title="{% trans "toggle favorite" %}" class="tool {% if entry.is_fav == 0 %}fav-off{% else %}fav{% endif %}" href="./?action=toggle_fav&amp;id={{ entry.id|e }}"><span>{% trans "toggle favorite" %}</span></a></li>
-                <li><a title="{% trans "delete" %}" class="tool delete" href="./?action=delete&amp;id={{ entry.id|e }}"><span>{% trans "delete" %}</span></a></li>
-                {% if constant('SHARE_TWITTER') == 1 %}<li><a href="https://twitter.com/home?status={{entry.title|url_encode}}%20{{ entry.url|url_encode }}%20via%20@wallabagapp" target="_blank" class="tool twitter" title="{% trans "tweet" %}"><span>{% trans "tweet" %}</span></a></li>{% endif %}
-                {% if constant('SHARE_MAIL') == 1 %}<li><a href="mailto:?subject={{ entry.title|url_encode }}&amp;body={{ entry.url|url_encode }}%20via%20@wallabagapp" class="tool email" title="{% trans "email" %}"><span>{% trans "email" %}</span></a></li>{% endif %}
-                {% if constant('SHARE_SHAARLI') == 1 %}<li><a href="{{ constant('SHAARLI_URL') }}/index.php?post={{ entry.url|url_encode }}&amp;title={{ entry.title|url_encode }}" target="_blank" class="tool shaarli" title="{% trans "shaarli" %}"><span>{% trans "shaarli" %}</span></a></li>{% endif %}
-                {% if constant('FLATTR') == 1 %}{% if flattr.status == constant('FLATTRABLE') %}<li class="flattrli"><a href="http://flattr.com/submit/auto?url={{ entry.url }}" class="tool flattr" target="_blank" title="{% trans "flattr" %}"><span>{% trans "flattr" %}</span></a></li>{% elseif flattr.status == constant('FLATTRED') %}<li><a href="{{ flattr.flattrItemURL }}" class="tool flattr" target="_blank" title="{% trans "flattr" %}"><span>{% trans "flattr" %}</span>{{ flattr.numFlattrs }}</a></li>{% endif %}{% endif %}
-                {% if constant('CARROT') == 1 %}<li><a href="https://secure.carrot.org/GiveAndGetBack.do?url={{ entry.url|url_encode }}&title={{ entry.title|url_encode }}" class="tool carrot icon" target="_blank" title="{% trans "carrot" %}"><span>{% trans "carrot" %}</span></a></li>{% endif %}
-                <li><a href="./?epub&amp;method=id&amp;value={{ entry.id|e }}" title="Generate epub file">EPUB</a></li>
-                <li><a href="mailto:hello@wallabag.org?subject=Wrong%20display%20in%20wallabag&amp;body={{ entry.url|url_encode }}" title="{% trans "this article appears wrong?" %}" class="tool bad-display"><span>{% trans "this article appears wrong?" %}</span></a></li>
-            </ul>
-        </div>
-        <div id="article">
-            <header class="mbm">
-                <h1>{{ entry.title|raw }}</h1>
-            </header>
-            <article>
-                {{ content | raw }}
-            </article>
-        </div>
-        <script src="{{ poche_url }}themes/{{theme}}/js/restoreScroll.js"></script>
-        <script type="text/javascript">
-        $(document).ready(function() {
-
-            $(window).scroll(function(e){
-                var scrollTop = $(window).scrollTop();
-                var docHeight = $(document).height();
-                var scrollPercent = (scrollTop) / (docHeight);
-                var scrollPercentRounded = Math.round(scrollPercent*100)/100;
-                savePercent({{ entry.id|e }}, scrollPercentRounded);
-            });
-
-            retrievePercent({{ entry.id|e }});
-
-            $(window).resize(function(){
-                retrievePercent({{ entry.id|e }});
-            });
-        });
-        </script> 
-{% endblock %}
\ No newline at end of file
diff --git a/themes/courgette/config.twig b/themes/courgette/config.twig
deleted file mode 100755 (executable)
index c493379..0000000
+++ /dev/null
@@ -1,125 +0,0 @@
-{% extends "layout.twig" %}
-
-{% block title %}{% trans "config" %}{% endblock %}
-{% block menu %}
-{% include '_menu.twig' %}
-{% endblock %}
-{% block content %}
-        <div id="config">
-            <h2>{% trans "Poching a link" %}</h2>
-            <p>{% trans "There are several ways to save an article:" %} (<a class="special" href="http://doc.wallabag.org" title="{% trans "read the documentation" %}">?</a>)</p>
-            <ul>
-                <li>Firefox: <a href="https://addons.mozilla.org/firefox/addon/wallabag/" title="download the firefox extension">{% trans "download the extension" %}</a></li>
-                <li>Chrome: <a href="http://doc.wallabag.org/doku.php?id=users:chrome_extension" title="download the chrome extension">{% trans "download the extension" %}</a></li>
-                <li>Android: <a href="https://f-droid.org/app/fr.gaulupeau.apps.InThePoche" title="download the application">{% trans "via F-Droid" %}</a> {% trans " or " %} <a href="https://play.google.com/store/apps/details?id=fr.gaulupeau.apps.InThePoche" title="download the application">{% trans "via Google Play" %}</a></li>
-                <li>iOS: <a href="https://itunes.apple.com/app/wallabag/id828331015?mt=8" title="download the iOS application">{% trans "download the application" %}</a></li>
-                <li>Windows Phone: <a href="http://www.windowsphone.com/en-us/store/app/wallabag/ff890514-348c-4d0b-9b43-153fff3f7450" title="download the window phone application">{% trans "download the application" %}</a></li>
-                <li>
-                    <form method="get" action="index.php">
-                        <label class="addurl" for="plainurl">{% trans "by filling this field" %}:</label>
-                        <input required placeholder="Ex:mywebsite.com/article" class="addurl" id="plainurl" name="plainurl" type="url" />
-                        <input type="submit" value="{% trans "bag it!" %}" />
-                    </form>
-                </li>
-                <li>{% trans "bookmarklet: drag & drop this link to your bookmarks bar" %} <a id="bookmarklet" ondragend="this.click();" title="i am a bookmarklet, use me !" href="javascript:if(top['bookmarklet-url@wallabag.org']){top['bookmarklet-url@wallabag.org'];}else{(function(){var%20url%20=%20location.href%20||%20url;window.open('{{ poche_url }}?action=add&url='%20+%20btoa(url),'_self');})();void(0);}">{% trans "bag it!" %}</a></li>
-            </ul>
-
-            <h2>{% trans "Upgrading wallabag" %}</h2>
-            <ul>
-                <li>{% trans "your version" %} : <strong>{{ constant('POCHE') }}</strong></li>
-                <li>{% trans "latest stable version" %} : {{ prod }}. {% if compare_prod == -1 %}<strong><a href="http://wallabag.org/">{% trans "a more recent stable version is available." %}</a></strong>{% else %}{% trans "you are up to date." %}{% endif %}</li>
-                {% if constant('DEBUG_POCHE') == 1 %}<li>{% trans "latest dev version" %} : {{ dev }}. {% if compare_dev == -1 %}<strong><a href="http://wallabag.org/">{% trans "a more recent development version is available." %}</a></strong>{% else %}{% trans "you are up to date." %}{% endif %}</li>{% endif %}
-            </ul>
-            
-            <h2>{% trans "Change your theme" %}</h2>
-            <form method="post" action="?updatetheme" name="changethemeform">
-                <fieldset class="w500p">
-                    <div class="row">
-                        <label class="col w150p" for="theme">{% trans "Theme:" %}</label>
-                        <select class="col" id="theme" name="theme">
-                            {% for key, theme in themes %}
-                            <option value="{{ key }}" {{ theme.current ? 'selected' : '' }}>{{ theme.name }}</option>
-                            {% endfor %}
-                        </select>
-                    </div>
-                    <div class="row mts txtcenter">
-                        <button class="bouton" type="submit" tabindex="4">{% trans "Update" %}</button>
-                    </div>
-                </fieldset>
-                <input type="hidden" name="returnurl" value="{{ referer }}">
-                <input type="hidden" name="token" value="{{ token }}">
-            </form>
-
-            <h2>{% trans "Change your password" %}</h2>
-            <form method="post" action="?config" name="loginform">
-                <fieldset class="w500p">
-                    <div class="row">
-                        <label class="col w150p" for="password">{% trans "New password:" %}</label>
-                        <input class="col" type="password" id="password" name="password" placeholder="{% trans "Password" %}" tabindex="2">
-                    </div>
-                    <div class="row">
-                        <label class="col w150p" for="password_repeat">{% trans "Repeat your new password:" %}</label>
-                        <input class="col" type="password" id="password_repeat" name="password_repeat" placeholder="{% trans "Password" %}" tabindex="3">
-                    </div>
-                    <div class="row mts txtcenter">
-                        <button class="bouton" type="submit" tabindex="4">{% trans "Update" %}</button>
-                    </div>
-                </fieldset>
-                <input type="hidden" name="returnurl" value="{{ referer }}">
-                <input type="hidden" name="token" value="{{ token }}">
-            </form>
-
-            <h2>{% trans "Import" %}</h2>
-            <p>{% trans "Please execute the import script locally, it can take a very long time." %}</p>
-            <p>{% trans "More infos in the official doc:" %} <a href="http://doc.wallabag.org">wallabag.org</a></p>
-            <ul>
-                <li><a href="./?import&amp;from=pocket">{% trans "import from Pocket" %}</a> {{ '(you must have a %s file on your server)'|trans|format(constant('POCKET_FILE')) }}</li>
-            <li><a href="./?import&amp;from=readability">{% trans "import from Readability" %}</a> {{ '(you must have a %s file on your server)'|trans|format(constant('READABILITY_FILE')) }}</li>
-            <li><a href="./?import&amp;from=instapaper">{% trans "import from Instapaper" %}</a> {{ '(you must have a %s file on your server)'|trans|format(constant('INSTAPAPER_FILE')) }}</li>
-            </ul>
-
-            <h2>{% trans "Export your wallabag data" %}</h2>
-            <p><a href="./?export" target="_blank">{% trans "Click here" %}</a> {% trans "to export your wallabag data." %}</p>
-            
-            <h2>{% trans "Fancy an E-Book ?" %}</h2>
-            <p>{% trans "Click on <a href=\"./?epub&amp;method=all\" title=\"Generate ePub\">this link</a> to get all your articles in one ebook (ePub 3 format)." %}
-            <br>{% trans "This can <b>take a while</b> and can <b>even fail</b> if you have too many articles, depending on your server configuration." %}</p>
-            
-            <h2>{% trans 'Add user' %}</h2>
-            <p>{% trans 'Add a new user :' %}</p>
-            <form method="post" action="?newuser">
-                <fieldset class="w500p">
-                <div class="row">
-                    <label class="col w150p" for="newusername">{% trans 'Login for new user' %}</label>
-                    <input class="col" type="text" id="newusername" name="newusername" placeholder="{% trans 'Login' %}">
-                </div>
-                <div class="row">
-                    <label class="col w150p" for="password4newuser">{% trans "Password for new user" %}</label>
-                    <input class="col" type="password" id="password4newuser" name="password4newuser" placeholder="{% trans "Password" %}">
-                </div>
-                <div class="row">
-                    <label class="col w150p" for="newuseremail">{% trans 'Email for new user (not required)' %}</label>
-                    <input class="col" type="email" id="newuseremail" name="newuseremail" placeholder="{% trans 'Email' %}">
-                </div>
-                <div class="row mts txtcenter">
-                    <button type="submit">{% trans "Send" %}</button>  
-                </div>
-                </fieldset>
-            </form>
-            
-            <h2>{% trans "Delete account" %}</h2>
-            {% if not only_user %}<form method="post" action="?deluser">
-            <p>{% trans "You can delete your account by entering your password and validating." %}<br /><b>{% trans "Be careful, data will be erased forever (that is a very long time)." %}</b></p>
-            <fieldset class="w500p">
-                <div class="row">
-                    <label class="col w150p" for="password4deletinguser">{% trans "Type here your password" %}</label>
-                    <input class="col" type="password" id="password4deletinguser" name="password4deletinguser" placeholder="{% trans "Password" %}">
-                </div>
-            <div class="row mts txtcenter">
-                <button type="submit">{% trans "Send" %}</button>
-            </div>
-            </form>
-            {% else %}<p>{% trans "You are the only user, you cannot delete your own account." %}<br />
-            {% trans "To completely remove wallabag, delete the wallabag folder on your web server (and eventual databases)." %}</p>{% endif %}
-        </div>
-{% endblock %}
diff --git a/themes/courgette/css/font.css b/themes/courgette/css/font.css
deleted file mode 100755 (executable)
index 849ff85..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-@font-face {
-  font-family: 'fontello';
-  src: url('../font/fontello.eot?97381924');
-  src: url('../font/fontello.eot?97381924#iefix') format('embedded-opentype'),
-       url('../font/fontello.woff?97381924') format('woff'),
-       url('../font/fontello.ttf?97381924') format('truetype'),
-       url('../font/fontello.svg?97381924#fontello') format('svg');
-  font-weight: normal;
-  font-style: normal;
-}
-
-@font-face {
-  font-family: 'icomoon';
-  src:url('../font/icomoon.eot?-72nnzw');
-  src:url('../font/icomoon.eot?#iefix-72nnzw') format('embedded-opentype'),
-    url('../font/icomoon.woff?-72nnzw') format('woff'),
-    url('../font/comoon.ttf?-72nnzw') format('truetype'),
-    url('../font/icomoon.svg?-72nnzw#icomoon') format('svg');
-  font-weight: normal;
-  font-style: normal;
-}
-
diff --git a/themes/courgette/css/knacss.css b/themes/courgette/css/knacss.css
deleted file mode 100755 (executable)
index e69de29..0000000
diff --git a/themes/courgette/css/messages.css b/themes/courgette/css/messages.css
deleted file mode 100755 (executable)
index fe6fbbe..0000000
+++ /dev/null
@@ -1,75 +0,0 @@
-.messages {
-    display: block;
-    clear: both;
-    width: 400px;
-    margin: 10px auto 10px;
-    padding: 10px 0;
-    -moz-border-radius: 4px;
-    border-radius: 4px;
-}
-
-.messages a.closeMessage {
-    display: none;
-    float: right;
-    width: 16px;
-    height: 16px;
-    margin: -14px -8px 0 0;
-    background: url(../img/messages/close.png) no-repeat;
-}
-
-/*.messages:hover a.closeMessage { visibility:visible; }*/
-
-.messages p {
-    margin: 3px 0 3px 10px !important;
-    padding: 0 10px 0 23px !important;
-    font-size: 14px;
-    line-height: 16px;
-}
-
-.messages.error {
-    border: 1px solid #c42608;
-    color: #c00 !important;
-    background: #fff0ef;
-}
-
-.messages.error p {
-    color: #c00 !important;
-    background: url(../img/messages/cross.png) no-repeat 0 50%;
-}
-
-.messages.success {
-    border: 1px solid #6dc70c;
-    background: #e0fbcc;
-}
-
-.messages.success p {
-    color: #2b6301 !important;
-    background: url(../img/messages/tick.png) no-repeat 0 50%;
-}
-
-.messages.warning {
-    border: 1px solid #ebcd41;
-    color: #000;
-    background: #fffcd3;
-}
-
-.messages.warning p {
-    color: #5f4e01;
-    background: url(../img/messages/warning.png) no-repeat 0 50%;
-}
-
-.messages.information,
-.messages.info {
-    border: 1px solid #82aee7;
-    background: #dfebfb;
-}
-
-.messages.information p,
-.messages.info p {
-    color: #064393;
-    background: url(../img/messages/help.png) no-repeat 0 50%;
-}
-
-.messages.information a {
-    text-decoration: underline;
-}
\ No newline at end of file
diff --git a/themes/courgette/css/print.css b/themes/courgette/css/print.css
deleted file mode 100755 (executable)
index 9aefa77..0000000
+++ /dev/null
@@ -1,48 +0,0 @@
-/* ### Layout ### */
-
-body {
-    font-family: Serif;
-    background-color: #fff;
-}
-
-@page {
-    margin: 1cm;
-}
-
-img {
-    max-width: 100% !important;
-}
-
-/* ### Content ### */
-
-/* Hide useless blocks */
-body > header,
-#links,
-#sort,
-body > footer,
-.top_link,
-div.tools,
-header div,
-.messages,
-.entrie + .results {
-    display: none !important;
-}
-
-article {
-    border: none !important;
-}
-
-/* Add URL after links */
-.vieworiginal a:after {
-    content: " (" attr(href) ")";
-}
-
-/* Add explanation after abbr */
-abbr[title]:after {
-    content: " (" attr(title) ")";
-}
-
-/* Change border on current pager item */
-.pagination span.current {
-    border-style: dashed;
-}
diff --git a/themes/courgette/css/style-default.css b/themes/courgette/css/style-default.css
deleted file mode 100755 (executable)
index 297f86a..0000000
+++ /dev/null
@@ -1,63 +0,0 @@
-a.back span {
-    background-image: url('../img/default/left.png');
-}
-
-a.top span {
-    background-image: url('../img/default/top.png');
-}
-
-a.fav span,
-a.fav-off span:hover {
-    background-image: url('../img/default/star-on.png');
-}
-
-a.fav span:hover,
-a.fav-off span {
-    background-image: url('../img/default/star-off.png');
-}
-
-a.archive span,
-a.archive-off span:hover {
-    background-image: url('../img/default/checkmark-on.png');
-}
-
-a.archive span:hover,
-a.archive-off span {
-    background-image: url('../img/default/checkmark-off.png');
-}
-
-a.twitter span {
-    background-image: url('../img/default/twitter.png');
-}
-
-a.shaarli span {
-    background-image: url('../img/default/shaarli.png');
-}
-
-a.flattr span {
-    background-image: url('../img/default/flattr.png');
-}
-
-a.carrot span {
-    background-image: url('../img/default/carrot.png')
-}
-
-a.email span {
-    background-image: url('../img/default/envelop.png');
-}
-
-a.delete span {
-    background-image: url('../img/default/remove.png');
-}
-
-a.link span {
-    background-image: url('../img/default/link.png');
-}
-
-a.bad-display span {
-    background-image: url('../img/default/bad-display.png');
-}
-
-a.reading-time span {
-    background-image: url('../img/default/clock.png');
-}
\ No newline at end of file
diff --git a/themes/courgette/css/style.css b/themes/courgette/css/style.css
deleted file mode 100755 (executable)
index edd09c7..0000000
+++ /dev/null
@@ -1,684 +0,0 @@
-* {
-  -webkit-box-sizing: border-box;
-  -moz-box-sizing: border-box;
-  box-sizing: border-box;
-}
-
-body {
-  margin: 10px;
-  font-family: 'Roboto',Verdana,Geneva,sans-serif;
-  font-size: 16px;
-  color: #000;
-}
-
-h1 span {
-  color #FFF;
-  background: #000;
-  display: inline-block;
-  padding: 0.2em 1em 0.2em 1.2em;
-  font-size: 0.7em;
-  position: relative;
-  top: -1em;
-  left: -1em;
-}
-
-h1 a {
-  color: #FFF;
-  text-decoration: none;
-}
-
-#menu {
-  font-family: 'fontello';
-  position:fixed;
-  z-index: 11;
-  top: 0.7em;
-  right: 0.5em;
-  border:0;
-  font-size: 2em;
-  background: #000;
-  color:#FFF;
-  height: 58px;
-  width: 58px;
-  line-height:58px;
-  border-radius:120px;
-}
-
-#menu:hover, #menu:focus {
-  background: #FFF;
-  color:#000;
-  cursor: pointer;
-}
-
-#menu span {
-  position: absolute;
-  top: -99999px;
-}
-
-#menuContainer ul, #article_toolbar ul {
-  position:fixed;
-  top: 0;
-  left:0;
-  width: 100%;
-  padding: 0;
-  margin: 0;
-  text-align:center;
-  height:80px;
-}
-
-/*Inspired by http://tympanus.net/Tutorials/AnimatedBorderMenus/index.html */
-
-#menuContainer, #article_toolbar {
-  position: fixed;
-  top: 0;
-  left:0;
-  width: 100%;
-  height: 0;
-  overflow: hidden;
-  border-width:0;
-  border-style: solid;
-  border-color:#000;
-  background-color: transparent;
-  -webkit-transition: border-width 0.3s, background-color 0.3s, height 0s 0.3s;
-  -moz-transition: border-width 0.3s, background-color 0.3s, height 0s 0.3s;
-  transition: border-width 0.3s, background-color 0.3s, height 0s 0.3s;
-}
-
-#article_toolbar ul {
-  padding: 1.7em;
-}
-
-#menuContainer.open, #article_toolbar.open {
-  border-width:80px;
-  height: 100%;
-  background: rgba(0,0,0,0.5);
-  -webkit-transition: border-width 0.3s, background-color 0.3s;
-  -moz-transition: border-width 0.3s, background-color 0.3s;
-  transition: border-width 0.3s, background-color 0.3s;
-  z-index: 1;
-}
-
-#links li, #article_toolbar li {
-  list-style: none;
-  display: inline-block;
-}
-
-#links li a, #article_toolbar a {
-  color:#FFF;
-  display: block;
-  position:relative;
-  top: -200px;
-  -webkit-transition: top 0.3s ease;
-  -moz-transition: top 0.3s ease;
-  transition: top 0.3s ease;
-  padding:1.85em 1em;
-}
-
-#links li a {
-  text-decoration:none;
-  text-transform:uppercase;
-}
-
-#links li a:hover, #links li a:focus {
-  background: #FFF;
-  color:#000;
-}
-
-#menuContainer.open li a, #article_toolbar.open a {
-  top: 0;
-  -webkit-transition: top 0.3s ease;
-  -moz-transition: top 0.3s ease;
-  transition: top 0.3s ease;
-  -webkit-transition-delay:0.25ms;
-  -moz-transition-delay:0.25ms;
-  transition-delay:0.25ms;
-}
-
-#menuContainer.open li:nth-child(2) a {
-  -webkit-transition-delay:0.50ms;
-  -moz-transition-delay:0.50ms;
-  transition-delay:0.50ms;
-}
-
-#menuContainer.open li:nth-child(3) a {
-  -webkit-transition-delay:1ms;
-  -moz-transition-delay:1ms;
-  transition-delay:1ms;
-}
-
-#menuContainer.open li:nth-child(4) a {
-  -webkit-transition-delay:1.25ms;
-  -moz-transition-delay:1.25ms;
-  transition-delay:1.25ms;
-}
-
-#menuContainer.open li:nth-child(5) a {
-  -webkit-transition-delay:1.55ms;
-  -moz-transition-delay:1.55ms;
-  transition-delay:1.55ms;
-}
-
-#article_toolbar li:nth-child(2) { display: none; }
-
-#menu:before {
-  content: "\e801";
-  display: block;
-  text-indent: 0;
-}
-
-body > header {
-  position: fixed;
-  top: 0;
-  left: 1em;
-  z-index: 10;
-}
-
-#main {
-  padding:6em;
-}
-
-/* ==========================================================================
-   entrie
-   ========================================================================== */
-
-.entrie, #article {
-  width: 45em;
-  margin: auto;
-  position:relative;
-  padding: 0 0 1em 0;
-  margin-bottom: 1.5em;
-}
-
-#article a {
-  text-decoration: underline;
-  color:#000;
-}
-
-#article a:hover, #article a:focus {
-  text-decoration: none;
-}
-
-.entrie:after {
-  content:"";
-  position: absolute;
-  width: 100%;
-  height: 4px;
-  background: #000;
-  bottom:0;
-  left: -1em;
-}
-
-.entrie p {
-  padding:0 0 0 1.5em;
-}
-
-.entrie:before {
-  content:'';
-  position: absolute;
-  top: 0;
-  left: -1em;
-  width: 4px;
-  height: 100%;
-  background: #000;
-}
-
-.entrie h2:after {
-  content:"";
-  display: block;
-  width: 0;
-  height: 0;
-  border-color: #000;
-  border-width:7px;
-  border-color:transparent transparent transparent #000;
-  border-style: solid;
-  position: absolute;
-  top: 0.8em;
-  right: -0.58em;
-}
-
-.entrie h2 {
-  margin:0;
-  display: inline-block;
-  position: relative;
-  max-width: 78%;
-}
-
-.entrie h2 a {
-  color:#000;
-  text-decoration:none;
-  display: block;
-  background: #000;
-  padding: 0.4em 1em;
-  color:#FFF;
-  margin-left: -0.5em;
-  -webkit-transition: all 0.3s ease-out;
-  -moz-transition: all 0.3s ease-out;
-  transition: all 0.3s ease-out;
-}
-
-.entrie h2 a:hover, .entrie h2 a:focus {
-  padding:0.4em 1em 0.4em 2em;
-}
-
-ul {
-  padding:0;
-  margin:0;
-}
-
-ul li {
-  list-style: none;
-}
-
-.tools {
-  display: inline-block;
-  margin-left: 1em;
-  vertical-align: top;
-  padding-top: 1em;
-}
-
-.tools a span {
-  position:absolute;
-  top: -99999px;
-}
-
-.tools li {
-  display: inline-block;
-}
-
-.tools a {
-  display: block;
-  color:#FFF;
-  background: #000;
-  text-decoration:none;
-  height: 1.5em;
-  width: 1.5em;
-  text-align: center;
-  line-height:1.5em;
-  border-radius: 90px;
-}
-
-.tools a:hover, .tools a:focus {
-  background: #FFF;
-  color:#000;
-}
-
-.tools a:before { display: block; font-family: 'icomoon'; }
-
-
-.fav-off:before, .fav:before { content: '\e805'; } /* '' */
-.archive-off:before, .archive:before { content: '\e804'; } /* '' */
-.tools .archive, .tools .fav {
-  background: #FFF;
-  color:#000;
-}
-.link:before { content: '\e801'; } /* '' */
-.delete:before { content: '\e80c'; } /* '' */
-.reading-time:before { content: '\e803'; } /* '' */
-
-#article_toolbar a:before {
-  display: block;
-  font-family: 'icomoon'; 
-}
-
-#article_toolbar a {
-  display: block;
-  color:#000;
-  background: #FFF;
-  text-decoration:none;
-  height: 1.5em;
-  width: 1.5em;
-  text-align: center;
-  line-height:1.5em;
-  border-radius: 90px;
-  padding: 0;
-}
-
-#article_toolbar a:hover, #article_toolbar a:focus {
-  background: #000;
-  color:#FFF;
-}
-
-#article_toolbar span {
-  position: absolute;
-  top: -99999px;
-}
-
-.email:before { content: '\e80a'; } /* '' */
-.icon-check:before { content: '\e804'; } /* '' */
-.back:before { content: '\e806'; } /* '' */
-.flattr:before { content: '\e800'; } /* '' */
-.bad-display:before { content: '\e600'; } /* '' */
-.twitter:before { content: '\e807'; } /* '' */
-
-#article_toolbar .flattrli {
-  display: none;
-}
-
-#article_toolbar li {
-  margin: 0 0 0 1em;
-}
-
-
-footer {
-  position: fixed;
-  bottom: 0;
-  width: 100%;
-  padding: 0 2%;
-  left: 0;
-  text-align:right;
-  font-size: 0.8em;
-  font-style: italic;
-  background: rgba(255,255,255,0.5);
-}
-
-footer a {
-  color:#000;
-}
-
-footer a:hover,footer a:focus {
-  text-decoration: none;
-}
-
-footer p:first-child {
-  float:left;
-}
-
-#loginForm fieldset {
-  border:5px solid #000;
-  padding: 1.5em;
-}
-
-fieldset {
-  border:0;
-  padding: 0;
-}
-
-#loginForm {
-  max-width: 25em;
-  margin: auto;
-}
-
-#loginForm .row {
-  margin-bottom: 0.5em;
-}
-
-form h2 {
-  margin-top: 0;
-}
-
-form label {
-  width: 40%;
-  display: inline-block;
-}
-
-form input[type="text"], form input[type="password"], form input[type='url'], form select {
-  border:1px solid #000;
-  padding:0.5em 1em;
-}
-
-@media screen and (-webkit-min-device-pixel-ratio:0){
-  form select{
-    -webkit-appearance: none;
-    background: url(../img/bg-select.png) no-repeat right center;
-    padding-right: 2.2em;
-    border-radius: 0;
-  }
-}
-
-form button, form input[type="submit"] {
-  background: #000;
-  color:#FFF;
-  border:0;
-  font-size:1em;
-  padding:0.5em 1em;
-  margin-top: 1em;
-  cursor: pointer;
-}
-
-form button:hover, form button:focus, form input[type="submit"]:hover, form input[type="submit"]:focus {
-  background: #FFF;
-  color: #000;
-}
-
-/* ==========================================================================
-   Config
-   ========================================================================== */
-
-#config {
-  max-width: 60%;
-  margin: auto;
-}
-
-#config a {
-  background: #000;
-  text-decoration: none;
-  color:#FFF;
-  padding: 0.2em 1em;
-}
-
-#config .special {
-  background: none;
-  padding:0;
-  color: #000;
-}
-
-#config a:hover, #config a:focus {
-  background: #FFF;
-  color:#000;
-}
-
-#config li {
-  margin-bottom: 1em;
-}
-
-#plainurl {
-  font-size: 1em;
-}
-
-#config label {
-  width: 20%;
-}
-
-.results {
-  max-width: 62.5%;
-  font-style:italic;
-  margin: 1em auto 2.5em;
-}
-
-#sort {
-  max-width: 62.5%;
-  margin: 0 auto -2.5em;
-  text-align: right;
-  border-bottom:1px dotted #000;
-}
-
-#sort li {
-  display: inline-block;
-  vertical-align: top;
-  position: relative;
-  top: -0.1em;
-  margin-left: 1em;
-}
-
-#sort li img {
-  display: none;
-}
-
-#sort a {
-  display: inline-block;
-  font-family: 'fontello'; 
-  color:#000;
-  text-decoration: none;
-}
-
-#sort a:hover, #sort a:focus {
-  text-decoration: underline;
-}
-
-#sort a:before {
-  display: block;
-}
-
-#sort li a:first-child:before {
-  content: '\e809';
-}
-
-#sort li a:first-child + a:before {
-  content: '\e80b';
-}
-
-@media screen and (max-width: 860px) {
-  .entrie, #article {
-    width: 30em;
-  }
-}
-
-@media screen and (max-width: 650px) {
-  #menuContainer ul, #article_toolbar ul {
-    width: 120px;
-    height: 100%;
-  }
-
-  body > header {
-    position: static;
-  }
-
-  #main {
-    padding: 0 0.5em 6em;
-  }
-
-  #menu {
-    display: none;
-  }
-
-  #main:before {
-    content:none;
-  }
-
-  #menuContainer, #article_toolbar, #menuContainer ul, #article_toolbar ul {
-    position: static;
-    width: 100%;
-    height: auto;
-  }
-
-  #links li a, #article_toolbar a {
-    position: static;
-    color: #000;
-  }
-
-  #links li a {
-    padding: 1em;
-    min-width: 120px;
-    text-align: left;
-  }
-
-  #article_toolbar li {
-    margin-bottom: 1em;
-    margin-left: 0.5em;
-  }
-
-}
-
-@media screen and (max-width: 500px) {
-  .entrie, #article {
-    width: 17em;
-  } 
-  .entrie h2 {
-    width: 100%;
-    max-width: none;
-  }
-  .entrie h2 a:hover, .entrie h2 a:focus {
-    padding-left: 1em;
-    background: #FFF;
-    color: #000;
-  }
-  .entrie h2:after {
-    content:none;
-  }
-
-  .messages {
-    width: 100%!important;
-  }
-
-  #sort {
-    margin: 3em auto 0;
-    max-width: none;
-    text-align: center;
-  }
-  #config {
-    margin: 7em auto 0;
-    max-width: none;
-  }
-  #config label { width: 100%; }
-  .results {
-    max-width: none;
-    margin-bottom: 1em;
-  }
-
-  footer p:first-child {
-    float: none;
-  }
-  footer {
-    position:static;
-  }
-}
-
-
-.w600p {
-  width: 70%;
-  margin: auto;
-}
-
-.tagForm {
-  margin: 1em 0;
-}
-
-.tagForm p {
-  font-style: italic;
-  margin: 0;
-  font-size: 0.8em;
-  color: #999;
-}
-
-.tagForm label {
-  width: auto;
-  margin-right: 1em;
-}
-
-.back:before {
-  font-family: "icomoon";
-}
-
-.back.link {
-  color: #000;
-  text-decoration: none;
-}
-
-.back.link:before {
-  margin-right: 0.5em;
-}
-
-.tag-list a {
-  color: #000;
-  text-decoration: none;
-}
-
-.tag-list li {
-  display: inline-block;
-  margin-right: 1em;
-}
-
-a:hover {
-  text-decoration: underline;
-}
-
-.tag {
-  background: #000;
-  color: #FFF;
-  padding: 0.5em 1em;
-  text-decoration: none;
-}
-
-.tag:hover, .tag:focus {
-  background: #FFF;
-  color: #000;
-}
\ No newline at end of file
diff --git a/themes/courgette/edit-tags.twig b/themes/courgette/edit-tags.twig
deleted file mode 100644 (file)
index bcddbe4..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-{% extends "layout.twig" %}
-{% block title %}edit tags{% endblock %}
-{% block menu %}
-{% include '_menu.twig' %}
-{% endblock %}
-{% block content %}
-{% if tags is empty %}
-<em>no tags</em>
-{% endif %}
-<ul class='tag-list'>
-{% for tag in tags %}<li>{{ tag.value }} <a href="./?action=remove_tag&amp;tag_id={{ tag.id }}&amp;id={{ entry_id }}">✘</a></li>{% endfor %}
-</ul>
-<form method="post" action="./?action=add_tag" class="tagForm">
-    <label for="value">Add tags: </label><input type="text" placeholder="interview, editorial, video" id="value" name="value" required="required" />
-    <p>{% trans "You can enter multiple tags, separated by commas." %}</p>
-    <input type="hidden" name="entry_id" value="{{ entry_id }}" />
-    <input type="submit" value="Tag" />
-</form>
-<a class="back link" href="./?view=view&id={{ entry_id }}">{% trans "return to article" %}</a>
-{% endblock %}
diff --git a/themes/courgette/error.twig b/themes/courgette/error.twig
deleted file mode 100755 (executable)
index 4d4db1f..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-{% extends "layout.twig" %}
-{% block title %}{% trans "plop" %}{% endblock %}
-{% block content %}
-        {{ msg|raw }}
-        <p>Don't forget <a href="http://doc.wallabag.org">the documentation</a>.</p>
-{% endblock %}
\ No newline at end of file
diff --git a/themes/courgette/font/icomoon.eot b/themes/courgette/font/icomoon.eot
deleted file mode 100755 (executable)
index ff2d109..0000000
Binary files a/themes/courgette/font/icomoon.eot and /dev/null differ
diff --git a/themes/courgette/font/icomoon.svg b/themes/courgette/font/icomoon.svg
deleted file mode 100755 (executable)
index 8968452..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
-<svg xmlns="http://www.w3.org/2000/svg">
-<metadata>Generated by IcoMoon</metadata>
-<defs>
-<font id="icomoon" horiz-adv-x="512">
-<font-face units-per-em="512" ascent="480" descent="-32" />
-<missing-glyph horiz-adv-x="512" />
-<glyph unicode="&#x20;" d="" horiz-adv-x="256" />
-<glyph unicode="&#xe600;" d="M256 389.333c-94.272 0-170.667-76.416-170.667-170.666s76.394-170.667 170.667-170.667 170.667 76.416 170.667 170.667-76.394 170.666-170.667 170.666zM335.082 169.749c8.341-8.341 8.341-21.824 0-30.166-4.16-4.16-9.622-6.25-15.082-6.25s-10.923 2.091-15.082 6.25l-48.918 48.918-48.917-48.918c-4.16-4.16-9.621-6.25-15.083-6.25s-10.923 2.091-15.083 6.25c-8.341 8.341-8.341 21.824 0 30.166l48.917 48.918-48.917 48.917c-8.341 8.341-8.341 21.824 0 30.166s21.824 8.341 30.166 0l48.917-48.917 48.918 48.917c8.341 8.341 21.824 8.341 30.166 0s8.341-21.824 0-30.166l-48.918-48.917 48.918-48.918z" />
-<glyph unicode="&#xe800;" d="M0 25.856v263.168q0 91.648 43.52 142.336t132.608 50.688h280.576q-2.56-2.56-26.624-27.136t-51.2-51.712-55.808-55.808-48.64-47.616-21.504-18.944q-7.68 0-7.68 8.192v79.872h-24.576q-30.208 0-48.128-3.072t-32.256-13.312-19.968-29.184-6.144-49.152v-134.144zM34.304-34.048q2.56 2.56 27.136 27.136t51.2 51.712 55.808 56.32 48.64 47.616 20.992 18.432q7.68 0 7.68-8.192v-79.872h24.576q59.392 0 82.944 18.432t23.040 76.288v134.144l114.688 114.176v-263.168q0-91.648-43.008-142.336t-133.12-50.688h-280.576z" horiz-adv-x="491" />
-<glyph unicode="&#xe801;" d="M150.528 104.192q7.168 7.168 17.408 7.168t18.432-7.168q16.384-17.408 0-35.84l-21.504-20.48q-28.672-28.672-67.584-28.672-39.936 0-68.608 28.672t-28.672 67.584q0 39.936 28.672 68.608l75.776 75.776q35.84 34.816 73.728 39.424t65.536-22.016q8.192-8.192 8.192-18.432t-8.192-18.432q-18.432-16.384-35.84 0-25.6 24.576-67.584-17.408l-75.776-74.752q-13.312-13.312-13.312-32.768t13.312-31.744q13.312-13.312 32.256-13.312t32.256 13.312zM380.928 398.080q28.672-28.672 28.672-67.584 0-39.936-28.672-68.608l-80.896-80.896q-37.888-36.864-76.8-36.864-31.744 0-57.344 25.6-7.168 7.168-7.168 17.408t7.168 18.432q7.168 7.168 17.92 7.168t17.92-7.168q25.6-24.576 62.464 12.288l80.896 79.872q14.336 14.336 14.336 32.768 0 19.456-14.336 31.744-12.288 13.312-28.672 15.872t-30.72-10.752l-25.6-25.6q-8.192-7.168-18.432-7.168t-17.408 7.168q-17.408 17.408 0 35.84l25.6 25.6q27.648 27.648 65.024 26.112t66.048-31.232z" horiz-adv-x="410" />
-<glyph unicode="&#xe802;" d="M438.784 96v-36.352q0-7.68-5.12-12.8t-13.312-5.632h-401.92q-7.68 0-12.8 5.632t-5.632 12.8v36.352q0 7.68 5.632 12.8t12.8 5.632h401.92q7.68 0 13.312-5.632t5.12-12.8zM438.784 242.432v-36.864q0-7.168-5.12-12.8t-13.312-5.12h-401.92q-7.68 0-12.8 5.12t-5.632 12.8v36.864q0 7.168 5.632 12.8t12.8 5.12h401.92q7.68 0 13.312-5.12t5.12-12.8zM438.784 388.352v-36.352q0-7.68-5.12-12.8t-13.312-5.632h-401.92q-7.68 0-12.8 5.632t-5.632 12.8v36.352q0 7.68 5.632 13.312t12.8 5.12h401.92q7.68 0 13.312-5.12t5.12-13.312z" horiz-adv-x="439" />
-<glyph unicode="&#xe803;" d="M235.52 459.52q97.28 0 166.4-69.12t69.12-166.4-69.12-166.4-166.4-69.12-166.4 69.12-69.12 166.4 69.12 166.4 166.4 69.12zM235.52 39.68q76.8 0 130.56 54.272t53.76 130.048q0 76.8-53.76 130.56t-130.56 53.76q-75.776 0-130.048-53.76t-54.272-130.56q0-75.776 54.272-130.048t130.048-54.272zM253.952 357.12v-124.928l76.8-76.8-25.6-25.6-87.040 87.040v140.288h35.84z" horiz-adv-x="471" />
-<glyph unicode="&#xe804;" d="M127.488 44.8q-17.408 0-28.672 14.336l-92.16 120.832q-8.192 12.288-6.144 26.624t13.312 23.552 26.112 7.168 24.064-14.336l60.416-78.848 151.552 242.688q8.192 12.288 22.016 15.36t27.136-4.096q12.288-8.192 15.36-22.016t-4.096-27.136l-179.2-286.72q-10.24-16.384-28.672-16.384z" horiz-adv-x="342" />
-<glyph unicode="&#xe805;" d="M225.28 449.28l61.44-172.032h163.84l-134.144-100.352 48.128-178.176-139.264 106.496-139.264-106.496 48.128 178.176-134.144 100.352h163.84z" horiz-adv-x="451" />
-<glyph unicode="&#xe806;" d="M460.8 49.92q-44.032 77.824-106.496 100.864t-168.96 23.040v-111.616l-185.344 171.008 185.344 164.864v-98.304q46.080 0 86.016-13.824t67.072-35.84 49.152-48.64 35.328-53.248 22.528-48.64 12.288-35.328z" horiz-adv-x="461" />
-<glyph unicode="&#xe807;" d="M471.040 370.432q-18.432-27.648-48.128-50.176v-12.288q0-66.56-30.72-128t-95.232-103.936-148.48-42.496q-81.92 0-148.48 43.008 7.168-1.024 23.552-1.024 67.584 0 119.808 40.96-31.744 1.024-56.32 19.456t-33.792 48.128q5.12-2.048 17.408-2.048 13.312 0 25.6 3.072-33.792 7.168-55.296 33.792t-21.504 61.44v1.024q18.432-10.24 43.008-12.288-43.008 29.696-43.008 80.896 0 24.576 13.312 48.128 78.848-96.256 199.68-100.352-3.072 9.216-3.072 21.504 0 39.936 28.16 68.096t69.12 28.16q41.984 0 69.632-29.696 30.72 6.144 61.44 22.528-10.24-33.792-41.984-53.248 28.672 4.096 55.296 15.36z" horiz-adv-x="471" />
-<glyph unicode="&#xe809;" d="M0 314.112l75.776 75.776 180.224-179.712 180.224 179.712 75.776-75.776-256-256-75.776 75.776z" />
-<glyph unicode="&#xe80a;" d="M475.648 50.432v219.136q-9.216-10.24-19.968-18.944-76.288-58.368-121.856-96.256-14.336-12.288-23.552-19.456t-24.576-13.824-29.184-6.656h-1.024q-13.312 0-29.184 6.656t-24.576 13.824-23.552 19.456q-45.056 37.888-121.856 96.256-10.752 8.704-19.968 18.944v-219.136q0-4.096 3.072-6.656t6.144-2.56h420.864q3.584 0 6.144 2.56t3.072 6.656zM475.648 350.464v7.168t-0.512 3.584-0.512 3.584-1.536 2.56-2.56 2.048-4.096 1.024h-420.864q-3.584 0-6.144-3.072t-3.072-6.144q0-48.128 41.984-81.408 55.296-43.52 114.688-90.624 2.048-1.024 10.24-8.192t12.8-10.752 12.8-9.216 14.336-7.68 12.288-2.56h1.024q5.632 0 12.288 2.56t14.336 7.68 12.8 9.216 12.8 10.752 10.24 8.192q59.392 47.104 114.688 90.624 15.36 12.288 28.672 33.28t13.312 37.376zM512 361.216v-310.784q0-18.944-13.312-32.256t-32.256-13.824h-420.864q-18.432 0-32.256 13.824t-13.312 32.256v310.784q0 18.944 13.312 32.256t32.256 13.312h420.864q18.944 0 32.256-13.312t13.312-32.256z" />
-<glyph unicode="&#xe80b;" d="M0 133.888l256 256 256-256-75.776-75.776-180.224 179.712-180.224-179.712z" />
-<glyph unicode="&#xe80c;" d="M25.6 279.296q62.464-35.84 168.96-35.84t168.96 35.84l-27.648-248.832q-1.024-7.168-17.92-18.432t-51.2-22.016-72.192-10.752-71.68 10.752-51.2 22.016-18.432 18.432zM275.456 432.896q48.128-9.216 80.896-28.16t32.768-36.352v-5.12q0-29.696-57.344-50.688t-137.216-20.992-137.216 20.992-57.344 50.688v5.12q0 17.408 32.768 36.352t80.896 28.16l21.504 24.576q11.264 13.312 35.84 13.312h47.104q26.624 0 35.84-13.312zM247.808 375.552h43.008q-47.104 56.32-53.248 64.512-7.168 8.192-16.384 8.192h-52.224q-11.264 0-16.384-8.192l-54.272-64.512h43.008l32.768 33.792h41.984z" horiz-adv-x="389" />
-</font></defs></svg>
\ No newline at end of file
diff --git a/themes/courgette/font/icomoon.ttf b/themes/courgette/font/icomoon.ttf
deleted file mode 100755 (executable)
index 52463a8..0000000
Binary files a/themes/courgette/font/icomoon.ttf and /dev/null differ
diff --git a/themes/courgette/font/icomoon.woff b/themes/courgette/font/icomoon.woff
deleted file mode 100755 (executable)
index ddb96f2..0000000
Binary files a/themes/courgette/font/icomoon.woff and /dev/null differ
diff --git a/themes/courgette/home.twig b/themes/courgette/home.twig
deleted file mode 100755 (executable)
index ff27db4..0000000
+++ /dev/null
@@ -1,64 +0,0 @@
-{% extends "layout.twig" %}
-{% block title %}
-{% if view == 'fav' %}
-{% trans "favoris" %}
-{% elseif view == 'archive' %}
-{% trans "archive" %}
-{% else %}
-{% trans "unread" %}
-{% endif %}
-{% endblock %}
-{% block menu %}
-{% include '_menu.twig' %}
-{% endblock %}
-{% block precontent %}
-            {% if entries|length > 1 %}
-            <ul id="sort">
-                <li><a href="./?sort=ia&amp;view={{ view }}&amp;id={{ id }}"><img src="{{ poche_url }}themes/{{ theme }}/img/{{ theme }}/top.png" alt="{% trans "by date asc" %}" title="{% trans "by date asc" %}" /></a> {% trans "by date" %} <a href="./?sort=id&amp;view={{ view }}&amp;id={{ id }}"><img src="{{ poche_url }}themes/{{ theme }}/img/{{ theme }}/down.png" alt="{% trans "by date desc" %}" title="{% trans "by date desc" %}" /></a></li>
-                <li><a href="./?sort=ta&amp;view={{ view }}&amp;id={{ id }}"><img src="{{ poche_url }}themes/{{ theme }}/img/{{ theme }}/top.png" alt="{% trans "by title asc" %}" title="{% trans "by title asc" %}" /></a> {% trans "by title" %} <a href="./?sort=td&amp;view={{ view }}&amp;id={{ id }}"><img src="{{ poche_url }}themes/{{ theme }}/img/{{ theme }}/down.png" alt="{% trans "by title desc" %}" title="{% trans "by title desc" %}" /></a></li>
-            </ul>
-            {% endif %}
-{% endblock %}
-{% block content %}
-            {% if entries is empty %}
-            <div class="messages warning"><p>{% trans "No link available here!" %}</p></div>
-            {% else %}
-                {% block pager %}
-                    {% if nb_results > 1 %}
-                <div class="results">
-                    <div class="nb-results">{{ nb_results }} {% trans "results" %}{% if searchterm is defined %}{% trans " found for « " %} {{ searchterm }} »{% endif %}</div>
-                        {{ page_links | raw }}
-                </div>
-                    {% elseif nb_results == 1 %}
-                        {% if searchterm is defined %}
-                     <div class="results">
-                        <div class="nb-results">{% trans "Only one result found for " %} « {{ searchterm }} »</div>
-                     </div>
-                        {% endif %}
-                    {% endif %}
-                {% endblock %}
-                {% for entry in entries %}
-            <div id="entry-{{ entry.id|e }}" class="entrie">
-                <h2><a href="index.php?view=view&amp;id={{ entry.id|e }}">{{ entry.title|raw }}</a></h2>
-                <ul class="tools">
-                    <li><a title="{% trans "toggle mark as read" %}" class="tool {% if entry.is_read == 0 %}archive-off{% else %}archive{% endif %}" href="./?action=toggle_archive&amp;id={{ entry.id|e }}"><span>{% trans "toggle mark as read" %}</span></a></li>
-                    <li><a title="{% trans "toggle favorite" %}" class="tool {% if entry.is_fav == 0 %}fav-off{% else %}fav{% endif %}" href="./?action=toggle_fav&amp;id={{ entry.id|e }}"><span>{% trans "toggle favorite" %}</span></a></li>
-                    <li><a title="{% trans "delete" %}" class="tool delete" href="./?action=delete&amp;id={{ entry.id|e }}"><span>{% trans "delete" %}</span></a></li>
-                    <li><a href="{{ entry.url|e }}" target="_blank" title="{% trans "original" %} : {{ entry.title|e }}" class="tool link"><span>{{ entry.url | e | getDomain }}</span></a></li>
-                    <li><a target="_blank" title="{% trans "estimated reading time:" %} {{ entry.content| getReadingTime }} min" class="tool reading-time"><span>{{ entry.content| getReadingTime }} min</span></a></li>
-                </ul>
-                <p>{{ entry.content|striptags|slice(0, 300) }}...</p>
-            </div>
-                {% endfor %}
-            
-            {{ block('pager') }}
-            
-        {% if searchterm is defined %}<a title="{% trans "Tag these results as" %} {{ searchterm }}" href="./?action=add_tag&search={{ searchterm }}">{% trans "Tag these results as" %} {{ searchterm }}</a>{% endif %}            
-
-        {% if tag %}<a title="{% trans "Download the articles from this tag in an epub" %}" href="./?epub&amp;method=tag&amp;value={{ tag.value }}">{% trans "Download the articles from this tag in an epub" %}</a>
-        {% elseif searchterm is defined %}<a title="{% trans "Download the articles from this search in an epub" %}" href="./?epub&amp;method=search&amp;value={{ searchterm }}">{% trans "Download the articles from this search in an epub" %}</a>
-            {% else %}<a title="{% trans "Download the articles from this category in an epub" %}" href="./?epub&amp;method=category&amp;value={{ view }}">{% trans "Download the articles from this category in an epub" %}</a>{% endif %}
-            
-            {% endif %}
-
-{% endblock %}
diff --git a/themes/courgette/img/bg-select.png b/themes/courgette/img/bg-select.png
deleted file mode 100644 (file)
index 3a77d0e..0000000
Binary files a/themes/courgette/img/bg-select.png and /dev/null differ
diff --git a/themes/courgette/img/default/backtotop.png b/themes/courgette/img/default/backtotop.png
deleted file mode 100755 (executable)
index 051238e..0000000
Binary files a/themes/courgette/img/default/backtotop.png and /dev/null differ
diff --git a/themes/courgette/img/default/bad-display.png b/themes/courgette/img/default/bad-display.png
deleted file mode 100755 (executable)
index 6866799..0000000
Binary files a/themes/courgette/img/default/bad-display.png and /dev/null differ
diff --git a/themes/courgette/img/default/carrot.png b/themes/courgette/img/default/carrot.png
deleted file mode 100644 (file)
index 5fc1727..0000000
Binary files a/themes/courgette/img/default/carrot.png and /dev/null differ
diff --git a/themes/courgette/img/default/checkmark-off.png b/themes/courgette/img/default/checkmark-off.png
deleted file mode 100755 (executable)
index 3db5a06..0000000
Binary files a/themes/courgette/img/default/checkmark-off.png and /dev/null differ
diff --git a/themes/courgette/img/default/checkmark-on.png b/themes/courgette/img/default/checkmark-on.png
deleted file mode 100755 (executable)
index cd3abb2..0000000
Binary files a/themes/courgette/img/default/checkmark-on.png and /dev/null differ
diff --git a/themes/courgette/img/default/clock.png b/themes/courgette/img/default/clock.png
deleted file mode 100755 (executable)
index 6164e92..0000000
Binary files a/themes/courgette/img/default/clock.png and /dev/null differ
diff --git a/themes/courgette/img/default/down.png b/themes/courgette/img/default/down.png
deleted file mode 100755 (executable)
index b9d536a..0000000
Binary files a/themes/courgette/img/default/down.png and /dev/null differ
diff --git a/themes/courgette/img/default/envelop.png b/themes/courgette/img/default/envelop.png
deleted file mode 100755 (executable)
index 6be1c88..0000000
Binary files a/themes/courgette/img/default/envelop.png and /dev/null differ
diff --git a/themes/courgette/img/default/flattr.png b/themes/courgette/img/default/flattr.png
deleted file mode 100755 (executable)
index 0404aae..0000000
Binary files a/themes/courgette/img/default/flattr.png and /dev/null differ
diff --git a/themes/courgette/img/default/left.png b/themes/courgette/img/default/left.png
deleted file mode 100755 (executable)
index a0a5363..0000000
Binary files a/themes/courgette/img/default/left.png and /dev/null differ
diff --git a/themes/courgette/img/default/link.png b/themes/courgette/img/default/link.png
deleted file mode 100755 (executable)
index db62819..0000000
Binary files a/themes/courgette/img/default/link.png and /dev/null differ
diff --git a/themes/courgette/img/default/remove.png b/themes/courgette/img/default/remove.png
deleted file mode 100755 (executable)
index f8ad56a..0000000
Binary files a/themes/courgette/img/default/remove.png and /dev/null differ
diff --git a/themes/courgette/img/default/shaarli.png b/themes/courgette/img/default/shaarli.png
deleted file mode 100755 (executable)
index 1eb30f6..0000000
Binary files a/themes/courgette/img/default/shaarli.png and /dev/null differ
diff --git a/themes/courgette/img/default/star-off.png b/themes/courgette/img/default/star-off.png
deleted file mode 100755 (executable)
index 6a0133a..0000000
Binary files a/themes/courgette/img/default/star-off.png and /dev/null differ
diff --git a/themes/courgette/img/default/star-on.png b/themes/courgette/img/default/star-on.png
deleted file mode 100755 (executable)
index a9f96ea..0000000
Binary files a/themes/courgette/img/default/star-on.png and /dev/null differ
diff --git a/themes/courgette/img/default/top.png b/themes/courgette/img/default/top.png
deleted file mode 100755 (executable)
index 954a8c0..0000000
Binary files a/themes/courgette/img/default/top.png and /dev/null differ
diff --git a/themes/courgette/img/default/twitter.png b/themes/courgette/img/default/twitter.png
deleted file mode 100755 (executable)
index cfcfe41..0000000
Binary files a/themes/courgette/img/default/twitter.png and /dev/null differ
diff --git a/themes/courgette/img/logo.png b/themes/courgette/img/logo.png
deleted file mode 100755 (executable)
index 5305c77..0000000
Binary files a/themes/courgette/img/logo.png and /dev/null differ
diff --git a/themes/courgette/img/logo.svg b/themes/courgette/img/logo.svg
deleted file mode 100644 (file)
index 865da44..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="64" height="64">
-    <circle cx="32" cy="32" r="29.5" style="fill:#000" />
-    <path d="m 16,18 33,0 0,26 -16.5,6 -16.5,-6 z" fill="#fff" />
-    <rect width="9" height="2.5" x="17.5" y="24.5" fill="#000" />
-    <rect width="9" height="2.5" x="28" y="24.5" fill="#000" />
-    <rect width="9" height="2.5" x="38.5" y="24.5" fill="#000" />
-</svg>
diff --git a/themes/courgette/img/messages/close.png b/themes/courgette/img/messages/close.png
deleted file mode 100755 (executable)
index 731aa01..0000000
Binary files a/themes/courgette/img/messages/close.png and /dev/null differ
diff --git a/themes/courgette/img/messages/cross.png b/themes/courgette/img/messages/cross.png
deleted file mode 100755 (executable)
index 1514d51..0000000
Binary files a/themes/courgette/img/messages/cross.png and /dev/null differ
diff --git a/themes/courgette/img/messages/help.png b/themes/courgette/img/messages/help.png
deleted file mode 100755 (executable)
index 5c87017..0000000
Binary files a/themes/courgette/img/messages/help.png and /dev/null differ
diff --git a/themes/courgette/img/messages/tick.png b/themes/courgette/img/messages/tick.png
deleted file mode 100755 (executable)
index a9925a0..0000000
Binary files a/themes/courgette/img/messages/tick.png and /dev/null differ
diff --git a/themes/courgette/img/messages/warning.png b/themes/courgette/img/messages/warning.png
deleted file mode 100755 (executable)
index 628cf2d..0000000
Binary files a/themes/courgette/img/messages/warning.png and /dev/null differ
diff --git a/themes/courgette/js/init.js b/themes/courgette/js/init.js
deleted file mode 100755 (executable)
index dca8390..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-$.fn.ready(function () {
-  $('#menu').on('click', function(){
-    $('body').toggleClass('menuOpen');
-    $('#menuContainer, #article_toolbar').toggleClass('open');
-  });
-})
\ No newline at end of file
diff --git a/themes/courgette/js/restoreScroll.js b/themes/courgette/js/restoreScroll.js
deleted file mode 100755 (executable)
index 331c9e1..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-function supportsLocalStorage() {
-    try {
-        return 'localStorage' in window && window['localStorage'] !== null;
-    } catch (e) {
-        return false;
-    }
-}
-
-function savePercent(id, percent) {
-    if (!supportsLocalStorage()) { return false; }
-    localStorage["poche.article." + id + ".percent"] = percent;
-    return true;
-}
-
-function retrievePercent(id) {
-    if (!supportsLocalStorage()) { return false; }
-
-    var bheight = $(document).height();
-    var percent = localStorage["poche.article." + id + ".percent"];
-    var scroll = bheight * percent;
-
-    $('html,body').animate({scrollTop: scroll}, 'fast');
-
-    return true;
-}
\ No newline at end of file
diff --git a/themes/courgette/layout.twig b/themes/courgette/layout.twig
deleted file mode 100755 (executable)
index 57c2cc9..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-<!DOCTYPE html>
-<!--[if lte IE 6]><html class="no-js ie6 ie67 ie678" lang="{{ lang }}"><![endif]-->
-<!--[if lte IE 7]><html class="no-js ie7 ie67 ie678" lang="{{ lang }}"><![endif]-->
-<!--[if IE 8]><html class="no-js ie8 ie678" lang="{{ lang }}"><![endif]-->
-<!--[if gt IE 8]><html class="no-js" lang="{{ lang }}"><![endif]-->
-<html lang="{{ lang }}">
-    <head>
-        <meta name="viewport" content="initial-scale=1.0">
-        <meta charset="utf-8">
-        <!--[if IE]>
-        <meta http-equiv="X-UA-Compatible" content="IE=10">
-        <![endif]-->
-        <title>{% block title %}{% endblock %} - wallabag</title>
-{% include '_head.twig' %}
-{% include '_bookmarklet.twig' %}
-    </head>
-    <body>
-        {% include '_top.twig' %}
-        <div id="main">
-            <button id="menu"><span>Menu</span></button>
-            {% block menu %}{% endblock %}
-            {% block precontent %}{% endblock %}
-            {% block messages %}
-            {% include '_messages.twig' %}
-            {% endblock %}
-            <div id="content" class="w600p center">
-            {% block content %}{% endblock %}
-            </div>
-        </div>
-{% include '_footer.twig' %}
-    </body>
-</html>
\ No newline at end of file
diff --git a/themes/courgette/login.twig b/themes/courgette/login.twig
deleted file mode 100755 (executable)
index 1fec0fc..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-{% extends "layout.twig" %}
-
-{% block title %}{% trans "login to your wallabag" %}{% endblock %}
-{% block content %}
-            <form method="post" action="?login" name="loginform" id="loginForm">
-                <fieldset class="w500p center">
-                    <h2 class="mbs txtcenter">{% trans "login to your wallabag" %}</h2>
-                    {% if constant('MODE_DEMO') == 1 %}<p>{% trans "you are in demo mode, some features may be disabled." %}</p>{% endif %}
-                                       <div class="row">
-                                               <label class="col w150p" for="login">{% trans "Login" %}</label>
-                                               <input class="col" type="text" id="login" name="login" placeholder="Login" tabindex="1" autofocus {% if constant('MODE_DEMO') == 1 %}value="poche"{% endif %} />
-                                       </div>
-
-                                       <div class="row">
-                                               <label class="col w150p" for="password">{% trans "Password" %}</label>
-                                               <input class="col" type="password" id="password" name="password" placeholder="Password" tabindex="2" {% if constant('MODE_DEMO') == 1 %}value="poche"{% endif %} />
-                                       </div>
-                                       <div class="row">
-                                               <label class="col w150p" for="longlastingsession">{% trans "Stay signed in" %}</label>
-                                               <div class="col">
-                                                       <input type="checkbox" id="longlastingsession" name="longlastingsession" tabindex="3">
-                                                       <small class="inbl">{% trans "(Do not check on public computers)" %}</small>
-                                               </div>
-                                       </div>
-                                       <div class="row mts txtcenter">
-                                               <button class="bouton" type="submit" tabindex="4">{% trans "Login" %}</button>
-                                       </div>
-                </fieldset>
-                <input type="hidden" name="returnurl" value="{{ referer }}">
-                <input type="hidden" name="token" value="{{ token }}">
-            </form>
-{% endblock %}
\ No newline at end of file
diff --git a/themes/courgette/screenshot.jpg b/themes/courgette/screenshot.jpg
deleted file mode 100755 (executable)
index 44ee4b6..0000000
Binary files a/themes/courgette/screenshot.jpg and /dev/null differ
diff --git a/themes/courgette/tags.twig b/themes/courgette/tags.twig
deleted file mode 100755 (executable)
index b11dce2..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-{% extends "layout.twig" %}
-{% block title %}tags{% endblock %}
-{% block menu %}
-{% include '_menu.twig' %}
-{% endblock %}
-{% block content %}
-{% for tag in tags %}<a class="tag" href="./?view=tag&amp;id={{ tag.id }}">{{ tag.value }}</a> {% if token != '' %}<a href="?feed&amp;type=tag&amp;user_id={{ user_id }}&amp;tag_id={{ tag.id }}&amp;token={{ token }}" target="_blank"><img src="{{ poche_url }}themes/{{ theme }}/img/{{ theme }}/rss.png" /></a>{% endif %} {% endfor %}
-{% endblock %}
\ No newline at end of file
diff --git a/themes/courgette/theme.ini b/themes/courgette/theme.ini
deleted file mode 100644 (file)
index 996d171..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-name = Courgette
-description = Responsive black and white theme especially adapted to smartphones.
-requirements[] = default