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 /Know/WebHome.mdwn | |
parent | be6a871fb6cfafa9d8c25a98f54a74d9959070ad (diff) |
Fix broken in-wiki links. I hope I didn't break any other stuff.
Diffstat (limited to 'Know/WebHome.mdwn')
-rw-r--r-- | Know/WebHome.mdwn | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Know/WebHome.mdwn b/Know/WebHome.mdwn index 67d7fdb0..5f1eb397 100644 --- a/Know/WebHome.mdwn +++ b/Know/WebHome.mdwn @@ -4,20 +4,20 @@ Welcome to the home of **%WIKITOOLNAME%.%WEB%**. This is a web-based collaborati <form action="%SCRIPTURLPATH%/search%SCRIPTSUFFIX%/%WEB%/"> <ul> - <li><span style="background:"><font color="">Readme First</font></span><a href="http://LOCATION/ReadmeFirst">?</a> tells you how to use and contribute to the knowlege base. </li> + <li><span style="background:"><font color="">Readme First</font></span>[[ReadmeFirst]] tells you how to use and contribute to the knowlege base. </li> <li> To <strong>submit a new problem - solution pair</strong> create a new topic like this: Type a new topic name into the 'Go' field at the top of this page, press Enter, and then follow the [Create] link. </li> </ul> <p> </p> <ul> - <li><span style="background:"><font color="">Web Search</font></span><a href="http://LOCATION/WebSearch">?</a> can be used to <strong>search for a solution to a problem.</strong></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 Search</font></span>[[WebSearch]] can be used to <strong>search for a solution to a problem.</strong></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> </ul> <p> </p> <ul> - <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 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> </ul> |