d82a3d91e224499d2ce15b20c76cff9b47b2d21a
Christian Fraß moved to flat files

Christian Fraß authored 7 years ago

tools/give.py       1) #!/usr/bin/env python3
tools/give.py       2) 
tools/give.py       3) import sys as _sys
tools/give.py       4) 
tools/give.py       5) import common as _common
tools/give.py       6) 
tools/give.py       7) 
tools/give.py       8) def main(args):
tools/give.py       9) 	_common.filemap(
Christian Fraß adjustments

Christian Fraß authored 7 years ago

tools/wiki-give.py 10) 		"concepts/json",
tools/wiki-give.py 11) 		_common.json_from,
Christian Fraß update_2017-05-20

Christian Fraß authored 6 years ago

tools/wiki-give.py 12) 		"concepts/dokuwiki",
Christian Fraß adjustments

Christian Fraß authored 7 years ago

tools/wiki-give.py 13) 		_common.dokuwiki_to,