From: Dave Burt Date: 2004-05-26T14:44:13+09:00 Subject: Re: Instiki markup I'm trying to figure out Instiki. It's a nice piece of work. But what would be the best way to have return a javascript file, ideally shared between webs? Also being able to return other files from that subdirectory may be required. eg: /htmlarea/htmlarea.js or is this better? /my_wiki/htmlarea/htmlarea.js Cheers, Dave "David Heinemeier Hansson" wrote in message news:13DC7DF9-AD69-11D8-A2EA-000A958E6254@loudthinking.com... > > But what about having a wiki document written in pure HTML? The only > > important feature that's obvious to me that a wiki document needs that > > HTML > > doesn't already provide is WikiWords; I'd propose you do something > > like > class="wikiword">Wiki word. This would allow existing HTML editing > > controls (e.g. FCKEdit, htmlArea) to be easily leveraged for wiki use. > > This could work. The pure HTML would just be another markup language, > just like Textile, Markdown, or RDoc. And either the standard rules for > [[wiki word]] and WikiWords are just retained (so people write that > manually) or they could be processed as you say through a class. > > It's obvious that this approach would require all users on a HTML-only > wiki to use the WYSIWYG control. But that might be just fine for some > organisations. > > Please do have a stab at such an implementation. > -- > David Heinemeier Hansson, > http://www.instiki.org/ -- A No-Step-Three Wiki in Ruby > http://www.basecamphq.com/ -- Web-based Project Management > http://www.loudthinking.com/ -- Broadcasting Brain > http://www.nextangle.com/ -- Development & Consulting Services > > >