Roxen.git
/
server
/
modules
/
examples
/
common_api.pike
version
»
Context lines:
10
20
40
80
file
none
3
Roxen.git/server/modules/examples/common_api.pike:1:
-
// This is a roxen module. Copyright © 2000 -
2001
, Roxen IS.
+
// This is a roxen module. Copyright © 2000 -
2004
, Roxen IS.
inherit "module"; // All roxen modules must inherit module.pike #include <roxen.h> // include roxen.h for locale specific stuff // Some defines for the translation system // //<locale-token project="mod_common_api">LOCALE</locale-token> #define LOCALE(X,Y) _DEF_LOCALE("mod_common_api",X,Y) // end of the locale related stuff
-
constant cvs_version="$Id: common_api.pike,v 1.
8
2001
/
09
/
03
18
:
05
:
10
nilsson
Exp $";
+
constant cvs_version="$Id: common_api.pike,v 1.
9
2004
/
06
/
30
16
:
58
:
57
mast
Exp $";
//! This string (filtered to remove some ugly cvs id markup) shows up in //! the roxen administration interface when handling module parameters in //! developer mode (configured under "User Settings" below the Admin tab). //! It will also serve as the basis for extracting version information of //! the file in the inherit tree. Optional, but convenient, especially if //! you use cvs for version control of your code. LocaleString module_name = LOCALE(1,"Tamaroxchi"); //! The name that will show up in the module listings when adding modules //! or viewing the modules of a virtual server. Keep it fairly informative