Package sage :: Package server :: Package wiki :: Module moin
[hide private]
[frames] | no frames]

Module moin

source code


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 \code{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.''



Functions [hide private]
 
wiki_create_instance(directory='sage_wiki') source code
 
wiki(directory='sage_wiki', port=9000, address='localhost', threads=10)
Create (if necessary) and start up a Moin Moin wiki.
source code
 
wiki_simple_http(directory='sage_wiki', port=9000, address='localhost')
Create (if necessary) and start up a Moin Moin wiki.
source code
Function Details [hide private]

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

source code 

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_simple_http(directory='sage_wiki', port=9000, address='localhost')

source code 

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.