From 89b30ae255a1fd87ef1ca4d4eadc73697bbf75c7 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Fri, 14 Nov 2014 15:58:16 +0100 Subject: [PATCH] README tuning --- README.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 3ab6b83..86fc359 100644 --- a/README.rst +++ b/README.rst @@ -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 -- 2.30.2