A forraskodon kivul van mar valami mas doksi is? Mag irt valamit egy 180 oldalas doksirol. elerheto az valahol?
The above means in English: is there any documentation besides the source? Mag has written something about a 180 pages doc, is it available somewhere? My answer is: that documentation is written into docstrings in Python, which can be used to generate .html or .ps docs using pythondoc. I'm however not satisfied with the way it looks like, so I'm currently trying to hack pythondoc a bit. For the time being, you can generate reference docs using: cd pylib/Zorp mkdir html find . -name \*.py | grep -v __init__ | xargs pythondoc -i -d html -f HTML4 The generated docs will be found in the ./html subdirectory. -- Bazsi PGP info: KeyID 9AF8D0A9 Fingerprint CD27 CFB0 802C 0944 9CFD 804E C82C 8EB1 url: http://www.balabit.hu/pgpkey.txt