This is an archival dump of old wiki content --- see scipy.org for current material

Here's a test of various features Andrew Straw thinks we should install on this wiki. For more information, see http://astraw.com/scipy/moin.fcg/ScipyPublicFaceTest

Contents:

Turn on AttachFile

We need to be able to attach files, if only to display graphics! wikiconfig.py needs to include (at least)

allowed_actions = ['AttachFile']

SectionParser

SectionParser (download http://moinmoin.wikiwikiweb.de/SectionParser?action=AttachFile&do=get&target=sections-1.0.tar.gz here]) can be used to make sidebars and figures with captions. We really want it.

= This is the header =
 * This is content in a sidebar. (Or at least it will be one day. Hopefully.)

sinorca4moin theme

This is a really snazzy theme.

Allows images also to be links. Useful.

MacroMarket/ImageLink (download here)

Added the following to intermap.txt (in share/moin/data):

# SciPy and friends Trac repositories
IpythonTrac http://projects.scipy.org/ipython/ipython/
ScipyCoreTrac http://projects.scipy.org/scipy/scipy_core

The following will then work: ipython IpythonTrac:ticket/37 or scipy_core SciPyCoreTrac:changeset/1481

Turn on ReStructuredText

It would be nice to support ReStructuredText (ReST or rst) in addition to the default wiki format. Apparently, this requires docutils to be installed. See this page for more information.

Test of rst:

This is a very simple example. If you see two asterisks around the word "very" in the previous sentence, then the module docutils is improperly installed (or not installed at all). When the module docutils is there, the word is displayed in italics and this whole block of text is not displayed in a special source-code-like format, but like a normal part of the page.

Access control

SciPy: Moin_configuration (last edited 2015-10-24 17:48:26 by anonymous)