16.1 Wiki Interactive Web Page

Module: sage.server.wiki.moin

Wiki Interactive Web Page.

Sage includes the Moin Moin Wiki interactive web page system standard. To start your own math-typesetting-aware wiki server immediately, just type wiki() at the command line.

The Moin Moin Wiki ``is an advanced, easy to use and extensible WikiEngine with a large community of users. Said in a few words, it is about collaboration on easily editable web pages.''

Module-level Functions

wiki( [directory=sage_wiki], [port=9000], [address=localhost], [threads=10])

Create (if necessary) and start up a Moin Moin wiki.

The wiki will be served on the given port.

The moin package contains a modified version of moin moin, which comes with jsmath latex typesetting preconfigured; use dollar signs to typeset.

wiki_create_instance( [directory=sage_wiki])

wiki_simple_http( [directory=sage_wiki], [port=9000], [address=localhost])

Create (if necessary) and start up a Moin Moin wiki.

The wiki will be served on the given port.

The moin package contains a modified version of moin moin, which comes with jsmath latex typesetting preconfigured; use dollar signs to typeset.

See About this document... for information on suggesting changes.