Update of /cvsroot/rubydoc/www/docs
In directory usw-pr-cvs1:/tmp/cvs-serv20295/docs
Added Files:
index.html
Log Message:
Main page... checked in the vision statement
--- NEW FILE: index.html ---
<html>
<head>
<title>rubydoc</title>
</head>
<body bgcolor="#ffffff">
<a href="http://sourceforge.net"><img src="http://sourceforge.net/sflogo.php?group_id=31088" width="88" height="31" border="0" alt="SourceForge Logo"></a>
<h1>rubydoc</h1>
<p>In a nutshell, this is the vision for rubydoc:</p>
<ol>
<li>A command line tool that allows for easy access to ruby documentation.</li>
<li>
An online initiative 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
available from the CLI (data probably stored in rd or XML).
</li>
<li>
A CLI that will let you, if you have a net connection, browse
the online rubydoc comments (probably SOAP).
</li>
<li>
rubydoc is a cross between perldoc and the PHP documentation at php.net.
</li>
<li>
rubydoc is set to evolve with the language and be defined
through its user community.
</li>
<li>
rubydoc will use the reflection API to make all methods
available for comment and user review.
</li>
<li>
The online forum will have user accounts and watches to allow
people to track comments and/or official documentation
changes.
</li>
</ol>
<p>
If you have any questions/comments, please send them to: <a
href="mailto:rub...@li...">rub...@li...</a>.
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>
</body>
</html>
|