Krang::CGI::Publisher - the publisher frontend
None.
This application provides a frontend to Krang::Publisher
Presents a list of story and media objects to be published. Allows the user to schedule a publish date.
Requires story_id parameter with the ID of the story to be published.
Presents a list of story and media objects to be published. Allows the user to schedule a publish date.
Requires story_id_list parameter with the IDs of the story to be published.
Starts the publish process for a given set of stories stories specified by the CGI parameter 'asset_publish_list'.
NOTE: 'asset_publish_list' does not necessarily contain all items listed when the publish process is initiated - it only lists
Requires the following parameters: story_ids, publish_now, publish_date_xxx (if publish_now == 0)
If publish_now == 1, start publish, show a status bar then redirect to workspace.
If putlist_now == 0, schedule publish & redirect to workspace.
Publishes a media object immediately. No scheduling done here.
requires media_id
returns the user to 'My Workspace' when done.
Publishes a story to preview and returns a redirect to the resulting page on the preview story. Requires a story_id parameter with the ID for the story to be previewed or a session parameter set to the session key containing the story to preview.
Displays the previewed story in a frame within the story preview window.
Publishes a media object to preview and returns a redirect to the resulting URL. Requires a media_id parameter with the ID for the media to be previewed, or a parameter called session set to the session key containing the media object.