~ubuntu-branches/ubuntu/natty/moin/natty-updates

« back to all changes in this revision

Viewing changes to MoinMoin/support/__init__.py

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard
  • Date: 2008-06-22 21:17:13 UTC
  • mfrom: (0.9.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080622211713-fpo2zrq3s5dfecxg
Tags: 1.7.0-3
Simplify /etc/moin/wikilist format: "USER URL" (drop unneeded middle
CONFIG_DIR that was wrongly advertised as DATA_DIR).  Make
moin-mass-migrate handle both formats and warn about deprecation of
the old one.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
    This package collects small third party utilities in order
6
6
    to reduce the necessary steps in installing MoinMoin. Each
7
 
    source file is copyrighted by its respective author. I've done
8
 
    my best to assure those files are freely redistributable.
9
 
 
10
 
    Further details on the modules:
11
 
 
12
 
    cgitb
13
 
        from python 2.2 + patches (see XXX)
14
 
 
15
 
    @copyright: 2001-2004 by J�rgen Hermann <jh@web.de>
 
7
    source file is copyrighted by its respective author. We've done
 
8
    our best to assure those files are freely redistributable.
 
9
 
 
10
    @copyright: 2001-2004 Juergen Hermann <jh@web.de>
16
11
    @license: GNU GPL, see COPYING for details.
17
12
"""