andreas 2004/01/21 07:17:28
Modified: site/lenya/installation source_version.html
prerequisites.html cvs.html cvs.pdf
prerequisites.pdf download.pdf source_version.pdf
site/lenya/project acknowledgements.pdf index.html
license.html related-projects.html
press_release_1.0rc1.html acknowledgements.html
roadmap.html
Log:
Lenya website update before Release 1.2
Revision Changes Path
1.6 +12 -20 cocoon-site/site/lenya/installation/source_version.html
Index: source_version.html
===================================================================
RCS file: /home/cvs/cocoon-site/site/lenya/installation/source_version.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- source_version.html 17 Oct 2003 20:26:06 -0000 1.5
+++ source_version.html 21 Jan 2004 15:17:28 -0000 1.6
@@ -345,12 +345,6 @@
<strong>Get Apache Cocoon</strong> (see <a
href="prerequisites.html">Prerequisites</a>)
</p>
-
-<div class="frame warning">
-<div class="label">Warning</div>
-<div class="content">The current CVS version of Lenya works only with Cocoon
2.1
- and newer versions.</div>
-</div>
</li>
@@ -362,30 +356,32 @@
</p>
-<p>
- See <a
href="http://cocoon.apache.org/2.0/installing/index.html">Installing Apache
Cocoon</a>
+<p>You need to build Cocoon with the local.blocks.properties and
+ local.build.properties which are optimized for lenya</p>
-</p>
+<p>Copy $LENYA_HOME/src/cocoon/* to $COCOON_HOME/.</p>
+
<p>
-
<strong>MS Windows</strong>
-
</p>
<pre class="code">
$COCOON_HOME > build.bat
</pre>
+
<p>
-
<strong>Unix</strong>
-
</p>
+
<pre class="code">
$COCOON_HOME > ./build.sh -Dinclude.webapp.libs=yes webapp
</pre>
+
+<p>See also <a
href="http://cocoon.apache.org/2.0/installing/index.html">Installing Apache
Cocoon</a>
+</p>
</li>
@@ -431,7 +427,7 @@
<p>
Edit <span class="codefrag">build.properties</span>. For the described
configuration the following
settings will work (<strong>MS Windows:</strong> Don't use backslashes
"<span class="codefrag">\</span>"
- for directory separation.). It is important that <span
class="codefrag">install.dir</span> is an
+ for directory separation.). It is important that <span
class="codefrag">tomcat.home.dir</span> is an
absolute path. The asterisk (*) has to be replaced by the appropriate
version number.
Replace <span class="codefrag">$TOMCAT_HOME</span> by your tomcat
installation directory.
</p>
@@ -439,7 +435,7 @@
<ul>
<li>
-<span class="codefrag">src.cocoon.dir=$COCOON_HOME/build/webapp</span>
+<span class="codefrag">cocoon.webapp.dir=$COCOON_HOME/build/webapp</span>
</li>
<li>
@@ -447,11 +443,7 @@
</li>
<li>
-<span class="codefrag">install.dir=$TOMCAT_HOME/webapps/lenya</span>
-</li>
-
-<li>
-<span
class="codefrag">cache.dir=$TOMCAT_HOME/work/Standalone/localhost/lenya</span>
+<span class="codefrag">tomcat.home.dir=$TOMCAT_HOME</span>
</li>
</ul>
1.7 +14 -3 cocoon-site/site/lenya/installation/prerequisites.html
Index: prerequisites.html
===================================================================
RCS file: /home/cvs/cocoon-site/site/lenya/installation/prerequisites.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- prerequisites.html 17 Oct 2003 20:26:06 -0000 1.6
+++ prerequisites.html 21 Jan 2004 15:17:28 -0000 1.7
@@ -188,7 +188,7 @@
<p>
-<strong>Java 2 Platform, Standard Edition</strong> (recommended: J2SE 1.4.2
Beta)<br>
+<strong>Java 2 Platform, Standard Edition</strong> (recommended: J2SE
1.4.2)<br>
<a
href="http://java.sun.com/j2se/1.4.2/download.html">http://java.sun.com/j2se/1.4.2/download.html</a>
@@ -215,7 +215,7 @@
<p>
-<strong>Apache Ant</strong> (recommended: 1.5.3)<br>
+<strong>Apache Ant</strong> (recommended: 1.6b2)<br>
<a href="http://www.apache.org/dist/ant/">Ant main distribution directory</a>
@@ -228,9 +228,20 @@
<p>
-<strong>Apache Cocoon</strong> (recommended: Cocoon 2.1 or later)<br>
+<strong>Apache Cocoon</strong> (required: Cocoon 2.1.2 or later)<br>
<a href="http://cocoon.apache.org/mirror.cgi">Cocoon download page</a>
+
+</p>
+
+</li>
+
+
+<li>
+
+<p>
+
+<strong>Endorsed Libraries</strong> (recommended: Xalan 2.5.0 Xerces
2.5.0)<br>
</p>
1.5 +4 -17 cocoon-site/site/lenya/installation/cvs.html
Index: cvs.html
===================================================================
RCS file: /home/cvs/cocoon-site/site/lenya/installation/cvs.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- cvs.html 2 Jun 2003 08:16:10 -0000 1.4
+++ cvs.html 21 Jan 2004 15:17:28 -0000 1.5
@@ -190,21 +190,8 @@
</tr>
</table>
-<!--
-<section>
-<title>CVS at Wyona</title>
-<p>
-The CVS command line for the Wyona CVS server:
-</p>
-<source>
-cvs -d :pserver:[EMAIL PROTECTED]:/usr/local/repositories checkout lenya
-</source>
-</section>
--->
-
-
-<a name="N101CE"></a><a name="CVS+for+the+public"></a>
+<a name="N101CC"></a><a name="CVS+for+the+public"></a>
<h3>CVS for the public</h3>
<div style="margin-left: 0 ; border: 2px">
<p>
@@ -218,7 +205,7 @@
</div>
-<a name="N101DD"></a><a name="CVS+for+committers"></a>
+<a name="N101DB"></a><a name="CVS+for+committers"></a>
<h3>CVS for committers</h3>
<div style="margin-left: 0 ; border: 2px">
<p>
@@ -231,7 +218,7 @@
</div>
-<a name="N101EC"></a><a name="ViewCVS"></a>
+<a name="N101EA"></a><a name="ViewCVS"></a>
<h3>ViewCVS</h3>
<div style="margin-left: 0 ; border: 2px">
<p>
@@ -242,7 +229,7 @@
</div>
-<a name="N101FA"></a><a name="CVS+Tips"></a>
+<a name="N101F8"></a><a name="CVS+Tips"></a>
<h3>CVS Tips</h3>
<div style="margin-left: 0 ; border: 2px">
<ul>
1.3 +35 -35 cocoon-site/site/lenya/installation/cvs.pdf
<<Binary file>>
1.5 +98 -59 cocoon-site/site/lenya/installation/prerequisites.pdf
<<Binary file>>
1.3 +32 -32 cocoon-site/site/lenya/installation/download.pdf
<<Binary file>>
1.4 +98 -85 cocoon-site/site/lenya/installation/source_version.pdf
<<Binary file>>
1.3 +56 -40 cocoon-site/site/lenya/project/acknowledgements.pdf
<<Binary file>>
1.8 +3 -0 cocoon-site/site/lenya/project/index.html
Index: index.html
===================================================================
RCS file: /home/cvs/cocoon-site/site/lenya/project/index.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- index.html 17 Oct 2003 20:26:06 -0000 1.7
+++ index.html 21 Jan 2004 15:17:28 -0000 1.8
@@ -145,6 +145,9 @@
<div class="menuitem">
<a href="../community/live-sites.html">Live Sites</a>
</div>
+<div class="menuitem">
+<a href="related-projects.html">Related Projects</a>
+</div>
</div>
</div>
<!--================= end Menu items ==================-->
1.5 +3 -0 cocoon-site/site/lenya/project/license.html
Index: license.html
===================================================================
RCS file: /home/cvs/cocoon-site/site/lenya/project/license.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- license.html 17 Oct 2003 20:26:06 -0000 1.4
+++ license.html 21 Jan 2004 15:17:28 -0000 1.5
@@ -150,6 +150,9 @@
<div class="menuitem">
<a href="../community/live-sites.html">Live Sites</a>
</div>
+<div class="menuitem">
+<a href="related-projects.html">Related Projects</a>
+</div>
</div>
</div>
<!--================= end Menu items ==================-->
1.5 +3 -0 cocoon-site/site/lenya/project/related-projects.html
Index: related-projects.html
===================================================================
RCS file: /home/cvs/cocoon-site/site/lenya/project/related-projects.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- related-projects.html 14 Aug 2003 23:10:34 -0000 1.4
+++ related-projects.html 21 Jan 2004 15:17:28 -0000 1.5
@@ -142,6 +142,9 @@
<div class="menuitem">
<a href="license.html">License</a>
</div>
+<div class="menuitem">
+<a href="../community/live-sites.html">Live Sites</a>
+</div>
<div class="menupage">
<div class="menupagetitle">Related Projects</div>
<div class="menupageitemgroup">
1.4 +3 -0 cocoon-site/site/lenya/project/press_release_1.0rc1.html
Index: press_release_1.0rc1.html
===================================================================
RCS file: /home/cvs/cocoon-site/site/lenya/project/press_release_1.0rc1.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- press_release_1.0rc1.html 17 Oct 2003 20:26:06 -0000 1.3
+++ press_release_1.0rc1.html 21 Jan 2004 15:17:28 -0000 1.4
@@ -145,6 +145,9 @@
<div class="menuitem">
<a href="../community/live-sites.html">Live Sites</a>
</div>
+<div class="menuitem">
+<a href="related-projects.html">Related Projects</a>
+</div>
</div>
</div>
<!--================= end Menu items ==================-->
1.5 +28 -16 cocoon-site/site/lenya/project/acknowledgements.html
Index: acknowledgements.html
===================================================================
RCS file: /home/cvs/cocoon-site/site/lenya/project/acknowledgements.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- acknowledgements.html 17 Oct 2003 20:26:06 -0000 1.4
+++ acknowledgements.html 21 Jan 2004 15:17:28 -0000 1.5
@@ -148,6 +148,9 @@
<div class="menupageitem">
<a href="#Other+Contributors">Other Contributors</a>
</div>
+<div class="menupageitem">
+<a href="#Credits">Credits</a>
+</div>
</div>
</div>
<div class="menuitem">
@@ -156,6 +159,9 @@
<div class="menuitem">
<a href="../community/live-sites.html">Live Sites</a>
</div>
+<div class="menuitem">
+<a href="related-projects.html">Related Projects</a>
+</div>
</div>
</div>
<!--================= end Menu items ==================-->
@@ -195,15 +201,16 @@
<li>
<strong>Michael Wechner</strong> (michi at apache.org)
<p>
-Lenya was originally started by Michael in early 1999 to manage the content
of
-the journal of pattern formation. Michael previously did basic research in
physics
-by writing computer simulations on dendritic growth.
+Lenya was originally started by Michael in early 1999 to manage the
+content of the journal of pattern formation. Michael previously did
+basic research in physics by writing computer simulations on dendritic
+growth.
</p>
<p>
-In early 2000 Michael co-founded <a href="http://www.wyona.com">Wyona</a>,
which continued to develop Lenya on the basis
-of the interactive newspaper edition of <a href="http://www.nzz.ch">Neue
Zürcher Zeitung</a>.
-The name Lenya is a combination of the names of his two sons Levi and Vanya.
+In early 2000 Michael co-founded <a href="http://www.wyona.com">Wyona</a>,
which continued to develop
+Lenya on the basis of the interactive newspaper edition of <a
href="http://www.nzz.ch">Neue Zürcher Zeitung</a>. The name
+Lenya is a combination of the names of his two sons Levi and Vanya.
<br>
</p>
@@ -286,8 +293,8 @@
<strong>Christian Stocker</strong>
<p>
-Christian is the original creator of the Bitflux Editor. He helped a lot to
integrate Bitflux Editor into Lenya.
-<br>
+Christian is the original creator of the Bitflux Editor. He helped a
+lot to integrate Bitflux Editor into Lenya. <br>
</p>
</li>
@@ -312,8 +319,7 @@
<strong>Stephen England</strong>
<p>
-The Lenya logo has been designed by Stephen.
-<br>
+The Lenya logo has been designed by Stephen. <br>
</p>
</li>
@@ -333,12 +339,18 @@
</ul>
</div>
-<!--
- <section>
- <title>Credits</title>
- <p>This product includes software developed by ...</p>
- </section>
--->
+
+<a name="N1026D"></a><a name="Credits"></a>
+<h3>Credits</h3>
+<div style="margin-left: 0 ; border: 2px">
+<p>This product includes software developed by the Apache
+ Software Foundation (http://www.apache.org/).</p>
+<p>This product includes software developed by the DOM4J Project
+ (http://www.dom4j.org/).</p>
+<p>This product includes software developed by the XML:DB
+ Initiative (http://www.xmldb.org/).</p>
+</div>
+
</div>
</td><td width="10"><img width="10" height="1" alt=""
src="../skin/images/spacer.gif"></td>
1.10 +3 -0 cocoon-site/site/lenya/project/roadmap.html
Index: roadmap.html
===================================================================
RCS file: /home/cvs/cocoon-site/site/lenya/project/roadmap.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- roadmap.html 17 Oct 2003 21:09:01 -0000 1.9
+++ roadmap.html 21 Jan 2004 15:17:28 -0000 1.10
@@ -168,6 +168,9 @@
<div class="menuitem">
<a href="../community/live-sites.html">Live Sites</a>
</div>
+<div class="menuitem">
+<a href="related-projects.html">Related Projects</a>
+</div>
</div>
</div>
<!--================= end Menu items ==================-->