From 3e0e7e1208e8d3ee3b23df42ea119d7c50b0db5f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Nicolas=20L=C5=93uillet?= Date: Tue, 28 Jan 2014 10:49:57 +0100 Subject: [PATCH] [fix] inthepoche.com => wallabag.org --- inc/poche/Poche.class.php | 4 ++-- themes/courgette/_bookmarklet.twig | 2 +- themes/courgette/_footer.twig | 2 +- themes/courgette/config.twig | 10 +++++----- themes/courgette/error.twig | 2 +- themes/courgette/install.twig | 2 +- themes/courgette/view.twig | 2 +- themes/default/_bookmarklet.twig | 2 +- themes/default/_footer.twig | 2 +- themes/default/config.twig | 12 ++++++------ themes/default/error.twig | 2 +- themes/default/install.twig | 2 +- themes/default/view.twig | 2 +- 13 files changed, 23 insertions(+), 23 deletions(-) diff --git a/inc/poche/Poche.class.php b/inc/poche/Poche.class.php index 4a5a954b..d4733218 100644 --- a/inc/poche/Poche.class.php +++ b/inc/poche/Poche.class.php @@ -111,7 +111,7 @@ class Poche $passTheme = TRUE; # Twig is an absolute requirement for Poche to function. Abort immediately if the Composer installer hasn't been run yet if (! self::$canRenderTemplates) { - $this->notInstalledMessage[] = 'Twig does not seem to be installed. Please initialize the Composer installation to automatically fetch dependencies. Have a look at the documentation.'; + $this->notInstalledMessage[] = 'Twig does not seem to be installed. Please initialize the Composer installation to automatically fetch dependencies. Have a look at the documentation.'; $passTheme = FALSE; } @@ -956,7 +956,7 @@ class Poche if (file_exists($cache_file) && (filemtime($cache_file) > (time() - 86400 ))) { $version = file_get_contents($cache_file); } else { - $version = file_get_contents('http://static.inthepoche.com/versions/' . $which); + $version = file_get_contents('http://static.wallabag.org/versions/' . $which); file_put_contents($cache_file, $version, LOCK_EX); } return $version; diff --git a/themes/courgette/_bookmarklet.twig b/themes/courgette/_bookmarklet.twig index 2f3b2d16..2e3071ad 100755 --- a/themes/courgette/_bookmarklet.twig +++ b/themes/courgette/_bookmarklet.twig @@ -1,3 +1,3 @@ \ No newline at end of file diff --git a/themes/courgette/_footer.twig b/themes/courgette/_footer.twig index 2b895854..cce31f35 100755 --- a/themes/courgette/_footer.twig +++ b/themes/courgette/_footer.twig @@ -1,4 +1,4 @@ \ No newline at end of file diff --git a/themes/courgette/config.twig b/themes/courgette/config.twig index d822a457..fdeb464b 100755 --- a/themes/courgette/config.twig +++ b/themes/courgette/config.twig @@ -7,7 +7,7 @@ {% block content %}

{% trans "Poching a link" %}

-

{% trans "You can poche a link by several methods:" %} (?)

+

{% trans "You can poche a link by several methods:" %} (?)

{% trans "Updating poche" %}

{% trans "Change your theme" %}

@@ -69,7 +69,7 @@

{% trans "Import" %}

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

-

{% trans "More infos in the official doc:" %} inthepoche.com

+

{% trans "More infos in the official doc:" %} wallabag.org

diff --git a/themes/default/_bookmarklet.twig b/themes/default/_bookmarklet.twig index 2f3b2d16..2e3071ad 100644 --- a/themes/default/_bookmarklet.twig +++ b/themes/default/_bookmarklet.twig @@ -1,3 +1,3 @@ \ No newline at end of file diff --git a/themes/default/_footer.twig b/themes/default/_footer.twig index 06148a57..f837ae38 100644 --- a/themes/default/_footer.twig +++ b/themes/default/_footer.twig @@ -1,4 +1,4 @@
-

{% trans "powered by" %} poche

+

{% trans "powered by" %} wallabag

{% if constant('DEBUG_POCHE') == 1 %}

{% trans "debug mode is on so cache is off." %} {% trans "your poche version:" %}{{constant('POCHE')}}. {% trans "storage:" %} {{constant('STORAGE')}}

{% endif %}
\ No newline at end of file diff --git a/themes/default/config.twig b/themes/default/config.twig index e22ea1da..ada238d6 100644 --- a/themes/default/config.twig +++ b/themes/default/config.twig @@ -6,10 +6,10 @@ {% endblock %} {% block content %}

{% trans "Poching links" %}

-

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

+

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

{% trans "Updating poche" %}

{% trans "Feeds" %}

@@ -104,7 +104,7 @@

{% trans "Import" %}

{% 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 "More info in the official docs:" %} wallabag.org

-- 2.41.0