Zopistas The new version of the FAQ has been uploaded at: http://www.gaaros.com:9673/FAQ The format has been changed after Martijn Pieters suggestions. It now supports structured-text as the default format. Actually it was pretty easy to upload Martijn Faassen's FAQ. The e-mail uploading option has been dropped. If you want to submit a FAQ entry you can do it over the web. Also the XML DTD has been changed slightly. A typical entry would be: <entry> <section>DTML Scripting</section> <question>How to you become a hermit?</question> <author>Pavlos</author> <email>pavlos@gaaros.com</email> <answer> Simple: - Install Python - Install Zope </answer> </entry> Only the section and question fields are required. Everything else is optional. You can view the DTD on the site. Suggestions will be appreciated. Pavlos