From d48b8b0dc46ced43a4fa2d54a237bfdf5f39ca13 Mon Sep 17 00:00:00 2001 From: PeterThoeny Date: Sun, 25 Mar 2001 07:36:10 +0000 Subject: [PATCH] none --- TWiki/TWikiTutorial.mdwn | 4 ++-- TWiki/TWikiVariables.mdwn | 17 ++++++++++++----- 2 files changed, 14 insertions(+), 7 deletions(-) diff --git a/TWiki/TWikiTutorial.mdwn b/TWiki/TWikiTutorial.mdwn index 6683d84..f22e782 100644 --- a/TWiki/TWikiTutorial.mdwn +++ b/TWiki/TWikiTutorial.mdwn @@ -21,7 +21,7 @@ This is a short, step-by-step tutorial to get you up to speed on %WIKITOOLNAME%. - Go to the [[OfficeLocations]] topic in the %WIKITOOLNAME%.Main web; it has a list of corporate offices already entered into %WIKITOOLNAME%. - Operations on topics: - - Go the the [[WebHome]] topic to learn what we can do with a topic. + - Go to the [[WebHome]] topic to learn what we can do with a topic. - The bottom of the page has some links: - `Edit` : Allows you to edit the topic (discussed later) - `Ref-By` : Find out what other topics link to this topic (reverse link) @@ -30,7 +30,7 @@ This is a short, step-by-step tutorial to get you up to speed on %WIKITOOLNAME%. - `r1.3 | > | r1.2 | > | r1.1` : Allows you to see a previous topic revision or the difference between revisions. - Editing a topic and creating hyperlinked pages: - - Go the the [[Test|Test/WebHome]] topic of the %WIKITOOLNAME%.Test web. This web is the sandbox where you can make changes at will. + - Go to the [[Test|Test/WebHome]] topic of the %WIKITOOLNAME%.Test web. This web is the sandbox where you can make changes at will. - Press the `Edit` link. You are now in edit mode and you can see the source of the page. (Go to a different topic like [[TestTopic3]] in case you see a "Topic is locked by an other user" warning.) - Look at the text in edit mode and compare it with the rendered page (move back and forth in your browser.) - Notice how [[WikiWords]] are linked automatically; there is no link if you look at the text in edit mode. diff --git a/TWiki/TWikiVariables.mdwn b/TWiki/TWikiVariables.mdwn index 77f3d11..1989866 100644 --- a/TWiki/TWikiVariables.mdwn +++ b/TWiki/TWikiVariables.mdwn @@ -137,7 +137,7 @@ 2 digit year 99 - Variables can be shortened to 3 characters. Example:
%GMTIME{"$day $month, $year - $hour:$min:$sec"}% is
29 Jun, 2010 - 15:26:18 + Variables can be shortened to 3 characters. Example:
%GMTIME{"$day $month, $year - $hour:$min:$sec"}% is
29 Jun, 2010 - 15:26:26 %SERVERTIME% @@ -201,15 +201,20 @@ %SEARCH{"str" ...}% - Inline search, shows a search result embedded in a topic. Parameter is composed of the search string, followed by optional name="value" pairs: +
Inline search, shows a search result embedded in a topic. Parameter is composed of the search term (enclosed in double quotes), followed by optional name="value" pairs: [1] + + + + + - + @@ -279,7 +284,9 @@
Pair: Description: Default:
search="food" Search term, (either regex or literal, depending on the regex parameter) (used if initial search term is missing)
web="Name"
web="Main Know"
web="all"
Wiki web to search: A web, a list of webs separated by whitespace, or all webs [1] Wiki web to search: A web, a list of webs separated by whitespace, or all webs [2] Current web
-[1] **_Note_**: A web can be excluded from a `web="all"` search if you define a `NOSEARCHALL=on` variable in its [[WebPreferences]]. +[1] **_Note_**: The search form uses identical names for input fields. + +[2] **_Note_**: A web can be excluded from a `web="all"` search if you define a `NOSEARCHALL=on` variable in its [[WebPreferences]]. ### Preferences Variables @@ -395,4 +402,4 @@ Additional variables are defined in the preferences ( site-level ( **_SL_** ) in - Additional preferences variables can be defined on all three level as needed. Example: - `Set MYLOGO = %PUBURLPATH%/%MAINWEB%/LogoTopic/logo.gif` --- [[PeterThoeny]] - 15 Mar 2001
+-- [[PeterThoeny]] - 24 Mar 2001
-- 1.9.4