Index: xdocs/documentation/build_website.xml
===================================================================
--- xdocs/documentation/build_website.xml (revision 466968)
+++ xdocs/documentation/build_website.xml (working copy)
@@ -31,7 +31,7 @@
- The following tools are required to build the Harmony website
+ The following tools are required to build the Harmony website:
+
$ svn checkout https://svn.apache.org/repos/asf/incubator/harmony/standard/site- +
$ cd site-
$ ant-
$ cd site+
$ ant+
- At this point, you have a complete generated website and documentation in the site/docs
- subdirectory. Open the index.html page and start browsing.
+ At this point, you have a complete generated website and documentation in the
+ site/docs subdirectory. Open the index.html page and start browsing.
- Making changes is straightforward. All edits are made to the contents of the xdocs/ - subdirectory, and then rendered via the procedure above into the docs/ directory. -
+ Making changes is straightforward. All edits are made to the contents of thexdocs/
+ subdirectory, and then rendered via the procedure above into the docs/ directory.
+
+
- If you are a Harmony committer, you can simply checkin your changes. If you are not - a committer, any updates and additions to the site are very welcome. Please + If you are a Harmony committer, you can simply checkin your changes. If you are not + a committer, any updates and additions to the site are very welcome. Please see our Get Involved page for instructions on how to contribute your changes.
@@ -88,32 +90,31 @@If you are a Harmony Committer, you can commit your changes into SVN and then - publish to the project website. Once the changes are in SVN, simply : + publish to the project website. Once the changes are in SVN, do the following:
-
minotaur.apache.org. Your login name will of course be your own.$ ssh geirm@minotaur.apache.org- Your login name will of course be your own. - +
$ cd /www/incubator.apache.org/harmony/- +
$ svn update- will update the local copy. If you need to delete the HTML and - re-checout use -
$ `cat UPDATE`- as the UPDATE file has the command used to do a fresh svn checkout. -
$ `cat UPDATE`+
Note
+The UPDATE file has the command performing a fresh svn checkout.