The kixshow CGI script


Below is shown a copy of the kixshow CGI script. It is distributed as a template with the KixFw download. The script is a KIX database display and patching tool.

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

 #!/usr/bin/perl
 #=======================================================================
 #	Explore and edit the triple database for kix.
 #	Configuration is in Local.pm
 #=======================================================================
 use strict;
 use Local;
 use cfw_kix;
 cgirun('kix/webedit');
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 21:30


Home of kixfw.sourceforge.net
Contact kixfw project