> I'm working on a news publishing system. I would like to use wiki
> syntax in this system. I will believe the code for conversion between
> html and wiki syntax can be separated in an new engine?

There are already existing wiki syntax libraries in ruby, RedCloth
(Textile syntax) and BlueCloth (markdown syntax).  It's easy to
incorporate either of these into a rails app, be it an engine, plugin,
whatever.

Tom Ward
_______________________________________________
engine-users mailing list
[email protected]
http://lists.rails-engines.org/listinfo.cgi/engine-users-rails-engines.org

Reply via email to