#################################### # FAQ Manager 0.1 # # Aytekin Tank # # http://www.interlogy.com/scripts/faqman # #################################### #################################### # # STEP BY STEP SET UP IN 5 MINUTES: # #################################### 1) Open faqman.cgi with notepad and modify some variables: a. password b. directory (leave it blank if UNIX) c. FAQ files that you are planning to edit d. to be able to customize the look you can change the before/after html codes of questions and answers. e. That's it! 2) Create your faq file(s) which you have defined above(1.c). Upload and make them writable( chmod a+rw). (or chmod 777). 3) Upload faqman.cgi and make it executable (chmod a+rx or 755). 4) Should work. After you create questions, you can edit html part outside of the tags and give the look and feel of your site. Email aytekin@interlogy.com for any suggestions or questions. Have fun!