A Plugin for delegating a Trac site's wiki part to other site

Description

This plugin provides one way of TracMultipleProjects/SingleEnvironment. More specifically, it provides an easy way for multiple Trac projects to share one single wiki. In a company or a department, it is not unusual to have multiple projects each with its own Trac site. However, having each project create its own wiki does not really benefit from the concept of wiki. Having all projects use the same wiki could improve the wiki discussion, idea sharing, etc. Trac does not currently supports this kind of setup. This plugin provides an easy, to-the-point way.

Bugs/Feature Requests

Existing bugs and feature requests for DelegatedWikiPlugin are here.

If you have any issues, create a new ticket.

Download

Download the zipped source from here.

Source

You can check out DelegatedWikiPlugin from here using Subversion, or browse the source with Trac.

Example

Say we have 2 Trac site, A and B. What we want to do is to let both A and B use the same wiki (from A). So essentially we are disabling B's wiki and redirect all B's wiki links to A.

First you need to install and enable this plugin in B.

Then Add the following section into the B's configuration file of which the wiki part is to be delegated:

[delegatedwiki]
redirect_url=/path/to/A/wiki/

Recent Changes

[1635] by BryanTsai on 12/04/06 20:27:42

DelegatedWikiPlugin:

Imported TracDelegatedWiki?.

[1634] by BryanTsai on 12/04/06 20:25:59

New hack DelegatedWikiPlugin, created by BryanTsai

Author/Contributors

Author: BryanTsai
Contributors: