[ANN] MoinMoin Release 0.3

Jürgen Hermann jh at web.de
Thu Oct 26 15:14:56 EDT 2000


A WikiWikiWeb is a collaborative hypertext environment, with an emphasis on
easy access to and modification of information. MoinMoin is a Python
WikiClone that allows you to easily set up your own wiki, only requiring a
Web server and a Python installation.

MoinMoin 0.3 features free-formatted WikiNames (which means you can have
Japanese page names for example), a [[SystemInfo]] macro, inline code
sequences, some usability enhancements, and quite some bugfixes. It is also
tested with Python 1.6 and Python 2.0.

Homepage: http://moin.sourceforge.net/
Download: http://download.sourceforge.net/moin/

New features:
    * Check for inline images with InterWiki links (Spam:eggs.gif)
    * New config variable "allow_extended_names", which enables markup for
wiki names containing ANY character like this: ["any chars"]
    * New config variable "html_head"
    * New macro [[SystemInfo]]
    * Added inline code ("{{{" and "}}}" on the same line)
    * Support for new config variable "max_macro_size"

Bugfixes:
    * Don't treat sequences with a double colon (CPP::Namespace) as an
InterWiki link
    * The local part of InterWiki links is now correctly URL-escaped
    * Quickfix for a bug in 1.6's regular expressions
    * Fixed "SpamSpamSpam" bug (multiple entries in word list)
    * Anchor names get quoted in WordIndex and TitleIndex
    * Filtering of filenames in page_list() corrected
    * Escape &, <, > when sending the editor
    * Final(?) fix for japanese wiki names





More information about the Python-list mailing list