diff options
author | Evan Prodromou <evan@status.net> | 2010-01-31 10:12:26 -0500 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2010-01-31 10:12:26 -0500 |
commit | dc62246443e3584ef5267505275f618f6fa86bf7 (patch) | |
tree | 850c1f89d9e1df589bfe3eed47ce3b790407dc2b /EVENTS.txt | |
parent | fec8066bf76948142828b689708386861d089fb3 (diff) |
Add a robots.txt URL to the site root
Adds a robots.txt file to the site root. Defaults defined by
'robotstxt' section of config. New events StartRobotsTxt and
EndRobotsTxt to let plugins add information. Probably not
useful if path is not /, but won't hurt anything, either.
Diffstat (limited to 'EVENTS.txt')
-rw-r--r-- | EVENTS.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/EVENTS.txt b/EVENTS.txt index 3317c80de..6bf12bf13 100644 --- a/EVENTS.txt +++ b/EVENTS.txt @@ -708,3 +708,9 @@ EndUserRegister: When a new user has been registered - &$profile: new profile data - &$user: new user account +StartRobotsTxt: Before outputting the robots.txt page +- &$action: RobotstxtAction being shown + +EndRobotsTxt: After the default robots.txt page (good place for customization) +- &$action: RobotstxtAction being shown + |