none
authorMikeMannix <MikeMannix>
Sun, 2 Dec 2001 09:02:00 +0000 (09:02 +0000)
committerMikeMannix <MikeMannix>
Sun, 2 Dec 2001 09:02:00 +0000 (09:02 +0000)
TWiki/TWikiAccessControl.mdwn
TWiki/TextFormattingRules.mdwn
TWiki/WebHome.mdwn

index 5ecdc90..caad676 100644 (file)
@@ -25,6 +25,7 @@
             </li>
           </ul>
         </li>
+        <li><a href="#Hiding Control Settings"> Hiding Control Settings</a></li>
         <li><a href="#The _SuperAdminGroup"> The SuperAdminGroup</a></li>
       </ul>
     </li>
@@ -77,9 +78,9 @@ Groups are defined by group topics in the <code>**Main**</code> web, like the [[
   - Set GROUP = &lt; list of users and groups &gt;
   - Set ALLOWTOPICCHANGE = &lt; list of users and groups &gt;
 
-- - GROUP is a comma-separated list of users and of other groups:<br /><code>**    \* Set GROUP = Main.SomeUser, Main.OtherUser, Main.SomeOtherGroup**</code>
+- GROUP is a comma-separated list of users and of other groups:<br /><code>**    Set GROUP = Main.SomeUser, Main.OtherUser, Main.SomeOtherGroup**</code>
 
-- - ALLOWTOPICCHANGE defines who is allowed to change the group topic; it is a comma delimited list of users and groups. You typically want to restrict that to the members of the group itself, so it should contain the name of the topic,<br />`    * Set ALLOWTOPICCHANGE = Main.TWikiAdminGroup`<br /> for the TWikiAdminGroup topic. (This prevents users not in the group from editing the topic and from gaining unauthorized membership to the group.)
+- ALLOWTOPICCHANGE defines who is allowed to change the group topic; it is a comma delimited list of users and groups. You typically want to restrict that to the members of the group itself, so it should contain the name of the topic,<br /><code>**    Set ALLOWTOPICCHANGE = Main.TWikiAdminGroup**</code><br /> for the TWikiAdminGroup topic. (This prevents users not in the group from editing the topic and from gaining unauthorized membership to the group.)
 
 ## <a name="Restricting Write Access"></a> Restricting Write Access
 
@@ -168,6 +169,20 @@ You can define restrictions of who is allowed to view a %WIKITOOLNAME% web.
       - Set NOSEARCHALL = on
     - It is not recommended to restrict view access to individual topics since all content is searchable _within_ a web.
 
+## <a name="Hiding Control Settings"></a> Hiding Control Settings
+
+- %T% To hide access control settings from normal browser viewing, place them in comment markers.
+
+> &lt;!--
+>
+> <br />
+>
+> Set DENYTOPICCHANGE = Main.SomeGroup
+>
+> <br />
+>
+> --&gt;
+
 <a name="SuperAdminGroup"></a>
 
 ## <a name="The _SuperAdminGroup"></a> The SuperAdminGroup
@@ -180,4 +195,4 @@ By mistyping a user or group name in the ALLOWTOPICCHANGE setting, it's possible
 
 - The default setting is not to have superusers.
 
--- [[PeterThoeny]] - 16 Mar 2001 <br /> -- [[AndreaSterbini]] - 11 Apr 2001 <br />
+-- [[MikeMannix]] - 02 Dec 2001
index 571346c..6a45a50 100644 (file)
@@ -1,6 +1,6 @@
 <div>
   <ul>
-    <li><a href="#Appendix C: Text Formatting Rule"> Appendix C: Text Formatting Rules</a><ul>
+    <li><a href="#TWiki Text Formatting"> TWiki Text Formatting</a><ul>
         <li><a href="#TWiki Editing Shorthand"> TWiki Editing Shorthand</a></li>
         <li><a href="#Using HTML"> Using HTML</a></li>
         <li><a href="#Hyperlinks"> Hyperlinks</a><ul>
@@ -8,15 +8,13 @@
             <li><a href="#External Links"> External Links</a></li>
           </ul>
         </li>
-        <li><a href="#TWiki Variables"> TWiki Variables</a></li>
-        <li><a href="#Common Editing Errors"> Common Editing Errors</a></li>
-        <li><a href="#TWiki Plugins"> TWiki Plugins</a></li>
+        <li><a href="#TWikiPlugin Formatting Extension"> TWikiPlugin Formatting Extensions</a></li>
       </ul>
     </li>
   </ul>
 </div>
 
-# <a name="Appendix C: Text Formatting Rule"></a> Appendix C: Text Formatting Rules
+# <a name="TWiki Text Formatting"></a> TWiki Text Formatting
 
 Working in TWiki is as easy as typing in text - exactly like email. You don't need to know HTML, though you can use it if you prefer. Links to topics are created automatically when you enter [[WikiWords]]. And TWiki shorthand gives you all the power of HTML with a simple coding system that takes no time to learn. It's all layed out below - refer back to this page in a pop-up window from the **Edit** screen.
 
@@ -228,7 +226,7 @@ Know.ReadmeFirst
     </td>
   </tr>
   <tr bgcolor="#ffffff">
-    <td valign="top"><a name="SquareBrackets"></a> <strong>Forced Links:</strong><br /> You can create a forced internal link by enclosing words in double square brackets. <br /><strong><em>Note:</em></strong> Text within the brackets may contain optional spaces; the topic name is formed by capitalizing the initial letter and by removing the spaces; i.e. <code>[[text formatting FAQ]]</code> links to topic [[Main/TextFormattingFAQ]]. You can also refer to a different web and use anchors. </td>
+    <td valign="top">#SquareBrackets <strong>Forced Links:</strong><br /> You can create a forced internal link by enclosing words in double square brackets. <br /><strong><em>Note:</em></strong> Text within the brackets may contain optional spaces; the topic name is formed by capitalizing the initial letter and by removing the spaces; i.e. <code>[[text formatting FAQ]]</code> links to topic [[Main/TextFormattingFAQ]]. You can also refer to a different web and use anchors. </td>
     <td valign="top"><span style="background: #FFFFCC"><font color="#990000"> <pre>
 [[wiki syntax]]
 
@@ -295,35 +293,11 @@ Being able to create links without any formatting required is a core TWiki featu
 
 - `[[Square bracket rules]]` let you easily create [[non-WikiWord links|Main/WebHome#SquareBrackets]].
 
-## <a name="TWiki Variables"></a> TWiki Variables
+## <a name="TWikiPlugin Formatting Extension"></a><a name="_TWikiPlugin Formatting Extensio"></a> TWikiPlugin Formatting Extensions
 
-Variables are names that are enclosed in percent signs `%` that are expanded on the fly.
+Plugins provide additional text formatting capabilities and can extend the functionality of %WIKITOOLNAME% into many other areas. For example, the optional [SpreadSheetPlugin](http://twiki.org/cgi-bin/view/Plugins/SpreadSheetPlugin) lets you create a spreadsheet with the same basic notation used in TWiki tables.
 
-- `%TOC%` : Automatically generates a table of contents based on headings in a topic - see the top of this page for an example.
-
-- `%WEB%` : The current web, is **%WEB%**.
-
-- `%TOPIC%` : The current topic name, is **%TOPIC%**.
-
-- `%ATTACHURL%` : The attachment URL of the current topic. Example usage: If you attach a file to a topic you can refer to it as <code>**%ATTACHURL%/image.gif**</code> to show the URL of the file or the image in your text.
-
-- `%INCLUDE{"SomeTopic"}%` : Server side include, includes another topic. The current %WIKITOOLNAME% web is the default web. Example: <code>**%INCLUDE\{"TWiki.TWikiWebsTable"\}%**</code>
-
-- There are many more variables, see **[[TWikiVariables]]**.
-
-## <a name="Common Editing Errors"></a> Common Editing Errors
-
-TWiki formatting rules are fairly simple to use and quick to type. However, there are some things to watch out for, taken from the [[TextFormattingFAQ]]:
-
-- **Q:** Text enclosed in angle brackets like `<filename>` is not displayed. How can I show it as it is?
-  - **A:** The `'<'` and `'>'` characters have a special meaning in HTML, they define HTML tags. You need to escape them, so write `'&lt;'` instead of `'<'`, and `'&gt;'` instead of `'>'`. <br /> Example: Type `'prog &lt;filename&gt;'` to get `'prog <filename>'`.
-
-- **Q:** Why is the `'&'` character sometimes not displayed?
-  - **A:** The `'&'` character has a special meaning in HTML, it starts a so called character entity, ex: `'&copy;'` is the `©` copyright character. You need to escape `'&'` to see it as it is, so write `'&amp;'` instead of `'&'`. <br /> Example: Type `'This &amp; that'` to get `'This & that'`.
-
-## <a name="TWiki Plugins"></a> TWiki Plugins
-
-Plugins provide additional text formatting capabilities and can extend the functionality of %WIKITOOLNAME% into many other areas. For example, one optional Plugin lets you create a basic spreadsheet in a similar way to tables. Available Plugins are located in the [[Plugins|Main/TWiki:Plugins]] web on TWiki.org. Currently enabled plugins on here:
+Available Plugins are located in the [Plugins](http://twiki.org/cgi-bin/view/Plugins) web on TWiki.org. Currently enabled plugins on this TWiki installation, as listed by `%PLUGINDESCRIPTIONS%`:
 
 - [[SpreadSheetPlugin]] <span>(any TWiki, 10197)</span>:
 - [[CommentPlugin]] <span>(Dakar, 11359)</span>: Allows users to quickly post comments to a page without an edit/preview/save cycle
@@ -337,4 +311,4 @@ Plugins provide additional text formatting capabilities and can extend the funct
 
 Check on current Plugin status and settings for this site in [[TWikiPreferences]].
 
--- [[MikeMannix]] - 02 Oct 2001 <br />
+-- [[MikeMannix]] - 02 Dec 2001
index 5e5af84..9b56de1 100644 (file)
 
 - **One-Page Primers** cover TWiki basics
   - [[TWikiTutorial]]: A compact, 20-minute TWiki primer
+  - [[TWikiSite]]: Instant overview - first, there was Wiki
   - [[TWikiPages]]: Customize, rename, move, or delete TWiki topics
-  - [[TWikiShorthand]]: The complete TWiki text formatting syntax on one page
   - [[WikiSyntax]]: TWiki shorthand basics
   - [[GoodStyle]]: Working tips for an open collaboration environment
+  - [[TWikiShorthand]]: The complete TWiki text formatting syntax on one page
   - [[TWikiVariables]]: How to easily embed text, graphics, dynamic content
   - [[FileAttachments]]: Use your browser to upload files for distribution or display
   - [[WebChangesAlert]]: Subscribe to email alerts linking to the latest page changes
 
 - **TWiki Help FAQs**
-  - [[TWikiSite]]: Instant overview - first, there was Wiki...
   - [[TWikiFAQ]]: The first things people ask about TWiki
   - [[TextFormattingFAQ]]: Common how-to questions about posting in TWiki
 
@@ -35,7 +35,7 @@
 
 ### <a name="TWiki Reference Manual"></a> TWiki Reference Manual
 
-Documentation for webmasters, system administrators, project managers, team leaders, <br /> all other users of the TWiki advanced online collaboration tool.
+Documentation for webmasters, system administrators, project managers, team leaders, <br /> and all other users of the TWiki advanced online collaboration tool.
 
 - **[[TWikiDocumentation]]**: Complete current reference...
   - [[System Requirements|Main/TWikiImplementationNotes]]