docs.roxen.com
main | demo | docs
download | community | pike
© 2000 Roxen Internet Software
Suggestions, Comments or Complaints
manuals@roxen.com

DocsRoxen2.0Web Site Creator ManualSSI tags
   

  • <!--#config>
  • <!--#echo>
  • <!--#exec>
  • <!--#flastmod>
  • <!--#fsize>
  • <!--#include>
  • <!--#printenv>
  • <!--#set>
  • SSI tags

    SSI, Server Side Includes, are similar to RXML tags and have the advantage of being a standard supported by many web servers. It is thus possible to write pages using SSI that are portable to other web servers.

    The downside is that SSI is in no way as flexible or powerful as RXML. The tags are placed within HTML comments, which makes it impossible to combine different SSI tags. However, it is possible to combine SSI tags with regular RXML tags.

    Challenger does not presently implement all the SSI functionality that Apache supports.

    The ssi tags are:

    Name Description  
    <!--#config>   The config command is used to configure how things should be printed.  
    <!--#echo>   Prints a variable from the server or request.  
    <!--#exec>   Executes a CGI script or shell command.  
    <!--#flastmod>   This tag prints the last modification date of the specified file, subject to timefmt format specification used in the <!--#config> SSI tag.  
    <!--#fsize>   Prints the size of the specified file, subject to the sizefmt format specification used in the <!--#config> SSI tag.   
    <!--#include>   Insert a text from another file into the page.  
    <!--#printenv>   This tag outputs a listing of all existing variables and their values.  
    <!--#set>   Sets a value of a variable.