DOKK / manpages / debian 12 / wml / wml::std::info.3.en
wml::std::info(3) EN Tools wml::std::info(3)

wml::std::info - Page Information

 #use wml::std::info
 <info style={comment,table,meta,oneline} domainname="..."
       copyright="..." created="..." keywords="..." description="...">
 <info:document-url [baseurlvar=VARNAME] [basedirvar=VARNAME]>

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~.

 Ralf S. Engelschall
 rse@engelschall.com
 www.engelschall.com

 Internal: P1, P2
 External: --

wml(1)

2020-11-29 EN Tools