Glossary
- buildout
- Build tool used to create repeatable builds
- distutils
- The distutils package provides support for building and installing
additional modules into a Python installation. The new modules may be
either 100%-pure Python, or may be extension modules written in C, or may
be collections of Python packages which include modules coded in both
Python and C. (text from distutils documentation)
- Omnigator
- The original Topic Maps browser from Ontopia which provided inspiration for
ztm.navigator
- setuptools
- Extension of distutils that handles downloading, versioning and
dependencies.
- viewlet
- A part of a page. Defined by zope.viewlet.