1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
|
This file: README for XmHTML tools
- GetRepTypes.c
lists all resource converters supported by your local Motif version
- WidgetSize.c:
computes the grand total size of the XmHTML widget structure
- gifinfo.c:
analyzes gif images: Gif87a, Gif89a, animated Gif89a.
- miniparse.c:
Demonstration of how to use XmHTML's parser as a standalone HTML
parser.
- gif2gzf.c:
GIF to GZF convertor. Handles GIF87a, GIF89a, multi-image GIF87a and GIF89a
as well as GIF89a animations with the NETSCAPE2.0 extension.
- LZWStream.c:
link to src/LZWStream.c, used by gif2gzf
- ImBuffer.c:
ImageBuffer routines used by gifinfo.c, LZWStream.c and gif2gzf.c
- httpget.c:
a simple example demonstrating the use of HTTP.
This is a small tool which can be used to pull a document from a
remote server.
- scansrc.sh:
small script to extract function definitions from .c source files.
Only functions formatted according to my standard function headers
will be extracted. Takes a directory in which .c files reside as
an argument. Output is sent to stdout. This script can take a while
to complete if run on the XmHTML source tree.
- newc, newh, newsh:
scripts used to add new source files to the XmHTML source tree.
See skeleton/README for more information.
None of these tools require libXmHTML
|