r41241 - www-user/trunk/farm/cookbook/LyX
spitz at lyx.org
spitz at lyx.org
Sun Jan 5 11:49:59 UTC 2020
Author: spitz
Date: Sun Jan 5 12:49:58 2020
New Revision: 41241
URL: http://www.lyx.org/trac/changeset/41241
Log:
test blanket-permission version that also supports mail-archive.com (as Marc does not archieve us currently)
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 Fri Nov 22 17:28:02 2019 (r41240)
+++ www-user/trunk/farm/cookbook/LyX/blanket-permission.inc Sun Jan 5 12:49:58 2020 (r41241)
@@ -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");
@@ -1090,7 +1094,7 @@
$output=$output.blanket_contrib("Jürgen Spitzmüller",
"juergen.sp () t-online ! de",
"Re: The LyX licence",
- "m=110907530127164",
+ "msg75510",
"22 February 2005");
$output=$output.blanket_contrib("John Spray",
More information about the lyx-cvs
mailing list