Changes

From SME Server
Jump to navigationJump to search
573 bytes added ,  13:03, 15 March 2009
Line 80: Line 80:  
=== swish.cgi ===
 
=== swish.cgi ===
   −
Under construction
+
For PoC I have setup this basic configuration in /home/e-smith/files/ibays/Primary/cgi-bin
 +
 
 +
Copy (or symlink) swish.cgi
 +
 
 +
cp /usr/libexec/swish-e/swish.cgi /home/e-smith/files/ibays/Primary/cgi-bin/
 +
 
 +
Create /home/e-smith/files/ibays/Primary/cgi-bin/.swishcgi.conf:
 +
 
 +
return {
 +
    swish_index    => '/home/e-smith/files/ibays/Primary/cgi-bin/index.swish-e',
 +
    title_property  => 'Just a Sample Title ',  # Not required, but recommended
 +
 
 +
#  Next line to make it clickable
 +
 
 +
    prepend_path    => 'file:////',
 +
 
 +
    link_property  => 'swishdocpath',
 +
    title_property => 'swishtitle',
 +
};
    
=== Options ===
 
=== Options ===
22

edits

Navigation menu