none
authorPeterThoeny <PeterThoeny>
Sun, 19 Jan 2003 08:58:00 +0000 (08:58 +0000)
committerPeterThoeny <PeterThoeny>
Sun, 19 Jan 2003 08:58:00 +0000 (08:58 +0000)
Main/WebStatistics.mdwn
TWiki/ManagingWebs.mdwn
TWiki/StartingPoints.mdwn
TWiki/TWikiPreferences.mdwn
TWiki/TWikiVariables.mdwn
TWiki/TemplateWeb.mdwn [new file with mode: 0644]
TWiki/WebSearch.mdwn
TWiki/WebStatistics.mdwn
TWiki/YouAreHere.mdwn

index e40c66a..97fc1cb 100644 (file)
@@ -1,4 +1,4 @@
-## <a name="Statistics for %WIKITOOLNAME%.%W"></a> Statistics for %WIKITOOLNAME%.%WEB% Web
+## <a name="Statistics for %WEB% Web"></a> Statistics for %WEB% Web
 
 <table border="1" cellpadding="0" cellspacing="0">
   <tr>
index 26cad6b..e071159 100644 (file)
@@ -2,6 +2,7 @@
   <ul>
     <li><a href="#Managing Webs"> Managing Webs</a><ul>
         <li><a href="#Overview"> Overview</a></li>
+        <li><a href="#Choose Web Template"> Choose Web Template</a></li>
         <li><a href="#Adding a New Web"> Adding a New Web</a></li>
         <li><a href="#Renaming or Deleting a Web"> Renaming or Deleting a Web</a></li>
       </ul>
@@ -17,6 +18,16 @@ _Adding webs is a web based operation; renaming and deleting webs are manual ope
 
 A [[TWikiSite]] is divided into webs; each one represents one subject, one area of collaboration. Administrators can add/rename/delete webs.
 
+<a name="WebTemplate"></a>
+
+## <a name="Choose Web Template"></a> Choose Web Template
+
+There are two methods used to create a new web. First you can use a specially designed [[TemplateWeb]]. This is an invisible web that begins with an underscore "\_" character. All topics in the \_default template web will be copied into your new web.
+
+The second method is to use an existing web as a template web. This may be useful if you already have a web that you like to use as a starting point. Only topics that have names beginning with **Web...** (like "WebHome", "WebNotify", etc.) are copied.
+
+In either case you will want to be sure to verify that your new web has all the custom modifications that you desire.
+
 <a name="CreateNewWeb"></a>
 
 ## <a name="Adding a New Web"></a> Adding a New Web
@@ -30,7 +41,7 @@ A [[TWikiSite]] is divided into webs; each one represents one subject, one area
     <tr>
       <th align="right" bgcolor="#99CCCC"><strong> Based on web: </strong></th>
       <td><select name="baseweb"> </select></td>
-      <td> Select a template web (starting with an underscore) or an existing web as a template for the new web. All topics are copied over from a template web; only topics that start with <strong>Web...</strong> (like "WebHome", "WebNotify") are copied from other webs </td>
+      <td> Select a [[Main/TemplateWeb]]</td>
     </tr>
     <tr>
       <th align="right" bgcolor="#99CCCC"><strong> Web color: </strong></th>
@@ -56,11 +67,17 @@ A [[TWikiSite]] is divided into webs; each one represents one subject, one area
     </tr>
   </table><input name="newtopic" type="hidden" value="" /> <input name="action" type="hidden" value="createweb" /></form>
 
+**Note:** Attachments will NOT get copied over along with their topics. This will be a feature added for the TWiki:Codev/CairoRelease.
+
+**Note:** This script does not yet edit the [[TWiki.TWikiPreferences|TWiki/TWikiPreferences]] file to update the `WIKIWEBLIST`. This must be done by hand.
+
+The manage script while creating the new web will update the following variables in the [[WebPreferences]]: `WEBBGCOLOR`, `SITEMAPLIST`, `SITEMAPWHAT`, `SITEMAPUSETO` and `NOSEARCHALL`. These variables are now used to dynamically generate the [[SiteMap]].
+
 ## <a name="Renaming or Deleting a Web"></a> Renaming or Deleting a Web
 
 Renaming or deleting a web requires direct access to the installation files on the host server. There are currently no browser-based equivalents of the Rename/move/delete topic tools for working with webs.
 
-**NOTE:** If you plan to rename the %WIKITOOLNAME%.Main web, remember that TWiki stores user and group topics in <code>%MAINWEB%</code>, default named `Main`. That means, every [[WikiName]] signature - `Main.SomeUserName` - points to it and would need updating (unless the variable, `%MAINWEB%.SomeUserName`, is used throughout).
+**NOTE:** If you plan to rename the %WIKITOOLNAME%.Main web, remember that TWiki stores user and group topics in `%MAINWEB%`, default named `Main`. That means, every [[WikiName]] signature - `Main.SomeUserName` - points to it and would need updating (unless the variable, `%MAINWEB%.SomeUserName`, is used throughout).
 
 1. Prepare your site: Search each web for links to the target web, searching topic text for `Oldwebname.`, including the dot so you'll find references like `Oldwebname.SomeTopic`.
   - Make changes as required, to `Newwebname.SomeTopic` or better yet, to `%MAINWEB%.SomeTopic`.
@@ -70,4 +87,4 @@ Renaming or deleting a web requires direct access to the installation files on t
 5. Go to `twiki/templates` and rename or remove the web directory if present.
 6. Go to `twiki/pub` and rename or remove the web directory if present.
 
--- [[MikeMannix]] - 14 Sep 2001 <br /> -- [[PeterThoeny]] - 07 Apr 2002 <br />
+-- [[MikeMannix]] - 14 Sep 2001 <br /> -- [[PeterThoeny]] - 07 Apr 2002 <br /> -- [[GrantBow]] - 16 Jan 2003
index 1f702b5..46cb5d6 100644 (file)
@@ -1,16 +1,20 @@
 Welcome to %WIKITOOLNAME%. This page assumes that you are a new user to %WIKITOOLNAME%, and that you've never heard of Wiki before. Here are the most important pages you should know about to get you up to speed on what Wiki is, and how to use it. Follow any of the links below that interest you and use your browser's back button to return to this page if you need to.
 
 - [[WelcomeGuest]]: A brief intro for first-time visitors
-- [[MainFeatures]]: The main features of the TWiki teamwork tool
-- [[TWikiTutorial]]: A compact, 20-minute TWiki primer
-- [[WebHome]]: Entry point for this web
+- **[[TWikiTutorial]]**: A compact, 20-minute TWiki primer
+- [[WebHome]]: Entry point for this TWiki web.
 - [[TWikiSite]]: Explains what a TWiki site is
+- [[WebChanges]]: Newest topic changes in the %WEB% web
+- [[TWikiFAQ]]: Common questions about TWiki use
+
 - [[TWikiTopics]]: Customize, rename, move, or delete TWiki topics
 - [[GoodStyle]]: Things to consider when changing text
-- [[WikiSyntax]]: Easy-to-learn rules for editing text
+- [[WikiSyntax]]: Easy to learn rules for editing text
 - [[TWikiShorthand]]: The complete set of text formatting rules
+- [[TextFormattingFAQ]]: Common how-to questions about posting in TWiki
+
 - [[TWikiVariables]]: How to easily embed text, graphics, dynamic content
+
+- [[MainFeatures]]: The main features of the TWiki collaboration platform
 - [[FileAttachments]]: Browser-upload files for distribution or display
 - [[WebChangesAlert]]: Get email alerts linking to the latest page changes
-- [[TextFormattingFAQ]]: Common how-to questions about posting in TWiki
-- [[TWikiFAQ]]: Common questions about TWiki use
index c35941c..35d5ccf 100644 (file)
@@ -33,7 +33,7 @@ The following are **_site-level_** settings that affect all users in all webs on
   - Set WEBBGCOLOR = #C0C0C0
 
 - Copyright notice:
-  - Set WEBCOPYRIGHT = <font>Copyright © 1999-2002 by the contributing authors. \\nAll material on this collaboration tool is the property of the contributing authors. <br /> \\nIdeas, requests, problems regarding %WIKITOOLNAME%? [Send](mailto:?subject=%WIKITOOLNAME% Feedback on %WEB%.%TOPIC%) feedback. </font>
+  - Set WEBCOPYRIGHT = <font>Copyright © 1999-2003 by the contributing authors. \\nAll material on this collaboration platform is the property of the contributing authors. <br /> \\nIdeas, requests, problems regarding %WIKITOOLNAME%? [Send](mailto:?subject=%WIKITOOLNAME% Feedback on %WEB%.%TOPIC%) feedback. </font>
 
 - Exclude web from a `web="all"` search: (Set to `on` for hidden webs; is overwritten by web preferences)
   - Set NOSEARCHALL =
index 1b23cfb..4ef422c 100644 (file)
@@ -221,7 +221,7 @@ This version of TWiki - TWiki-4.1.2, Sat, 03 Mar 2007, build 13046 - expands the
   </tr>
   <tr>
     <td><code>%GMTIME%</code></td>
-    <td> GM time, is <b>29 Jun 2010 - 15:38</b></td>
+    <td> GM time, is <b>29 Jun 2010 - 15:39</b></td>
   </tr>
   <tr>
     <td><code>%GMTIME{"format"}%</code></td>
@@ -271,15 +271,15 @@ This version of TWiki - TWiki-4.1.2, Sat, 03 Mar 2007, build 13046 - expands the
           <td> 2 digit year </td>
           <td> 99 </td>
         </tr>
-      </table> Variables can be shortened to 3 characters. Example: <br /><code>%GMTIME{"$day $month, $year - $hour:$min:$sec"}%</code> is <br /><b>29 Jun, 2010 - 15:38:05</b></td>
+      </table> Variables can be shortened to 3 characters. Example: <br /><code>%GMTIME{"$day $month, $year - $hour:$min:$sec"}%</code> is <br /><b>29 Jun, 2010 - 15:39:01</b></td>
   </tr>
   <tr>
     <td><code>%SERVERTIME%</code></td>
-    <td> Server time, is <b>29 Jun 2010 - 11:38</b></td>
+    <td> Server time, is <b>29 Jun 2010 - 11:39</b></td>
   </tr>
   <tr>
     <td><code>%SERVERTIME{"format"}%</code></td>
-    <td> Formatted server time. <br /> Example: <code>%SERVERTIME{"$hou:$min"}%</code> is <b>11:38</b></td>
+    <td> Formatted server time. <br /> Example: <code>%SERVERTIME{"$hou:$min"}%</code> is <b>11:39</b></td>
   </tr>
   <tr>
     <td><code>%HTTP_HOST%</code></td>
@@ -453,7 +453,7 @@ This version of TWiki - TWiki-4.1.2, Sat, 03 Mar 2007, build 13046 - expands the
           <td> Custom format results: see <strong>[[Main/FormattedSearch]]</strong> for usage, variables &amp; examples </td>
           <td> Results in table </td>
         </tr>
-      </table> Regular example: <code><b>%SEARCH{"wiki" web="Main" scope="topic"}%</b></code><br /> Formatted example: <code><b>%SEARCH{"FAQ" scope="topic" nosearch="on" nototal="on" header="| *Topic: * | *Summary: * |" format="| $topic | $summary |"%</b></code> <em>(displays results in a table with header - [[Main/FormattedSearch]])</em></td>
+      </table> Regular example: <code><b>%SEARCH{"wiki" web="Main" scope="topic"}%</b></code><br /> Formatted example: <code><b>%SEARCH{"FAQ" scope="topic" nosearch="on" nototal="on" header="| *Topic: * | *Summary: * |" format="| $topic | $summary |"%</b></code> <em>(displays results in a table with header - [[Main/FormattedSearch]])</em><br /> %H% If the TWiki:Plugins.TablePlugin is installed, you may set a <code>%TABLE{}%</code> variable just before the <code>%SEARCH{}%</code> to alter the output of a search. Example: <code><b>%TABLE{ tablewidth="90%" }%</b></code></td>
   </tr>
   <tr>
     <td><code>%METASEARCH{...}%</code></td>
@@ -679,4 +679,4 @@ Additional variables are defined in the preferences ( site-level ( **_SL_** ) in
 > - To place a logo anywhere in a web by typing <code>**%MYLOGO%**</code>, define the Variable on the web's [[WebPreferences]] page, and upload a logo file, ex: `mylogo.gif`. You can upload by [[attaching the file|Main/FileAttachment]] to [[WebPreferences]], or, to avoid clutter, to any other topic in the same web, ex: `LogoTopic`:
 >   - <code>**Set MYLOGO = %PUBURL%/TWiki/LogoTopic/mylogo.gif**</code>
 
--- [[PeterThoeny]] - 13 Sep 2001 <br /> -- [[MikeMannix]] - 12 May 2002
+-- [[PeterThoeny]] - 19 Jan 2003 <br /> -- [[MikeMannix]] - 12 May 2002
diff --git a/TWiki/TemplateWeb.mdwn b/TWiki/TemplateWeb.mdwn
new file mode 100644 (file)
index 0000000..50285ce
--- /dev/null
@@ -0,0 +1,23 @@
+<div>
+  <ul>
+    <li><a href="#Template Web"> Template Web</a><ul>
+        <li><a href="#Purpose"> Purpose</a></li>
+        <li><a href="#Customizing"> Customizing</a></li>
+      </ul>
+    </li>
+  </ul>
+</div>
+
+# <a name="Template Web"></a> Template Web
+
+## <a name="Purpose"></a> Purpose
+
+Template webs were created to act as templates in creating webs. It is now possible to creation webs via the [[ManagingWebs]] topic. In the not so distant past TWiki webs were created by hand. The data directory contains the different webs such as **Main** and **TWiki**. A web that begins with an underscore "\_" character is considered invisible and a template. All files in the **\_default** (or any other web that begins with an underscore) template web will be copied into your new web. The **\_default** web template contains the following topics: `WebChanges, WebHome, WebIndex, WebNotify, WebPreferences, WebSearch, WebStatistics and WebTopicList.`
+
+## <a name="Customizing"></a> Customizing
+
+The web template is useful for administrators to design for creating webs of a certain type. Departmental webs can at least begin with a similar look and feel.
+
+Simply create a web with an underscore for the first character. These can be used by authorized users to create webs from this template.
+
+-- [[GrantBow]] - 16 Jan 2003
index ea55e20..3546c9a 100644 (file)
@@ -3,7 +3,7 @@
     <li><b>Simple search</b>: <table border="0" cellpadding="0" cellspacing="0">
         <tr>
           <td><input checked name="scope" type="radio" value="text" /> Topic text (body)     </td>
-          <td><input name="web" type="checkbox" /> All webs (not only %WIKITOOLNAME%.%INCLUDINGWEB% web) </td>
+          <td><input name="web" type="checkbox" /> All webs (not only %INCLUDINGWEB% web) </td>
         </tr>
         <tr>
           <td><input name="scope" type="radio" value="topic" /> Topic name </td>
   </table>
 </form>
 
-- **[Topic index](http://www.dementia.org/twiki//search/%INCLUDINGWEB%/?scope=topic&regex=on&search=\.*)**: List of %WIKITOOLNAME%.%INCLUDINGWEB% topics in alphabetical order. <br />**|[All](http://www.dementia.org/twiki//search/%INCLUDINGWEB%/?scope=topic&regex=on&search=\.*)|[A](http://www.dementia.org/twiki//search/%INCLUDINGWEB%/?scope=topic&regex=on&search=%5Ea)|[B](http://www.dementia.org/twiki//search/%INCLUDINGWEB%/?scope=topic&regex=on&search=%5Eb)|[C](http://www.dementia.org/twiki//search/%INCLUDINGWEB%/?scope=topic&regex=on&search=%5Ec)|[D](http://www.dementia.org/twiki//search/%INCLUDINGWEB%/?scope=topic&regex=on&search=%5Ed)|[E](http://www.dementia.org/twiki//search/%INCLUDINGWEB%/?scope=topic&regex=on&search=%5Ee)|[F](http://www.dementia.org/twiki//search/%INCLUDINGWEB%/?scope=topic&regex=on&search=%5Ef)|[G](http://www.dementia.org/twiki//search/%INCLUDINGWEB%/?scope=topic&regex=on&search=%5Eg)|[H](http://www.dementia.org/twiki//search/%INCLUDINGWEB%/?scope=topic&regex=on&search=%5Eh)|[I](http://www.dementia.org/twiki//search/%INCLUDINGWEB%/?scope=topic&regex=on&search=%5Ei)|[J](http://www.dementia.org/twiki//search/%INCLUDINGWEB%/?scope=topic&regex=on&search=%5Ej)|[K](http://www.dementia.org/twiki//search/%INCLUDINGWEB%/?scope=topic&regex=on&search=%5Ek)|[L](http://www.dementia.org/twiki//search/%INCLUDINGWEB%/?scope=topic&regex=on&search=%5El)|[M](http://www.dementia.org/twiki//search/%INCLUDINGWEB%/?scope=topic&regex=on&search=%5Em)|[N](http://www.dementia.org/twiki//search/%INCLUDINGWEB%/?scope=topic&regex=on&search=%5En)|[O](http://www.dementia.org/twiki//search/%INCLUDINGWEB%/?scope=topic&regex=on&search=%5Eo)|[P](http://www.dementia.org/twiki//search/%INCLUDINGWEB%/?scope=topic&regex=on&search=%5Ep)|[Q](http://www.dementia.org/twiki//search/%INCLUDINGWEB%/?scope=topic&regex=on&search=%5Eq)|[R](http://www.dementia.org/twiki//search/%INCLUDINGWEB%/?scope=topic&regex=on&search=%5Er)|[S](http://www.dementia.org/twiki//search/%INCLUDINGWEB%/?scope=topic&regex=on&search=%5Es)|[T](http://www.dementia.org/twiki//search/%INCLUDINGWEB%/?scope=topic&regex=on&search=%5Et)|[U](http://www.dementia.org/twiki//search/%INCLUDINGWEB%/?scope=topic&regex=on&search=%5Eu)|[V](http://www.dementia.org/twiki//search/%INCLUDINGWEB%/?scope=topic&regex=on&search=%5Ev)|[W](http://www.dementia.org/twiki//search/%INCLUDINGWEB%/?scope=topic&regex=on&search=%5Ew)|[X](http://www.dementia.org/twiki//search/%INCLUDINGWEB%/?scope=topic&regex=on&search=%5Ex)|[Y](http://www.dementia.org/twiki//search/%INCLUDINGWEB%/?scope=topic&regex=on&search=%5Ey)|[Z](http://www.dementia.org/twiki//search/%INCLUDINGWEB%/?scope=topic&regex=on&search=%5Ez)| <br /> | [All](http://www.dementia.org/twiki//search/%INCLUDINGWEB%/?scope=topic&regex=on&bookview=on&search=\.*)** topics in [[BookView]] **|**
+- **[Topic index](http://www.dementia.org/twiki//search/%INCLUDINGWEB%/?scope=topic&regex=on&search=\.*)**: List of %INCLUDINGWEB% topics in alphabetical order. <br />**|[All](http://www.dementia.org/twiki//search/%INCLUDINGWEB%/?scope=topic&regex=on&search=\.*)|[A](http://www.dementia.org/twiki//search/%INCLUDINGWEB%/?scope=topic&regex=on&search=%5Ea)|[B](http://www.dementia.org/twiki//search/%INCLUDINGWEB%/?scope=topic&regex=on&search=%5Eb)|[C](http://www.dementia.org/twiki//search/%INCLUDINGWEB%/?scope=topic&regex=on&search=%5Ec)|[D](http://www.dementia.org/twiki//search/%INCLUDINGWEB%/?scope=topic&regex=on&search=%5Ed)|[E](http://www.dementia.org/twiki//search/%INCLUDINGWEB%/?scope=topic&regex=on&search=%5Ee)|[F](http://www.dementia.org/twiki//search/%INCLUDINGWEB%/?scope=topic&regex=on&search=%5Ef)|[G](http://www.dementia.org/twiki//search/%INCLUDINGWEB%/?scope=topic&regex=on&search=%5Eg)|[H](http://www.dementia.org/twiki//search/%INCLUDINGWEB%/?scope=topic&regex=on&search=%5Eh)|[I](http://www.dementia.org/twiki//search/%INCLUDINGWEB%/?scope=topic&regex=on&search=%5Ei)|[J](http://www.dementia.org/twiki//search/%INCLUDINGWEB%/?scope=topic&regex=on&search=%5Ej)|[K](http://www.dementia.org/twiki//search/%INCLUDINGWEB%/?scope=topic&regex=on&search=%5Ek)|[L](http://www.dementia.org/twiki//search/%INCLUDINGWEB%/?scope=topic&regex=on&search=%5El)|[M](http://www.dementia.org/twiki//search/%INCLUDINGWEB%/?scope=topic&regex=on&search=%5Em)|[N](http://www.dementia.org/twiki//search/%INCLUDINGWEB%/?scope=topic&regex=on&search=%5En)|[O](http://www.dementia.org/twiki//search/%INCLUDINGWEB%/?scope=topic&regex=on&search=%5Eo)|[P](http://www.dementia.org/twiki//search/%INCLUDINGWEB%/?scope=topic&regex=on&search=%5Ep)|[Q](http://www.dementia.org/twiki//search/%INCLUDINGWEB%/?scope=topic&regex=on&search=%5Eq)|[R](http://www.dementia.org/twiki//search/%INCLUDINGWEB%/?scope=topic&regex=on&search=%5Er)|[S](http://www.dementia.org/twiki//search/%INCLUDINGWEB%/?scope=topic&regex=on&search=%5Es)|[T](http://www.dementia.org/twiki//search/%INCLUDINGWEB%/?scope=topic&regex=on&search=%5Et)|[U](http://www.dementia.org/twiki//search/%INCLUDINGWEB%/?scope=topic&regex=on&search=%5Eu)|[V](http://www.dementia.org/twiki//search/%INCLUDINGWEB%/?scope=topic&regex=on&search=%5Ev)|[W](http://www.dementia.org/twiki//search/%INCLUDINGWEB%/?scope=topic&regex=on&search=%5Ew)|[X](http://www.dementia.org/twiki//search/%INCLUDINGWEB%/?scope=topic&regex=on&search=%5Ex)|[Y](http://www.dementia.org/twiki//search/%INCLUDINGWEB%/?scope=topic&regex=on&search=%5Ey)|[Z](http://www.dementia.org/twiki//search/%INCLUDINGWEB%/?scope=topic&regex=on&search=%5Ez)| <br /> | [All](http://www.dementia.org/twiki//search/%INCLUDINGWEB%/?scope=topic&regex=on&bookview=on&search=\.*)** topics in [[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.
 
-- ** [[WebChanges]] **: Find out what topics in %WIKITOOLNAME%.%INCLUDINGWEB% have changed recently.
+- ** [[WebChanges]]**: Find out what topics in %INCLUDINGWEB% have changed recently.
 
-- **[How to edit text](http://www.dementia.org/twiki//view/TWiki/GoodStyle)**:
+- **[[How to edit text|TWiki/GoodStyle]]**:
   - Make changes to topics in [[GoodStyle]],
   - Learn the [[TextFormattingRules]], and
   - Have a look at the [[TextFormattingFAQ]].
index e40c66a..97fc1cb 100644 (file)
@@ -1,4 +1,4 @@
-## <a name="Statistics for %WIKITOOLNAME%.%W"></a> Statistics for %WIKITOOLNAME%.%WEB% Web
+## <a name="Statistics for %WEB% Web"></a> Statistics for %WEB% Web
 
 <table border="1" cellpadding="0" cellspacing="0">
   <tr>
index 5149dfb..4fb47d8 100644 (file)
@@ -1,4 +1,4 @@
-- <span>You are currently in the %WIKITOOLNAME%.%INCLUDINGWEB% web. The color code for this web is this background, so you know where you are.</span>
+- <span>You are currently in the %INCLUDINGWEB% web. The color code for this web is this background, so you know where you are.</span>
 - If you are not familiar with the %WIKITOOLNAME% collaboration platform, please visit [[WelcomeGuest]] first.
 
 ----