|
5 registered users in last 24 hours OpenACS PackageA "package" represents a unit of OpenACS/]po[ code that can be separately installed or uninstalled by the OpenACS package manager. For a listing of all available ]project-open[ packages see Packages
Each package consists of:
The TCL files are responsible for the creation of ADP pages, which the end user sees as they are clicking through ]project-open[. The PostgresSQL files contain the database tables for information storage and retrieval. The XQL Files are built as a layer of abstraction on top of the SQL in order to (?).
Package InformationFor information about what various packages are currently installed on your ]project-open[ system see [Package Manager]. A complete reference of all contents of a package is available as part of the API Browser
Package Fields
Package Data-Model
Structure of the apm_packages database table: Column | Type | Modifiers ----------------+------------------------+----------- package_id | integer | not null package_key | character varying(100) | instance_name | character varying(300) | not null default_locale | character varying(30) | |
