[Moin-user] Re: getting started with page layout tweaking - need pointers

Skip Montanaro skip at pobox.com
Tue Aug 5 18:39:04 EDT 2003


    Mike> http://search.gmane.org in group gmane.comp.web.wiki.moin.general

Thanks for the pointer.

    >> 1. I'm trying to figure out how to use/set the navi_bar variable.

    Mike> You can use standard wiki syntax for referencies, for ex.
    Mike> [http://www.python.org PySite]

Doesn't work for me.  I tried this:

    navi_bar = ["[http://www.mojam.com/ MojamHome]",
                "Musi-CalHome",
                "RecentChanges",
                "TitleIndex",
                "WordIndex",
                "SiteNavigation",
                "HelpContents"]

and the first link was to a page called "[http://www.mojam.com/
MojamHome]", not to "http://www.mojam.com/" with text of "MojamHome".

    >> 2. (Related to #1) I saw one page on the MoinMoin site which
    >> suggested it was redirected from another page, but I've yet to
    >> find any indication of how to do redirects.

    Mike> use '#REDIRECT pagename' as the page first line
    Mike> see http://www.python.org/cgi-bin/moinmoin/HelpOnProcessingInstructions

Thanks, I stumbled upon that, but it seems to only to redirect within the
Wiki.  I may just tweak the redirect code to do a straight redirect instead
of an internal-to-the-Wiki redirect if the pagename starts with '[' and ends
with ']'.

Skip




More information about the Moin-user mailing list