summaryrefslogtreecommitdiff
path: root/EVENTS.txt
diff options
context:
space:
mode:
authorBrion Vibber <brion@pobox.com>2010-02-17 10:14:08 -0800
committerBrion Vibber <brion@pobox.com>2010-02-17 10:14:08 -0800
commit5a6cbb248f8cdcb171ea5540e6a6c2eb10506a82 (patch)
treec72830bef3388b1ceb19cc6ef688177122961435 /EVENTS.txt
parent46e9aa13aa87955b441bc63b7cf2f58622b131b0 (diff)
parent3cb6b1670bd7e3860fdca217e4075f51378fe5e0 (diff)
Merge branch 'testing' into 0.9.x
Diffstat (limited to 'EVENTS.txt')
-rw-r--r--EVENTS.txt9
1 files changed, 8 insertions, 1 deletions
diff --git a/EVENTS.txt b/EVENTS.txt
index 69fe2ddcc..90242fa13 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,10 @@ StartRobotsTxt: Before outputting the robots.txt page
EndRobotsTxt: After the default robots.txt page (good place for customization)
- &$action: RobotstxtAction being shown
+StartGetProfileUri: When determining the canonical URI for a given profile
+- $profile: the current profile
+- &$uri: the URI
+
+EndGetProfileUri: After determining the canonical URI for a given profile
+- $profile: the current profile
+- &$uri: the URI