From 76e487cd7e6a3594faf1749ff4f9b936ff75d868 Mon Sep 17 00:00:00 2001 From: Dmitry Sandalov Date: Sat, 28 Dec 2013 11:47:10 +0400 Subject: docs link, typos --- themes/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'themes') diff --git a/themes/README.md b/themes/README.md index 9e5d6560..b5d925b4 100644 --- a/themes/README.md +++ b/themes/README.md @@ -24,7 +24,7 @@ That's all ! ## create a theme -Just have a look to this short documentation : http://inthepoche.com/doc/doku.php?id=designers:creating_theme +Just have a look to this short documentation : http://doc.inthepoche.com/doku.php?id=designers:creating_theme ## send a theme -- cgit v1.2.3 From b1bfd4cb0c06bb7fd730d634a57325dc34cfb407 Mon Sep 17 00:00:00 2001 From: William Theaker Date: Thu, 2 Jan 2014 21:04:56 -0500 Subject: Updated tag edit page --- themes/default/edit-tags.twig | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'themes') diff --git a/themes/default/edit-tags.twig b/themes/default/edit-tags.twig index 7116bba9..53852d39 100644 --- a/themes/default/edit-tags.twig +++ b/themes/default/edit-tags.twig @@ -11,10 +11,10 @@ no tags {% for tag in tags %}
  • {{ tag.value }}
  • {% endfor %}
    - -

    {% trans "you can type several tags, separated by comma" %}

    + +

    {% trans "You can enter multiple tags, separated by commas." %}

    - +
    -{% trans "back to the article" %} -{% endblock %} \ No newline at end of file +{% trans "return to article" %} +{% endblock %} -- cgit v1.2.3 From aeea7c6af02d02cfed077eeab1b7fe34a4d4c5db Mon Sep 17 00:00:00 2001 From: William Theaker Date: Thu, 2 Jan 2014 21:15:41 -0500 Subject: Updated config page --- themes/default/config.twig | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'themes') diff --git a/themes/default/config.twig b/themes/default/config.twig index c01556ba..10df726e 100644 --- a/themes/default/config.twig +++ b/themes/default/config.twig @@ -6,11 +6,11 @@ {% endblock %} {% block content %}

    {% trans "Poching links" %}

    -

    {% trans "There are several ways to poche a link::" %} (?)

    +

    {% trans "There are several ways to poche a link:" %} (?)

    • Firefox: {% trans "download the extension" %}
    • Chrome: {% trans "download the extension" %}
    • -
    • Android: {% trans "via f-droid" %} {% trans " or " %} {% trans "via Google Play" %}
    • +
    • Android: {% trans "via F-Droid" %} {% trans " or " %} {% trans "via Google Play" %}
    • Windows Phone: {% trans "download the application" %}
    • @@ -31,12 +31,12 @@

      {% trans "Feeds" %}

      {% if token == '' %} -

      {% trans "The token is empty, you have to generate it to use feeds. Click here to generate it." %}

      +

      {% trans "Your feed token is currently empty and must first be generated to enable feeds. Click here to generate it." %}

      {% else %}

      {% trans "You can regenerate your token: generate!." %}

      {% endif %} @@ -101,12 +101,12 @@ {% endif %}

      {% trans "Import" %}

      -

      {% trans "Please execute the import script locally, it can take a very long time." %}

      -

      {% trans "More info in the official docs:" %} inthepoche.com

      +

      {% trans "Please execute the import script locally as it can take a very long time." %}

      +

      {% trans "More info in the official docs:" %} inthepoche.com

      {% trans "Export your poche data" %}

      -- cgit v1.2.3 From 4d058d48243e48876599dc006bb49ce28ef7db25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Fri, 3 Jan 2014 10:33:01 +0100 Subject: [fix] code display when printing a page was buggy --- themes/default/css/print.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'themes') diff --git a/themes/default/css/print.css b/themes/default/css/print.css index 99c00bdf..625478e1 100644 --- a/themes/default/css/print.css +++ b/themes/default/css/print.css @@ -33,6 +33,10 @@ article { border: none !important; } +pre code { + line-height: 1.6em; +} + /* Add URL after links */ .vieworiginal a:after { content: " (" attr(href) ")"; -- cgit v1.2.3 From d866e8be91de61a9b7dc40ae68c2390e0e05201d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Tue, 7 Jan 2014 13:13:24 +0100 Subject: [change] poche logo is now at SVG format, see #373 --- themes/default/_top.twig | 2 +- .../img/apple-touch-icon-144x144-precomposed.png | Bin 7349 -> 2361 bytes .../img/apple-touch-icon-72x72-precomposed.png | Bin 6168 -> 1375 bytes themes/default/img/apple-touch-icon.png | Bin 5803 -> 1174 bytes themes/default/img/logo.png | Bin 1350 -> 0 bytes themes/default/img/logo.svg | 8 ++++++++ 6 files changed, 9 insertions(+), 1 deletion(-) delete mode 100644 themes/default/img/logo.png create mode 100644 themes/default/img/logo.svg (limited to 'themes') diff --git a/themes/default/_top.twig b/themes/default/_top.twig index b5f65028..083be152 100644 --- a/themes/default/_top.twig +++ b/themes/default/_top.twig @@ -1,6 +1,6 @@

      - {% if view == 'home' %}{% block logo %}logo poche{% endblock %} + {% if view == 'home' %}{% block logo %}logo poche{% endblock %} {% else %}{{ block('logo') }} {% endif %}

      diff --git a/themes/default/img/apple-touch-icon-144x144-precomposed.png b/themes/default/img/apple-touch-icon-144x144-precomposed.png index 557b479c..9e951230 100644 Binary files a/themes/default/img/apple-touch-icon-144x144-precomposed.png and b/themes/default/img/apple-touch-icon-144x144-precomposed.png differ diff --git a/themes/default/img/apple-touch-icon-72x72-precomposed.png b/themes/default/img/apple-touch-icon-72x72-precomposed.png index e167d3a4..263419b1 100644 Binary files a/themes/default/img/apple-touch-icon-72x72-precomposed.png and b/themes/default/img/apple-touch-icon-72x72-precomposed.png differ diff --git a/themes/default/img/apple-touch-icon.png b/themes/default/img/apple-touch-icon.png index 4d222fba..ac8a1cf0 100644 Binary files a/themes/default/img/apple-touch-icon.png and b/themes/default/img/apple-touch-icon.png differ diff --git a/themes/default/img/logo.png b/themes/default/img/logo.png deleted file mode 100644 index 5305c77d..00000000 Binary files a/themes/default/img/logo.png and /dev/null differ diff --git a/themes/default/img/logo.svg b/themes/default/img/logo.svg new file mode 100644 index 00000000..865da440 --- /dev/null +++ b/themes/default/img/logo.svg @@ -0,0 +1,8 @@ + + + + + + + + -- cgit v1.2.3