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:
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.
check out http://scipy.astraw.com for a demo
- download from
ImageLink macro
Allows images also to be links. Useful.
MacroMarket/ImageLink (download here)
Turning on inter-wiki links to locally-hosted Trac repositories
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
Maybe make an Interwiki-Link "scipydev:" for http://www.scipy.org/documentation/mailman?fn=scipy-dev/ ? + other lists?
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
Limit editing and adding attachments to "Known" users? (see HelpOnAccessControl)