wml::std::info - Page Information
Contents
Description
This include file provides the "<info>" tag to insert page filename, author, copyright, generator (WML
version) and modification time information in various formats and styles.
Additionally it defines a "<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 "BASE_URL" and "BASE_DIR" (or the
specified one with attributes "baseurlvar" and "baseurldir"). 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~.
Name
wml::std::info - Page Information
Requires
Internal: P1, P2
External: --
See Also
wml(1) EN Tools 2020-11-29 wml::std::info(3)
Synopsis
#use wml::std::info
<info style={comment,table,meta,oneline} domainname="..."
copyright="..." created="..." keywords="..." description="...">
<info:document-url [baseurlvar=VARNAME] [basedirvar=VARNAME]>
