rndc gives textual and exit-code feedback, use it
[zonemaker.git] / README.rst
index a8a29b8c877a91dd3faadc26df7e53b6ec8a2968..86fc359339ed8e774139e06a053259c7a5c88dea 100644 (file)
@@ -1,5 +1,5 @@
-zonemaker: Write your DNS zone files in Python
-==============================================
+zonemaker: Python DNS zone files
+================================
 
 Introduction
 ------------
@@ -9,11 +9,11 @@ This is zonemaker_, a tool to generate DNS zone files from Python.
 The plain zone file format is pretty limited. There are not even variables, so 
 in many cases IP addresses and other data has to be repeated several times. 
 zonemaker is an attempt to provide more flexibility, by allowing you to write 
-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.
 
 .. _zonemaker: https://www.ralfj.de/projects/zonemaker