File: directives.h

package info (click to toggle)
libapache-mod-layout 5.1-1
  • links: PTS
  • area: main
  • in suites: lenny, squeeze, wheezy
  • size: 136 kB
  • ctags: 161
  • sloc: ansic: 1,029; makefile: 117; sh: 35; perl: 15
file content (25 lines) | stat: -rw-r--r-- 2,612 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/* 
**  mod_layout_directives.h -- Commands for mod_layout
**  $Revision: 1.1.1.1 $
*/

#define LayoutCacheNeeded "This directives makes sure that all Layout headers and footers get Cache-Control: no-cache methods in all situations. This directive either takes On or Off."
#define LayoutHeader "A URI which prints the header contents."
#define LayoutFooter "A URI which prints the footer contents."
#define Layout "Add a layout to be inserted when a tag is found, this takes two options, with a third optional parameter. The first is a pattern, the second is the layout and the third is how the layout should be inserts (either prepend, append, or replace). The default is to replace. "
#define LayoutHandler "Enter either a mime type or a handler type. This type will then be handled by mod_layout."
#define LayoutIgnoreURI "Enter a URI that should be ignored, regular expressions are allowed."
#define LayoutIgnoreHeaderURI "Enter a URI that should be ignored by the header, regular expressions are allowed."
#define LayoutIgnoreFooterURI "Enter a URI that should be ignored by the footer, regular expressions are allowed."
#define LayoutComment "This can either be On or Off (default it Off). It places HTML comments in the outbound text describing when and where mod_layout has been inserting text."
#define LayoutDisplayOriginal "This can either be On or Off (default it On). When off the original document is not displayed."
#define LayoutTimeFormat "This takes a SSI style timme format that can be used to change the output by mod_layout's internal TIME environmental variables that it introduces."
#define LayoutFooterOff "This takes no arguments. If found it will turn off the footer."
#define LayoutHeaderOff "This takes no arguments. If found it will turn off the header."
#define LayoutAppend "Turning this On or Off afffects whether or not headers and footers are appended when creating subsections."
#define LayoutMerge "Turning this on and off will tell mod_layout to attempt to resolve conten (do a merger of the footer, body and header text"
#define LayoutIgnoreTag "If this tag is found during a merge, no footer or header will be inserted into the document"
#define LayoutIgnoreTagFooter "If this tag is found during a merge, no footer will be inserted into the document"
#define LayoutIgnoreTagHeader "If this tag is found during a merge, no header will be inserted into the document"
#define LayoutHTMLHandler "This turns on mod_layout's own text/html and text/plain handler"
#define LayoutNotes "If you want applications to do notes (a set of directives to control actions inside apache)."