How to use InterWiki links in moinmoin? - Stack Overflow most recent 30 from stackoverflow.com2009-12-16T11:40:51Zhttp://stackoverflow.com/feeds/question/343769http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/343769/how-to-use-interwiki-links-in-moinmoin0How to use InterWiki links in moinmoin?UlfR2008-12-05T13:08:12Z2009-01-17T18:09:14Z
<p>We use a number of diffrent web services in our company, wiki(moinmoin), bugtracker (internally), requestracker (customer connection), subversion. Is there a way to parse the wikipages so that if I write "... in Bug1234 you could ..." Bug1234 woud be renderd as a link to <code>http://mybugtracker/bug1234</code></p>
http://stackoverflow.com/questions/343769/how-to-use-interwiki-links-in-moinmoin/343926#3439263Answer by Andrew Cox for How to use InterWiki links in moinmoin?Andrew Cox2008-12-05T14:06:51Z2008-12-05T14:06:51Z<p>check out the interwiki page in moinmoin, (most wikis have them) we use trac for example and you can set up different link paths to point to your different web resources. So in our Trac you can go [[SSGWiki:Some Topic]] and it will point to another internal wiki.</p>
http://stackoverflow.com/questions/343769/how-to-use-interwiki-links-in-moinmoin/412963#412963-1Answer by UlfR for How to use InterWiki links in moinmoin?UlfR2009-01-05T12:26:21Z2009-01-17T18:09:14Z<p>I finally found the solution.
"Add the site to data/intermap.txt" found at:</p>
<p><a href="http://moinmo.in/MoinMoinQuestions#MoinMoinQuestions.2BAC8-Administration.Howtoaddnewinterwikisites.3F" rel="nofollow">http://moinmo.in/MoinMoinQuestions#MoinMoinQuestions.2BAC8-Administration.Howtoaddnewinterwikisites.3F</a></p>