[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
4.2 alpha 20060423 -- missing the code to do custom column documents
- To: <hobbit (at) hswn.dk>
- Subject: 4.2 alpha 20060423 -- missing the code to do custom column documents
- From: "Kauffman, Tom" <KauffmanT (at) nibco.com>
- Date: Wed, 3 May 2006 13:43:45 -0400
- Thread-index: AcZswz/TQgRdcSZeRLSDKqOaGP5FwgCFUhAA
- Thread-topic: 4.2 alpha 20060423 -- missing the code to do custom column documents
Henrik -
This seems to have fallen by the wayside; we do a number of combo-tests
and write up a document that covers both the nature and meaning of the
tests AND the recovery process. Here's my current hobbitcolumn.sh . . .
#!/bin/sh
QS="${QUERY_STRING}"
. /usr/local/hobbit/server/etc/hobbitcgi.cfg
if [ -f /usr/local/hobbit/server/www/help/$QS.html ]; then
echo "Content-type: text/html"
echo ""
cat /usr/local/hobbit/server/www/help/$QS.html
else
QUERY_STRING="db=columndoc.csv&key=${QS}"
export QUERY_STRING
exec /usr/local/hobbit/server/bin/bb-csvinfo.cgi
$CGI_HOBBITCOLUMN_OPTS
fi
Tom Kauffman
NIBCO, Inc
CONFIDENTIALITY NOTICE: This email and any attachments are for the
exclusive and confidential use of the intended recipient. If you are not
the intended recipient, please do not read, distribute or take action in
reliance upon this message. If you have received this in error, please
notify us immediately by return email and promptly delete this message
and its attachments from your computer system. We do not waive
attorney-client or work product privilege by the transmission of this
message.