man wml::std::info (Fonctions bibliothèques) - Page Information
NAME
wml::std::info - Page Information
SYNOPSIS
#use wml::std::info
<info style={comment,table,meta,oneline} domainname="..." copyright="..." created="..." keywords="..." description="...">
<info:document-url [baseurlvar=VARNAME] [basedirvar=VARNAME]>
DESCRIPTION
This include file provides the CW<info> tag to insert page filename, author, copyright, generator (WML version) and modification time information in various formats and styles.
Additionally it defines a CW<document-url> tag which inserts the absolute URL of the generated page. This URL is constructed out of the URL base given in the variables named CWBASE_URL and CWBASE_DIR (or the specified one with attributes CWbaseurlvar and CWbaseurldir). Usually you define these in your .wmlrc file at the base directory of your WML page area:
-D BASE_URL=http://www.mysite.dom/~myself -D BASE_DIR~.
AUTHOR
Ralf S. Engelschall rse@engelschall.com www.engelschall.com
REQUIRES
Internal: P1, P2 External: --