From: Nicholas Van Weerdenburg Date: 2004-08-05T13:16:01+09:00 Subject: Re: CGI programming A brief example using RDoc is on Dave Thomas's blog- http://pragprog.com/pragdave/Tech/Ruby/RssHead.rdoc Nick Chad Fowler wrote: >On Mon, 2 Aug 2004 05:39:56 +0900, David A. Black wrote: > > >>Hi -- >> >>On Mon, 2 Aug 2004, Robert wrote: >> >> >> >>>What do you use when programming Ruby/CGI? Do you just use straight Ruby or >>>do you use any templating modules? >>> >>> >>I've made a lot of use of the Template module from RubLog. >> >> >> >> > >You can actually even just use rdoc, as included in ruby 1.8.1+. A >simplistic example can be seen here: > >http://rubyforge.org/cgi-bin/viewcvs/cgi/viewcvs.cgi/rubygems/bin/gem_server?rev=1.11&cvsroot=rubygems&content-type=text/vnd.viewcvs-markup > >Chad > > >