[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

web-based ri browser -- a project looking for a creator

Trans

3/9/2008 2:45:00 PM

If anyone is looking for an idea for a *very useful* ruby project, the
please consider creating a webrik or rack based web application for
browsing ri/fast-ri docs.

To give you an idea of functionality, there is (amazingly enough) a
gnome app that does it:

http://ruby-gnome2.sourceforge.jp/hik...

This would be a great app to have. I would work on this myself, but my
plate is already too overloaded.

T.

2 Answers

Ken Bloom

3/9/2008 3:56:00 PM

0

On Sun, 09 Mar 2008 09:45:00 -0500, Trans wrote:

> If anyone is looking for an idea for a *very useful* ruby project, the
> please consider creating a webrik or rack based web application for
> browsing ri/fast-ri docs.
>
> To give you an idea of functionality, there is (amazingly enough) a
> gnome app that does it:
>
> http://ruby-gnome2.sourceforge.jp/hik...
>
> This would be a great app to have. I would work on this myself, but my
> plate is already too overloaded.
>
> T.

Consider using "gem server", which does most of what you're asking.
It would be nice if "gem server" would incorporate non-gem rubydocs in
other places in the system as well.

--Ken

--
Ken (Chanoch) Bloom. PhD candidate. Linguistic Cognition Laboratory.
Department of Computer Science. Illinois Institute of Technology.
http://www.iit.edu...

Trans

3/9/2008 4:37:00 PM

0



On Mar 9, 12:09=A0pm, Ken Bloom <kbl...@gmail.com> wrote:
> On Sun, 09 Mar 2008 09:45:00 -0500, Trans wrote:
> > If anyone is looking for an idea for a *very useful* ruby project, the
> > please consider creating a webrik or rack based web application for
> > browsing ri/fast-ri docs.
>
> > To give you an idea of functionality, there is (amazingly enough) a
> > gnome app that does it:
>
> > =A0http://ruby-gnome2.sourceforge.jp/hik...
>
> > This would be a great app to have. I would work on this myself, but my
> > plate is already too overloaded.
>
> > T.
>
> Consider using "gem server", which does most of what you're asking.
> It would be nice if "gem server" would incorporate non-gem rubydocs in
> other places in the system as well.

That's not the same. Gem server depends on gem installations, and the
generation of rdocs by those gems. It is not at all dynamic, nor is
the end result oragnaized in the same fashion.

T.