Regarding rookie, the MediaWiki markup parser: That looks very interesting. I'm currently using http://wikitext.rubyforge.org, but it has a bunch of limitations. And since it's written in C, there's nothing I can do about it, because of my low C fu.
One of the problems I'm having with wikitext is adding my own syntax to it. Can't touch the C as mentioned. Can't preprocess before sending it to wikitext, because of wikitext's HTML stripping. Can't post process it either, because the markup has been lost (newlines and such, for instance) when passing it through wikitext. There are a few things that I can see is missing in rookie, though, such as <nowiki> and [[page links]]. Another interesting feature of wikitext is to set the base level of the headings, so that `= Foo =` is a <h2> tag instead of a <h1> tag, for instance, which is useful if your main page title is a <h1> and you want to avoid multiple <h1> tags on a page. Do you plan to continue hacking on rookie, or has the project stalled? On Jul 18, 10:28 pm, Marnen Laibow-Koser <rails-mailing-l...@andreas- s.net> wrote: > August Lilleaas wrote: > >http://kiiproject.org/ > > > Kii is a young and open source Rails powered wiki. > > This sounds interesting, and I'll definitely check out -- I've been > looking for a Rails wiki engine. But: > > [...] > > > 2. Wiki systems tends to look like they were made in 2001. No > > AJAX, etc. > > Who wants Ajax in a wiki? I can't see how that would be a good thing. > More to the point, I can't see how the lack of Ajax is a "problem" that > needs to be "fixed". There are some types of site where Ajax features > are useful, but I am having trouble coming up with appropriate uses of > Ajax for a typical Wiki. > > (That said, I'll be interested to see how you've used Ajax in Kii.) > > [...] > > > There's still a long way to go, and thehttp://kiiproject.org/Worklist > > is pretty long. Accepting contributions! > > Do you want or need a MediaWiki markup parser? If so, please check out > Rookie (http://github.com/marnen/rookie). > > Best, > -- > Marnen Laibow-Koserhttp://www.marnen.org > [email protected] > -- > Posted viahttp://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

