Packaging
Functions that facilitate the saving, exporting, and loading of packages.
Description
The packaging module is used for both exporting packages for local installation and for content distribution.
- admin
Displays the administrative page for either packaging or distribution profiles. From this interface, you can modify, delete, and synchronize packages. - create_package
Creates a.pacpackage on the server based on the requested package. - create_package_ui
Provides an HTML checklist of the different steps involved in creating a package (.pacfile). - delete_events
Removes distribution events from the system's event log. - delete_package
Deletes a package or distribution profile from the server. - edit_profile
Provides HTML editing interface for both packaging and distribution profiles. - events
Displays information about recent distribution events. - export_log
Provides an XML log of a previous export of a package. This log contains details about skins, configuration values, and publications that were included in the package. - install_package
Method called by a distribution server to install a package already pushed to a delivery server. - merge
Load configuration from an unpacked package into the current database. This may trigger the addition or delete of pubs, XForms, or search indexes. - package_version
Check the version of a package that may be installed in the Legacy Content Delivery application. - receive_package
Method called by a distribution server to push a package to a delivery server. When this call is complete, the.pacwill be stored on the delivery server. - save_profile
Saves a packaging or distribution profile. - sync
Manually starts the synchronization of a delivery group.