LinksToThisPage action
Purpose
Redirects to the full search using the linkto: syntax to find pages that link to the current page (a.k.a. "backlinks").
This action was created, because in some templates it's not implemented to click on the title of a page to get the links to this page.
Download
Latest version: LinksToThisPage.py or as a ZIP-file.
The source code is available at code.simroth.com/moinmoin-linkstothispage and you are welcome to fork and contribute.
Compatibility
Tested with MoinMoin 1.8.3, 1.7.3, 1.6.4, 1.5.5a, 1.5.3
Copyright
2009-2012 StefanSimroth <stefan AT ubicoo DOT com>
License
ToDo
see Open Issues
- adjust name (atm: default = class name)
- make translatable
inherit from ActionBase
Discussion
ReimarBauer: please use string substitution instead of +XXX+
thanks, I fixed this, please review