Author: funkman Date: Mon Nov 7 16:36:17 2005 New Revision: 331651 URL: http://svn.apache.org/viewcvs?rev=331651&view=rev Log: Fix directory for site s/jakarta/Apache/
Modified: tomcat/site/trunk/README.txt Modified: tomcat/site/trunk/README.txt URL: http://svn.apache.org/viewcvs/tomcat/site/trunk/README.txt?rev=331651&r1=331650&r2=331651&view=diff ============================================================================== --- tomcat/site/trunk/README.txt (original) +++ tomcat/site/trunk/README.txt Mon Nov 7 16:36:17 2005 @@ -1,6 +1,6 @@ $Id$ -The Jakarta Tomcat Website Instructions +The Apache Tomcat Website Instructions --------------------------------------- ***NOTE*** @@ -9,36 +9,36 @@ ***NOTE*** The Tomcat web site is based on .xml files which are transformed -into .html files using XSLT and Ant. +into .html files using XSLT and Ant. In order to make modifications to the Tomcat web site, you need to first check out the Tomcat site from SVN. To check out the Tomcat site into a sub-directory called tomcat-site in the current directory: -svn checkout http://svn.apache.org/repos/asf/tomcat/site/trunk tomcat-site +svn checkout https://svn.apache.org/repos/asf/tomcat/site/trunk tomcat-site -Once you have the site checked out locally, cd into your +Once you have the site checked out locally, cd into your tomcat-site directory and execute: ant -This will build the documentation into the docs/ directory. The output +This will build the documentation into the docs/ directory. The output will show you which files got re-generated. If you would like to make modifications to the web site documents, you simply need to edit the files in the xdocs/ and/or xdocs-faq/ directory. -The files in xdocs/stylesheets are the global files for the site. If you make a -modification to project.xml, it will affect the left side navigation for the +The files in xdocs/stylesheets are the global files for the site. If you make a +modification to project.xml, it will affect the left side navigation for the web site and all of your .html files will be re-generated. The xdocs-faq directory has its own project.xml and tomcat-faq.xsl Once you have built your documentation and confirmed that your changes are -ok, you can check your .xml and your .html files back into SVN. +ok, you can check your .xml and your .html files back into SVN. -Then, in the /www/jakarta.apache.org/tomcat/ directory, execute: +Then, in the /www/tomcat.apache.org/ directory, execute: svn up -to have the changes reflected on the Tomcat web site. \ No newline at end of file +to have the changes reflected on the Tomcat web site. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]