[Rubydoc-devel-cvs] CVS: www/docs index.html,1.2,1.3
Status: Pre-Alpha
Brought to you by:
thetitan
|
From: Sean C. <the...@us...> - 2002-06-28 21:41:57
|
Update of /cvsroot/rubydoc/www/docs
In directory usw-pr-cvs1:/tmp/cvs-serv12550/docs
Modified Files:
index.html
Log Message:
*) Updated and added a link to the rubydoc homepage
Index: index.html
===================================================================
RCS file: /cvsroot/rubydoc/www/docs/index.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- index.html 29 Aug 2001 19:54:48 -0000 1.2
+++ index.html 28 Jun 2002 21:41:54 -0000 1.3
@@ -8,20 +8,30 @@
<h1>rubydoc</h1>
- <p>In a nutshell, this is the vision for rubydoc:</p>
+ <p>
+ To see/read/reference rubydoc, please visit its homepage at <a
+ href="http://www.rubydoc.org/">http://www.rubydoc.org/</a>.
+ </p>
- <ol>
- <li>A command line tool that allows for easy access to ruby documentation.</li>
+ <h1>rubydoc Technical Plan</h1>
+
+ <p>
+ In a nutshell, this is the vision for rubydoc is to create a
+ command line and online tool that allows for multi-lingual
+ access to ruby documentation for builtin and external modules.
+ More specifically, some of the project goals are to:
+ </p>
+ <ol>
<li>
- An online initiative aimed at collecting user feedback,
+ Create an online foum aimed at collecting user feedback,
experiences, and stories with ruby classes and modules (hosted
on rubydoc.org).
</li>
<li>
- A compolation tool used to dump the collected from the online
- forum into a distributable medium so that comments are
+ Extract the user comments and dump the collected data from the
+ online forum into a distributable medium so that comments are
available from the CLI (data probably stored in rd or XML).
</li>
|