none
authorPeterThoeny <PeterThoeny>
Thu, 16 Jan 2003 07:35:00 +0000 (07:35 +0000)
committerPeterThoeny <PeterThoeny>
Thu, 16 Jan 2003 07:35:00 +0000 (07:35 +0000)
TWiki/IncludeTopicsAndWebPages.mdwn
TWiki/TWikiInstallationGuide.mdwn
TWiki/TWikiSystemRequirements.mdwn
TWiki/WebHome.mdwn

index 7a4eba4..8b96732 100644 (file)
@@ -1,4 +1,4 @@
-**Include Topics and Web Pages Using <code>**%INCLUDE\{...\}%**</code> Variable**
+# <a name="Include Topics and Web Pages Usi"></a><a name=" Include Topics and Web Pages Us"></a> Include Topics and Web Pages Using <code>**%INCLUDE\{...\}%**</code> Variable
 
 Use the <code>**%INCLUDE\{...\}%**</code> variable to embed the content of another topic or web page inside a %WIKITOOLNAME% topic. The whole content or only parts of a page can be included.
 
@@ -35,31 +35,28 @@ Use the <code>**%INCLUDE\{...\}%**</code> variable to embed the content of anoth
 ### <a name="1. Display regression test resul"></a> 1. Display regression test results in a TWiki page
 
       <pre>
-      %INCLUDEURL{"http://domain/~qa/v1.1/REDTest.log.txt"}%
+      %INCLUDE{"http://domain/~qa/v1.1/REDTest.log.txt"}%
       </pre>
 
 ### <a name="2. Display Yahoo&#39;s robot.txt fil"></a> 2. Display Yahoo's robot.txt file
 
 - You type:
-  - <code>**%INCLUDE\{"http://www.yahoo.com/robots.txt"\}%**</code><br />
-- You get:
-
-    %INCLUDE{"http://www.yahoo.com/robots.txt"}%
+  - <code>**%INCLUDE\{"http://www.yahoo.com/robots.txt"\}%**</code>
 
 ### <a name="3. Display the SUNW stock quote"></a><a name="3. Display the SUNW stock quote "></a> 3. Display the SUNW stock quote in a TWiki page
 
 - You type:
-  - <code>**SUNW: %INCLUDE\{"http://finance.yahoo.com/q?s=SUNW&amp;d=v1&amp;o=t" pattern="^.\*?&gt;SUNW&lt;/a&gt;[^&lt;]+(.\*?)\\s+\\S+\\s+&lt;small.\*"\}%**</code><br />
+  - <code>**SUNW: %INCLUDE\{"http://finance.yahoo.com/q?s=SUNW&amp;d=v1&amp;o=t" pattern="^.\*?&gt;SUNW&lt;/a&gt;[^&lt;]+(.\*?)\\s+\\S+\\s+&lt;small.\*"\}%**</code>
 - You get:
   - SUNW:
 
 ### <a name="4. Display the temperature in Sa"></a> 4. Display the temperature in San Francisco
 
 - You type:
-  - <code>**San Francisco: %INCLUDE\{"http://weather.yahoo.com/forecast/San\_Francisco\_CA\_US\_f.html" pattern="^.\*?([0-9]+\\&amp;ordm\\;F).\*"\}%**</code><br />
+  - <code>**San Francisco: %INCLUDE\{"http://weather.yahoo.com/forecast/San\_Francisco\_CA\_US\_f.html" pattern="^.\*?([0-9]+\\&amp;ordm\\;F).\*"\}%**</code>
 - You get:
   - San Francisco:
 
 See also other [[TWikiVariables]].
 
--- [[PeterThoeny]] - 25 Jun 2001 <br />
+-- [[PeterThoeny]] - 15 Jan 2003
index de47081..fa1ba3f 100644 (file)
@@ -27,7 +27,7 @@
 
 _Installation instructions for the TWiki 01-Dec-2001 production release. Update notes for the new RCS configuration are marked_ **_Dataframework_**.
 
-These installation steps are based on the **Apache** web server on **Linux**. TWiki runs on other web servers and Unix systems, and should be fine with any web server and OS that meet the [[system requirements|Main/TWikiImplementationNotes]]. Documentation for other platforms is somewhat limited:
+These installation steps are based on the **Apache** web server on **Linux**. TWiki runs on other web servers and Unix systems, and should be fine with any web server and OS that meet the [[system requirements|Main/TWikiSystemRequirements]]. Documentation for other platforms is somewhat limited:
 
 - For Unix or Linux, check TWiki:Codev/TWikiOnUnix and TWiki:Codev/TWikiOnLinux.
 - For Windows, check the [[WindowsInstallCookbook]].
index 3c24cc8..18952b5 100644 (file)
@@ -11,7 +11,7 @@
 
 # <a name="TWiki System Requirements"></a> TWiki System Requirements
 
-_Server and client requirements for TWiki 01-Dec-2001_
+_Server and client requirements for TWiki 01-Feb-2003 (pending release)_
 
 Low client and server requirements are core features that keep TWiki widely deployable, particularly across a range of browser platforms and versions.
 
@@ -30,7 +30,7 @@ TWiki is written in Perl 5, uses a number of shell commands, and requires [RCS (
   </tr>
   <tr>
     <td> Perl </td>
-    <td align="center" colspan="2"> 5.005_03 or higher </td>
+    <td align="center" colspan="2"> 5.005_03 or higher (5.6.1 recommended) </td>
   </tr>
   <tr>
     <td> Non-standard Perl modules </td>
@@ -39,19 +39,28 @@ TWiki is written in Perl 5, uses a number of shell commands, and requires [RCS (
   </tr>
   <tr>
     <td> RCS </td>
-    <td align="center" colspan="2"> 5.7 or higher </td>
+    <td align="center" colspan="2"> 5.7 or higher (including GNU <code>diff</code>) %BR% Optional, but the all-Perl replacement is not currently recommended for live sites - see TWiki:Codev/RcsLite. </td>
+  </tr>
+  <tr>
+    <td> GNU <code>diff</code></td>
+    <td align="center" colspan="2"> GNU <code>diff</code> 2.7 or higher is required when TWiki's uses RCS binaries. %BR% Install on PATH if not included with RCS (check version with <code>diff -v</code>) </td>
   </tr>
   <tr>
     <td> Other external programs </td>
     <td align="center" colspan="2"><code>ls, fgrep, egrep</code></td>
   </tr>
   <tr>
+    <td> Cron/scheduler </td>
+    <td align="center"><code>cron</code></td>
+    <td><code>cron</code> equivalents </td>
+  </tr>
+  <tr>
     <td> Web server </td>
-    <td align="right" colspan="2"> Apache; others (with CGI support, authentication, extended path) </td>
+    <td align="center" colspan="2"> Apache is well supported; for other servers, CGI support, authentication, extended path required </td>
   </tr>
 </table>
 
-%X% **\*** _Current documentation covers Linux/Apache only. See TWiki:Codev/TWikiOnWindows for work-to-date on a Windows installation guide._
+%X% **\*** _Current documentation mainly covers Linux and Apache installations. See [[WindowsInstallCookbook]] for a Windows installation guide._
 
 <a name="ClientRequirements"></a>
 
index e2e9f78..e145d3b 100644 (file)
@@ -76,7 +76,7 @@
 Documentation for webmasters, system administrators, project managers, team <br /> leaders, and all other users of the TWiki advanced online collaboration tool.
 
 - **[[TWikiDocumentation]]**: All manual sections in one file...
-  1. [[System Requirements|Main/TWikiImplementationNotes]]
+  1. [[System Requirements|Main/TWikiSystemRequirements]]
   2. [[Installation Guide|Main/TWikiInstallationGuide]]
   3. [[Upgrade Guide|Main/TWikiUpgradeGuide]]
   4. [[User Authentication|Main/TWikiUserAuthentication]]