Last modified: 2010-05-15 15:42:54 UTC
I wish for a hook to modify raw access to article data. This may be helpful to prevent automatic content grabbing by bots for example.
Where should that hook be placed? What do you want to do with it/what parameter should it pass?
I want to replace text or textparts. Or better I hope to implement the following: if ( !userIsLoggedin && !userIsBot ) { addHook("rawEdit", "methodX"); } ... methodX(string rawData) { return "you are a bad robot"; }
Do we not have a generic action handler override hook? If not, do we want one? If so, then implement that, rather than this. :)
So I fixed that one (r19117), as I couldn't see that someone's going to write Rob's super hook :)