Download List

專案描述

makefaq is a Python program that creates a Frequently Asked Questions (FAQ) HTML page or text file from a specially formatted text data file.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2004-03-01 03:14
2.5

This release fixes a warning generated when makefaq 2.4 was used with Python 2.3 regarding the lack of source code encoding specified in PEP263. No new features were added. This release was purely to make it so that Python 2.3 users will not see a warning.
標籤: Minor bugfixes

2002-11-11 23:02
2.4

The most important new feature is a function that
allows your FAQ data file to be exported into
DocBook XML, which can then be processed into PDF
or other formats using the standard DocBook
processing tools and XSLT stylesheets. This allows
the FAQ itself to remain in the very simple data
format of makefaq, while allowing the higher level
of formatting possible through DocBook tools. The
release also provides a new command-line option,
-N, to suppress numbering of the questions, and
minor code cleanup.
標籤: Minor feature enhancements

2002-08-11 08:06
2.3

This release includes the minor enhancement of a new commandline option to add a "Return to top" link after each FAQ entry. Additionally, the HTML FAQ page now links to a CSS stylesheet by default.
標籤: Minor feature enhancements

2001-04-25 19:39
2.1

A minor bug that caused the "FAQ Revised" date to be incorrect was corrected. A
man page and a Debian package were added. A set of Portuguese localized phrases
was also added.
標籤: Minor bugfixes

2001-04-03 02:20
2.0

A new data file format that allows for multi-line entries (users no longer have to enter the category, question, and answer all on a single line), and support for easy localization of the time and text strings for use in non-English settings.
標籤: Major feature enhancements

Project Resources