]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
cosmetic changes:
authorSebastian Riehm <hallo@herrriehm.de>
Sat, 25 Jan 2020 15:03:31 +0000 (16:03 +0100)
committerSebastian Riehm <hallo@herrriehm.de>
Sat, 25 Jan 2020 15:16:43 +0000 (16:16 +0100)
- http to https
- replaced generic .com by specific TLD
- updated some dead urls

16 files changed:
app/config/config_dev.yml
app/config/wallabag.yml
docker-compose.yml
src/Wallabag/CoreBundle/Resources/translations/messages.da.yml
src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
src/Wallabag/CoreBundle/Resources/translations/messages.es.yml
src/Wallabag/CoreBundle/Resources/translations/messages.fa.yml
src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml
src/Wallabag/CoreBundle/Resources/translations/messages.it.yml
src/Wallabag/CoreBundle/Resources/translations/messages.oc.yml
src/Wallabag/CoreBundle/Resources/translations/messages.pl.yml
src/Wallabag/CoreBundle/Resources/translations/messages.pt.yml
src/Wallabag/CoreBundle/Resources/translations/messages.ro.yml
src/Wallabag/CoreBundle/Resources/translations/messages.ru.yml
src/Wallabag/CoreBundle/Resources/translations/messages.th.yml
src/Wallabag/CoreBundle/Resources/translations/messages.tr.yml

index 0c4905758e15b7f534614932b326c7120a3734c5..fa6e14e734e9847c1702ab6d5b390f070f1620bd 100644 (file)
@@ -36,7 +36,7 @@ monolog:
             channels: [doctrine]
 
 swiftmailer:
-    # see http://mailcatcher.me/
+    # see https://mailcatcher.me/
     transport: smtp
     host: 'localhost'
     port: 1025
index f1ef0924ac434bfb7cf77ba19e51553e35500956..bc78053a070bd31ecd694012841794630f4afd51 100644 (file)
@@ -26,7 +26,7 @@ wallabag_core:
     list_mode: 0
     fetching_error_message_title: 'No title found'
     fetching_error_message: |
-        wallabag can't retrieve contents for this article. Please <a href="http://doc.wallabag.org/en/user/errors_during_fetching.html#how-can-i-help-to-fix-that">troubleshoot this issue</a>.
+        wallabag can't retrieve contents for this article. Please <a href="https://doc.wallabag.org/en/user/errors_during_fetching.html#how-can-i-help-to-fix-that">troubleshoot this issue</a>.
     api_limit_mass_actions: 10
     encryption_key_path: "%kernel.project_dir%/data/site-credentials-secret-key.txt"
     default_internal_settings:
@@ -44,7 +44,7 @@ wallabag_core:
             section: entry
         -
             name: diaspora_url
-            value: http://diasporapod.com
+            value: https://diasporafoundation.org/
             section: entry
         -
             name: share_unmark
@@ -64,11 +64,11 @@ wallabag_core:
             section: entry
         -
             name: shaarli_url
-            value: http://myshaarli.com
+            value: https://github.com/shaarli/Shaarli
             section: entry
         -
             name: scuttle_url
-            value: http://scuttle.org
+            value: https://github.com/scronide/scuttle
             section: entry
         -
             name: share_mail
index 0f8f0970542a73ee89a26340cf681e9660ffae44..34eb09560ffe4aac1d9150483b8358c755f442ff 100644 (file)
@@ -16,7 +16,7 @@ services:
         build:
             context: docker/php
             args:
-                # Set here your timezone using one of this: http://php.net/manual/en/timezones.php
+                # Set here your timezone using one of this: https://php.net/manual/en/timezones.php
                 timezone: 'Europe/Monaco'
         ports:
             - "9000:9000"
index 8573ba72ec837275c0b6250e58d80bb42608aa86..47de066f9a00c86792d92c43434d493b27657d93 100644 (file)
@@ -264,7 +264,7 @@ entry:
         # provided_by: 'Provided by'
     new:
         page_title: 'Gem ny artikel'
-        placeholder: 'http://website.com'
+        placeholder: 'https://website.dk'
         form_new:
             url_label: Url
     search:
index 206d35627e338325c6a4300f59cb39b58c2e8584..27585f775295ad69cb8dc781241dea9c2d7e6435 100644 (file)
@@ -264,7 +264,7 @@ entry:
         provided_by: 'Provided by'
     new:
         page_title: 'Save new entry'
-        placeholder: 'http://website.com'
+        placeholder: 'https://website.com'
         form_new:
             url_label: Url
     search:
index 10f5e79a85962d3475b5e36c845bd07e5bc6d35d..9d3ea5ebf1e6f7ca73d372695536b12a635fe4b0 100644 (file)
@@ -264,7 +264,7 @@ entry:
         provided_by: 'Proporcionado por'
     new:
         page_title: 'Guardar un nuevo artículo'
-        placeholder: 'http://sitioweb.com'
+        placeholder: 'https://sitioweb.com'
         form_new:
             url_label: URL
     search:
index 730b7e68f901dd6cc43509787cc77acc2088885c..c1fb74d37d73e3f7ab09eb63e3c5d05787f0850f 100644 (file)
@@ -264,7 +264,7 @@ entry:
         # provided_by: 'Provided by'
     new:
         page_title: 'ذخیرهٔ مقالهٔ تازه'
-        placeholder: 'http://website.com'
+        placeholder: 'https://website.ir'
         form_new:
             url_label: نشانی
     search:
index 1eecd111aa6dcf5154271aeb1fe583a0f38205a5..2b8bb0922c9aeca90068cea736aaf362708f8753 100644 (file)
@@ -264,7 +264,7 @@ entry:
         provided_by: "Fourni par"
     new:
         page_title: "Sauvegarder un nouvel article"
-        placeholder: "http://website.com"
+        placeholder: "https://website.fr"
         form_new:
             url_label: "Adresse"
     search:
index f1a8e3b15493ff909fa048a816592e2b1187d273..8cee3e5228d00af42806fb35558cf6fa5bd12909 100644 (file)
@@ -264,7 +264,7 @@ entry:
         # provided_by: 'Provided by'
     new:
         page_title: 'Salva un nuovo contenuto'
-        placeholder: 'http://website.com'
+        placeholder: 'https://website.it'
         form_new:
             url_label: Url
     search:
index 89bf8b16c0dfd0d6fabf9a9249008095da1aaad6..052582ab8cc66b13f5be714d4f5c113321157a9b 100644 (file)
@@ -264,7 +264,7 @@ entry:
         provided_by: 'Provesit per'
     new:
         page_title: 'Enregistrar un novèl article'
-        placeholder: 'http://website.com'
+        placeholder: 'https://website.cat'
         form_new:
             url_label: Url
     search:
index 0118ad218188d99832c0ddde19e61a34145ae2a8..93e8f8526af84435e06d86bd64bc4c4283e098df 100644 (file)
@@ -264,7 +264,7 @@ entry:
         provided_by: 'Dostarczony przez'
     new:
         page_title: 'Zapisz nowy wpis'
-        placeholder: 'http://website.com'
+        placeholder: 'https://website.pl'
         form_new:
             url_label: Url
     search:
index d0082cdac123d937ca0b9dcc31df6f8376878445..7159569e6fb6712d9fa88d956d0ce80d404adc01 100644 (file)
@@ -264,7 +264,7 @@ entry:
         provided_by: 'Fornecido por'
     new:
         page_title: 'Salvar novo artigo'
-        placeholder: 'http://website.com'
+        placeholder: 'https://website.pt'
         form_new:
             url_label: Url
     search:
index c8e2dfb40af40769eca7302b53a8538f8d715d2d..f671da8d38587850f6564a3641c015b3682e89af 100644 (file)
@@ -264,7 +264,7 @@ entry:
         # provided_by: 'Provided by'
     new:
         page_title: 'Salvează un nou articol'
-        placeholder: 'http://website.com'
+        placeholder: 'https://website.ro'
         form_new:
             url_label: Url
     search:
index 41379f90fdcc8d89eae196135e763981f126c7e2..7d45df1cb2662c96b9de31f30cc9d12f82a5f8bc 100644 (file)
@@ -264,7 +264,7 @@ entry:
         # provided_by: 'Provided by'
     new:
         page_title: 'Сохранить новую запись'
-        placeholder: 'http://website.com'
+        placeholder: 'https://website.ru'
         form_new:
             url_label: Ссылка
     search:
index b5a3bcb6129bd6e5c5852a8dfa360a86132fe03c..03f8fa9a9432ba29f252f5fd8bd70bc246a68431 100644 (file)
@@ -264,7 +264,7 @@ entry:
         # provided_by: 'Provided by'
     new:
         page_title: 'บันทึกรายการใหม่'
-        placeholder: 'http://website.com'
+        placeholder: 'https://website.th'
         form_new:
             url_label: Url
     search:
index 4aaef78183c4911a3a0ee6f2c2042044dd520a70..05cfbbfc932ecc938b603803abb7da7fa6cfb031 100644 (file)
@@ -264,7 +264,7 @@ entry:
         # provided_by: 'Provided by'
     new:
         page_title: 'Yeni makaleyi kaydet'
-        placeholder: 'http://website.com'
+        placeholder: 'https://website.tr'
         form_new:
             url_label: Url
     search: