Roxen.git
/
server
/
modules
/
tags
/
killframe.pike
version
»
Context lines:
10
20
40
80
file
none
3
Roxen.git/server/modules/tags/killframe.pike:19:
inherit "module"; void create() { defvar( "killindex", 1, "Remove index files from the URL", TYPE_FLAG, "If set, the module will remove occurrences of any index file from " "the end of the URL, leaving only a slash. The index file " "definition is taken from the active directory module." ); }
-
constant module_type = MODULE_TAG;
+
constant module_type = MODULE_TAG
| MODULE_DEPRECATED
;
constant module_name = "Tags: Kill frame"; constant module_doc = "This module defines a the tag <killframe> that " "adds some JavaScript that will prevent others " "from putting the page in a frame. It can " "also strip any occurrences of index files, like <tt>index.html</tt>, " "from the end of the URL."; TAGDOCUMENTATION #ifdef manual constant tagdoc=(["killframe":#"<desc tag='tag'><p><short>