docs.roxen.comView this page in a printer friendly mode
DocsRoxenWebServer 5.4Web Developer ManualProgramming Tags
Copyright © 2018, Roxen Internet Software
Suggestions, comments & compliments
manuals@roxen.com
 DEMO  DOCS  PIKE
 COMMUNITY  DOWNLOAD
www.roxen.com

   

<cache>
<?cdata ?>
<cgi>
<clear-session>
<combine-path>
<crypt>
<debug>
<dice>
<eval>
<force-session-id>
<fsize>
<gauge>
<guess-content-type>
<hash-hmac>
<maketag>
<nocache>
<nooutput>
<noparse>
<?noparse ?>
<page-size>
<?perl ?>
<?pike ?>
<serve-static-resources>
<servlet>
<session>
<set-max-cache>
<trace>
<writefile>
<xml-rpc-call>

<serve-static-resources/>

Provided by module: Tags: Static Resource Server

Specifies a block of tags referring static resources. Wrap this tag around your block of static resource referring tags.

<serve-static-resources> <link rel="stylesheet" href="/index.css"/> <script type="text/javascript" src="/index.js"/> </serve-static-resources>

Note: Only local absolute paths will be processed, i.e. they have to begin with a '/'.