diff options
author | Zach Copley <zach@status.net> | 2010-02-16 16:22:58 -0800 |
---|---|---|
committer | Zach Copley <zach@status.net> | 2010-02-16 16:22:58 -0800 |
commit | c892726c80b4e466b2bbad0f7b396cf0c7a137d9 (patch) | |
tree | 015b28c37e1241f1601171b78fb65ea71f40d319 /EVENTS.txt | |
parent | 014a32e6b873291bcd289a1ed25759a7a29221d7 (diff) |
Take remote profiles into account when looking up canonical profile URIs
Diffstat (limited to 'EVENTS.txt')
-rw-r--r-- | EVENTS.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/EVENTS.txt b/EVENTS.txt index 69fe2ddcc..f333c5442 100644 --- a/EVENTS.txt +++ b/EVENTS.txt @@ -1,4 +1,4 @@ -\InitializePlugin: a chance to initialize a plugin in a complete environment +InitializePlugin: a chance to initialize a plugin in a complete environment CleanupPlugin: a chance to cleanup a plugin at the end of a program @@ -722,3 +722,6 @@ StartRobotsTxt: Before outputting the robots.txt page EndRobotsTxt: After the default robots.txt page (good place for customization) - &$action: RobotstxtAction being shown +GetProfileUri: When determining the canonical URI for a given profile +- &$profile: the current profile + |