diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2007-08-07 17:21:26 +0200 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2007-08-07 17:21:26 +0200 |
commit | e1f27467532fb470b383ca8115e0d562fedcce03 (patch) | |
tree | 71068f66aea8935f9e402ea03d7fe59302f91aef /TWiki/TWikiMetaData.mdwn | |
parent | be6a871fb6cfafa9d8c25a98f54a74d9959070ad (diff) | |
download | web-e1f27467532fb470b383ca8115e0d562fedcce03.tar.gz web-e1f27467532fb470b383ca8115e0d562fedcce03.tar.bz2 web-e1f27467532fb470b383ca8115e0d562fedcce03.zip |
Fix broken in-wiki links. I hope I didn't break any other stuff.
Diffstat (limited to 'TWiki/TWikiMetaData.mdwn')
-rw-r--r-- | TWiki/TWikiMetaData.mdwn | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/TWiki/TWikiMetaData.mdwn b/TWiki/TWikiMetaData.mdwn index d1a8973e..7239bea6 100644 --- a/TWiki/TWikiMetaData.mdwn +++ b/TWiki/TWikiMetaData.mdwn @@ -106,7 +106,7 @@ Notes: </tr> <tr> <td> name </td> - <td> The topic from which this was created, <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a> if done from <code>Go</code>, othewise topic where <code>?</code> or form used. Normally just topic, but is full web.topic format if parent is in a different Web. Renaming a Web will then only break a few of these references or they can be scanned and fixed. </td> + <td> The topic from which this was created, <span style="background:"><font color="">Web Home</font></span>[[WebHome]] if done from <code>Go</code>, othewise topic where <code>?</code> or form used. Normally just topic, but is full web.topic format if parent is in a different Web. Renaming a Web will then only break a few of these references or they can be scanned and fixed. </td> </tr> </table> @@ -185,7 +185,7 @@ Extra fields that are added if an attachment is moved: </tr> <tr> <td> name </td> - <td> A topic name - the topic represents one of the <span style="background:"><font color="">TWiki Forms</font></span><a href="http://LOCATION/TWikiForms">?</a>. Can optionally include the web name i.e. web.topic, but doesn't normally </td> + <td> A topic name - the topic represents one of the <span style="background:"><font color="">TWiki Forms</font></span>[[TWikiForms]]. Can optionally include the web name i.e. web.topic, but doesn't normally </td> </tr> </table> @@ -200,11 +200,11 @@ Should only be present if there is a META:FORM entry. Note that this data is use </tr> <tr> <td> name </td> - <td> Ties to entry in <span style="background:"><font color="">TWiki Forms</font></span><a href="http://LOCATION/TWikiForms">?</a> template, is title with all bar alphanumerics and . removed </td> + <td> Ties to entry in <span style="background:"><font color="">TWiki Forms</font></span>[[TWikiForms]] template, is title with all bar alphanumerics and . removed </td> </tr> <tr> <td> title </td> - <td> Full text from <span style="background:"><font color="">TWiki Forms</font></span><a href="http://LOCATION/TWikiForms">?</a> template </td> + <td> Full text from <span style="background:"><font color="">TWiki Forms</font></span>[[TWikiForms]] template </td> </tr> <tr> <td> value </td> @@ -248,14 +248,14 @@ Current support covers: </tr> <tr> <td> %<nop>META{"form"}% </nop></td> - <td> Show form data, see <span style="background:"><font color="">TWiki Forms</font></span><a href="http://LOCATION/TWikiForms">?</a></td> + <td> Show form data, see <span style="background:"><font color="">TWiki Forms</font></span>[[TWikiForms]]</td> </tr> <tr> <td> %<nop>META{"attachments"}% </nop></td> <td> Show attachments, exclude hidden </td> </tr> <tr> - <td> Options for <span style="background:"><font color="">Attachments</font></span><a href="http://LOCATION/FileAttachments">?</a>: </td> + <td> Options for <span style="background:"><font color="">Attachments</font></span>[[FileAttachments]]: </td> <td> </td> </tr> <tr> |