Generated: Monday, November 14, 2011, 09:19:27Copyright ©2011, Kurt NørmarkThe local LAML software home page

Manual of the Simple LAML style for the HTML4.0 validating mirror

Kurt Nørmark ©    normark@cs.auc.dk    Department of Computer Science    Aalborg University    Denmark    

Source file: styles/simple-html4.0-loose-validating.scm
LAML Version 38.0 (November 14, 2011, full)

This is the simple LAML style based on the validating html4.0-loose libraries. The primary pupose of using this style is to load a number of central LAML libraries (time, color, file-read, and of course the HTML4.0 mirror libraries basic, surface and convenience). In addition, the simple style defines the function generic-page (in two variants generic-page and generic-page-1) which are useful to make a simple WWW page with title, body and color specification.

Alphabetic index:
default-bg-text-link-vlink-colorsdefault-bg-text-link-vlink-colorsA list of four colors: the background, the text, the link, and the visited link colors.
generic-page(generic-page title body . colors)Make a generic WWW page.
generic-page-1(generic-page-1 title body . colors)A more user friendly version of generic-page, in which the title also is used as header of the page.

default-bg-text-link-vlink-colors


Form
default-bg-text-link-vlink-colors

Description
A list of four colors: the background, the text, the link, and the visited link colors.


generic-page


Form
(generic-page title body . colors)

Description
Make a generic WWW page. Title and body are the title and body of the page. In the body you can use all the functions from the LAML html4.0 libraries. Colors is an optional list of four parameters. If given, it must be a list of exactly four colors: Background color, text color (foreground color), link color, and visited link color. A color can be made by the function make-color.

See also
similar procedurewrite-html


generic-page-1


Form
(generic-page-1 title body . colors)

Description
A more user friendly version of generic-page, in which the title also is used as header of the page.

See also
similar procedurewrite-html


Generated: Monday, November 14, 2011, 09:19:27
This documentation has been extracted automatically from the Scheme source file by means of the Schemedoc tool