PREFIX |-- bin | `-- zc # Command line |-- etc | `-- zc.conf # Configuration file |-- libexec | `--zc | |-- cgi-bin | | `-- zc.cgi # CGI | |-- www # WWW directory (javascript, css, pics, ...) | | |-- htlm # HTML content | | | |-- en # English version | | | |-- ... # ... | | | `-- fr # French version | | |-- img # Pictures, icons, logos, ... | | |-- js # Javascript | | |-- script # Scripts that can be used to enhance HTML | | `-- style # Cascaded Style Sheets | |-- locale # Localisation files (zonecheck) | | `-- test # localisation for the test set | |-- test # test set | |-- lib # Extra libraries (NResolv, Address, ...) | `-- zc # core components `-- share `-- doc `-- zc # Documentation |