Hi,
> Is there an easy way to link to pages on a different
wiki that's hosted on
> the same server (i.e. in a wiki farm)?
>
> For example, right now we have a separate wiki for each
project (called
> Alpha, Beta, etc). If I want to refer to a set of
instructions that's on
> the second project, I'm using the full URL:
> [http://wiki.
domain.com/Beta/SomeDocument Look at this]
You need to set up interwiki names for your farm. On mine:
farmconfig.py:
shared_intermap = '/usr/local/var/moin/intermap.txt'
individual wiki configs - here basewiki.py
interwiki_name = 'CbuBaseWiki'
where /usr/local/var/moin/internap.txt has text lines like
this:
CbuBaseWiki http://ima
ging.mrc-cbu.cam.ac.uk/basewiki/
CbuImaging http://imag
ing.mrc-cbu.cam.ac.uk/imaging/
Then I can link like this: CbuBaseWiki:SomePage
Best,
Matthew
------------------------------------------------------------
-------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the
chance to share your
opinions on IT & business topics through brief
surveys-and earn cash
http://www.techsay.com/default.
php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Moin-user mailing list
Moin-user lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/moin-user
|