none
authorPeterThoeny <PeterThoeny>
Sun, 10 Dec 2000 22:42:13 +0000 (22:42 +0000)
committerPeterThoeny <PeterThoeny>
Sun, 10 Dec 2000 22:42:13 +0000 (22:42 +0000)
TWiki/TWikiSystemRequirements.mdwn
TWiki/TextFormattingRules.mdwn
TWiki/WebHome.mdwn
TWiki/WikiSyntax.mdwn

index 392da8c..82441d3 100644 (file)
@@ -1,6 +1,6 @@
 **_Platform_**
 
-TWiki is written in PERL 5, but it uses also many shell command. The current implementation runs best on a Unix machine; also possible on Windows. RCS for revision control must be installed on the system.
+TWiki is written in Perl 5, but it uses also many shell commands. The current implementation runs best on a Unix machine, but it is also possible on Microsoft Windows. RCS (for revision control) must be installed on the system.
 
 **_Directories_**
 
@@ -11,7 +11,7 @@ TWiki is written in PERL 5, but it uses also many shell command. The current imp
   </tr>
   <tr>
     <td><code>twiki/bin</code></td>
-    <td> TWiki PERL scripts </td>
+    <td> TWiki Perl scripts </td>
   </tr>
   <tr>
     <td><code>twiki/pub</code></td>
@@ -60,7 +60,7 @@ TWiki is written in PERL 5, but it uses also many shell command. The current imp
   </tr>
   <tr>
     <td><code>oops</code></td>
-    <td> Script that shows a OK or oops dialog </td>
+    <td> Script that shows an OK or oops dialog </td>
   </tr>
   <tr>
     <td><code>preview</code></td>
index a31ce94..29f8697 100644 (file)
@@ -1,4 +1,4 @@
-It is easy to collaborate, just type your text. You don't need to know HTML at all, though you can use it if you prefer. Links to topics will be created automatically as long as you follow these simple Text Formatting Rules. [[TextFormattingFAQ]] has answers to frequently asked questions about text formatting.
+It is easy to collaborate; just type your text. You don't need to know HTML at all, though you can use it if you prefer. Links to topics will be created automatically, as long as you follow these simple Text Formatting Rules. [[TextFormattingFAQ]] has answers to frequently asked questions about text formatting.
 
 **LINKS**
 
@@ -7,7 +7,7 @@ The Collaborative Work Area is a bunch of related links that are editable throug
 The %WIKITOOLNAME% web has the following types of **_internal links:_**
 
 - [[GoodStyle]] is a [[WikiWord]] that links to the GoodStyle topic located in the current %WIKITOOLNAME% web.
-- [[NotExistingYet]] is a topic waiting to be written. You could create that topic by clicking on the question mark. (Do not create that topic, you would wreck this example!)
+- [[NotExistingYet]] is a topic waiting to be written. You could create that topic by clicking on the question mark. (Do not create that topic; you would wreck this example!)
 
 **_External links:_**
 
index 8d96699..9112e45 100644 (file)
@@ -1,6 +1,6 @@
 <table>
   <tr>
-    <td> Welcome to %WIKITOOLNAME%, a web-based collaboration tool, document management tool and knowledge base tool. This is the place to learn about the tool.</td>
+    <td> Welcome to %WIKITOOLNAME%, a web-based collaboration tool, document management tool, and knowledge base tool. This is the place to learn about the tool.</td>
     <td><a href="http://TWiki.org/"><img alt="Powered by TWiki" border="0" height="64" src="http://www.dementia.org/twiki//view/twikilogo3.gif" width="131" /></a></td>
     <td><b>The TWiki home is <br /> at <a href="http://TWiki.org/" target="_top">http://TWiki.org/</a> </b></td>
   </tr>
   - [[TWikiFAQ]]: List of frequently asked questions around the %WIKITOOLNAME% tool.
   - [[TWikiTutorial]]: Get a jump start on %WIKITOOLNAME%.
   - [[GoodStyle]]: Things to consider when changing text.
-  - [[WikiSyntax]], [[TextFormattingRules]]: Easy to learn rules when editing text.
+  - [[WikiSyntax]], [[TextFormattingRules]]: Easy to learn rules for editing text.
   - [[TextFormattingFAQ]]: Answers to frequently asked questions about text formatting.
 - Webmaster documentation:
   - [[TWikiHistory]] shows TWiki's implementation history.
-  - [[TWikiDocumentation]] is the implementation documentation of TWiki with these topics:
+  - [[TWikiDocumentation]] is the implementation documentation of TWiki, containing these topics:
     - [[TWikiImplementationNotes]]
     - [[TWikiInstallationNotes]]
     - [[TWikiUpgradeNotes]]
index 79adbd2..e468ecd 100644 (file)
@@ -1,12 +1,12 @@
 Separate each paragraph with a blank line.
 
-To display a word or phrase in **bold type** , surround it by asterisks.
+To display a word or phrase in **bold type**, surround it by asterisks.
 
-To display a word or phrase in _italic_ , surround it by underscores.
+To display a word or phrase in _italic_, surround it by underscores.
 
-To display a word or phrase in **_bold italic_** , surround it by double underscores.
+To display a word or phrase in **_bold italic_**, surround it by double underscores.
 
-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, a dot and the WikiWord for that topic, i.e. `Test.WebHome` )
+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, a dot, and the WikiWord for that topic (i.e., `Test.WebHome`).
 
 If you add a [[WikiWord]] for a topic that does not yet exist, you'll see a question mark after it, prompting you (or someone else) to edit the new topic. After that has been done, the WikiWord will be automatically recognized as a link to the new Wiki page.
 
@@ -20,7 +20,7 @@ For an external hyperlink, just type the URL ( starting with `http://` ).
 
 To include an image inline, just type its URL. You also can attach an image to the page and display it with text `%ATTACHURL%/imagefile.jpg` .
 
-To display a word or phrase in `MONOSPACED TYPE` , surround it by '=' characters.
+To display a word or phrase in `MONOSPACED TYPE`, surround it by '=' characters.
 
 <pre>  Surround code excerpts and other<br />  formatted text with<br />       &lt;pre&gt; and &lt;/pre&gt; tags.</pre>