danyork / makefaq

makefaq is a Python program that creates a Frequently Asked Questions (FAQ) list from a specially formatted text data file. For output, it can can generate either an HTML page, a text file, or a DocBook XML file. (NOTE: Right now (Jan 2009) I am not really doing much with this program other than using it as a way to learn about git and github.)

This URL has Read+Write access

makefaq / BUGS
100644 20 lines (13 sloc) 0.644 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
BUGS found in makefaq and still not fixed
 
If you any comments or suggestions, please contact Dan York,
dyork@lodestar2.com.
 
If you are reporting a bug in makefaq, in addition to sending an
e-mail, please file the bug in the Tracker section of SourceForge
relating to makefaq. Assuming SourceForge URLs remain stable, you
should be able to go to:
 
  https://sourceforge.net/tracker/?group_id=5013&atid=105013
 
---------------------------------------------------
 2 Apr 2001 - version 2.0
 
 - If special entities such as &lt; (for "<") and
   &gt; (for ">") are used in the HTML file, they are
   NOT stripped for the text and screen modes.