search for: docoll

Displaying 3 results from an estimated 3 matches for "docoll".

2011 Dec 01
0
Apache conf.d file for omega?
...onf.d file (on Debian Squeeze), allows multiple instances of directory trees searchable by omega. Each instance has: * its own directory tree. * its own omega.conf file and so its own database and templates. * can run a different version of omega. The file and directory structure used: /etc/opt/docoll/<instance>/search/ to configure docoll's Omega usage. Has omega.conf and the templates sub-directory. /srv/docoll/<instance>/ for the tree, indexed by omindex. /usr/lib/cgi-bin/omega/ for the omega CGI executable. If more than one version of it is installed, the non-default versi...
2011 Oct 27
1
Apache conf.d file for omega?
...ould have its own DocumentRoot. For a conf.d file the equivalent would be an Alias directive but aliasing / would not be sane. Is there any way to tell omega to look for the files somewhere else? Here's the attempt at a conf.d file: Redirect "/search" "/cgi-bin/omega/omega?DB=docoll&FMT=docoll" ScriptAlias "/cgi-bin/omega" "/etc/opt/docoll/live" <DirectoryMatch /etc/opt/docoll/live> Alias "/" "/srv/docoll" <Directory "/srv/docoll"> AllowOverride None Options All Order Allow,D...
2011 Apr 27
2
Omindex: what are the default numbered indexes?
...t inc/duplicatesdropbox <SELECT NAME=COLLAPSE> $if{$eq{$cgi{COLLAPSE},}, <OPTION VALUE="" SELECTED>Yes <OPTION VALUE=1>No , <OPTION VALUE="">Yes <OPTION VALUE=1 SELECTED>No } </SELECT> root at CW8vDS:/var/lib/omega/templates# diff -u docoll.org docoll --- docoll.org 2011-04-24 13:27:50.435175754 +0530 +++ docoll 2011-04-27 16:48:06.625867916 +0530 @@ -55,6 +55,7 @@ Dates (YYYYMMDD). Start: <INPUT NAME=START VALUE="$cgi{START}" SIZE=8> End: <INPUT NAME=END VALUE="$cgi{END}" SIZE=8> File type: $include...