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 /Test/WebHome.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 'Test/WebHome.mdwn')
-rw-r--r-- | Test/WebHome.mdwn | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Test/WebHome.mdwn b/Test/WebHome.mdwn index 897f0822..93160f15 100644 --- a/Test/WebHome.mdwn +++ b/Test/WebHome.mdwn @@ -23,14 +23,14 @@ Everybody is welcome to add or delete some stuff. It is recommended to walk thro <form action="%SCRIPTURLPATH%/search%SCRIPTSUFFIX%/%WEB%/"> <ul> - <li><span style="background:"><font color="">Web Search</font></span><a href="http://LOCATION/WebSearch">?</a>: Full text search of the %WIKITOOLNAME%.%WEB% web. </li> - <li><input name="search" size="32" type="text" /> <input type="submit" value="Search" /> (More options in <span style="background:"><font color="">Web Search</font></span><a href="http://LOCATION/WebSearch">?</a>) </li> - <li><span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a>: Find out recent modifications to the %WIKITOOLNAME%.%WEB% web. </li> - <li><span style="background:"><font color="">Web Index</font></span><a href="http://LOCATION/WebIndex">?</a>: Display all %WIKITOOLNAME%.%WEB% topics in alphabetical order. See also the faster <span style="background:"><font color="">Web Topic List</font></span><a href="http://LOCATION/WebTopicList">?</a></li> + <li><span style="background:"><font color="">Web Search</font></span>[[WebSearch]]: Full text search of the %WIKITOOLNAME%.%WEB% web. </li> + <li><input name="search" size="32" type="text" /> <input type="submit" value="Search" /> (More options in <span style="background:"><font color="">Web Search</font></span>[[WebSearch]]) </li> + <li><span style="background:"><font color="">Web Changes</font></span>[[WebChanges]]: Find out recent modifications to the %WIKITOOLNAME%.%WEB% web. </li> + <li><span style="background:"><font color="">Web Index</font></span>[[WebIndex]]: Display all %WIKITOOLNAME%.%WEB% topics in alphabetical order. See also the faster <span style="background:"><font color="">Web Topic List</font></span>[[WebTopicList]]</li> <li> %NOTIFYTOPIC%: Subscribe to be automatically notified when something changes in the %WIKITOOLNAME%.%WEB% web. </li> <li> %STATISTICSTOPIC%: View access statistics of the %WIKITOOLNAME%.%WEB% web. </li> <li> %WEBPREFSTOPIC%: Preferences of the %WIKITOOLNAME%.%WEB% web. </li> - <li> The <span style="background:"><font color="">Web Menu</font></span><a href="http://LOCATION/WebMenu">?</a> topic alters any skin specific menus. </li> + <li> The <span style="background:"><font color="">Web Menu</font></span>[[WebMenu]] topic alters any skin specific menus. </li> </ul> </form> |