Rich--

One point I just noticed here; when editing the website, it's best to edit the pages that are checked into beehive/site/src as beehive/site/www is the actual generated website. Editing the site should usually work like:

1) edit src/...
2) ant build
3) ant stage.site
4) svn commit

and then "svn update" on the Apache server.

The reason it works this way is that the Forrest XML documents in site/src haven't been processed and decorated with the Forrest skin yet, and in order to make the checkout of the website easy on the ASF servers, they are staged into SVN under site/www.

  Apologies for the confusion.

Eddie



[EMAIL PROTECTED] wrote:
Author: rich
Date: Mon Oct 10 12:09:41 2005
New Revision: 312711

URL: http://svn.apache.org/viewcvs?rev=312711&view=rev
Log:
Fixes to the doc links for v1.0m1, caught by Jeremiah.


Modified:
    beehive/site/www/documentation.html
    beehive/site/www/index.html

Modified: beehive/site/www/documentation.html
URL: 
http://svn.apache.org/viewcvs/beehive/site/www/documentation.html?rev=312711&r1=312710&r2=312711&view=diff
==============================================================================
--- beehive/site/www/documentation.html (original)
+++ beehive/site/www/documentation.html Mon Oct 10 12:09:41 2005
@@ -84,7 +84,7 @@
 <a href="http://beehive.apache.org/docs/1.0";>1.0</a>
 </div>
 <div class="menuitem">
-<a href="http://beehive.apache.org/docs/v1.0m1";>1.0 Milestone 1</a>
+<a href="http://beehive.apache.org/docs/1.0m1";>1.0 Milestone 1</a>
 </div>
 <div class="menuitem">
 <a href="http://beehive.apache.org/docs/nightly";>Nightly</a>
@@ -119,7 +119,7 @@
 <li>Beehive 1.0 <a href="http://beehive.apache.org/docs/1.0";>docs</a>
 </li>
-<li>Beehive 1.0 m1 <a href="http://beehive.apache.org/docs/v1.0m1";>docs</a>
+<li>Beehive 1.0 m1 <a href="http://beehive.apache.org/docs/1.0m1";>docs</a>
 </li>
<li>Beehive Nightly <a href="http://beehive.apache.org/docs/nightly";>docs</a>

Modified: beehive/site/www/index.html
URL: 
http://svn.apache.org/viewcvs/beehive/site/www/index.html?rev=312711&r1=312710&r2=312711&view=diff
==============================================================================
--- beehive/site/www/index.html (original)
+++ beehive/site/www/index.html Mon Oct 10 12:09:41 2005
@@ -84,7 +84,7 @@
 <a href="http://beehive.apache.org/docs/1.0";>1.0</a>
 </div>
 <div class="menuitem">
-<a href="http://beehive.apache.org/docs/v1.0m1";>1.0 Milestone 1</a>
+<a href="http://beehive.apache.org/docs/1.0m1";>1.0 Milestone 1</a>
 </div>
 <div class="menuitem">
 <a href="http://beehive.apache.org/docs/nightly";>Nightly</a>
@@ -210,7 +210,7 @@
 </p>
 <p>
-<a href="http://beehive.apache.org/docs/v1.0m1";>Beehive 1.0 Milestone 1 Documentation</a>
+<a href="http://beehive.apache.org/docs/1.0m1";>Beehive 1.0 Milestone 1 
Documentation</a>
</p>
 </div>


Reply via email to