Add some info about the tool upon esr's request.

This commit is contained in:
Mark de Wever 2009-03-08 18:44:34 +00:00
parent 90bbc38f67
commit 389ddde392

View file

@ -3,7 +3,7 @@
# $Id$
"""
Copyright (C) 2007 by Mark de Wever <koraq@xs4all.nl>
Copyright (C) 2007 - 2009 by Mark de Wever <koraq@xs4all.nl>
Part of the Battle for Wesnoth Project http://www.wesnoth.org/
This program is free software; you can redistribute it and/or modify
@ -13,7 +13,14 @@
See the COPYING file for more details.
"""
"""
The wiki grabber is a tool to convert wiki comment formatting[1] into a text
page which can be used in the wiki.
The program has no runtime paremeters, all data is hardcoded in the __main__
section below.
[1] http://wesnoth.org/wiki/Wiki_grabber
"""
import operator, os, re, sys
if __name__ == "__main__":