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.”

sage.server.wiki.moin.wiki(directory='/tmp/sage4704/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.

sage.server.wiki.moin.wiki_create_instance(directory='/tmp/sage4704/sage_wiki')
sage.server.wiki.moin.wiki_simple_http(directory='/tmp/sage4704/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.

Previous topic

Networking and Grid Computing

Next topic

DSage: Distributed Sage

This Page