From: jason <ja...@gr...> - 2001-08-21 03:48:38
|
Alex Black wrote: > -you create a normal page def for each page, but include > PageDefBuilder. Ah. This was it. I was assuming the PageDefBuilder would build the entire page definition, not work with it if it existed. > -it uses the request_uri class to determine the forum name, and puts > the ForumList module into the page def. > -user clicks 'post' or soemthing, and gets sent to the 'normal forum > post page elsewhere in htdocs. Sounds like the PageDefBuilder is going to need a few libraries. What, besides handling URI's will it need to accommodate? And what would be example syntax of the url->module mapping? (it's now 68.33% clear in my mind) =] jason |