On Thu, 12 Feb 2004 23:15:06 +0900, Jim Weirich wrote: > > Paul Brannan said: >> On Thu, Feb 12, 2004 at 10:14:57PM +0900, Simon Strandgaard wrote: >>> If you have VIM you can convert your ruby file to html. >>> vim -f +"syn on" +"run! syntax/2html.vim" +"wq" +"q" filename.rb >>> And it produces a 'filename.rb.html' file as output. >> >> Seems like it would be easier to use code2html: >> http://www.palfrader.org/code2html/ > > source2html is also an option ... > http://onestepback.org/software/source2html source-highlight also has support for Ruby and can produce XHTML: http://www.gnu.org/software/src-highlite/source-highlight.html