[xwiki-devs] How to monitor the user in xwiki
Hi all, i am currently working on integrating a recommendation system into a xwiki installation. What I need to build a statistical model is to register every link to another wiki page a particular user clicks. e.g. zorn is on Main.WebHome and clicks on SandBox.WebHome After investigating this a little, I think one way to do this would be to extend the XWikiStats subsystem. I would prefer to write simple plugin however, if such hooks already exist, but I couldn't find any. Thanks, Hans-Peter
Hi, One thing you could do is use the xwiki notification feature (I don't have a link handy for this and it needs to be documented on xwiki.org, however searching the mailing list on xwiki.markmail.org should yield some results). It allows catching a document before or after it's saved for example. The other solution is, as you say to use the XWiki stats plugin. -Vincent On Feb 15, 2008, at 6:25 PM, Hans-Peter Zorn wrote:
Hi all, i am currently working on integrating a recommendation system into a xwiki installation. What I need to build a statistical model is to register every link to another wiki page a particular user clicks. e.g. zorn is on Main.WebHome and clicks on SandBox.WebHome
After investigating this a little, I think one way to do this would be to extend the XWikiStats subsystem. I would prefer to write simple plugin however, if such hooks already exist, but I couldn't find any.
Thanks, Hans-Peter
participants (2)
-
Hans-Peter Zorn -
Vincent Massol