Author: uwestoehr
Date: Sat Dec 16 03:54:28 2017
New Revision: 41102
URL: http://www.lyx.org/trac/changeset/41102

Log:
Website: use https whenever possible and fix links

- one link had to be removed because it does no longer exists

Modified:
   www-user/trunk/farm/cookbook/LyX/blanket-permission.inc
   www-user/trunk/farm/cookbook/LyX/credits.inc
   www-user/trunk/farm/cookbook/LyX/google_search.php
   www-user/trunk/farm/cookbook/LyX/i18n.php

Modified: www-user/trunk/farm/cookbook/LyX/blanket-permission.inc
==============================================================================
--- www-user/trunk/farm/cookbook/LyX/blanket-permission.inc     Sat Dec 16 
03:12:36 2017        (r41101)
+++ www-user/trunk/farm/cookbook/LyX/blanket-permission.inc     Sat Dec 16 
03:54:28 2017        (r41102)
@@ -20,7 +20,7 @@
 
 if (isset($msg_ref) && $msg_ref != "") {
         $msg_ref = htmlspecialchars("$msg_ref");
-        $output=$output. "[[http://marc.info/?l=lyx-devel&"; . ${msg_ref} . 
"|" . ${msg_title} . "]]";
+        $output=$output. "[[https://marc.info/?l=lyx-devel&"; . ${msg_ref} 
. "|" . ${msg_title} . "]]";
 } else {
         $output=$output. "${msg_title}";
 }
@@ -37,7 +37,7 @@
 $output=$output."<p>
      The following people hereby grant permission to license their
      contributions to LyX under the
-     [[http://www.opensource.org/licenses/gpl-license.php |
+     [[https://opensource.org/licenses/gpl-license |
      Gnu General Public License]], version 2 or later.
 </p>
 
@@ -1261,7 +1261,7 @@
 <p>
      The following people hereby grant permission to license their
      contributions to LyX under the
-     [[http://www.opensource.org/licenses/artistic-license-2.0.php |
+     [[https://opensource.org/licenses/Artistic-2.0 |
      Artistic License 2]].
 </p>
 

Modified: www-user/trunk/farm/cookbook/LyX/credits.inc
==============================================================================
--- www-user/trunk/farm/cookbook/LyX/credits.inc        Sat Dec 16 03:12:36 
2017        (r41101)
+++ www-user/trunk/farm/cookbook/LyX/credits.inc        Sat Dec 16 03:54:28 
2017        (r41102)
@@ -10,7 +10,7 @@
 $email = str_replace(' ! ', '.', $email);
 
 if (isset($email) && $email != "") {
-        if (strncasecmp($email,"http",4) == 0)
+        if (strncasecmp($email,"https",4) == 0)
             $output =$output. "<dt><b>[[${email} | ${name}]]</b>";
          else
             $output=$output. "<dt><b>[[mailto:${email} | ${name}]]</b>";
@@ -406,7 +406,7 @@
         "Original name that is now two characters shorter");
 
 $output=$output.credits_contrib("KDE Artists",
-        "http://artist.kde.org/";,
+        "",
         "Authors of several of the icons LyX uses");
 
 $output=$output.credits_contrib("Andreas Klostermann",
@@ -490,7 +490,7 @@
          layout file");
 
 $output=$output.credits_contrib("LibreOffice Team",
-        "http://www.libreoffice.org/";,
+        "https://www.libreoffice.org/";,
         "Libreoffice Icon Theme");
 
 $output=$output.credits_contrib("Tomasz Ɓuczak",
@@ -583,7 +583,7 @@
         "Improvements to the outliner.");
 
 $output=$output.credits_contrib("Oxygen Team",
-        "http://www.oxygen-icons.org/";,
+        "https://techbase.kde.org/Projects/Oxygen";,
         "Oxygen Icon Theme");
 
 $output=$output.credits_contrib("Carl Ollivier-Gooch",

Modified: www-user/trunk/farm/cookbook/LyX/google_search.php
==============================================================================
--- www-user/trunk/farm/cookbook/LyX/google_search.php  Sat Dec 16 03:12:36 
2017        (r41101)
+++ www-user/trunk/farm/cookbook/LyX/google_search.php  Sat Dec 16 03:54:28 
2017        (r41102)
@@ -26,7 +26,7 @@
  <input type="submit" name="sa" value="Search" />
 </form>
 <script type="text/javascript"
-src="http://www.google.com/coop/cse/brand?form=cse-search-box&lang=en";></scr
+src="https://www.google.com/coop/cse/brand?form=cse-search-box&lang=en";></scr
 ipt>
 <!-- Google CSE Search Box Ends -->
 ';
@@ -44,7 +44,7 @@
  var googleSearchPath = "/cse";
 </script>
 <script type="text/javascript"
-src="http://www.google.com/afsonline/show_afs_search.js";></script>
+src="https://www.google.com/afsonline/show_afs_search.js";></script>
 
 <!-- Google Search Result Snippet Ends -->
 ';

Modified: www-user/trunk/farm/cookbook/LyX/i18n.php
==============================================================================
--- www-user/trunk/farm/cookbook/LyX/i18n.php   Sat Dec 16 03:12:36 2017        
(r41101)
+++ www-user/trunk/farm/cookbook/LyX/i18n.php   Sat Dec 16 03:54:28 2017        
(r41102)
@@ -118,11 +118,11 @@
     $output = $output."<td align=\"left\">" ;
 
     // e.g.:
-    // http://git.lyx.org/?p=lyx.git;a=blob_plain;hb=2.0.x;f=po/tr.po
-    $output = $output."[[ http://git.lyx.org/?p=lyx.git;a=blob_plain;hb="; . 
$branch_tag . ";f=po/" . $info['langcode'] . ".po |" . $lang[$info['langcode']] 
. "]]</td>";
+    // https://git.lyx.org/?p=lyx.git;a=blob_plain;hb=2.0.x;f=po/tr.po
+    $output = $output."[[ https://git.lyx.org/?p=lyx.git;a=blob_plain;hb="; . 
$branch_tag . ";f=po/" . $info['langcode'] . ".po |" . $lang[$info['langcode']] 
. "]]</td>";
 
     // old svn code
-    // $output = $output."[[ http://www.lyx.org/trac/browser/lyx-devel/"; . 
$branch_tag . "/po/" . $info['langcode'] . ".po?format=raw |" . 
$lang[$info['langcode']] . "]]</td>";
+    // $output = $output."[[ https://www.lyx.org/trac/browser/lyx-devel/"; . 
$branch_tag . "/po/" . $info['langcode'] . ".po?format=raw |" . 
$lang[$info['langcode']] . "]]</td>";
 
     $output = $output."<td align=\"right\">" . $info['msg_tr'] . "</td>";
 

Reply via email to