- From: "Bill Welliver" <hww3 AT cvs.caudiumforge.net>
- To: caudium-commits AT caudium.net
- Subject: CVS: caudium/server/modules/graphics pikegraphy.pike,1.11,1.12
- Date: Fri, 22 Apr 2005 19:17:05 +0000
Update of /cvs/caudium/caudium/server/modules/graphics
In directory cvs.caudiumforge.net:/tmp/cvs-serv29843
Modified Files:
pikegraphy.pike
Log Message:
add cimg prerequisite
Index: pikegraphy.pike
===================================================================
RCS file: /cvs/caudium/caudium/server/modules/graphics/pikegraphy.pike,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- pikegraphy.pike 22 Apr 2005 18:57:20 -0000 1.11
+++ pikegraphy.pike 22 Apr 2005 19:17:03 -0000 1.12
@@ -58,7 +58,7 @@
*/
/*
- * $Id: pikegraphy.pike,v 1.11 2005/04/22 18:57:20 hww3 Exp $
+ * $Id: pikegraphy.pike,v 1.12 2005/04/22 19:17:03 hww3 Exp $
*/
inherit "caudiumlib";
inherit "module";
@@ -75,7 +75,7 @@
//! type: MODULE_PARSER
//! inherits: caudiumlib
//! inherits: module
-//! cvs_version: $Id: pikegraphy.pike,v 1.11 2005/04/22 18:57:20 hww3 Exp $
+//! cvs_version: $Id: pikegraphy.pike,v 1.12 2005/04/22 19:17:03 hww3 Exp $
//
constant module_type = MODULE_PARSER;
@@ -92,6 +92,11 @@
constant thread_safe=0; // Not yet...
+void start (int cnt, object conf) {
+ module_dependencies(conf, ({ "cimg" }));
+}
+
+
void create () {
string css_classes=
"A {text-decoration: none ; color: #FFFFFF}\n" +
- CVS: caudium/server/modules/graphics pikegraphy.pike,1.11,1.12, Bill Welliver
Archive powered by MhonArc 2.6.10.