Six Apart Code

<<

NAME

MT::AtomServer

SYNOPSIS

An Atom Publishing API interface for communicating with Movable Type.

CALLBACKS

APIPreSave.entry

    callback($eh, $app, $entry, $original_entry)
Called before saving a new or existing entry. If saving a new entry, the $original_entry will have an unassigned 'id'. This callback is executed as a filter, so your handler must return 1 to allow the entry to be saved.

APIPostSave.entry

    callback($eh, $app, $entry, $original_entry)
Called after saving a new or existing entry. If saving a new entry, the $original_entry will have an unassigned 'id'.

<<

Six Apart
Makers of weblog software and services for individuals, organizations and businesses.