Contents
Wanted Pages Plugin
Description
Lists all wiki pages that are linked to but not created in wikis, ticket descriptions and ticket comments. That is, when a camel-case identifier is listed in a wiki page, then a link is created to that page, but if that page does not exist then the link exists but the page is not created. For example, MyPageAbc? is a link to MyPageAbc, which does not exist.
Bugs/Feature Requests
Existing bugs and feature requests for WantedPagesPlugin are here.
If you have any issues, create a new ticket.
Download
Download the zipped source for 0.9 or 0.10 or 0.11.
Install
You must have setuptools installed.
Run the following commands in the source directory:
python setup.py bdist_egg cp dist/*.egg /path/to/projenv/plugins
For more information, see Trac Plugin Installation
You also have to enable it in the trac.ini file for the environment
[components] wanted_pages.* = enabled
Source
You can check out WantedPagesPlugin from here using Subversion, or browse the source with Trac.
Example
[[WantedPages]] lists all wiki pages that are linked to, but do not exist
[[WantedPages(show_referrers)]] does the same thing, but also lists the pages that contain the broken links
Recent Changes
[6743] by jfrancis on 10/18/09 20:28:27
Fixed plugin to work with 0.11 (finally)
[2874] by jfrancis on 12/11/07 01:45:26
merged [2873] into 0.9 and 0.10 branches
[2873] by jfrancis on 12/11/07 01:43:05
fixed indentation error
[2726] by jfrancis on 10/30/07 00:38:49
merged [2725] into 0.9 and 0.10 branches

