summaryrefslogtreecommitdiff
path: root/EVENTS.txt
diff options
context:
space:
mode:
authorEvan Prodromou <evan@status.net>2010-08-13 11:44:26 -0700
committerEvan Prodromou <evan@status.net>2010-08-13 11:44:26 -0700
commited8d8eb5eeedf3caf7f38b5e03519dada24abee1 (patch)
tree2a17b69e5611feec1f0fc90371da1ab79a743cd7 /EVENTS.txt
parent91c914fa3b988c2e5b38b0cdff3fd2d596a6a0ce (diff)
hooks to allow changing RSS content
Diffstat (limited to 'EVENTS.txt')
-rw-r--r--EVENTS.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/EVENTS.txt b/EVENTS.txt
index f34fcc3da..bc3e0ea90 100644
--- a/EVENTS.txt
+++ b/EVENTS.txt
@@ -1056,3 +1056,11 @@ EndNoticeSaveWeb: after saving a notice through the Web interface
- $action: action being executed (instance of NewNoticeAction)
- $notice: notice that was saved
+StartRssEntryArray: at the start of copying a notice to an array
+- $notice: the notice being copied
+- &$entry: the entry (empty at beginning)
+
+EndRssEntryArray: at the end of copying a notice to an array
+- $notice: the notice being copied
+- &$entry: the entry, with all the fields filled up
+