-your zones in Python. Hence all the usuel fatures, like variables, macros (aka
-functions) and loops, are available to generate DNS zone data. At the same time,
-zonemaker is reasonably simple and close to the actual structure of a DNS
-zonefile, so it is suited for small setups. The output of zonemaker is a
-standard zonefile, so it can be used with any DNS server supporting those.
+your zones in Python. Hence all the usuel fatures, like variables, macros (also
+known as functions) and loops, are available to generate DNS zone data. At the
+same time, zonemaker is reasonably simple and close to the actual structure of a
+DNS zonefile, so it is suited for small setups. The output of zonemaker is a
+standard zonefile, it can be used with any DNS server supporting those.