From: "Brian Schröder" Date: 2004-11-24T17:32:12+09:00 Subject: Re: [Solution] Object Browser (#8) On Wed, 24 Nov 2004 07:47:03 +0900 jim@freeze.org wrote: > * Brian Schr�der [2004-11-24 04:38:41 +0900]: > > > > I particularly liked the clean colorization of the ruby code. What did you use > > > (and what color style) to convert the Ruby code to HTML? > > > > I use xemacs' htmlize package to convert the ruby-code to html. Then I include a stylesheet. (You can copy that from my page if you want) > > > > htmlize: $(patsubst %.rb,browse/%-rb.html,$(wildcard *.rb)) > > > > browse/%-rb.html: %.rb > > mkdir -p browse/unsuccessfull > > xemacs -nw -eval '(htmlize-file "$<" "$@")' -kill && \ > > mv $@ $@.temp && \ > > cat $@.temp | ruby -e 'puts $$stdin.read.gsub(/