You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by gr...@apache.org on 2004/12/20 04:50:35 UTC

svn commit: r122801 - /lenya/docu/src/documentation/content/xdocs/community/website-update.xml

Author: gregor
Date: Sun Dec 19 19:50:34 2004
New Revision: 122801

URL: http://svn.apache.org/viewcvs?view=rev&rev=122801
Log:
Added instructions to create changes.html from SVN logs.
Modified:
   lenya/docu/src/documentation/content/xdocs/community/website-update.xml

Modified: lenya/docu/src/documentation/content/xdocs/community/website-update.xml
Url: http://svn.apache.org/viewcvs/lenya/docu/src/documentation/content/xdocs/community/website-update.xml?view=diff&rev=122801&p1=lenya/docu/src/documentation/content/xdocs/community/website-update.xml&r1=122800&p2=lenya/docu/src/documentation/content/xdocs/community/website-update.xml&r2=122801
==============================================================================
--- lenya/docu/src/documentation/content/xdocs/community/website-update.xml	(original)
+++ lenya/docu/src/documentation/content/xdocs/community/website-update.xml	Sun Dec 19 19:50:34 2004
@@ -26,6 +26,16 @@
     <type/>
   </header>
   <body>
+<section><title>Generating changes.html</title>
+<p>changes.html can be directly generated from the SVN commit logs with the following procedure:</p>
+<ul>
+  <li>install <link href="http://saxon.sf.net">Saxon 8</link> (the svn2changes stylesheet requires a XSLT 2.0 processor)</li>
+  <li>run <code>svn log -v --xml http://svn.apache.org/repos/asf/lenya > log.xml</code> in the root of the docu branch. This might take a while as the log file is several MB in size.</li>
+  <li>run <code>java -jar saxon8.jar -o status.xml log.xml tools/svn2changes.xsl</code></li>
+  <li>run <code>forest</code> (You may have to increase <code>forrest.maxmemory</code> in forrest.properties to get around out of memory exceptions.) Forrest will take a LONG TIME to generate changes.html.</li>
+</ul>
+<p>If everything went alright, you will find changes.html, changes.pdf and changes.rss inside your xdocs directory.</p>
+</section>
 <section><title>Updating the Lenya website</title>
 <ul>
   <li><code>svn co https://svn.apache.org/repos/asf/lenya/docu/ lenya.docu</code> ->This is our documentation and website source tree</li>
@@ -33,7 +43,7 @@
   <li><link href="ext:forrest.install">Install Forrest</link></li>
   <li><code>go to the root of lenya/docu</code></li>
   <li><code>forrest</code></li>
-  <li>Create and copy the Javadoc (<code>ant javadocs</code>, <code>ant install</code>, Copy from <code>build/webapp/site/apidocs</code> to <code>lenya/site/apidocs/1.2</code>)</li>
+  <li>Create and copy the Javadoc (<code>build javadocs</code>, Copy from <code>build/webapp/site/apidocs</code> to <code>lenya/site/apidocs/1.2</code>)</li>
   <li>Add, remove, commit to <code>lenya/site</code></li>
 </ul>
 <p>There is a cron job on minotaur which will do 'svn update'

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org