Update of /cvsroot/struts/struts-site
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17211
Modified Files:
README.txt
Log Message:
Index: README.txt
===================================================================
RCS file: /cvsroot/struts/struts-site/README.txt,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** README.txt 29 May 2004 20:27:36 -0000 1.3
--- README.txt 1 Dec 2005 05:55:48 -0000 1.4
***************
*** 1,14 ****
! If you are wanting update the website but don't know where to start,
this is for you. A little Forrest (http://xml.apache.org/forrest) knowledge
! is required.
! 1. Update the web page sources in src/documentation/content/xdocs/**
! 2. Install Forrest and put the forrest executable in your path
! 3. Type "forrest site" and the site will be built in build/site
! 4. View the site in your browser to make sure it looks ok
! 5. Check your changes in to CVS
! 6. Zip up the site and copy it to ssh.sf.net using sftp or scp
For more about the web site, see Section H of the SourceForge
! docs - http://sourceforge.net/docman/?group_id=1)
! 7. SSH to the server and unzip the site to /home/groups/s/st/struts/htdocs
! 8. Change the permissions to group-writable [ chmod -R g+w . ]
--- 1,29 ----
! If you are wanting to update the website but don't know where to start,
this is for you. A little Forrest (http://xml.apache.org/forrest) knowledge
! is required. You should be able to do all of this without ever leaving
! your home directory.
! 1. Update the web page sources in src/documentation/content/xdocs/**.
! Do yourself a favor and open any XML file you edit in a web browser
! to be sure you have a valid XML document. Forrest will of course
! flag such problems, but they tend to be a little easier to spot in
! Internet Explorer.
! 2. Install Forrest and put the forrest executable in your path.
! 3. Type "forrest site" and the site will be built in build/site.
! 4. View the site in your browser to make sure it looks ok.
! 5. Check your changes in to CVS. Please be careful with images!
! Some of them seem to get corrupted easily. Please check them to be
! sure they all open in a browser before checking in (specifically,
! the images under src/documentation/skins/default/images).
! 6. Zip up the site and copy it to ssh.sf.net using sftp or scp.
For more about the web site, see Section H of the SourceForge
! docs - http://sourceforge.net/docman/?group_id=1).
! Also, be sure to zip it up starting WITHIN the build/site directory.
! 7. SSH to the server and unzip the site to /home/groups/s/st/struts/htdocs.
! The exact command to use, assuming you zipped up the site into an
! archived named site.zip, is:
! unzip site.zip -d /home/groups/s/st/struts/htdocs
! Be sure to select "A" when prompted to overwrite All files.
! 8. Change the permissions to group-writable by doing [ chmod -R g+w . ]
! The exact command to use is:
! chmod -R g+w /home/groups/s/st/struts/htdocs
|