From: jim@... Date: 2004-11-24T07:47:03+09:00 Subject: Re: [Solution] Object Browser (#8) * 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(/