Metadata-Version: 2.4
Name: moin
Version: 2.0.0b5
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-Expression: GPL-2.0-or-later
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 :: 4 - Beta
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: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
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.10
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: Babel>=2.16.0
Requires-Dist: blinker>=1.6.2
Requires-Dist: docutils>=0.22.0
Requires-Dist: Markdown>=3.10.0
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.11.0
Requires-Dist: feedgen>=0.9.0
Requires-Dist: flatland>=1.0.0
Requires-Dist: Jinja2>=3.1.0
Requires-Dist: markupsafe>=3.0.2
Requires-Dist: pygments>=1.4
Requires-Dist: Werkzeug>=3.0.0
Requires-Dist: whoosh>=2.7.0
Requires-Dist: pdfminer.six
Requires-Dist: setuptools
Requires-Dist: argon2-cffi>=23.1.0
Requires-Dist: sqlalchemy>=2.0
Requires-Dist: typing_extensions>=4.12.2
Requires-Dist: XStatic<2.0.0,>=0.0.2
Requires-Dist: XStatic-Font-Awesome<=6.2.1.1,>=6.2.1.0
Requires-Dist: XStatic-svg-edit-moin<=2012.11.27.1,>=2012.11.15.1
Requires-Dist: XStatic-Pygments<=2.9.0.1,>=1.6.0.1
Provides-Extra: pillow
Requires-Dist: pillow; extra == "pillow"
Provides-Extra: ldap
Requires-Dist: python-ldap; extra == "ldap"
Dynamic: license-file

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

[![CI Status](https://github.com/moinwiki/moin/actions/workflows/ci.yml/badge.svg)](https://github.com/moinwiki/moin/actions/workflows/ci.yml)
[![Read the Docs](https://readthedocs.org/projects/moin-20/badge/?version=latest)](https://moin-20.readthedocs.io/en/latest)

<img src="https://github.com/moinwiki/moin/blob/master/src/moin/static/logos/moinmoin.svg?raw=true" 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 documentation at https://moin-20.readthedocs.io/en/latest.

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

In general, ensure 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 home page, the IRC channel,
the mailing lists, and 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. The same applies to any other third-party
software commonly 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](https://github.com/moinwiki/moin/blob/master/CONTRIBUTING.md).


Acknowledgments
================

We thank the many people who have contributed their valuable ideas, time, and
code — please see the [contributors](https://github.com/moinwiki/moin/graphs/contributors) page.
