= Add referring pages to your page = == Description == [http://www.trapanator.com/blog/archives/category/trac BackLinks 5.0] is a macro that that can show you which wiki-pages refer to actual page or to one page of your choice. It is based on Andrew's and Muness's fixes (!BackLinks.py, !BackLinks.2.py, !BackLinks.3.py, !BackLinks.4.py). It have these modifications: * '''UTF-8 support'''. Finally you can use wiki pages with accented letters and other symbols. The original version works only for wiki names written in ASCII-7 bit. * '''Bugfix''': the original version works only with links like these: {{{ [wiki:link description of link] }}} and not links like: {{{ [wiki:link] }}} == Homepage/Blog/Contact == [http://www.trapanator.com/blog/archives/category/trac] == Bugs/Feature Requests == Existing bugs and feature requests for BackLinksMacro are [report:9?COMPONENT=BackLinksMacro here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=BackLinksMacro&owner=trapanator new ticket]. == Download == Download the zipped source from [download:backlinksmacro here]. == Source == You can check out BackLinksMacro from [http://trac-hacks.org/svn/backlinksmacro here] using Subversion, or [source:backlinksmacro browse the source] with Trac. == Example == * show which wiki-pages refer to actual page: {{{ [[BackLinks]] }}} * show which wiki-pages refer to page ''pagename'': {{{ [[BackLinks(pagename)]] }}} == Recent Changes == [[ChangeLog(backlinksmacro, 3)]] == Author/Contributors == '''Author:''' [http://www.trapanator.com/blog/archives/category/trac Trapanator] [[BR]] '''Contributors:''' Trapanator