The kixfw Framework CGI Script


Below is shown a copy of the kixfw CGI script. It is distributed as a template with the KixFw download. The script is the main framework CGI application script of KIX.

Providing the Local.pm module has been installed in the CGI binary directory and adapted as required, the kixfw script normally doesn't need any adaption. The kixfw script only needs to by installed by copying it to the CGI binary directory.

 #!/usr/bin/env perl
 #=======================================================================
 #	$Id: kixfw,v 1.2 2007/03/22 09:05:08 metaagility Exp metaagility $
 #	Display collboration example
 #=======================================================================
 use strict;
 use Local;			# Library path for local installation
 use cfw_kix;
 cgirun('kix/kixfw');
Back to the main installation instruction page.

The KixFw development team would appreciate any comments or questions. Include your details if you wish to be contacted. kix4kixfw
 
 

2008-12-26 16:14


Home of kixfw.sourceforge.net
Contact kixfw project