-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
38 lines (32 loc) · 899 Bytes
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
name: AtomPub API
id: AtomPub
author_name: Endevver
description: Provides enhanced support for the AtomPub blog publishing API.
version: 1.0.1
schema_version: 1
applications:
atom:
handler: AtomPub::Server
config_settings:
AtomApp:
type: HASH
default:
weblog: 'MT::AtomServer::Weblog::Legacy'
comments: 'MT::AtomServer::Comments'
1.0: 'AtomPub::Server::Weblog'
AtomAppAuthentication:
default: AtomPub::Authen::Basic
AtomScript:
default: 'addons/AtomPub/atom.cgi'
callbacks:
MT::Entry::post_save: $AtomPub::AtomPub::Callbacks::post_save
tags:
function:
AtomScript: $AtomPub::AtomPub::Tags::hdlr_atom_script
EntryAtomID: $AtomPub::AtomPub::Tags::hdlr_entry_atom_id
object_types:
entry:
atom_id: 'string(255)'
applications:
atom:
handler: 'MT::AtomServer'