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
|
This file: README for the XmHTML examples directory.
Files in this directory:
- example_1.c: a very simple HTML viewer.
- example_2.c: main XmHTML's demonstrator. Supports private colormaps and
a whole bunch of other features. Doesn't support remote URL's though.
- example_3.c: XmHTMLParser demonstrator.
This example is disfunctional for the moment due to ongoing modifications
of the XmHTMLParserObject. It can be found in the alpha directory.
- example_4.c: XmNformCallback & HTTP.c demonstrator.
- visual.c: supporting code for specifying a visual and/or colormap in a
resource file. Only used by example_2.c
- cache.c: generic caching routines. Includes a way to store mappings to the
same image. Only used by example_2.c
- misc.c: commonly used routines
- HTTP.c: simple HTTP/1.0 implementation
(by courtesy of Richard Offer <offer@sgi.com>)
- form-test.pl: small perl script to verify a form submit. To use this
script, copy it to your local cgi-bin directory and load the file
test-pages/form-test.html in example_4
- HTMLDemos.ad: a default resource file which can be used by all examples.
Copy this file to your home directory and rename to HTMLDemos (or include
it in your .Xdefaults file and prefix each resource with HTMLDemos*)
|