I suggest using "." to denote subpages because of rawurlencode issues and
USE_PATH_INFO
problems with ":".
rawurlencode only leaves - _ and . but escapes / and :
so far I have:
function getDefaultArguments() {
// FIXME: how to exclude multiple pages?
return array('prefix' => (USE_PATH_INFO) ? '[pagename].' : '[pagename]:',
...
BTW: Should I commit the CalendarPlugin description to pgsrc?
Or should just the plugin src point to
http://phpwiki.sf.net/phpwiki/CalendarPlugin
--
Reini Urban
http://xarch.tu-graz.ac.at/home/rurban/
|