Paresh wrote:
> Hi
>
> Is there a way of linking trac to another wiki (such as twiki)?
>   

If you're simply looking to easily link into another wiki from the 
Trac's wiki or tickets, then you can use InterWiki links (1).

If you want to make all the normal wiki links to point  to another 
system, you can disable the trac.wiki.* components and write a plugin 
(2) which implements an IWikiSyntaxProvider providing the Wiki page name 
syntax of your choice and redirect to your twiki. Same for the 
INavigationContributor which enables you to replace the main 'wiki' tab 
in the navigation bar.

That approach has currently some drawbacks, as you'll miss the help pages.

-- Christian

(1) - http://trac.edgewall.org/wiki/InterWiki
(2) - http://trac.edgewall.org/wiki/TracDev/PluginDevelopment

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to