[Webfunds-commits] html/guide access.html
Ian Grigg
iang@cypherpunks.ai
Sun, 29 Oct 2000 12:22:11 -0400 (AST)
iang 00/10/29 12:22:11
Modified: download index.html
guide access.html
Log:
more linkages for source, as prompted by Rachel.
Revision Changes Path
1.13 +30 -3 html/download/index.html
Index: index.html
===================================================================
RCS file: /home/webfunds/cvsroot/html/download/index.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- index.html 2000/10/02 14:16:05 1.12
+++ index.html 2000/10/29 16:22:10 1.13
@@ -8,26 +8,53 @@
<h1>User Level Zip Package</h1>
+<p>
For now, we are producing a straight download package.
You should check out the
<a href="README.html">WebFunds ZIP Package</a>.
+</p>
+
+<h1>3rd-Party Providers</h1>
+
+<p>
+As of the time of writing,
+<a href="http://www.digigold.net/">DigiGold.net</a>
+indicate that they provide a more user-friendly
+download that uses applets to deliver the appropriate
+package.
+</p>
+<p>
+WebFunds.org does not endorse nor test any 3rd-party
+distribution such as the one mentioned above.
+</p>
+
<h1>User Mail Group</h1>
+<p>
You should
<a href="http://www.webfunds.org/guide/mailgroup.html">
join the mail group</a>
<strong><big><i>!</i></big></strong>
+</p>
-<h1>Source access</h1>
+<h1>Developers</h1>
<p>
-Source is CVS'd but we have no anon-access at this stage.
-Working on it...
+All aspects of development, including access to source,
+are covered in the
+<a href="../guide/">Developers' Guide</a>
+page.
+Note that this download is specifically for the developer
+community, we at WebFunds.org <i>do not</i> package the
+product to be easy to install on any particular platform.
+</p>
<h1>History of Releases</h1>
+<p>
Record of
<a href="history.html">Changes in each release</a>.
+</p>
<hr>
1.2 +54 -12 html/guide/access.html
Index: access.html
===================================================================
RCS file: /home/webfunds/cvsroot/html/guide/access.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- access.html 1999/08/05 16:17:38 1.1
+++ access.html 2000/10/29 16:22:11 1.2
@@ -2,7 +2,56 @@
<title>Access to CVS</title>
</head><body>
-<h1>Unix Platforms</h1>
+<h1>Anon-CVS</h1>
+
+<p>
+To set up anonCVS, set your CVSROOT to
+
+<blockquote>
+ :pserver:anoncvs@cvs.webfunds.org:/cvsroot-webfunds
+</blockquote>
+
+<p>
+Now execute the CVS login command and provide '<code>anoncvs</code>'
+(without the quotes) as the
+password. Execute
+</p>
+
+<blockquote>
+ cvs get java lib contracts
+</blockquote>
+
+<p>
+to obtain all of the WebFunds source.
+</p>
+
+<p>
+You need cvs(1) installed and running to access this.
+Anon-CVS was kindly set up for us by the
+<a href="http://www.cryptix.org/">Cryptix Development Team</a>;
+refer to their
+<a href="http://www.cryptix.org/docs/anoncvs.html">Anon CVS page</a>
+for more details.
+</p>
+
+<h1>Further Instructions</h1>
+
+This page only gets you access to the repository - it is
+the once-off instructions.
+For more help on CVS, see the
+<a href="cvs.html">CVS cheat sheet</a>.
+For compilation, etc, see
+<a href="index.html">The Guide</a>.
+
+<h1>Devloper Access</h1>
+
+<p>
+The following describes access by developers which is
+only granted after having worked with the team for a
+period of time, as is normal with open source projects.
+</p>
+
+<h2>Unix Platforms</h2>
You need cvs(1) and ssh(1) installed and running.
<p>
@@ -34,7 +83,7 @@
</li></ol>
-<h1>Windows Platforms</h1>
+<h2>Windows Platforms</h2>
<OL> <LI>
Download the <a href="wfwin32.zip">CVS zip file</a> and extract it to
@@ -62,7 +111,7 @@
</LI> <P> <LI>
Do the same for the location of <tt>swingall.jar</tt>
- that you are using.
+ that you are using, if using JDK 1.1.
</li><p><li>
@@ -71,13 +120,13 @@
for compilation, etc.
</OL>
-<h1>Other Platforms</h1>
+<h2>Other Platforms</h2>
For other platforms, there is nothing that is currently
available. Please put it together! Here are some notes on
<a href="other.html">Other Platforms</a>.
-<h1>Access to the Repository</h1>
+<h2>Access to the Repository</h2>
You will need these things set up:
<ul><li>
account on webfunds.org
@@ -87,13 +136,6 @@
access to group webfunds
</li></ul>
-
-<h1>Further Instructions</h1>
-
-This page only gets you access to the repository - it is
-the once-off instructions.
-For getting the source, compilation, etc, see
-<a href="index.html">The Guide</a>.
<hr>
<small>