diff options
author | Craig Andrews <candrews@integralblue.com> | 2009-08-28 14:42:51 -0400 |
---|---|---|
committer | Craig Andrews <candrews@integralblue.com> | 2009-08-28 14:42:51 -0400 |
commit | 6e570a8440108ac0d16253d35543be19b1c2a713 (patch) | |
tree | 174e6ba5b59cba5609860e0a4b31d0195251a5fc /EVENTS.txt | |
parent | 53ec4223e4f175d19d158a9e487e7c6d447d76de (diff) |
Added 2 new events: StartApiRss and StartApiAtom
Diffstat (limited to 'EVENTS.txt')
-rw-r--r-- | EVENTS.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/EVENTS.txt b/EVENTS.txt index 05d172585..121ae175d 100644 --- a/EVENTS.txt +++ b/EVENTS.txt @@ -247,3 +247,10 @@ StartLoadDoc: before loading a help doc (hook this to show your own documentatio EndLoadDoc: after loading a help doc (hook this to modify other documentation) - $title: title of the document - $output: HTML output to show + +StartApiRss: after the rss <channel> element is started +- $action: action object being shown + +StartApiAtom: after the <feed> element is started +- $action: action object being shown + |