[Rubydoc-devel-cvs] CVS: www/docs index.html,1.1,1.2
Status: Pre-Alpha
Brought to you by:
thetitan
|
From: Sean C. <the...@us...> - 2001-08-29 19:54:51
|
Update of /cvsroot/rubydoc/www/docs
In directory usw-pr-cvs1:/tmp/cvs-serv9494
Modified Files:
index.html
Log Message:
Added a link to download
Index: index.html
===================================================================
RCS file: /cvsroot/rubydoc/www/docs/index.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- index.html 2001/08/29 19:15:53 1.1
+++ index.html 2001/08/29 19:54:48 1.2
@@ -54,8 +54,21 @@
<p>
If you have any questions/comments, please send them to: <a
href="mailto:rub...@li...">rub...@li...</a>.
+ </p>
+
+ <p>
To subscribe to the mailing list: <a
href="http://lists.sourceforge.net/lists/listinfo/rubydoc-devel">http://lists.sourceforge.net/lists/listinfo/rubydoc-devel</a>.
</p>
+
+ <p>
+ To download rubydoc, click <a
+ href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/~checkout~/rubydoc/rubydoc/src/rubydoc?rev=1.1">here</a>
+ to download it, then save it to a directory in your path, and
+ chmod it to 755 (note, you may have to restart you shell (exec
+ bash|exec tcsh) for your shell to find it in your path. Send
+ all problems and bugs to the rubydoc-devel list mentioned
+ earlier. -sc
+ </p>
</body>
-</html>
+</html>
\ No newline at end of file
|