none
[openafs-wiki.git] / TWiki / ManagingWebs.mdwn
index c5d7e4d..26cad6b 100644 (file)
@@ -21,9 +21,7 @@ A [[TWikiSite]] is divided into webs; each one represents one subject, one area
 
 ## <a name="Adding a New Web"></a> Adding a New Web
 
-<form action="http://www.dementia.org/twiki//manage/%WEB%/%TOPIC%" method="post" name="admin"> Create a new web by filling out this form. <strong><em>Note:</em></strong> It is not recommended to create a new web for each little project. Cross-linking topics and search is easier if there are only a few larger webs. <p>
-  </p>
-  <table border="1" cellpadding="0" cellspacing="0">
+<form action="http://www.dementia.org/twiki//manage/%WEB%/%TOPIC%" method="post" name="admin"> Create a new web by filling out this form. <strong><em>Note:</em></strong> It is not recommended to create a new web for each little project. You can organize content within a web using [[Main/TWikiForms]] and [[Main/FormattedSearch]]. Cross-linking topics and search is easier if there are only a few larger webs. <table border="1" cellpadding="0" cellspacing="0">
     <tr>
       <th align="right" bgcolor="#99CCCC"><strong> Name of new web: </strong></th>
       <td><input name="newweb" size="16" type="text" value="" /></td>
@@ -31,8 +29,8 @@ A [[TWikiSite]] is divided into webs; each one represents one subject, one area
     </tr>
     <tr>
       <th align="right" bgcolor="#99CCCC"><strong> Based on web: </strong></th>
-      <td><select name="webtemplate"> </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 an existing web </td>
+      <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>
     </tr>
     <tr>
       <th align="right" bgcolor="#99CCCC"><strong> Web color: </strong></th>
@@ -40,30 +38,23 @@ A [[TWikiSite]] is divided into webs; each one represents one subject, one area
       <td> Enter a [[Main/StandardColors]] code for the web </td>
     </tr>
     <tr>
-      <th align="right" bgcolor="#99CCCC"><strong> Exclude web from "search all": </strong></th>
-      <td><input checked name="nosearchall" type="radio" value="" /> No   <input name="nosearchall" type="radio" value="on" /> Yes </td>
-      <td> Specify if you want to exclude the web from a "search all webs" search </td>
-    </tr>
-    <tr>
-      <th align="right" bgcolor="#99CCCC"><strong> Update WIKIWEBLIST: </strong></th>
-      <td><input name="updatewikiweblist" type="radio" value="" /> No   <input checked name="updatewikiweblist" type="radio" value="on" /> Yes </td>
-      <td> Specify if you want to list the new web in the WIKIWEBLIST displayed by some skins in the upper right hand corner </td>
+      <th align="right" bgcolor="#99CCCC"><strong> Description:<br />  <br />   </strong></th>
+      <td colspan="2"><input name="sitemapwhat" size="60" type="text" value="" /><br /> Enter a short description of the web. Write <code>Web.TopicName</code> instead of just <code>TopicName</code> if you include links. This will list the web in the [[TWiki/SiteMap]] (leave field empty if you prefer not to update the directory.) </td>
     </tr>
     <tr>
-      <th align="right" bgcolor="#99CCCC"><strong> Description:<br />   </strong></th>
-      <td colspan="2"><input name="description" size="60" type="text" value="" /><br /> Enter a short description of the web. This is for listing the web in the [[TWiki/SiteMap]] (leave field empty if you prefer not to update the directory) </td>
+      <th align="right" bgcolor="#99CCCC"><strong> Use to...<br />   </strong></th>
+      <td colspan="2"><input name="sitemapuseto" size="60" type="text" value="...collaborate on" /><br /> Continue the sentence describing the intended use. This is also for the [[TWiki/SiteMap]]</td>
     </tr>
     <tr>
-      <th align="right" bgcolor="#99CCCC"><strong> Used to...<br />   </strong></th>
-      <td colspan="2"><input name="usedto" size="60" type="text" value="..." /><br /> Continue the sentence describing the intended use. This is also for the [[TWiki/SiteMap]]</td>
+      <th align="right" bgcolor="#99CCCC"><strong> Exclude web from "search all": </strong></th>
+      <td><input checked name="nosearchall" type="radio" value="" /> No   <input name="nosearchall" type="radio" value="on" /> Yes </td>
+      <td> Specify if you want to exclude the web from a "search all webs" search. Note that the [[TWiki/SiteMap]] will not list the web if you select Yes. </td>
     </tr>
     <tr>
       <td>   </td>
       <td colspan="2"><input type="submit" value="Create new web" /></td>
     </tr>
-  </table><input name="newtopic" type="hidden" value="" /> <input name="action" type="hidden" value="createnewweb" /></form>
-
-For detailed instructions, see [[TWiki Installation Guide: Adding a New Web|Main/TWikiInstallationGuide#CreateWeb]].
+  </table><input name="newtopic" type="hidden" value="" /> <input name="action" type="hidden" value="createweb" /></form>
 
 ## <a name="Renaming or Deleting a Web"></a> Renaming or Deleting a Web