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

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

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

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

This is the simple LAML style based on the validating html4.01-transitional 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.01 mirror libraries basic, surface and convenience).

Thus, the use of this document style makes life a little easier for you, compared to a manual loading of a number of the LAML libraries.

Usage: (laml-style "simple-html4.01-transitional-validating")

We recommend that you use one of the XHTML mirrors in LAML instead of HTML4.01.

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

Note
We do not recommend this procedure anymore. Instead, insert the generic page template via the Emacs Laml menu.


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

Note
We do not recommend this procedure anymore. Instead, insert the generic page template via the Emacs Laml menu.


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