none
authorMikeMannix <MikeMannix>
Mon, 1 Oct 2001 19:05:43 +0000 (19:05 +0000)
committerMikeMannix <MikeMannix>
Mon, 1 Oct 2001 19:05:43 +0000 (19:05 +0000)
TWiki/TWikiDocumentation.mdwn
TWiki/WebHome.mdwn
TWiki/WikiSyntax.mdwn

index d2841bf..8204bb2 100644 (file)
@@ -35,3 +35,7 @@ This page contains all documentation topics as one long, complete reference shee
 ----
 
 ----
+
+----
+
+----
index bcbafe6..a732727 100644 (file)
@@ -22,7 +22,7 @@
   - [[TextFormattingFAQ]]: Most-requested facts about posting in TWiki
   - [[TWikiTutorial]]: A compact %WIKITOOLNAME% primer
   - [[GoodStyle]]: Working tips for an open collaboration environment
-  - [[TextFormattingRules]]: The complete TWiki shorthand syntax on one page
+  - [[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
     7. [[TWikiSkins]]
     8. [[TWikiVariables]]
     9. [[TWikiForms]]
-    10. [[TWikiPlugins]]
-    11. [[Monitoring Activity|Main/MonitoringSiteActivity]]
-    12. [[Managing Topics|Main/ManagingTopics]]
-    13. [[Managing Webs|Main/ManagingWebs]]
-    14. [[A - TWiki File System|Main/AppendixFileSystem]]
-    15. [[B - TWiki Meta Data|Main/TWikiMetaData]]
+    10. [[TWikiAttachments|Main/FileAttachment]]
+    11. [[TWikiPlugins]]
+    12. [[Monitoring Activity|Main/MonitoringSiteActivity]]
+    13. [[Managing Topics|Main/ManagingTopics]]
+    14. [[Managing Webs|Main/ManagingWebs]]
+    15. [[A - TWiki File System|Main/AppendixFileSystem]]
+    16. [[B - TWiki Meta Data|Main/TWikiMetaData]]
+    17. [[C - Text Formatting Rules|Main/TextFormattingRules]]
 
 ### <a name="TWiki Site Tools"></a> TWiki Site Tools
 
index 9b05208..b6e6b67 100644 (file)
@@ -12,26 +12,25 @@ If you can enter text, write an email, you're ready for TWiki. Use simple, intui
 
 - To link to another Wiki topic, type the [[WikiWord]] for that topic. To link to a Wiki topic in another web, type the name of the web, and a dot, first: `Test.WebHome`.
 
-- If you enter a [[WikiWord]] for a topic that doesn't exist, it'll appear highlighted, with question mark at the end, prompting you (or someone else) to start off the new topic by clicking the **?** - [[FreshTopic]] (click the **?**, but don't save, to preserve the example!).
+- - When entering [[WikiName]] signatures - like, admin - include the Main as a prefix, since all TWiki member pages are in the Main web: `Main.YourName`.
 
-- When entering WikiName signatures - like, admin - include the Main as a prefix, since all TWiki member pages are in the Main web: `Main.YourName`.
+- If you enter a [[WikiWord]] for a topic that doesn't exist, it appears highlighted, with a question mark link at the end, prompting you (or someone else) to start off the new topic by clicking the **?** - [[FreshTopic]] (try clicking the **?**, but don't save, or you'll create a <code>**FreshTopic**</code> page and ruin this example).
 
-- For an external link, type the full URL: `http://twiki.org`.
+- For an external link, type the full URL: `http://twiki.org` = <http://twiki.org>
 
-- To prevent a WikiWord from becoming a link, type `<nop>` first, <code>**&lt;nop&gt;NoLinkPlease**</code>.
+- To prevent a [[WikiWord]] from becoming a link, type `<nop>` first, <code>**&lt;nop&gt;WikiWord**</code> = WikiWord
 
 - To indent with a bullet, enter `[space][space][space][asterisk][space]`.
   - Use multiples of 3 spaces to start **nested bullets**.
-    - Thats 3-6-9-...
+    - That's 3-6-9-...
+  1. Start items in a **numbered list** with `[space][space][space][1][space]`.
+  2. The "1" (or **any number**) will be replaced by the correct number, in order.
 
-1. Start items in a **numbered list** with `[space][space][space][1][space]`.
-2. The "1" (or **any number**) will be replaced by the correct number, in order.
-
-- Always start **counting** for bullets and such from the beginning of a new line.
+- Always start **counting spaces** for bullets and such from the beginning of a new line.
 
 - To include an image, type its URL. You also can Attach an image to the page and display it with text <br />=%ATTACHURL%/yourimagefilename.jpg=.
 
-- To display a word or phrase in `MONOSPACED TYPE`, put it in equal signs: `=like this=`. <br />Use `==two==` for bold: <code>**bold mono**</code>.
+- To display a word or phrase in `MONOSPACED type`, put it in equal signs: `=like this=`. <br />Use `==two==` for bold: <code>**bold mono**</code>.
 
          Surround code excerpts, filenames, and other
          unformatted text with <pre> or </pre>
@@ -40,8 +39,8 @@ If you can enter text, write an email, you're ready for TWiki. Use simple, intui
 
 - Use three (or more) consecutive **hyphens** expands into a horizontal rule: `---`
 
-- See [[TextFormattingRules]] for more....
+- See [[TWikiShorthand|Main/TextFormattingRules]] for more....
 
 ----
 
--- [[MikeMannix]] - 14 Sep 2001 <br />
+-- [[MikeMannix]] - 01 Oct 2001 <br />