On 06/01/05 08:43 -0500, Robert P. J. Day wrote: > > given that amount of information that is rapidly going into my > kwiki, i'm considering breaking that across separate kwiki > subdirectories under /var/www/html/kwiki/, as in: > > general/ > proj1/ > proj2/ > > "general" would deal with all kinds of general project-independent > info, then there would be separate directories for each project. the > advantage to this would be that each of those would, of course, have > their own, for instance, "database/" directory so i wouldn't have to > worry about name clashes.
I am considering writing a Pages plugin module that allows pages to be stored hierarchically. So if I had a project wiki, I might have categories like: Kwiki YAML Inline Then I can have pages like 'Kwiki/ReleasePlan'. Now if that page has a link of 'KnownBugs' it will really be a link to 'Kwiki/KnownBugs' which is really a link to '/Kwiki/KnownBugs'. I can think of many wiki applications where this style of hierarchical page and linking could be useful. Cheers, Brian
