To register as a new user, simply fill out this form:
-<form action="http://www.dementia.org/twiki//register" method="post">
+<form action="http://www.dementia.org/twiki//register/Main/WebHome" method="post">
<table border="1">
<tr>
<td align="right"> First & last name: </td>
**_Submitting the form will automatically:_**
- Create an account for you, so that you can start editing pages using your [[WikiName]].
-- Create your personal TWiki topic using your [[WikiName]] as topic name, and add the data you submitted to the topic.
-- Add your name to the list of users in the [[TWikiUsers]] topic.
+- Create your personal %WIKITOOLNAME% topic using your [[WikiName]] as topic name, and add the data you submitted to the topic.
+- Add your name to the list of users in the [[TWikiUsers]] topic in the %WIKITOOLNAME%.Main web.
- Send you a confirmation of your registration by email.
Once registered you can login using your [[WikiName]] and password.
<td> REMOTE_USER environment variable, is <b></b></td>
</tr>
<tr>
- <td><code>%INCLUDE{"file.ext"}%</code></td>
- <td> Server side include, includes the text of a file. The default directory is the current Wiki web. Example: <code><b>%INCLUDE{"../Know/TopicName.txt"}%</b></code></td>
+ <td><code>%INCLUDE{"SomeTopic"}%</code></td>
+ <td> Server side include, includes another topic. The current Wiki web is searched by default. Example: <code><b>%INCLUDE{"TWiki.TWikiWebsTable"}%</b></code></td>
</tr>
<tr>
<td><code>%SEARCH{"str" ...}%</code></td>
<th bgcolor="#99CCCC"><strong> Default: </strong></th>
</tr>
<tr>
- <td><code>web="Name"</code></td>
- <td> Specify Wiki web to search </td>
+ <td><code>web="Name"</code><br /><code>web="Main Know"</code><br /><code>web="all"</code></td>
+ <td> Wiki web to search: A web, a list of webs separated by whitespace, or all webs <code>[1]</code></td>
<td> Current web </td>
</tr>
<tr>
- <td><code>scope="topic"</code></td>
- <td> Search topic name (title) </td>
+ <td><code>scope="topic"</code><br /><code>scope="text"</code></td>
+ <td> Search topic name (title) or in the text (body) of the topic </td>
<td> Topic text (body) </td>
</tr>
<tr>
+ <td><code>order="topic"</code><br /><code>order="modified"</code><br /><code>order="editby"</code></td>
+ <td> Sort the results of search by the topic names, last modified time, or last editor </td>
+ <td> Sort by topic name </td>
+ </tr>
+ <tr>
+ <td><code>limit="all"</code><br /><code>limit="16"</code></td>
+ <td> Limit the number of results returned </td>
+ <td> All results </td>
+ </tr>
+ <tr>
<td><code>regex="on"</code></td>
<td>[[Main/RegularExpression]] search </td>
<td> Literal search </td>
</tr>
<tr>
+ <td><code>reverse="on"</code></td>
+ <td> Reverse the direction of the search </td>
+ <td> Ascending search </td>
+ </tr>
+ <tr>
<td><code>casesensitive="on"</code></td>
<td> Case sensitive search </td>
<td> Ignore case </td>
<td> Show topic summary </td>
</tr>
<tr>
+ <td><code>bookview="on"</code></td>
+ <td>[[Main/BookView]] search, e.g. show complete topic text </td>
+ <td> Show topic summary </td>
+ </tr>
+ <tr>
<td><code>nosearch="on"</code></td>
<td> Suppress search string </td>
<td> Show search string </td>
</tr>
</table>
+[1] **_Note_**: A web can be excluded from a `web="all"` search if you define a `NOSEARCHALL=on` variable in its [[WebPreferences]].
+
Additional variables are defined in the preferences ( site-level ( **_SL_** ) in [[TWikiPreferences]], web-level ( **_WL_** ) in [[WebPreferences]] of each web, and user level ( **_UL_** ) preferences in individual user topics):
<table border="1">
<td> Background color of web </td>
</tr>
<tr>
+ <td><code>%NOSEARCHALL%</code></td>
+ <td><strong><em>WL</em></strong></td>
+ <td> Exclude web from a <code>web="all"</code> search (set variable to <code>on</code> for hidden webs) </td>
+ </tr>
+ <tr>
<td><code>%EDITBOXWIDTH%</code></td>
<td><strong><em>SL</em></strong> , <strong><em>UL</em></strong></td>
<td> Horizontal size of edit box, is <b> <code>%EDITBOXWIDTH%</code> </b></td>
<td><strong><em>SL</em></strong> , <strong><em>UL</em></strong></td>
<td> Default state of the link check box in the attach file page. Check box is initially checked if value is set to <code>CHECKED</code> , unchecked if empty. If checked, a link is created to the attached file at the end of the topic. Value is: <b><code>%ATTACHLINKBOX%</code></b></td>
</tr>
+ <tr>
+ <td><code>%HTTP_EQUIV_ON_VIEW%</code></td>
+ <td><strong><em>SL</em></strong></td>
+ <td> http-equiv meta tags for view, rdiff, attach, search* scripts. </td>
+ </tr>
+ <tr>
+ <td><code>%HTTP_EQUIV_ON_EDIT%</code></td>
+ <td><strong><em>SL</em></strong> , <strong><em>UL</em></strong></td>
+ <td> http-equiv meta tags for edit script. </td>
+ </tr>
+ <tr>
+ </tr>
+ <tr>
+ <td><code>%HTTP_EQUIV_ON_PREVIEW%</code></td>
+ <td><strong><em>SL</em></strong> , <strong><em>UL</em></strong></td>
+ <td> http-equiv meta tags for preview script. </td>
+ </tr>
</table>
--- [[PeterThoeny]] - 29 May 2000 <br />
+-- [[PeterThoeny]] - 17 Aug 2000 <br />
<a name="ques">Q:</a> **Some words (like [[WinAPI]]) have an unwanted question mark at the end. How can I prevent that?**
-A question mark after a word is a link to a not yet existing topic. For example, [[WinAPI]] is a valid [[WikiTopic]] name in [[WikiNotation]], but the actual topic _WinAPI_ does not exist.
+A question mark after a word is a link to a not yet existing topic. For example, [[WinAPI]] is a valid [[WikiName]], but the actual topic _WinAPI_ does not exist.
-If you do not intend to create a topic for a valid TWiki topic name, you can prevent it being linked by putting an HTML tag in front of it. I usually use <NOP>. This is a non existing HTML tag, so a browser just ignores it.
+If you do not intend to create a topic for a valid [[WikiWord]], you can prevent it being linked by putting an HTML tag in front of it. I usually use <nop>. This is a non existing HTML tag, so a browser just ignores it.
-- Example text: <br />`WinAPI as it is, <NOP>WinAPI with preceeding NOP.`
+- Example text: <br />`WinAPI as it is, <nop>WinAPI with preceeding NOP.`
- Example output: <br />[[WinAPI]] as it is, WinAPI with preceeding NOP.
----
----
--- [[PeterThoeny]] - 08 Aug 1999
+-- [[PeterThoeny]] - 18 Aug 2000