Request Resolver
The OpenACS request processor routes request for instances of some package type to the www directory of this type. One has therefore to provide a file packages/myapp/www/index.vuh, which is essentially a copy of the index.vuh file of xowiki.
::myapp::Package initialize -ad_doc {
This is the resolver for this package. It turns a request into
an object and executes the object with the computed method
} -parameter {
{-m view}
{-folder_id:integer 0}
}
::$package_id reply_to_user [::$package_id invoke -method $m]
ad_script_abort