|
- HelpOnSessions - vigor Wiki
Single wiki Likely the only interesting item is cookie_lifetime Multiple separate wikis under same domain, all using wikiconfig (not farmconfig) The default cookie_name = None creates a different cookie name and separate sessions for each wiki If you want separate sessions for your wikis, you can't use cookie_name = 'siteidmagic' because that always would set the name to MOIN_SESSION
- HelpOnParsers - vigor Wiki
Besides the default MoinMoin wiki markup, different parsers allow the user to enter content into a page or a page section which is interpreted differently Additionally to the built-in parsers, you can find more of them on ParserMarket How Parsers are applied A parser reads some portion of text, analyzes it and creates some specially formatted output from it You can choose the parser to use
- HelpOnAuthentication ExternalCookie - vigor Wiki
Toggle line numbers 1 # +++++++++++++++ beginning of external_cookie example 2 3 # This is some sample code you might find useful when you want to use some 4 # external cookie (made by some other program, not moin) with moin 5 # See the +++ places for customizing it to your needs Copy this 6 # code into your farmconfig py or wikiconfig py by pasting it over the current: 7 # 8 # class Config
|
|
|