diff options
-rw-r--r-- | Hurd/TWikiHostingStuff.mdwn | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/Hurd/TWikiHostingStuff.mdwn b/Hurd/TWikiHostingStuff.mdwn new file mode 100644 index 00000000..e4843ab2 --- /dev/null +++ b/Hurd/TWikiHostingStuff.mdwn @@ -0,0 +1,21 @@ +> **Example: Create a custom logo variable** +> +> <br /> +> +> * To place a logo anywhere in a web by typing <code>**%MYLOGO%**</code>, simply define the variable on the web's [[WebPreferences]] page. You also have to upload `logo.gif` - this can be done by [[TWIKIWEBFileAttachment]] to `LogoTopic` (any topic name you choose): +> * <code>**Set MYLOGO = %PUBURL%/%MAINWEB%/LogoTopic/logo.gif**</code> + +For more useful variables see the %TWIKIWEB%.TWikiVariables page. + +<form action="%SCRIPTURLPATH%/search%SCRIPTSUFFIX%/%WEB%/SearchResult"> + <ul> + <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> %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> + </ul> +</form> + +%INCLUDE\{"%TWIKIWEB%.TWikiWebsTable"\}% |