changeset 91:841f352f0035

Updated documentation
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 16 Dec 2006 14:01:55 +0000
parents 15408e829029
children f3cc5f184d57
files README
diffstat 1 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/README	Sat Dec 16 13:58:21 2006 +0000
+++ b/README	Sat Dec 16 14:01:55 2006 +0000
@@ -49,21 +49,21 @@
 colormap
 --------
 Converts given input BatMUD ASCII world (also some sub-areas) map
-into a XHTML+CSS coloured version.
+into various formats, including coloured XHTML+CSS, HTML and ANSI
+text.
 
-Can also create coloured maps from binary output of 'diffmap'
-utility, when used with -diff option.
+Can also create coloured maps from binary output of 'diffmap' utility.
 
-$ colormap ["Map title" [-diff]] < inputfile > outputfile
+See 'colormap --help' and Makefile.gen for more information.
 
 
 diffmap
 -------
 Compute a 'diff' between two ASCII maps of equivalent size.
 Output is a specially formatted binary file, which can be
-converted to HTML with 'colormap' utility.
+converted to HTML/XHTML/ANSI/etc with 'colormap' utility.
 
-$ diffmap mapfile1 mapfile2 > outputfile
+$ diffmap mapfile1 mapfile2 [-useold] > outputfile
 
 
 Miscellaneous information