faqconf.py, faqcust.py
faqconf.py defines named string constants for every bit of output generated by faqwiz.py
- designed for customization (e.g. i18n)
- so you can customize your own faq wizard
- e.g. OWNEREMAIL = "guido@python.org"
- this includes the list of sections in your faq :-(
faqcust.py defines overrides for faqconf.py
- so you don't need to edit faqwiz.py
- to make it easier to upgrade to newer faqwiz version