Add a list of referring pages to your page

Description

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 here.

If you have any issues, create a new ticket.

Download

Download the zipped source from here.

Source

You can check out BackLinksMacro from here using Subversion, or 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

[4150] by trapanator on 08/19/08 11:21:49

Suppor for Trac 0.11

[3165] by trapanator on 01/31/08 16:51:16

Added README file

[3164] by trapanator on 01/31/08 16:39:26

BackLinks? 5.0

[3163] by trapanator on 01/31/08 16:33:12

New hack BackLinksMacro, created by trapanator

Author/Contributors

Author: Trapanator
Contributors: Trapanator