
the usual stuff with a linux/apache/mysql/php app

create a database called faqs (or a different name and edit the
mysql_lib.php3 file).

if you're smart, you'll create a separate user for this database with a
nice password and a bunch of neato permissions that allow that user to
e.g. insert and create tables etc.  don't forget the creating of tables.

certainly edit the mysql_lib.php3 files to reflect the user/pass pair
you've chosen, the database name, and the version of mysql you've got.
[At the moment, this is only significant for searching]

cat mysql/samplefaqs.sql | mysql -uuser -ppasswd dbname

stick the loki_faq_public somewhere you want the publish the faqs,
the loki_faq_private somewhere password protected or something.

searching should be broken due to its dependence on a working htdig system

bugs:

less of them
