Author: hibou
Date: Wed Mar 23 22:52:12 2011
New Revision: 1084794
URL: http://svn.apache.org/viewvc?rev=1084794&view=rev
Log:
Add a basic doc about the maintenance of the website
Added:
ant/site/README.txt (with props)
Added: ant/site/README.txt
URL: http://svn.apache.org/viewvc/ant/site/README.txt?rev=1084794&view=auto
==============================================================================
--- ant/site/README.txt (added)
+++ ant/site/README.txt Wed Mar 23 22:52:12 2011
@@ -0,0 +1,23 @@
+
+In this part of the svn tree is maintained the website published at
http://ant.apache.org
+
+The website is composed of three part:
+ * the Ant main site published at http://ant.apache.org
+ * the Ivy site published at http://ant.apache.org/ivy
+ * the IvyDE site published at http://ant.apache.org/ivy/ivyde
+
+Each website part has a 'sources' folder which contain the sources used to
generate the final html files. The generated files are placed into the
'production' folder.
+
+To generate the site for Ant:
+$ cd site/ant
+$ ant docs
+
+To generate the site for Ivy or IvyDE:
+$ cd site/ivy(de)
+$ ant generate-site
+To force the generation of the entire website (usefull when we change the
template)
+$ ant /all generate-site
+To generate a 'history' sub part of the website (here tunk):
+$ ant generate-history -Dhistory.version=trunk
+
+Once files are generated in the 'production' folder, commit them and they will
go live in few seconds.
Propchange: ant/site/README.txt
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: ant/site/README.txt
------------------------------------------------------------------------------
svn:keywords = Date Revision Author HeadURL Id
Propchange: ant/site/README.txt
------------------------------------------------------------------------------
svn:mime-type = text/plain