Roxen.git
/
server
/
modules
/
scripting
/
piketag.pike
version
»
Context lines:
10
20
40
80
file
none
3
Roxen.git/server/modules/scripting/piketag.pike:1:
// This is a roxen module. Copyright © 1996 - 2000, Roxen IS. // // Adds support for inline pike in documents. // // Example: // <pike> // return "Hello world!\n"; // </pike>
-
constant cvs_version = "$Id: piketag.pike,v 2.
30
2001/03/
07
13
:
40
:
47
kuntri
Exp $";
+
constant cvs_version = "$Id: piketag.pike,v 2.
31
2001/03/
08
14
:
35
:
44
per
Exp $";
constant thread_safe=1; inherit "module"; #include <module.h> constant module_type = MODULE_TAG;
-
constant module_name = "Pike tag";
+
constant module_name = "
Scripting:
Pike tag";
constant module_doc = #" <p>This module adds a processing instruction tag, <code><?pike ... ?></code>, for evaluating Pike code directly in the document.</p> <p><img src=\"internal-roxen-err_2\" align=\"left\" alt=\"Warning\"> NOTE: Enabling this module is the same thing as letting your users run programs with the same right as the server!</p> <p>Example:</p>