This is python script which is accessed from a specially formatted text data file to create Frequently Asked Questions (FAQ). / You may need to change the path to where python is located, and you will need to change the data file and header and footer file to be appropriate for your site. In the default configuration with no command-line options, the program will output an HTML file (faq.html) based on the contents of a data file (faq.dat), a header file (faqheader.html) and a footer file (faqfooter.html) in the same directory. / There is the capability to generate both an HTML and text FAQ off of the same data file, as well as a range of configuration and command-line options. /