NAME
MT::AtomServer
SYNOPSIS
An Atom Publishing API interface for communicating with Movable Type.
CALLBACKS
- APIPreSave.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
- Called after saving a new or existing entry. If saving a new entry, the $original_entry will have an unassigned 'id'.
callback($eh, $app, $entry, $original_entry)
callback($eh, $app, $entry, $original_entry)
