summaryrefslogtreecommitdiff
path: root/EVENTS.txt
diff options
context:
space:
mode:
authorZach Copley <zach@controlyourself.ca>2009-02-13 05:45:06 +0000
committerZach Copley <zach@controlyourself.ca>2009-02-13 05:45:06 +0000
commitc0af950276e54c6d4a854eb1cfd1ba00c3fea9dc (patch)
tree6aefcd88b0b122b3d79a4ed4f892aeec8ea63888 /EVENTS.txt
parent4b7ee5455f1190c681b5912b84398a1156040d74 (diff)
parent070d1a3f247dd20e855bda1486121545ec667e9a (diff)
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
Diffstat (limited to 'EVENTS.txt')
-rw-r--r--EVENTS.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/EVENTS.txt b/EVENTS.txt
index aed3dd9c5..16ca9ea06 100644
--- a/EVENTS.txt
+++ b/EVENTS.txt
@@ -15,6 +15,24 @@ StartSecondaryNav: Showing the secondary nav menu
EndSecondaryNav: At the end of the secondary nav menu
- $action: the current action
+StartShowStyles: Showing Style links; good place to add UA style resets
+- $action: the current action
+
+EndShowStyles: End showing Style links; good place to add custom styles
+- $action: the current action
+
+StartShowLaconicaStyles: Showing Laconica Style links
+- $action: the current action
+
+EndShowLaconicaStyles: End showing Laconica Style links; good place to add handheld or JavaScript dependant styles
+- $action: the current action
+
+StartShowUAStyles: Showing custom UA Style links
+- $action: the current action
+
+EndShowUAStyles: End showing custom UA Style links; good place to add user-agent (e.g., filter, -webkit, -moz) specific styles
+- $action: the current action
+
StartShowScripts: Showing JavaScript links
- $action: the current action