You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by he...@apache.org on 2004/11/10 18:52:26 UTC

svn commit: rev 57249 - in incubator/beehive/site: build/site src/documentation/content/xdocs

Author: heathers
Date: Wed Nov 10 09:52:25 2004
New Revision: 57249

Modified:
   incubator/beehive/site/build/site/downloads.html
   incubator/beehive/site/build/site/index.html
   incubator/beehive/site/src/documentation/content/xdocs/downloads.xml
Log:
updating downloads.html with Rotan's suggested improvement for users hampered by proxies or firewalls

Modified: incubator/beehive/site/build/site/downloads.html
==============================================================================
--- incubator/beehive/site/build/site/downloads.html	(original)
+++ incubator/beehive/site/build/site/downloads.html	Wed Nov 10 09:52:25 2004
@@ -279,10 +279,10 @@
 <a name="N1000C"></a><a name="Source+Archives"></a>
 <h3>Source Archives</h3>
 <div style="margin-left: 0 ; border: 2px">
-<p>Beehive is still rather new, so we don't have daily source drops yet.  We are currently working
-      on getting some form of daily builds.  When that happens, there should be a place to download the source for
-      the most recent daily build.<br>  For right now, if you want source, you can either download a recent snapshot
-      of source (Revision 30718) or get it from the Subversion repository (directions below).  Once you've obtained a copy
+<p>Beehive is still rather new, so we don't have daily drops yet.  We are currently working
+      on getting some form of daily builds.  When that happens, there will be a place to download both the source and binary distributions for
+      the most recent daily build.<br>  For now, if you want source, you can either download a recent snapshot
+      of source or get it from the Subversion repository (directions below).  Once you've obtained a copy
       of the source from an archive or from SVN, simply follow the instructions in BUILDING.txt.
       <br>
 <br>
@@ -312,7 +312,8 @@
 <li>In the specified directory say "beehive" run the svn client <br>
 	        
 <span class="codefrag">svn checkout http://svn.apache.org/repos/asf/incubator/beehive/trunk/</span>
-</li>
+<br>
+		Note:  If you're a user who has issues with proxies or firewalls, https can be used instead of http for Subversion checkout.</li>
 	
 </ol>
 </div>

Modified: incubator/beehive/site/build/site/index.html
==============================================================================
--- incubator/beehive/site/build/site/index.html	(original)
+++ incubator/beehive/site/build/site/index.html	Wed Nov 10 09:52:25 2004
@@ -280,20 +280,20 @@
 <a href="#Get+Involved">Get Involved</a>
 </li>
 </ul>
-    <!--
-    Beehive
-        Welcome<should link to the HTML page created from Welcome.doc>
-        License<should link to http://www.apache.org/licenses/LICENSE-2.0>
-
-    Documentation
-        FAQ<should link to the HTML page created from FAQ.doc>
-        Controls Overview<should link to Kyle's control Overview>
-        Controls Programming<should link to Kyle's Controls programming pdf>
-        Web Services (JSR 181)<should link to http://jcp.org/en/jsr/detail?id=181>
-
-    Contributing
-        Mailing Lists<should link to HTML Page created from MailingLists.doc>
-        Contributers<should link to HTML Page created from Contributers.doc>
+    <!--
+    Beehive
+        Welcome<should link to the HTML page created from Welcome.doc>
+        License<should link to http://www.apache.org/licenses/LICENSE-2.0>
+
+    Documentation
+        FAQ<should link to the HTML page created from FAQ.doc>
+        Controls Overview<should link to Kyle's control Overview>
+        Controls Programming<should link to Kyle's Controls programming pdf>
+        Web Services (JSR 181)<should link to http://jcp.org/en/jsr/detail?id=181>
+
+    Contributing
+        Mailing Lists<should link to HTML Page created from MailingLists.doc>
+        Contributers<should link to HTML Page created from Contributers.doc>
     -->
     
     

Modified: incubator/beehive/site/src/documentation/content/xdocs/downloads.xml
==============================================================================
--- incubator/beehive/site/src/documentation/content/xdocs/downloads.xml	(original)
+++ incubator/beehive/site/src/documentation/content/xdocs/downloads.xml	Wed Nov 10 09:52:25 2004
@@ -11,10 +11,10 @@
 
 <section>
 <title>Source Archives</title>
-      <p>Beehive is still rather new, so we don't have daily source drops yet.  We are currently working
-      on getting some form of daily builds.  When that happens, there should be a place to download the source for
-      the most recent daily build.<br />  For right now, if you want source, you can either download a recent snapshot
-      of source (Revision 30718) or get it from the Subversion repository (directions below).  Once you've obtained a copy
+      <p>Beehive is still rather new, so we don't have daily drops yet.  We are currently working
+      on getting some form of daily builds.  When that happens, there will be a place to download both the source and binary distributions for
+      the most recent daily build.<br />  For now, if you want source, you can either download a recent snapshot
+      of source or get it from the Subversion repository (directions below).  Once you've obtained a copy
       of the source from an archive or from SVN, simply follow the instructions in BUILDING.txt.
       <br /><br /></p>
       
@@ -28,8 +28,9 @@
       <title>Getting Source from SVN</title>
 	<ol>
 	    <li>Download Subversion from <link href="http://subversion.tigris.org/">http://subversion.tigris.org/ </link></li>
-	    <li>In the specified directory say "beehive" run the svn client <br/>
-	        <code>svn checkout http://svn.apache.org/repos/asf/incubator/beehive/trunk/</code></li>
+	    <li>In the specified directory say "beehive" run the svn client <br />
+	        <code>svn checkout http://svn.apache.org/repos/asf/incubator/beehive/trunk/</code><br />
+		Note:  If you're a user who has issues with proxies or firewalls, https can be used instead of http for Subversion checkout.</li>
 	</ol>
 </section>