Add more tools documentation.

This commit is contained in:
Eric S. Raymond 2008-02-09 00:24:18 +00:00
parent 487db57e33
commit 31c743f3ff

View File

@ -4,7 +4,7 @@ also belong here.
== Scripts ==
== mk-edges ==
=== mk-edges ===
Automatically generate border images for tiles. Works by copying the way in
which border tiles are done for an existing terrain type.
@ -16,6 +16,24 @@ data/tools/mk-edges.pl images/terrain/lava images/terrain/snow
and it will make the edges for you.
=== wmllint ===
This tool lifts WML from older dialects to current and performs sanity checks.
See the header comment of wmllint for a description and invocation options.
=== wmlscope ===
A WML cross-reference checker. Normally you'll use this to list
unresolved symbols., if any. See the header comment of wmlscope for a
description and invocation options.
=== wmlmove ===
Use this tool to generate commands that will move a unit between
namespaces; campaign to core, core to campaign, or campaign to
campaign. See the header comment of wmlmove for a description and
invocation options.
== Python API ==
=== wmltools.py ===