On Fri, 19 Sep 2003, Chad Fowler wrote: > On Fri, 19 Sep 2003, Chris Morris wrote: > > # ahoward wrote: > # >what's the markup like? personally i'd like a way to create links w/o using > # >CamelCase ;-) > # > > > I guess Ruby wikis should use underscore_wiki_links instead of CamelCase > :) amen brother! camel_case = %r{^\s*(?:[A-Z][a-z]+){2,}\s*$} raise NotPrettyError if camel_case.match ident for some reason i don't find camel case too bad for classes, et. al. - but TOO much of it (like java) gets insane. flames on! ;-) -a > > I've been hoping for a nice simple Ruby wiki with few (if any) external > dependencies for some time now. We use usemod for RubyGarden, because > it's so incredibly simple. It would be lovely to have a direct Ruby > equivalent to usemod. > > Chad > > > ==================================== | Ara Howard | NOAA Forecast Systems Laboratory | Information and Technology Services | Data Systems Group | R/FST 325 Broadway | Boulder, CO 80305-3328 | Email: ara.t.howard / noaa.gov | Phone: 303-497-7238 | Fax: 303-497-7259 | ~ > ruby -e 'p(%.\x2d\x29..intern)' ====================================