- Set ALLOWTOPICRENAME =
- Web preferences that are **not** allowed to be overridden by user preferences:
- - Set FINALPREFERENCES = WEBTOPICLIST, DENYWEBVIEW, ALLOWWEBVIEW, DENYWEBCHANGE, ALLOWWEBCHANGE, DENYWEBRENAME, ALLOWWEBRENAME
+ - Set FINALPREFERENCES = NOSEARCHALL, WIKIWEBMASTER, WEBCOPYRIGHT, WEBTOPICLIST, DENYWEBVIEW, ALLOWWEBVIEW, DENYWEBCHANGE, ALLOWWEBCHANGE, DENYWEBRENAME, ALLOWWEBRENAME
**_Notes:_**
</li>
</ul>
</li>
+ <li><a href="#TWiki Installation Error">TWiki Installation Error</a><ul>
+ <li>
+ <ul>
+ <li><a href="#Most recently changed pages"> Most recently changed pages</a></li>
+ </ul>
+ </li>
+ </ul>
+ </li>
<li><a href="#TWiki Installation Error">TWiki Installation Error</a></li>
</ul>
</div>
</tr>
<tr>
<td><code>$web</code></td>
- <td> Name of the web </td>
+ <td> Name of the web(s), separated by commas, or 'all' </td>
</tr>
<tr>
<td><code>$topic</code></td>
</tr>
<tr>
<td><code>$date</code></td>
- <td> Time stamp of last topic update, like <code>29 Jun 2010 - 15:42</code></td>
+ <td> Time stamp of last topic update, like <code>29 Jun 2010 - 15:43</code></td>
</tr>
<tr>
<td><code>$isodate</code></td>
- <td> Time stamp of last topic update, like <code>2010-06-29T15:42Z</code></td>
+ <td> Time stamp of last topic update, like <code>2010-06-29T15:43Z</code></td>
</tr>
<tr>
<td><code>$rev</code></td>
Incorrect format of searchformat template (missing sections? There should be 4 %SPLIT% tags)
--- [[PeterThoeny]] - 16 May 2002
+### <a name="Most recently changed pages"></a> Most recently changed pages
+
+**Write this:**
+
+`%SEARCH{ "\.*" scope="topic" regex="on" nosearch="on" nototal="on" order="modified" reverse="on" format="| [[$topic]] | $wikiusername | $date |" limit="7" }%`
+
+**To get this:**
+
+# <a name="TWiki Installation Error"></a> TWiki Installation Error
+
+Incorrect format of searchformat template (missing sections? There should be 4 %SPLIT% tags)
+
+-- TWiki:Main.PeterThoeny - 15 Dec 2003
<tr>
<td> Sven Dowideit </td>
<td> TWiki:Main/SvenDowideit </td>
- <td> </td>
+ <td> TWiki:Codev/CoreTeam member </td>
</tr>
<tr>
<td> Ted Pavlic </td>
- Set SKIN =
- Broadcast message for skins supporting a %BROADCASTMESSAGE% at the top of the page: (IMPORTANT: Set to empty message if not used; #Comment out unused messages)
- - #Set BROADCASTMESSAGE =
- - Set BROADCASTMESSAGE = <table border="0" cellpadding="3" cellspacing="0" width="100%">
+ - Set BROADCASTMESSAGE =
+ - #Set BROADCASTMESSAGE = <table border="0" cellpadding="3" cellspacing="0" width="100%">
<tr>
<td bgcolor="yellow"><font color="red"><strong>NOTE:</strong></font><font size="-1"> Edit and Attach will be disabled today between 05:00 PM and 06:00 PM PDT (00:00 to 01:00 GMT) for a scheduled %WIKITOOLNAME% maintenance. </font></td>
</tr>
## <a name="HTTP-EQUIV Settings"></a> HTTP-EQUIV Settings
+- %T% **NOTE:** Changing cache behaviour with these settings should not be necessary and may cause cache-related problems (e.g. TWiki:Codev/BackFromPreviewLosesText or TWiki:Codev/RefreshEditPage). These settings do not affect proxy caches.
+
- <code>**http-equiv**</code> meta tags for <code>**view**</code>, <code>**rdiff**</code>, <code>**attach**</code>, <code>**search\***</code> scripts:
* Set HTTP_EQUIV_ON_VIEW =
-- <code>**http-equiv**</code> meta tags for <code>**edit**</code> script. Example, to expire immediately: <br />`Set HTTP_EQUIV_ON_EDIT = <meta http-equiv="Expires" content="%GMTIME{"$day $month $year $hour:$min:$sec"}% GMT">`
+- <code>**http-equiv**</code> meta tags for <code>**edit**</code> script:
* Set HTTP_EQUIV_ON_EDIT =
- Bullet sign:
- Set BULLET = •
-- Line break and bullet: (useful in table cells)
+- Line break and bullet with different levels of indentation:
- Set BB = <br />•
+ - Set BB2 = <br /> •
+ - Set BB3 = <br /> •
+ - Set BB4 = <br /> •
- Colored text: (see more [[StandardColors]]) <table border="1" cellpadding="0" cellspacing="0">
<tr>
<td> %RED% red text %ENDCOLOR% and %GREEN% green text %ENDCOLOR% </td>
</tr>
</table>
- - **_Note:_** `%<color>%` text must end with `%ENDCOLOR%` . If you want to switch from one color to another one you first need to end the active color with `%ENDCOLOR%`, e.g. write `%RED% some text %ENDCOLOR% %GREEN% more text %ENDCOLOR%`.
- - Set YELLOW = <font>
- - **YELLOW looks like this**</font>
-- Set ORANGE = <font>
- - **ORANGE looks like this**</font>
-
-- Set RED = <font>
- - **RED looks like this**</font>
-
-- Set PINK = <font>
- - **PINK looks like this**</font>
-
-- Set PURPLE = <font>
- - **PURPLE looks like this**</font>
-
-- Set TEAL = <font>
- - **TEAL looks like this**</font>
-
-- Set NAVY = <font>
- - **NAVY looks like this**</font>
-
-- Set BLUE = <font>
- - **BLUE looks like this**</font>
-
-- Set AQUA = <font>
- - **AQUA looks like this**</font>
-
-- Set LIME = <font>
- - **LIME looks like this**</font>
-
-- Set GREEN = <font>
- - **GREEN looks like this**</font>
-
-- Set OLIVE = <font>
- - **OLIVE looks like this**</font>
-
-- Set MAROON = <font>
- - **MAROON looks like this**</font>
-
-- Set BLACK = <font>
- - **BLACK looks like this**</font>
-
-- Set GRAY = <font>
- - **GRAY looks like this**</font>
-
-- Set SILVER = <font>
- - **SILVER looks like this**</font>
-
-- Set WHITE = <font>
- - **WHITE looks like this**</font>
-
-- And finally:<font> </font>
-- Set ENDCOLOR =
- - To finish colored text
+ - **_Note:_** `%<color>%` text must end with `%ENDCOLOR%`. If you want to switch from one color to another one you first need to end the active color with `%ENDCOLOR%`, e.g. write `%RED% some text %ENDCOLOR% %GREEN% more text %ENDCOLOR%`.
+ - %YELLOW% **Set YELLOW = looks like this** %ENDCOLOR%
+ - %ORANGE% **Set ORANGE = looks like this** %ENDCOLOR%
+ - %RED% **Set RED = looks like this** %ENDCOLOR%
+ - %PINK% **Set PINK = looks like this** %ENDCOLOR%
+ - %PURPLE% **Set PURPLE = looks like this** %ENDCOLOR%
+ - %TEAL% **Set TEAL = looks like this** %ENDCOLOR%
+ - %NAVY% **Set NAVY = looks like this** %ENDCOLOR%
+ - %BLUE% **Set BLUE = looks like this** %ENDCOLOR%
+ - %AQUA% **Set AQUA = looks like this** %ENDCOLOR%
+ - %LIME% **Set LIME = looks like this** %ENDCOLOR%
+ - %GREEN% **Set GREEN = looks like this** %ENDCOLOR%
+ - %OLIVE% **Set OLIVE = looks like this** %ENDCOLOR%
+ - %MAROON% **Set MAROON = looks like this** %ENDCOLOR%
+ - %BLACK% **Set BLACK = looks like this** %ENDCOLOR%
+ - %GRAY% **Set GRAY = looks like this** %ENDCOLOR%
+ - %SILVER% **Set SILVER = looks like this** %ENDCOLOR%
+ - <span>%WHITE% **Set WHITE = looks like this (with gray background)** %ENDCOLOR%</span>
+ - The following color settings are enclosed in verbatim tags to avoid incorrect nesting of XHTML tags:
+
+ * Set YELLOW = <font color="#ffff00">
+ * Set ORANGE = <font color="#ff6600">
+ * Set RED = <font color="#ff0000">
+ * Set PINK = <font color="#ff00ff">
+ * Set PURPLE = <font color="#800080">
+ * Set TEAL = <font color="#008080">
+ * Set NAVY = <font color="#000080">
+ * Set BLUE = <font color="#0000ff">
+ * Set AQUA = <font color="#00ffff">
+ * Set LIME = <font color="#00ff00">
+ * Set GREEN = <font color="#008000">
+ * Set OLIVE = <font color="#808000">
+ * Set MAROON = <font color="#800000">
+ * Set BLACK = <font color="#000000">
+ * Set GRAY = <font color="#808080">
+ * Set SILVER = <font color="#c0c0c0">
+ * Set WHITE = <font color="#ffffff">
+ * Set ENDCOLOR = </font>
<a name="DocGraphics"></a>
>
> .
-TWiki<sup>TM</sup> is a trademark of [[PeterThoeny]], originator and lead developer.
+TWiki<sup>TM</sup> is a trademark of [[PeterThoeny]] - originator and lead developer.
- TWiki is developed as Free Software under the [[GNU/GPL|Main/GnuGeneralPublicLicense]]
+- TWiki has its root in the GPLed JosWiki. Many thanks to Markus Peter and Dave Harris for creating JosWiki!
- TWiki's home address is <http://twiki.org/>.
- Source code is available upon request: see <http://twiki.org/download.html>.
- [[WelcomeGuest]] is a fast track guide to TWiki.
- This site is powered by TWiki version **TWiki-4.1.2, Sat, 03 Mar 2007, build 13046**.
--- [[MikeMannix]] - 12 May 2002
+-- TWiki:Main.MikeMannix - 12 May 2002 %BR% -- TWiki:Main.PeterThoeny - 16 Dec 2003
Wabi-sabi is a beauty of things imperfect, impermanent, and incomplete. It is the beauty of things modest and humble. It is the beauty of things unconventional.
-The concepts of wabi-sabi correlate with the concepts of Zen Buddhism, as the first Japanese involved with wabi-sabi were tea masters, priests, and monks who practiced Zen. Zen Buddhism originated in India, traveled to China in the 6th century, and was first introduced in Japan around the 12th century. Zen emphasizes "direct, intuitive insight into transcendental truth beyond all intellectual conception." At the core of wabi- sabi is the importance of transcending ways of looking and thinking about things/existence.
+The concepts of wabi-sabi correlate with the concepts of Zen Buddhism, as the first Japanese involved with wabi-sabi were tea masters, priests, and monks who practiced Zen. Zen Buddhism originated in India, traveled to China in the 6th century, and was first introduced in Japan around the 12th century. Zen emphasizes "direct, intuitive insight into transcendental truth beyond all intellectual conception." At the core of wabi-sabi is the importance of transcending ways of looking and thinking about things/existence.
- All things are impermanent
- All things are imperfect
<table>
<tr>
- <td valign="top"><strong>Welcome to TWiki:</strong> a flexible, powerful, secure, yet simple web-based collaboration platform. Use TWiki to run a project development space, a document management system, a knowledge base or any other groupware tool on either on an intranet or on the Internet. <p> This is the place to learn about TWiki features, find where to download it, and try it out for yourself... </p>
+ <td valign="top"><strong>Welcome to TWiki:</strong> a flexible, powerful, secure, yet simple web-based collaboration platform. Use TWiki to run a project development space, a document management system, a knowledge base or any other groupware tool on either an intranet or on the Internet. <p> This is the place to learn about TWiki features, find where to download it, and try it out for yourself... </p>
</td>
<td width="25"> </td>
<td align="center" valign="top" width="200"><a href="http://TWiki.org/"><img alt="Powered by TWiki" border="0" height="64" src="http://www.dementia.org/twiki//view/TWiki/TWikiLogos/twikiRobot131x64.gif" width="131" /></a><br /> The official TWiki<sup>TM</sup><br />site is <a href="http://twiki.org/" target="_top">http://twiki.org/</a></td>
> - [[TablePlugin]] <span>(1.020, 12339)</span>:
> - [[TwistyPlugin]] <span>(1.2.0, $Rev: 12154$)</span>:
-- %T% **ADMINS:** In less than an hour, you can read through and customize the [[User's Guide|Main/WebHome#UsersGuide]] to reflect the exact feature set enabled on your own TWiki site. See also other enhancement pages:
- - [[TWikiAdminCookBook]]: Some tips that can be applied **before installation**
- - [[InstantEnhancements]]: Simple tips (using just browser, no install needed) and quick (max couple of minutes).
-
<a name="ReferenceManual"></a>
## <a name="TWiki Reference Manual"></a> TWiki Reference Manual
_Documentation for webmasters, system administrators, project managers, team leaders, and all other users of the TWiki advanced online collaboration platform._
+- %T% **ADMINS:** In less than an hour, you can read through and customize the [[User's Guide|Main/WebHome#UsersGuide]] to reflect the exact feature set enabled on your own TWiki site. See also other enhancement pages:
+ - [[TWikiAdminCookBook]]: Some tips that can be applied **before installation**
+ - [[InstantEnhancements]]: Simple tips (using just browser, no install needed) and quick (max couple of minutes).
+
- **[[TWikiDocumentation]]**: All manual sections in one file...
1. [[TWiki System Requirements|Main/TWikiSystemRequirements]]
2. [[TWiki Installation Guide|Main/TWikiInstallationGuide]]
- The [[SiteMap]]: A color-coded directory of available webs that can be easily included on any page _(below)_
- TWiki<sup>TM</sup> is a trademark of [[PeterThoeny]]
+ - **_Note_**: Twiki (with a lower case "w") is a robot character in the _Buck Rogers<sup>TM</sup> in the 25th Century_ TV series. TWiki (with an upper case "W") is not affiliated with the Dillie Family Trust, the registered trademark owner of the _Buck Rogers_ name
- TWiki is developed as Free Software under the [[GNU/GPL|Main/GnuGeneralPublicLicense]]
- This site is running TWiki version **TWiki-4.1.2, Sat, 03 Mar 2007, build 13046**
- Get the current version from [TWiki.org Downloads](http://TWiki.org/download.html)<br />
- Set ALLOWTOPICRENAME =
- Web preferences that are **not** allowed to be overridden by user preferences:
- - Set FINALPREFERENCES = WEBTOPICLIST, DENYWEBVIEW, ALLOWWEBVIEW, DENYWEBCHANGE, ALLOWWEBCHANGE, DENYWEBRENAME, ALLOWWEBRENAME
+ - Set FINALPREFERENCES = NOSEARCHALL, WIKIWEBMASTER, WEBCOPYRIGHT, WEBTOPICLIST, DENYWEBVIEW, ALLOWWEBVIEW, DENYWEBCHANGE, ALLOWWEBCHANGE, DENYWEBRENAME, ALLOWWEBRENAME
**_Notes:_**
<td><input name="scope" type="radio" value="topic" /> Topic name </td>
<td><input name="bookview" type="checkbox" /> [[TWiki/BookView]]</td>
</tr>
- </table><input name="search" size="32" type="text" /> <input type="submit" value="Search text" /></li>
+ </table><input name="search" size="32" type="text" /> <input type="submit" value="Search text" /><br /><strong><em>%T% Note:</em></strong> %WIKITOOLNAME% search is literal, e.g. if you search for <code>sushi bar</code><br /> it will search literally for "sushi bar". </li>
</ul>
</form>