Generated: September 1, 2004, 20:23:14Copyright ©2004, Kurt NørmarkThe local LAML software home page

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

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

Source file: styles/simple-html4.0-loose.scm
LAML Version 25.00 (full, beta-4, September 1, 2004)

This is the simple LAML style based on the html4.0-loose libraries. Using this style, a number of useful LAML libraries will be loaded (time, color, file-read, cgi and of course the mirror libraries basis, 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.
set-file-name!(set-file-name! file)Define the name of the generated html file.

set-file-name!


Form
(set-file-name! file)

Description
Define the name of the generated html file. Using the Emacs activation of LAML the file name is taken from the buffer name, and as a consequence it is not necessary to use this function. Using other means of activation, this function can be used to set the name of the generated html file. File is without extension.


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.


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.


Generated: September 1, 2004, 20:23:14
This documentation has been extracted automatically from the Scheme source file by means of the Schemedoc tool