1 Feb 2003 06:54
Re: Can we attack the 'not enough libraries' thing straight on?
<jbritt <at> ruby-doc.org>
2003-02-01 05:54:16 GMT
2003-02-01 05:54:16 GMT
> -----Original Message----- > From: NAKAMURA, Hiroshi [mailto:nahi <at> keynauts.com] > Sent: Monday, January 27, 2003 12:14 AM > To: ruby-talk ML > Subject: Re: Can we attack the 'not enough libraries' thing straight on? > # Back to the style issue, we have a plan to introduce > # wiki-like feature to RAA. That's for linking projects > # and for adding comments of users. I've been working on a topic map wiki at www.ruby-doc.org/wiki/topicwiki.rb It differs from the standard wiki in that it allows more specific annotations of links. For example, a wiki page about Rimport could contain links to wiki pages about Rexml and Rdoc, with the linking markup indicating that these are dependencies. Other wiki page links might be annotated to indicate a reference to online documentation, or a reference to where book information may be found. In a conventional wiki, one would know that there was a link from one page to another, or a link to an external site, but would not know what that link meant without some active interpretation of the English text. The use of TM notation makes the wiki content more accessible to machine parsing, with greater semantic information. The use of TM notation means the wiki pages can be used to generate an XTM (XML Topic Map) feed: www.ruby-doc.org/wiki/wtm/RDP.xtm The XTM could be used to create a browsable index of ruby apps, libs, docs, dependencies, and so on. As an aside, topic maps have been applied to CPAN(Continue reading)
RSS Feed