|
From: Todd L. M. <tm...@ha...> - 2000-11-17 17:59:21
|
> Sounds good to me. OK, I'll try to get this done this weekend. > Yes. I think it should. If a page has a summary, we might as well display > it every chance we get. :) Sounds good. :) > If you can read perl, the wiki.pl file really has the complete list of perl > regex's used to match and render the markups. I don't think we have to be > too loyal to it if its not too convenient (perhaps if not, the importer can > do on-the-fly conversions to equivilents (or at least strip out unsupported > joswiki markups). > > As far as how the joswiki files are stored, its a single directory with > 1500 files in it (the file name is the topic name). And the file itself > stores the plain wiki text. So import is really just a "while dir has more > files, file open and read and then blast it into the database". :) Hey, even /I/ can code that! :) Hopefully the joswiki's markup will be close enough to make the translation there easy. -_Quinn PS: http://wiki.jos.org now gives the jos.sourceforge.net main page. Is there something we can do in index.php3 to check if the requested host is wiki, and if so, redirect to the right place? Or is there some apache option I might be able to talk SF into setting to do this? (Apache translates wiki.jos.org/X into jos.sourceforge.net/wiki/X?) |