From: Jeff D. <da...@da...> - 2001-03-02 00:45:38
|
>> I my thougths a first step towards a object-oriented wiki could be to >> allow for nested wiki-tags like in the following examples: >> >> WikiTag.SubWikiTag.SubSubWikiTag is interpreted as a whole >> >> ..SubWikiTag in a page is prepended with the page-name in links >> >> for example in the the page ThomasKalka >> ..ToDo would link to ThomasKalka.ToDo >> >> >> What do you think ?? Yes, I was going to comment on this before, but forgot. (First, I'm not sure I would call this object-oriented!) I did start a wiki-page with similar ideas at: http://phpwiki.sourceforge.net/phpwiki/index.php?NewWikiPageNameSemantics UseMod has a SubPage feature which is very similar to what you suggest see http://www.usemod.com/cgi-bin/wiki.pl?action=browse&id=SubPage UseMod uses '/' as the separator between page and subpage. I think '.' makes a much better separator. Perhaps this is because of my Unix background '/ToDo' doesn't look like a sub-page to me --- the leading slash to me indicates a top-level file. Why two leading dots and not just one? Why couldn't .ToDo be enough? Jeff |