breaking info across several kwiki directories

[email protected] ("Robert P. J. Day") Thu, 6 Jan 2005 08:43:33 -0500 (EST)
Newsgroups perl.kwiki
Message-ID <[email protected]>
  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.

  the only issue is that, occasionally, i *might* want to link between
these directories, and i'm sure i can do it with an explicit link of
the form

  http://<hostname>/kwiki/proj1/index.cgi?<PageName>

is this the standard way to do this?  or am i thinking about this the
wrong way?

rday