Metadata-Version: 2.2
Name: moin
Version: 2.0.0b2
Summary: MoinMoin is an easy to use, full-featured and extensible wiki software package
Author: Juergen Hermann et al.
Maintainer-email: RogerHaase <haaserd@gmail.com>, Thomas Waldmann <tw@waldmann-edv.de>
License: GNU GPL v2 (or any later version)
Project-URL: Homepage, https://moinmo.in/
Project-URL: Bug Tracker, https://github.com/moinwiki/moin/issues
Project-URL: Documentation, https://moin-20.readthedocs.io/
Project-URL: Repository, https://github.com/moinwiki/moin
Project-URL: Changelog, https://github.com/moinwiki/moin/blob/master/docs/changes/CHANGES
Keywords: wiki,web
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Other Audience
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Office/Business :: Groupware
Classifier: Topic :: Text Processing :: Markup
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: Babel>=2.10.0
Requires-Dist: blinker>=1.6.2
Requires-Dist: docutils>=0.18.1
Requires-Dist: Markdown>=3.4.1
Requires-Dist: mdx_wikilink_plus>=1.4.1
Requires-Dist: Flask>=3.0.0
Requires-Dist: Flask-Babel>=3.0.0
Requires-Dist: Flask-Caching>=1.2.0
Requires-Dist: Flask-Theme>=0.3.6
Requires-Dist: emeraldtree>=0.10.0
Requires-Dist: feedgen>=0.9.0
Requires-Dist: flatland>=0.8
Requires-Dist: Jinja2>=3.1.0
Requires-Dist: markupsafe<=2.2.0
Requires-Dist: pygments>=1.4
Requires-Dist: Werkzeug>=3.0.0
Requires-Dist: whoosh>=2.7.0
Requires-Dist: pdfminer.six
Requires-Dist: passlib>=1.6.0
Requires-Dist: sqlalchemy>=2.0
Requires-Dist: XStatic>=0.0.2
Requires-Dist: XStatic-Bootstrap>=4.5.3.1
Requires-Dist: XStatic-Font-Awesome>=6.2.1.0
Requires-Dist: XStatic-CKEditor>=3.6.1.2
Requires-Dist: XStatic-autosize
Requires-Dist: XStatic-jQuery>=1.8.2
Requires-Dist: XStatic-jQuery-File-Upload>=10.31.0
Requires-Dist: XStatic-svg-edit-moin>=2012.11.15.1
Requires-Dist: XStatic-JQuery.TableSorter>=2.14.5.1
Requires-Dist: XStatic-Pygments>=1.6.0.1
Provides-Extra: pillow
Requires-Dist: pillow; extra == "pillow"
Provides-Extra: ldap
Requires-Dist: python-ldap; extra == "ldap"

MoinMoin - a lightweight open source wiki engine
================================================

<img src="src/moin/static/logos/moinmoin.svg" alt="MoinMoin Logo" width="120" align="right">

MoinMoin is an easy to use, full-featured and extensible wiki software package
written in Python. You can run it on all common operating systems (Windows,
macOS, Linux, etc.).

This wiki software can fulfill a wide range of roles, such as a personal notes
organizer deployed on a laptop or home web server, a company knowledge base
deployed on an intranet, or an Internet server open to individuals sharing the
same interests, goals or projects.


Documentation and Support
=========================

> [!NOTE]
    moin2 is not released yet.

You will find the latest docs at https://moin-20.readthedocs.io/en/latest.

There is a wiki page collecting all moin2 specific information, links to
support resources and info about MoinMoin development status and plans:
https://moinmo.in/MoinMoin2.0

In general, you should make sure that the documentation you are reading
is written for the moin version you are using. Much of the information
you find in the wiki refers to moin 1.9 and does not apply to moin2.

For support, please try the documentation, the homepage, the irc channel,
the mailing lists and the github issues before contacting the MoinMoin
authors directly.

If you have trouble with any web server configuration, please try reading
the web server's documentation. Same thing applies for any other 3rd party
software usually used with moin, but not written by the MoinMoin developers.


Contributing
============

You're welcome to help us make MoinMoin even better! Whether you have experience
with Python, HTML or CSS or are just starting out, there are many ways you
can contribute - please see [CONTRIBUTING.md](./CONTRIBUTING.md).


Acknowledgements
================

We have to thank a lot of people for their valuable ideas, time and
contributions - please see [contributors](https://github.com/moinwiki/moin/graphs/contributors).
