none
authorMikeMannix <MikeMannix>
Mon, 3 Dec 2001 07:23:00 +0000 (07:23 +0000)
committerMikeMannix <MikeMannix>
Mon, 3 Dec 2001 07:23:00 +0000 (07:23 +0000)
TWiki/TWikiDocumentation.mdwn
TWiki/TWikiHistory.mdwn
TWiki/WikiSyntax.mdwn

index 8204bb2..86eddbe 100644 (file)
@@ -1,4 +1,4 @@
-<font>TWiki Reference Manual</font><font> (01-Sep-2001)</font>
+<font>TWiki Reference Manual</font><font> (01-Dec-2001)</font>
 
 This page contains all documentation topics as one long, complete reference sheet.<br />**_Doubleclick anywhere_** to return to the top of the page.
 
@@ -39,3 +39,7 @@ This page contains all documentation topics as one long, complete reference shee
 ----
 
 ----
+
+----
+
+----
index 9ebe73e..295bcfd 100644 (file)
@@ -1,19 +1,22 @@
-<font> **TWiki History: The Dev Timeline** </font>
+# <a name="Appendix C: TWiki Development Ti"></a> Appendix C: TWiki Development Timeline
 
 <div>
   <ul>
-    <li><a href="#Work-in-progress"> Work-in-progress</a></li>
-    <li><a href="#01-Sep-2001 Release"> 01-Sep-2001 Release</a></li>
-    <li><a href="#01-Dec-2000 Release"> 01-Dec-2000 Release</a></li>
-    <li><a href="#01-May-2000 Release"> 01-May-2000 Release</a></li>
-    <li><a href="#01-Sep-1999 Release"> 01-Sep-1999 Release</a></li>
-    <li><a href="#01-Jul-1999 Release"> 01-Jul-1999 Release</a></li>
-    <li><a href="#1998 Releases"> 1998 Releases</a></li>
-    <li><a href="#Dev Flow"> Dev Flow</a></li>
+    <li><a href="#Appendix C: TWiki Development Ti">Appendix C: TWiki Development Timeline</a><ul>
+        <li><a href="#01-Dec-2001 Release (Athens)"> 01-Dec-2001 Release (Athens)</a></li>
+        <li><a href="#01-Sep-2001 Release"> 01-Sep-2001 Release</a></li>
+        <li><a href="#01-Dec-2000 Release"> 01-Dec-2000 Release</a></li>
+        <li><a href="#01-May-2000 Release"> 01-May-2000 Release</a></li>
+        <li><a href="#01-Sep-1999 Release"> 01-Sep-1999 Release</a></li>
+        <li><a href="#01-Jul-1999 Release"> 01-Jul-1999 Release</a></li>
+        <li><a href="#1998 Releases"> 1998 Releases</a></li>
+        <li><a href="#Dev Flow"> Dev Flow</a></li>
+      </ul>
+    </li>
   </ul>
 </div>
 
-## <a name="Work-in-progress"></a> Work-in-progress
+## <a name="01-Dec-2001 Release (Athens)"></a> 01-Dec-2001 Release (Athens)
 
 - **25 Oct 2001** - [[PeterThoeny]]
   - Added [[FormattedSearch]] to `%SEARCH{}%` variable for database like reporting.
@@ -271,4 +274,8 @@ The typical TWiki development flow...
 - TWiki:Codev/TWikiPlannedFeatures: accepted for future development
 - TWiki:Codev/FeatureToDo: prioritized to up-next dev status
 - TWiki:Codev/FeatureUnderConstruction: currently in development
+- TWiki:Codev/FeatureDone: completed and implemented
+- TWiki:Codev/DocRequest: request for documentation
+- TWiki:Codev/DocsToDo: feature documentation pending
+- TWiki:Codev/FeatureDocumented: documented feature
 - [[TWikiDocumentation]]: reference manual for the latest TWiki
index 9eba2ba..baaf1dd 100644 (file)
@@ -27,7 +27,7 @@ If you can enter text, you're ready for TWiki. With a few simple, intuitive [[TW
 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.
+- Start **counting spaces** for bullets 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=.
 
@@ -41,8 +41,8 @@ If you can enter text, you're ready for TWiki. With a few simple, intuitive [[TW
 > <b>&lt;/pre&gt;</b>
 > </pre>
 
-- Use three (or more) consecutive **hyphens** expands into a horizontal rule: `---`
-
-- See [[TWikiShorthand]] for the complete set of formatting rules.
+- Three (or more) consecutive **hyphens** expand into a horizontal rule: `---`
 
 ----
+
+- See [[TWikiShorthand]] for the complete set of formatting rules.