From 0c5a67046334c8ebb153d781db678fc35bab97b1 Mon Sep 17 00:00:00 2001 From: Rodolphe Breard Date: Sun, 18 Oct 2015 01:17:31 +0200 Subject: [PATCH] Add a "why?" section in the readme. Knowing why this plugin has been written may help users to use it instead of the old one. --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 5d0d0bf..faff90f 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,16 @@ vim-dnsserial ============= Another DNS-zone serial number updater. + + +Why? +---- + +I know this not the first vim plugin available to update a DNS-zone serial number. Here is a few reasons why I chose not to use the canonical one: + +* there is no license and therefore it is not free; +* it is unmaintained; +* it is bugged; +* it lacks functionalities. + +It chose not to fork the original plugin but to write a new one from scratch mainly for legal purposes, but also because I did not found the code as simple as I expected.