From: "Peña, Botp" Date: 2004-02-26T15:12:11+09:00 Subject: ruby2html -was RE: Congrats to Matz...working 11 years on Ruby an d counting! Simon Strandgaard [mailto:neoneye@adslhome.dk] said: > > Mentioning regexp.... > > I have just played around with my own ruby2html thing.. > > the output is here.. check it out. > > > > http://neoneye.dk/syntax.html > > > > heredoc renders nice in mozilla ;-) > > Now it converts from Ruby into xhtml 1.0 strict. > > Any thoughts about its output? simple yet kewl. 1. can you extend gray background of comments page wide? 2. tabs too long (for me). Can you align defs with the class name and codes under def names? eg. Class X # def aligns under X # asdfasdfasdf def x # code here aligns under x # asdfasdfasdf end end 2. I'd like coloring that easily distinguishes and separate classes. Can you do this: for each class boundary (say fr Class... to ..end), the color alternates fr white to green. Eg. #background from here is white Class X .... end # background fr here is green Class Y ... end #background from here is white again,... Class Z .... end > Simon Strandgaard kind regards -botp