git-svn-id: http://www.winterrodeln.org/svn/servermediawiki/trunk/wrpylib@752
7aebc617-e5e2-0310-91dc-
80fb5f6d2477
--- /dev/null
+#!/usr/bin/python2.6
+# -*- coding: iso-8859-15 -*-
+# $Id$
+# $HeadURL$
+"""This module contains general functions for using the MediaWiki API. There is one very
+good Python wrapper implementation of the MediaWiki API:
+* wikitools http://code.google.com/p/python-wikitools/
+
+Therefore this module doesn't need to have much content.
+"""
+
+
--- /dev/null
+#!/usr/bin/python2.6
+# -*- coding: iso-8859-15 -*-
+# $Id$
+# $HeadURL$
+"""This module contains general functions that help parsing the mediawiki markup.
+I looked for an already existing MediaWiki parser in Python but I didn't find anything
+that convinced me. However, here are the links:
+
+* py-wikimarkup https://github.com/dcramer/py-wikimarkup
+* mwlib http://code.pediapress.com/wiki/wiki
+"""
+
+
--- /dev/null
+#!/usr/bin/python2.6
+# -*- coding: iso-8859-15 -*-
+# $Id$
+# $HeadURL$
+"""This module contains winterrodeln specific functions that are prcocessing the MediaWiki markup.
+"""
+
--- /dev/null
+#!/usr/bin/python2.6
+# -*- coding: iso-8859-15 -*-
+# $Id$
+# $HeadURL$
+"""This module contains general functions for using the MediaWiki API. There is one very
+good Python wrapper implementation of the MediaWiki API:
+* wikitools http://code.google.com/p/python-wikitools/
+
+Therefore this module doesn't need to have much content.
+"""
+
+
+