mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
hyperlinks in wiki format
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24103 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
15bb8065b9
commit
6ce21eab1f
@ -180,7 +180,7 @@ $output=$output."<p>
|
|||||||
If your name doesn't appear here although you've done
|
If your name doesn't appear here although you've done
|
||||||
something for LyX, or your entry is wrong or incomplete,
|
something for LyX, or your entry is wrong or incomplete,
|
||||||
just drop an e-mail to the
|
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.
|
mailing list. Thanks.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
@ -225,7 +225,7 @@ $output=$output. "
|
|||||||
|
|
||||||
if (isset($msg_ref) && $msg_ref != "") {
|
if (isset($msg_ref) && $msg_ref != "") {
|
||||||
$msg_ref = htmlspecialchars("$msg_ref");
|
$msg_ref = htmlspecialchars("$msg_ref");
|
||||||
$output=$output. "<a href=\\"http://marc.info/?l=lyx-devel&${msg_ref}\\">${msg_title}</a>";
|
$output=$output. "[[http://marc.info/?l=lyx-devel&" . ${msg_ref} . "|" . ${msg_title} . "]]";
|
||||||
} else {
|
} else {
|
||||||
$output=$output. "${msg_title}";
|
$output=$output. "${msg_title}";
|
||||||
}
|
}
|
||||||
@ -242,8 +242,8 @@ function blanket_output() {
|
|||||||
$output=$output."<p>
|
$output=$output."<p>
|
||||||
The following people hereby grant permission to license their
|
The following people hereby grant permission to license their
|
||||||
contributions to LyX under the
|
contributions to LyX under the
|
||||||
<a href=\\"http://www.opensource.org/licenses/gpl-license.php\\">
|
[[http://www.opensource.org/licenses/gpl-license.php |
|
||||||
Gnu General Public License</a>, version 2 or later.
|
Gnu General Public License]], version 2 or later.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<dl>";
|
<dl>";
|
||||||
@ -260,8 +260,8 @@ $output=$output."
|
|||||||
<p>
|
<p>
|
||||||
The following people hereby grant permission to license their
|
The following people hereby grant permission to license their
|
||||||
contributions to LyX under the
|
contributions to LyX under the
|
||||||
<a href=\\"http://www.opensource.org/licenses/artistic-license.php\\">
|
[[http://www.opensource.org/licenses/artistic-license.php |
|
||||||
Artistic License</a>.
|
Artistic License]].
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<dl>";
|
<dl>";
|
||||||
|
Loading…
Reference in New Issue
Block a user