README
author Reimar Bauer <rb.proj AT googlemail DOT com>
Mon, 19 Jan 2009 01:20:04 +0100
changeset 4247 c76d50dac855
parent 3016 5b17fc649925
child 4251 bab970f53db1
permissions -rw-r--r--
text_html_text_moin_wiki: bug fix for GuiEditorBreaksIndentedTable
     1 MoinMoin - a wiki engine in Python
     2 ==================================
     3 
     4 Copyright (c) 2000-2006 by Juergen Hermann <jh@web.de>
     5 Copyright (c) 2006-2008 The MoinMoin development team, see
     6                         http://moinmo.in/MoinCoreTeamGroup
     7 
     8 All rights reserved, see docs/licenses/COPYING for details.
     9 
    10 This program is free software; you can redistribute it and/or modify
    11 it under the terms of the GNU General Public License as published by
    12 the Free Software Foundation; either version 2 of the License, or
    13 (at your option) any later version.
    14 
    15 This program is distributed in the hope that it will be useful,
    16 but WITHOUT ANY WARRANTY; without even the implied warranty of
    17 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    18 GNU General Public License for more details.
    19 
    20 You should have received a copy of the GNU General Public License
    21 along with this program; if not, write to the Free Software
    22 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    23 
    24 
    25 Documentation
    26 =============
    27 
    28 On the Web:
    29 
    30 http://purl.net/wiki/moin/       MoinMoin homepage, last seen at:
    31                                  http://moinmo.in/
    32 
    33 This page also points to support resources and informations about MoinMoin
    34 development status and plans.
    35 
    36 For support, please try the documentation, the homepage, the irc channel
    37 and the mailing list before contacting the MoinMoin authors directly.
    38 
    39 Local:
    40 
    41 See docs/CHANGES                 for a version history. READ THIS!
    42 See docs/INSTALL.html            for installation instructions.
    43 See docs/README.migration        for data conversion instructions.
    44 
    45 Note that the code base contains some experimental or unfinished features.
    46 Use them at your own risk. Official features are described on the set of
    47 help pages contained in the distribution wiki.
    48 
    49 
    50 ACKNOWLEDGEMENTS
    51 ================
    52 
    53 We have to thank a lots of people for their valuable ideas, time and
    54 contributions - please see the MoinMoinAcknowledgements page there:
    55 
    56 http://moinmo.in/MoinMoinAcknowledgements
    57 
    58 
    59 LICENSE NOTES
    60 =============
    61 
    62 Martin Pool <mbp@humbug.org.au> provided the base of what now is MoinMoin,
    63 see also docs/licenses/pikipiki.txt.
    64 
    65 Peter Thoeny and all other people involved in creating it provided
    66 TWikiDrawPlugin (see docs/licenses/twikidraw.txt). For more information
    67 and a download link to get the source refer to:
    68 http://twiki.org/cgi-bin/view/TWiki/TWikiDrawPlugin
    69