Author: niallp Date: Sat Mar 13 23:46:30 2010 New Revision: 922693 URL: http://svn.apache.org/viewvc?rev=922693&view=rev Log: Add a section about the component site
Modified: commons/proper/commons-site/src/site/xdoc/new-sandbox-component.xml Modified: commons/proper/commons-site/src/site/xdoc/new-sandbox-component.xml URL: http://svn.apache.org/viewvc/commons/proper/commons-site/src/site/xdoc/new-sandbox-component.xml?rev=922693&r1=922692&r2=922693&view=diff ============================================================================== --- commons/proper/commons-site/src/site/xdoc/new-sandbox-component.xml (original) +++ commons/proper/commons-site/src/site/xdoc/new-sandbox-component.xml Sat Mar 13 23:46:30 2010 @@ -170,6 +170,38 @@ </subsection> + <subsection name="Deploy the component site"> + + <p> + Deploy the component site to: + </p> + + <source> + scp://people.apache.org/www/commons.apache.org/sandbox/foo/ + </source> + + <p> + Checkout the main Commons Site: + </p> + + <p> + <a href="https://svn.apache.org/repos/asf/commons/proper/commons-site/">https://svn.apache.org/repos/asf/commons/proper/commons-site/</a> + </p> + + <p> + Update the main Commons site in the following places: + </p> + <ul> + <li>Add the component to the Sandbox menu in the + <a href="https://svn.apache.org/repos/asf/commons/proper/commons-site/src/site/site.xml">site.xml</a></li> + <li>Add the component to the Sandbox table on the main + <a href="https://svn.apache.org/repos/asf/commons/proper/commons-site/src/site/xdoc/index.xml">indexl.xml</a></li> + <li>Add the component to the table on the Sandbox + <a href="https://svn.apache.org/repos/asf/commons/proper/commons-site/src/site/xdoc/sandbox/index.xml">indexl.xml</a></li> + </ul> + + </subsection> + </section> </body>