r41243 - www-user/trunk/farm/cookbook/LyX

spitz at lyx.org spitz at lyx.org
Sun Jan 5 12:23:08 UTC 2020


Author: spitz
Date: Sun Jan  5 13:23:08 2020
New Revision: 41243
URL: http://www.lyx.org/trac/changeset/41243

Log:
Add Patrick De Visschere to the credits

Modified:
   www-user/trunk/farm/cookbook/LyX/blanket-permission.inc

Modified: www-user/trunk/farm/cookbook/LyX/blanket-permission.inc
==============================================================================
--- www-user/trunk/farm/cookbook/LyX/blanket-permission.inc	Sun Jan  5 12:51:55 2020	(r41242)
+++ www-user/trunk/farm/cookbook/LyX/blanket-permission.inc	Sun Jan  5 13:23:08 2020	(r41243)
@@ -20,7 +20,11 @@
 
 if (isset($msg_ref) && $msg_ref != "") {
         $msg_ref = htmlspecialchars("$msg_ref");
-        $output=$output. "[[https://marc.info/?l=lyx-devel&" . ${msg_ref} . "|" . ${msg_title} . "]]";
+        if (substr($msg_ref, 0, 2) == "m=") {
+                $output=$output. "[[https://marc.info/?l=lyx-devel&" . ${msg_ref} . "|" . ${msg_title} . "]]";
+        } else {
+                $output=$output. "[[https://www.mail-archive.com/lyx-devel@lists.lyx.org/" . ${msg_ref} . ".html |" . ${msg_title} . "]]";
+        }
 } else {
         $output=$output. "${msg_title}";
 }
@@ -236,7 +240,7 @@
         "23 July 2008");
 
 $output=$output.blanket_contrib("Tommaso Cucinotta",
-        "cucinotta () sssup !it",
+        "cucinotta () sssup ! it",
         "Re: View Menu proposal",
         "m=119030065212621",
         "20 Sep 2007");
@@ -614,7 +618,7 @@
         "25 February 2005");
 
 $output=$output.blanket_contrib("Joel Kulesza",
-        "jkulesza () gmail ! com>",
+        "jkulesza () gmail ! com",
         "License to Publish Work",
         "m=147735429207382",
         "25 October 2016");
@@ -674,7 +678,7 @@
         "1 July 2007");
 
 $output=$output.blanket_contrib("Mohamed Magdy",
-        "physicist2010 () gmail ! com>",
+        "physicist2010 () gmail ! com",
         "A permission to use my Arabic-Translation for LyX?",
         "m=126877445318267",
         "16 March 2010");
@@ -776,13 +780,13 @@
         "22 February 2005");
 
 $output=$output.blanket_contrib("Jens Nöckel",
-        "noeckel () uoregon !edu",
+        "noeckel () uoregon ! edu",
         "GPL statement",
         "m=128485749516885",
         "19 September 2010");
 
 $output=$output.blanket_contrib("Rob Oakes",
-        "lyx-devel () oak-tree ! us>",
+        "lyx-devel () oak-tree ! us",
         "Outline Contributions",
         "m=124615188102843",
         "27 June 2009");
@@ -1219,6 +1223,12 @@
         "",
         "17 February 2014");
 
+$output=$output.blanket_contrib("Patrick De Visschere",
+        "pdvisschere () edpnet ! be>",
+        "Re: Blanket permission",
+        "msg209960",
+        "2 December 2019");
+
 $output=$output.blanket_contrib("Herbert Voß",
         "herbert.voss () alumni ! tu-berlin ! de",
         "Fwd: Re: The LyX licence",


More information about the lyx-cvs mailing list