lenya/src/webapp/lenya/pubs/docs-new/content/xdocs/installation cvs.xml,1.1,1.2 index.xml,1.1,1.2 prerequisites.xml,1.4,1.5 source_version.xml,1.1,1.2
Andreas Hartmann <[email protected]>
| Newsgroups | gmane.comp.cms.wyona.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /repository/lenya/src/webapp/lenya/pubs/docs-new/content/xdocs/installation
In directory erbium:/tmp/cvs-serv995/src/webapp/lenya/pubs/docs-new/content/xdocs/installation
Modified Files:
cvs.xml index.xml prerequisites.xml source_version.xml
Log Message:
validated and corrected documentation XML
Index: cvs.xml
===================================================================
RCS file: /repository/lenya/src/webapp/lenya/pubs/docs-new/content/xdocs/installation/cvs.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** cvs.xml 5 May 2003 15:09:41 -0000 1.1
--- cvs.xml 8 May 2003 14:25:44 -0000 1.2
***************
*** 68,75 ****
To solve the problem log into the cvs repository, cd to the
repository and do
<source>
find . -type d -exec chmod g+s {} \;
</source>
- </p>
<p>
As a reminder here's a excerpt from the CVS info pages:
--- 68,75 ----
To solve the problem log into the cvs repository, cd to the
repository and do
+ </p>
<source>
find . -type d -exec chmod g+s {} \;
</source>
<p>
As a reminder here's a excerpt from the CVS info pages:
Index: index.xml
===================================================================
RCS file: /repository/lenya/src/webapp/lenya/pubs/docs-new/content/xdocs/installation/index.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** index.xml 5 May 2003 15:09:41 -0000 1.1
--- index.xml 8 May 2003 14:25:44 -0000 1.2
***************
*** 14,23 ****
<body>
! <ul class="wide">
! <li><a href="prerequisites.html">Prerequisites</a></li>
<li>
Get Lenya
<ul>
! <li><a href="cvs.html">From CVS</a></li>
</ul>
</li>
--- 14,25 ----
<body>
! <ul>
! <li>
! <link href="prerequisites.html">Prerequisites</link>
! </li>
<li>
Get Lenya
<ul>
! <li><link href="cvs.html">From CVS</link></li>
</ul>
</li>
***************
*** 25,29 ****
Install Lenya
<ul>
! <li><a href="source_version.html">Source Version</a></li>
</ul>
</li>
--- 27,31 ----
Install Lenya
<ul>
! <li><link href="source_version.html">Source Version</link></li>
</ul>
</li>
Index: prerequisites.xml
===================================================================
RCS file: /repository/lenya/src/webapp/lenya/pubs/docs-new/content/xdocs/installation/prerequisites.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** prerequisites.xml 7 May 2003 09:44:10 -0000 1.4
--- prerequisites.xml 8 May 2003 14:25:44 -0000 1.5
***************
*** 18,41 ****
Several items, e.g. the servlet container, may be replaced by other products.
</p>
! <ul class="wide">
<li>
<strong>Java 2 Platform, Standard Edition</strong> (recommended: J2SE 1.4.2 Beta)<br/>
! <a href="http://java.sun.com/j2se/1.4.2/download.html">http://java.sun.com/j2se/1.4.2/download.html</a>
</li>
<li>
<strong>Apache Tomcat</strong> for JDK 1.4 (recommended: 4.1.24)<br/>
! <a href="http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.1.24/bin/">Tomcat release builds</a><br/>
Pick one of the <code>jakarta-tomcat-4.1.24-LE-jdk14</code> files!
</li>
<li>
<strong>Apache Ant</strong> (recommended: 1.5.3)<br/>
! <a href="http://www.apache.org/dist/ant/">Ant main distribution directory</a>
</li>
<li>
<strong>Apache Cocoon</strong> (recommended: Cocoon 2.1 M1 for the CVS version of Lenya)<br/>
! <a href="http://xml.apache.org/cocoon/mirror.cgi">Cocoon download page</a>
</li>
--- 18,49 ----
Several items, e.g. the servlet container, may be replaced by other products.
</p>
! <ul>
<li>
+ <p>
<strong>Java 2 Platform, Standard Edition</strong> (recommended: J2SE 1.4.2 Beta)<br/>
! <link href="http://java.sun.com/j2se/1.4.2/download.html">http://java.sun.com/j2se/1.4.2/download.html</link>
! </p>
</li>
<li>
+ <p>
<strong>Apache Tomcat</strong> for JDK 1.4 (recommended: 4.1.24)<br/>
! <link href="http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.1.24/bin/">Tomcat release builds</link><br/>
Pick one of the <code>jakarta-tomcat-4.1.24-LE-jdk14</code> files!
+ </p>
</li>
<li>
+ <p>
<strong>Apache Ant</strong> (recommended: 1.5.3)<br/>
! <link href="http://www.apache.org/dist/ant/">Ant main distribution directory</link>
! </p>
</li>
<li>
+ <p>
<strong>Apache Cocoon</strong> (recommended: Cocoon 2.1 M1 for the CVS version of Lenya)<br/>
! <link href="http://xml.apache.org/cocoon/mirror.cgi">Cocoon download page</link>
! </p>
</li>
***************
*** 43,53 ****
<section><title>Recommended Combinations</title>
! <ol class="wide">
<li>
<strong>For all versions:</strong>
<ul>
! <li>Ant: <a href="../download/jakarta-ant-1.5.1-bin.tar.gz">jakarta-ant-1.5.1-bin.tar.gz</a></li>
! <li>Tomcat: <a href="../download/jakarta-tomcat-4.1.21-LE-jdk14.tar.gz">jakarta-tomcat-4.1.21-LE-jdk14.tar.gz</a></li>
</ul>
</li>
<li>
--- 51,62 ----
<section><title>Recommended Combinations</title>
! <ol>
<li>
<strong>For all versions:</strong>
<ul>
! <li>Ant: <link href="../download/jakarta-ant-1.5.1-bin.tar.gz">jakarta-ant-1.5.1-bin.tar.gz</link></li>
! <li>Tomcat: <link href="../download/jakarta-tomcat-4.1.21-LE-jdk14.tar.gz">jakarta-tomcat-4.1.21-LE-jdk14.tar.gz</link></li>
</ul>
+ <p/>
</li>
<li>
***************
*** 55,63 ****
<ul>
<li>Lenya: Current CVS version</li>
! <li>Cocoon: <a href="../download/cocoon-2.1-build-2003.05.02.19.50.tar.gz">cocoon-2.1-build-2003.05.02.19.50.tar.gz</a> (Linux) or
Milestone 1 (MS Windows)
</li>
<li>Endorsed Libraries: Come with the Cocoon build</li>
</ul>
</li>
<li>
--- 64,73 ----
<ul>
<li>Lenya: Current CVS version</li>
! <li>Cocoon: <link href="../download/cocoon-2.1-build-2003.05.02.19.50.tar.gz">cocoon-2.1-build-2003.05.02.19.50.tar.gz</link> (Linux) or
Milestone 1 (MS Windows)
</li>
<li>Endorsed Libraries: Come with the Cocoon build</li>
</ul>
+ <p/>
</li>
<li>
***************
*** 65,78 ****
<ul>
<li>Lenya:<br/>
! <a href="../download/lenya-0.8-dev-src-20030325022718.tar.gz">lenya-0.8-dev-src-20030325022718.tar.gz</a> or<br/>
! <a href="../download/lenya-0.8-dev-src-20030328125056.tar.gz">lenya-0.8-dev-src-20030328125056.tar.gz</a>
</li>
<li>Cocoon:<br/>
! <a href="../download/cocoon-2.1-build-2003.03.11.23.15.tar.gz">cocoon-2.1-build-2003.03.11.23.15.tar.gz</a> or<br/>
! <a href="../download/cocoon-2.1-build-2003.04.03.18.47.tar.gz">cocoon-2.1-build-2003.04.03.18.47.tar.gz</a> (Please note that the Lenya-Forrest publication does not compile with this Cocoon snapshot. You need to remove it and also edit build.xml)
</li>
<li>Endorsed Libraries:<br/>
! <a href="../download/endorsed.tar.gz">endorsed.tar.gz</a></li>
</ul>
</li>
</ol>
--- 75,89 ----
<ul>
<li>Lenya:<br/>
! <link href="../download/lenya-0.8-dev-src-20030325022718.tar.gz">lenya-0.8-dev-src-20030325022718.tar.gz</link> or<br/>
! <link href="../download/lenya-0.8-dev-src-20030328125056.tar.gz">lenya-0.8-dev-src-20030328125056.tar.gz</link>
</li>
<li>Cocoon:<br/>
! <link href="../download/cocoon-2.1-build-2003.03.11.23.15.tar.gz">cocoon-2.1-build-2003.03.11.23.15.tar.gz</link> or<br/>
! <link href="../download/cocoon-2.1-build-2003.04.03.18.47.tar.gz">cocoon-2.1-build-2003.04.03.18.47.tar.gz</link> (Please note that the Lenya-Forrest publication does not compile with this Cocoon snapshot. You need to remove it and also edit build.xml)
</li>
<li>Endorsed Libraries:<br/>
! <link href="../download/endorsed.tar.gz">endorsed.tar.gz</link></li>
</ul>
+ <p/>
</li>
</ol>
Index: source_version.xml
===================================================================
RCS file: /repository/lenya/src/webapp/lenya/pubs/docs-new/content/xdocs/installation/source_version.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** source_version.xml 5 May 2003 15:09:41 -0000 1.1
--- source_version.xml 8 May 2003 14:25:44 -0000 1.2
***************
*** 35,45 ****
<section><title>Installation</title>
! <ol class="wide">
<li>
! <strong>Get the Java SDK</strong> (see <a href="prerequisites.html">Prerequisites</a>)
</li>
<li>
! <strong>Get Apache Tomcat</strong> (see <a href="prerequisites.html">Prerequisites</a>)
</li>
<li>
--- 35,47 ----
<section><title>Installation</title>
! <ol>
<li>
! <strong>Get the Java SDK</strong> (see <link href="prerequisites.html">Prerequisites</link>)
! <p/>
</li>
<li>
! <strong>Get Apache Tomcat</strong> (see <link href="prerequisites.html">Prerequisites</link>)
! <p/>
</li>
<li>
***************
*** 48,52 ****
</p>
<p>
! See <a href="http://jakarta.apache.org/tomcat/tomcat-4.1-doc/RUNNING.txt">Running The Tomcat 4.0 Servlet/JSP Container</a>
</p>
<p>
--- 50,54 ----
</p>
<p>
! See <link href="http://jakarta.apache.org/tomcat/tomcat-4.1-doc/RUNNING.txt">Running The Tomcat 4.0 Servlet/JSP Container</link>
</p>
<p>
***************
*** 61,65 ****
</p>
<p>
! <a href="http://localhost:8080">http://localhost:8080</a>.
</p>
</li>
--- 63,67 ----
</p>
<p>
! <link href="http://localhost:8080">http://localhost:8080</link>.
</p>
</li>
***************
*** 75,79 ****
<li>
<p>
! <strong>Get Apache Ant</strong> (see <a href="prerequisites.html">Prerequisites</a>)
</p>
</li>
--- 77,81 ----
<li>
<p>
! <strong>Get Apache Ant</strong> (see <link href="prerequisites.html">Prerequisites</link>)
</p>
</li>
***************
*** 83,91 ****
</p>
<p>
! See section <a href="http://ant.apache.org/manual/install.html">Installing Ant</a> of the Ant Manual
</p>
<p>
<strong>MS Windows</strong><br/>
Set a few environment variables, e.g.:
<ul>
<li><code>JAVA_HOME = C:\Programme\j2sdk1.4.1_01</code></li>
--- 85,94 ----
</p>
<p>
! See section <link href="http://ant.apache.org/manual/install.html">Installing Ant</link> of the Ant Manual
</p>
<p>
<strong>MS Windows</strong><br/>
Set a few environment variables, e.g.:
+ </p>
<ul>
<li><code>JAVA_HOME = C:\Programme\j2sdk1.4.1_01</code></li>
***************
*** 95,103 ****
<li><code>PATH = <snip>;C:\Programme\j2sdk1.4.1_01\bin;C:\Programme\Apache Group\apache-ant-1.5.2\bin</code></li>
</ul>
! </p>
</li>
<li>
<p>
! <strong>Get Apache Cocoon</strong> (see <a href="prerequisites.html">Prerequisites</a>)
</p>
<p>
--- 98,106 ----
<li><code>PATH = <snip>;C:\Programme\j2sdk1.4.1_01\bin;C:\Programme\Apache Group\apache-ant-1.5.2\bin</code></li>
</ul>
! <p/>
</li>
<li>
<p>
! <strong>Get Apache Cocoon</strong> (see <link href="prerequisites.html">Prerequisites</link>)
</p>
<p>
***************
*** 112,129 ****
</p>
<p>
! See <a href="http://xml.apache.org/cocoon/installing/index.html">Installing Apache Cocoon</a>
</p>
<p>
<strong>MS Windows</strong>
<source>
$COCOON_HOME > build -Dinclude.webapp.libs=yes webapp
</source>
- </p>
<p>
<strong>Unix</strong>
<source>
$COCOON_HOME > ./build.sh -Dinclude.webapp.libs=yes webapp
</source>
- </p>
</li>
<li>
--- 115,132 ----
</p>
<p>
! See <link href="http://xml.apache.org/cocoon/installing/index.html">Installing Apache Cocoon</link>
</p>
<p>
<strong>MS Windows</strong>
+ </p>
<source>
$COCOON_HOME > build -Dinclude.webapp.libs=yes webapp
</source>
<p>
<strong>Unix</strong>
+ </p>
<source>
$COCOON_HOME > ./build.sh -Dinclude.webapp.libs=yes webapp
</source>
</li>
<li>
***************
*** 143,146 ****
--- 146,150 ----
Extract the downloaded Lenya archive to a directory of your choice.
</p>
+ <p/>
</li>
<li>
***************
*** 163,166 ****
--- 167,171 ----
<li><code>cache.dir=$TOMCAT_HOME/work/Standalone/localhost/lenya</code></li>
</ul>
+ <p/>
</li>
<li>
***************
*** 199,203 ****
</p>
<p>
! <a href="http://localhost:8080/lenya">http://localhost:8080/lenya</a>
</p>
</li>
--- 204,208 ----
</p>
<p>
! <link href="http://localhost:8080/lenya">http://localhost:8080/lenya</link>
</p>
</li>