How to use InterWiki links in moinmoin? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-16T11:40:51Z http://stackoverflow.com/feeds/question/343769 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/343769/how-to-use-interwiki-links-in-moinmoin 0 How to use InterWiki links in moinmoin? UlfR 2008-12-05T13:08:12Z 2009-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#343926 3 Answer by Andrew Cox for How to use InterWiki links in moinmoin? Andrew Cox 2008-12-05T14:06:51Z 2008-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 -1 Answer by UlfR for How to use InterWiki links in moinmoin? UlfR 2009-01-05T12:26:21Z 2009-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>