You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by od...@apache.org on 2006/11/03 16:29:44 UTC

svn commit: r470856 - /incubator/harmony/standard/site/README.txt

Author: odeakin
Date: Fri Nov  3 07:29:44 2006
New Revision: 470856

URL: http://svn.apache.org/viewvc?view=rev&rev=470856
Log:
Removing steps 1 and 6, which are no longer necessary.

Modified:
    incubator/harmony/standard/site/README.txt

Modified: incubator/harmony/standard/site/README.txt
URL: http://svn.apache.org/viewvc/incubator/harmony/standard/site/README.txt?view=diff&rev=470856&r1=470855&r2=470856
==============================================================================
--- incubator/harmony/standard/site/README.txt (original)
+++ incubator/harmony/standard/site/README.txt Fri Nov  3 07:29:44 2006
@@ -3,50 +3,36 @@
 of Java and Ant installed.
 
 
-1) **Temporarily** update the link to the CSS so you can
-    preview the site in a local browser:
-    1) Go to line 250 in file xdocs/stylesheets/site.vsl
-    2) Edit the path to site.css.  Specify an absolute path. 
-       e.g. from
+1) Edit the docs in xdocs/
 
-       <link rel="Stylesheet" type="text/css" href="/harmony/site.css"/>
+2) Type "ant" in the root (site/)
 
-       to
-
-       <link rel="Stylesheet" type="text/css" href="/home/fred/site/docs/site.css"/>
-
-2) Edit the docs in xdocs/
-
-3) Type "ant" in the root (site/)
-
-4) Look at the changes in the docs/ directory using
+3) Look at the changes in the docs/ directory using
    a web browser.
 
-5) Repeat steps 2-4 until happiness and joy achieved.
-
-6) Revert the temporary CSS changes made in step (1) above.
+4) Repeat steps 2-4 until happiness and joy achieved.
 
-7) Commit all changes, both docs/ and xdocs/
+5) Commit all changes, both docs/ and xdocs/
    
     svn commit
 
-8) ssh to minotaur
+6) ssh to minotaur
 
-9) cd /www/incubator.apache.org/harmony
+7) cd /www/incubator.apache.org/harmony
 
-10) execute 
+8) execute 
     
      `cat UPDATE` 
 
    to update the just-committed docs out of SVN
 
-11) Verify that all went as planned by browsing the live 
+9) Verify that all went as planned by browsing the live 
     site 
 
       http://incubator.apache.org/harmony/
 
     and look for the changes you made.  Note that it may take up
-    to an hour after step (10) is complete before the changes are
+    to an hour after step (8) is complete before the changes are
     reflected on the live website.