You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by mp...@apache.org on 2002/10/16 13:26:44 UTC

cvs commit: jakarta-turbine-site README.txt build-legacy.xml build.xml default.properties project-b5.xml

mpoeschl    2002/10/16 04:26:44

  Modified:    .        README.txt
  Removed:     .        build-legacy.xml build.xml default.properties
                        project-b5.xml
  Log:
  o remove old build files
  o update README.txt
  
  Revision  Changes    Path
  1.2       +11 -31    jakarta-turbine-site/README.txt
  
  Index: README.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-site/README.txt,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- README.txt	1 Aug 2001 18:55:56 -0000	1.1
  +++ README.txt	16 Oct 2002 11:26:43 -0000	1.2
  @@ -3,48 +3,28 @@
   The Jakarta Turbine Website Instructions
   ----------------------------------------
   
  -***NOTE***
  -DO NOT EDIT THE .html files in the docs directory.
  -Please follow the directions below for updating the website.
  -***NOTE***
  -
   The Turbine web site is based on .xml files which are transformed
  -into .html files using Anakia. Anakia is simply an Ant task that 
  -performs the transformations using JDOM and Velocity.
  -
  -<http://www.jdom.org/>
  -<http://jakarta.apache.org/velocity/>
  -<http://jakarta.apache.org/velocity/anakia.html>
  -
  -In order to make modifications to the Turbine web site, you need
  -to first check out the jakarta-site2 and jakarta-turbine-site modules from CVS:
  +into .html files using Maven.
   
  -cvs -d /home/cvs login
  -cvs -d /home/cvs co jakarta-site2
  -cvs -d /home/cvs co jakarta-turbine-site
  +<http://jakarta.apache.org/turbine/maven>
   
  -Once you have the site checked out locally, cd into your 
  +Once you have the site checked out locally, cd into your
   jakarta-Turbine-site directory and execute:
   
  -ant
  +maven site
   
  -This will build the documentation into the docs/ directory. The output 
  +This will build the documentation into the target/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/ 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 
  -web site and all of your .html files will be re-generated. style.vsl is the 
  -template that controls the look and feel for the overall web site. Editing 
  -this file will also cause all of the .html files to be re-generated as well.
  -
   Once you have built your documentation and confirmed that your changes are
  -ok, you can check your .xml and your .html files back into CVS. 
  +ok, you can check your .xml files back into CVS.
  +
  +To deploy the site execute:
   
  -Then, in the /www/jakarta.apache.org/turbine/ directory, you can do a 
  -cvs update -d -P
  -to have the changes reflected on the Turbine web site.
  +maven site:deploy
   
  +To do this you need an account on the jakarta.apache.org machine!!
   
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>