FAQ managers
Build a FAQ
QA Maker
Led-FAQ
FAQ Plain
Mojo FAQ
Web site question manager
http://www.perlservices.net/en/programs/question_manager/index.shtml
Faqatron
WhatDaFaq
paFAQ
WebKNotes
FAQ Processor
FAQ-O-Matic
Kb.cgi
SmartFAQ
FAQ Generator
FAQ Manager
FAQ Manager
Setup
- Install MySQL, and change the root password
- Create a database (default: faq)
- Copy the whole FAQ Manager tree into htdocs into eg. the faq/ subdirectory
- http://localhost/faq/installer.php, and follow instructions
- For security reasons, remove installer.php
- http://localhost/faq/admin/index.php, log on, and start creating sections
and items
- To view the output, http://localhost/faq/
FAQ Manager
- Same name, different tool
- Search capability
- The latest version is 2.2.6 (17th December 2001)
- Good enough for small FAQs, and the standard template is clean enough as is.
- Too slow if bigger FAQs due to lack of index files
- http://www.fourteenminutes.com/code/faqmanager/
Setup
- Unzip the single script faqmanager.cgi in a sub-directory of the web
server that is allowed to run CGI scripts (eg. /usr/local/apache/cgi-bin/)
- Edit the first line in faqmanager.cgi to tell your web server where
Perl is installed, if need be
- Create a file named faq.toc (hard-coded to look for a file named that
way), and add a couple of links that will contain different sections and
Q&As pertaining to that section. Here's an example of faq.toc:
#
This is a sample. This line is just a comment and is ignored by FAQManager
#
This is the first section. Order is relevant, ie. if you want to shuffle
sections around, just change their order here
section1.faq
# This
is section 2
section2.faq
- Create ad hoc files to contain Q&A's for each section. Here's the
content of section1.faq:
This is the title for Section 1
:: First
question
This is the answer to <b>this</b> question.
::
Second question
This is the answer to another question
- Edit the .ftf files to suit your needs. Note that the original files
are saved in Unix format (ie. end-of-lines are CR, not CRLF like in DOS/Windows).
Personally, I only kept faq-main.ftf, and don't know why there are three
files ("# If no toc file is defined, then assume its called faq
$toc = "faq" if (!$toc);")
- Aim your browser at http://localhost/cgi-bin/faq/faqmanager.cgi
FAQ Manager
FAQ Manager
The KnowledgeBase
FAQ-U
FAQ Engine
Resources