Author: crossley Date: Sat Sep 13 08:18:34 2008 New Revision: 694970 URL: http://svn.apache.org/viewvc?rev=694970&view=rev Log: Minor text tweaks. Link to other info about publishing our site with forrestbot.
Modified: forrest/trunk/etc/publishing_our_site.txt Modified: forrest/trunk/etc/publishing_our_site.txt URL: http://svn.apache.org/viewvc/forrest/trunk/etc/publishing_our_site.txt?rev=694970&r1=694969&r2=694970&view=diff ============================================================================== --- forrest/trunk/etc/publishing_our_site.txt (original) +++ forrest/trunk/etc/publishing_our_site.txt Sat Sep 13 08:18:34 2008 @@ -4,25 +4,30 @@ # Create $FORREST_HOME/deploy.svn.settings file. These credentials # are needed by forrestbot so that it can do your 'svn add' # and 'svn commit' etc. to the forrest/site/ repository. +# Set its file permissions so that only you can read it. # The deploy.svn.settings file looks like: <?xml version="1.0"?> <project> <property name="deploy.svn.user" value="myApacheUsername"/> - <property name="deploy.svn.password" value="myPassword"/> + <property name="deploy.svn.password" value="mySvnPassword"/> </project> # Make changes to sources, and then test, then commit. # Use the forrestbot to build and then deploy to svn.apache.org ... -cd site-author -forrest -f publish.xml build +]$ cd site-author +]$ forrest -f publish.xml build # ... verify files in build/forrest-docs -forrest -f publish.xml deploy -Ddeploy.svn.commit-message="my commit message" +]$ forrest -f publish.xml deploy -Ddeploy.svn.commit-message="my commit message" Now the files are in SVN at forrest/site -Periodically the real website files are updated from there. -You do not have to do anything else. +Periodically the real website files are automatically updated from there. +You do not need to do anything else. + +For more information, see: +http://forrest.apache.org/procedures/How_to_publish_docs.html +http://forrest.apache.org/howto-forrestbot-svn.html ---------------------- Note: The first time that you deploy, it will need to do