Pages that link to this page:
Getting Oriented
Learning the Ropes
How to use OpenACS related technologies
Testing
Howto guides
developer FAQ
(add the answers to these above somewhere)
- common errors: http://web.archive.org/web/20020910195223/http://openacs.org/doc/common-errors.html
- when to use callbacks or service-type packages?
- What is difference between "mounting a service in a package's site-map" and "a service-contract (that is unmounted)"?
- How to make a package subsite aware? see (http://openacs.org/forums/message-view?message_id=105740
- How/when to use the CR?
- How to create an object_id via the api?
- How do application groups(AG) work by default from Main-site to a subsite or sub-subsite etc.?
- Is an AG associated with a subsite (subsite_id) or an application (package_id) or both? Both. site_node::instantiate_and_mount returns object_id which is both a package_id and a subsite_id for the package-key "acs-subsite". (ibid.) Also, the relational segments composition_rel and membership_rel are objects also.
- How to get package_id of services mounted within a site-map?