Roxen.git/
server/
modules/
examples/
newstyle_fnord.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2004-05-22
2004-05-22 18:13:13 by Stephen R. van den Berg <srb@cuci.nl>
01bdb4ff6566e4b368937fba8f4c86c7296e33f2 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
Aphoto_2.0_beta3
*** empty log message ***
Rev: server/modules/examples/newstyle_fnord.pike:1.15
1:
-
// This is a
roxen
module. Copyright © 2000 - 2001, Roxen IS.
+
// This is a
ChiliMoon
module. Copyright © 2000 - 2001, Roxen IS.
// This is a small sample module intended to show how a newstyle tag // is written. Note that this is only a very brief overview and that
8:
// See fnord.pike for more information of what this tag does. // This variable is shown in the configinterface as the version of the module.
-
constant cvs_version = "$Id: newstyle_fnord.pike,v 1.
14
2002
/
07
/
10
15
:
38
:
24
nilsson
Exp $";
+
constant cvs_version = "$Id: newstyle_fnord.pike,v 1.
15
2004
/
05
/
22
18
:
13
:
13
_cvs_stephen
Exp $";
// Tell Roxen that this module is threadsafe. constant thread_safe=1;