]> git.lyx.org Git - features.git/commitdiff
hyperlinks in wiki format
authorJoost Verburg <joostverburg@users.sourceforge.net>
Thu, 3 Apr 2008 18:08:13 +0000 (18:08 +0000)
committerJoost Verburg <joostverburg@users.sourceforge.net>
Thu, 3 Apr 2008 18:08:13 +0000 (18:08 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24103 a592a061-630c-0410-9148-cb99ea01b6c8

lib/generate_contributions.py

index 791907489c311759e88c345787ae605f4e815f3d..05a3dc9398e1f032ca499692460bd5ee0114a69e 100755 (executable)
@@ -180,7 +180,7 @@ $output=$output."<p>
      If your name doesn't appear here although you've done
      something for LyX, or your entry is wrong or incomplete,
      just drop an e-mail to the
-     <a href=\\"mailto:lyx-devel@lists.lyx.org\\">lyx-devel</a>
+     [[mailto:lyx-devel@lists.lyx.org | lyx-devel]]
      mailing list. Thanks.
 </p>
 
@@ -225,7 +225,7 @@ $output=$output. "
 
 if (isset($msg_ref) && $msg_ref != "") {
         $msg_ref = htmlspecialchars("$msg_ref");
-        $output=$output. "<a href=\\"http://marc.info/?l=lyx-devel&amp;${msg_ref}\\">${msg_title}</a>";
+        $output=$output. "[[http://marc.info/?l=lyx-devel&amp;" . ${msg_ref} . "|" . ${msg_title} . "]]";
 } else {
         $output=$output. "${msg_title}";
 }
@@ -242,8 +242,8 @@ function blanket_output() {
 $output=$output."<p>
      The following people hereby grant permission to license their
      contributions to LyX under the
-     <a href=\\"http://www.opensource.org/licenses/gpl-license.php\\">
-     Gnu General Public License</a>, version 2 or later.
+     [[http://www.opensource.org/licenses/gpl-license.php |
+     Gnu General Public License]], version 2 or later.
 </p>
 
 <dl>";
@@ -260,8 +260,8 @@ $output=$output."
 <p>
      The following people hereby grant permission to license their
      contributions to LyX under the
-     <a href=\\"http://www.opensource.org/licenses/artistic-license.php\\">
-     Artistic License</a>.
+     [[http://www.opensource.org/licenses/artistic-license.php |
+     Artistic License]].
 </p>
 
 <dl>";