Roxen.git/
server/
modules/
examples/
fnord.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2015-10-23
2015-10-23 13:54:40 by Henrik Grubbström (Grubba) <grubba@grubba.org>
84aee5be36612de01de322be97ccf4ab5ee8c06b (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
6983e3e3128b93948cdd93fe9bc273ff8cac3e63
Merge commit '8a2ce4a87' into patches/bug7582
* commit '8a2ce4a87': (7413 commits)
1:
-
// This is a roxen module. Copyright © 1996 -
2000
, Roxen IS.
+
// This is a roxen module. Copyright © 1996 -
2009
, Roxen IS.
// This is a small sample module. It is intended to show a simple example // of a container. // This variable is shown in the configinterface as the version of the module.
-
constant cvs_version = "
$Id: fnord.pike,v 1.14 2001/01/29 05:40:30 per Exp $
";
+
constant cvs_version = "
$Id$
";
// Tell Roxen that this module is threadsafe. That is there is no // request specific data in global variables.
98:
TAGDOCUMENTATION; #ifdef manual
-
constant tagdoc=(["fnord":#"<desc cont>The fnord container tag hides its "
+
constant tagdoc=(["fnord":#"<desc
type='
cont
'
>The fnord container tag hides its "
"contents for the user, unless the fnord prestate is used.</desc>" "<attr name=alt value=string>An alternate text that should be written " "in place of the hidden text.</attr>"]); #endif