Update the README: Fix a typo, change terrain2wiki extension...

(we now use python instead of ruby).
This commit is contained in:
Thibault Févry 2011-03-24 20:59:45 +00:00
parent 46ce51c8ff
commit bc98136f7a

View file

@ -1,6 +1,6 @@
Tools for hacking or generating WML, maps, images, and sounds belong here.
Tools for sanity-checking the mainline campaigns and associated data
also belong here.
also belong here. Other utils are in utils/.
== Scripts ==
@ -66,10 +66,10 @@ unit_tree).
Extract and format a list of keystroke bindings from a theme file.
Presently this generates a table suitable for wiki inclusion.
=== terrain2wiki.rb ===
=== terrain2wiki.py ===
A script to create the "Terrain Table" on the TerrainLettersWML wiki page.
Run this and splice the outtput into the wiki whenever you add a new
Run this and splice the output into the wiki whenever you add a new
terrain type to mainline.
== Python API ==