diff options
author | Peter Thoeny <web-hurd@gnu.org> | 2000-08-18 06:20:59 +0000 |
---|---|---|
committer | Peter Thoeny <web-hurd@gnu.org> | 2000-08-18 06:20:59 +0000 |
commit | e6edb323a533e9c01eae8572766e5e717f75a3b7 (patch) | |
tree | 318d6b3cb34451ee4dc9cf3b415ee409e1e891c3 /TWiki | |
parent | 6a40d9da165dd9a50ba2fada8e20e7d296b7ce2c (diff) |
none
Diffstat (limited to 'TWiki')
-rw-r--r-- | TWiki/WebSearch.mdwn | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/TWiki/WebSearch.mdwn b/TWiki/WebSearch.mdwn new file mode 100644 index 00000000..4a7448ba --- /dev/null +++ b/TWiki/WebSearch.mdwn @@ -0,0 +1,22 @@ +<form action="%SCRIPTURLPATH%/search%SCRIPTSUFFIX%/%WEB%/"> + <ul> + <li><b>Full text search</b>: Search the TWiki.%WEB% web. <br /><input name="scope" type="hidden" value="text" /> <input name="casesensitive" type="checkbox" /> Case sensitive <input name="regex" type="checkbox" /> %TWIKIWEB%.RegularExpression search <input name="bookview" type="checkbox" /> %TWIKIWEB%.BookView <br /><input name="search" size="32" type="text" /> <input type="submit" value="Search text" /></li> + </ul> +</form> + +<form action="%SCRIPTURLPATH%/search%SCRIPTSUFFIX%/%WEB%/"> + <ul> + <li><b>Search topic</b>: If you know part of a topic name in TWiki.%WEB%. <br /><input name="scope" type="hidden" value="topic" /> <input name="casesensitive" type="checkbox" /> Case sensitive <input name="regex" type="checkbox" /> %TWIKIWEB%.RegularExpression search <input name="bookview" type="checkbox" /> %TWIKIWEB%.BookView <br /><input name="search" size="32" type="text" /> <input type="submit" value="Search topic" /></li> + </ul> +</form> + +* **[Topic index](%SCRIPTURLPATH%/search%SCRIPTSUFFIX%/%WEB%/?scope=topic®ex=on&search=\.*)**: List of TWiki.%WEB% topics in alphabetical order. <br />**|[All](%SCRIPTURLPATH%/search%SCRIPTSUFFIX%/%WEB%/?scope=topic®ex=on&search=\.*)|[A](%SCRIPTURLPATH%/search%SCRIPTSUFFIX%/%WEB%/?scope=topic®ex=on&search=%5Ea)|[B](%SCRIPTURLPATH%/search%SCRIPTSUFFIX%/%WEB%/?scope=topic®ex=on&search=%5Eb)|[C](%SCRIPTURLPATH%/search%SCRIPTSUFFIX%/%WEB%/?scope=topic®ex=on&search=%5Ec)|[D](%SCRIPTURLPATH%/search%SCRIPTSUFFIX%/%WEB%/?scope=topic®ex=on&search=%5Ed)|[E](%SCRIPTURLPATH%/search%SCRIPTSUFFIX%/%WEB%/?scope=topic®ex=on&search=%5Ee)|[F](%SCRIPTURLPATH%/search%SCRIPTSUFFIX%/%WEB%/?scope=topic®ex=on&search=%5Ef)|[G](%SCRIPTURLPATH%/search%SCRIPTSUFFIX%/%WEB%/?scope=topic®ex=on&search=%5Eg)|[H](%SCRIPTURLPATH%/search%SCRIPTSUFFIX%/%WEB%/?scope=topic®ex=on&search=%5Eh)|[I](%SCRIPTURLPATH%/search%SCRIPTSUFFIX%/%WEB%/?scope=topic®ex=on&search=%5Ei)|[J](%SCRIPTURLPATH%/search%SCRIPTSUFFIX%/%WEB%/?scope=topic®ex=on&search=%5Ej)|[K](%SCRIPTURLPATH%/search%SCRIPTSUFFIX%/%WEB%/?scope=topic®ex=on&search=%5Ek)|[L](%SCRIPTURLPATH%/search%SCRIPTSUFFIX%/%WEB%/?scope=topic®ex=on&search=%5El)|[M](%SCRIPTURLPATH%/search%SCRIPTSUFFIX%/%WEB%/?scope=topic®ex=on&search=%5Em)|[N](%SCRIPTURLPATH%/search%SCRIPTSUFFIX%/%WEB%/?scope=topic®ex=on&search=%5En)|[O](%SCRIPTURLPATH%/search%SCRIPTSUFFIX%/%WEB%/?scope=topic®ex=on&search=%5Eo)|[P](%SCRIPTURLPATH%/search%SCRIPTSUFFIX%/%WEB%/?scope=topic®ex=on&search=%5Ep)|[Q](%SCRIPTURLPATH%/search%SCRIPTSUFFIX%/%WEB%/?scope=topic®ex=on&search=%5Eq)|[R](%SCRIPTURLPATH%/search%SCRIPTSUFFIX%/%WEB%/?scope=topic®ex=on&search=%5Er)|[S](%SCRIPTURLPATH%/search%SCRIPTSUFFIX%/%WEB%/?scope=topic®ex=on&search=%5Es)|[T](%SCRIPTURLPATH%/search%SCRIPTSUFFIX%/%WEB%/?scope=topic®ex=on&search=%5Et)|[U](%SCRIPTURLPATH%/search%SCRIPTSUFFIX%/%WEB%/?scope=topic®ex=on&search=%5Eu)|[V](%SCRIPTURLPATH%/search%SCRIPTSUFFIX%/%WEB%/?scope=topic®ex=on&search=%5Ev)|[W](%SCRIPTURLPATH%/search%SCRIPTSUFFIX%/%WEB%/?scope=topic®ex=on&search=%5Ew)|[X](%SCRIPTURLPATH%/search%SCRIPTSUFFIX%/%WEB%/?scope=topic®ex=on&search=%5Ex)|[Y](%SCRIPTURLPATH%/search%SCRIPTSUFFIX%/%WEB%/?scope=topic®ex=on&search=%5Ey)|[Z](%SCRIPTURLPATH%/search%SCRIPTSUFFIX%/%WEB%/?scope=topic®ex=on&search=%5Ez)| <br /> | [All](%SCRIPTURLPATH%/search%SCRIPTSUFFIX%/%WEB%/?scope=topic®ex=on&bookview=on&search=\.*)** topics in %TWIKIWEB%.BookView **|** + +* **Jump to topic**: If you already know the name of the topic, enter the name of the topic at the second line of this page. + +* **[Recent changes](%SCRIPTURLPATH%/changes%SCRIPTSUFFIX%/%WEB%)**: Find out what topics in TWiki.%WEB% recently changed. + +* **[How to edit text](%SCRIPTURLPATH%/view%SCRIPTSUFFIX%/%TWIKIWEB%/GoodStyle)**: + * Make changes to topics in %TWIKIWEB%.GoodStyle, + * Learn the %TWIKIWEB%.TextFormattingRules, and + * Have a look at the %TWIKIWEB%.TextFormattingFAQ. |