diner - THE HTTP-server for the BeOS | ||
Contents
[ CGI ] |
This module can be used to fill in information about the requested file into the current one. It's very important, that all variables always refer to the requested file. So if the variable occurs in a file that was included into the actually requested one or if a template was set for the type of the requested file, still the information about the originally requested file is filled in. Currently, only attributes and the special variable "name" for the files name can be shown. Values like size, modification date, etc. will follow soon. In this example, we display a standard person file: <Block Info> <body> <Var META:name> </body> </Block> could result in the page <html> <body> Peter Stegemann </body> </html> |
|
Copyright © 1997-99 Stegemann & Co., Inc., all rights reserved. Created: November 29, 1997. Last modified: October 13, 1999. |