From ec5b2bb09f7098c1a22ef0c70dd69c2fec55ddef Mon Sep 17 00:00:00 2001 From: Eugene Crosser Date: Tue, 22 Apr 2014 18:12:18 +0400 Subject: [PATCH] add link to spec; html build script --- README.md | 5 +++-- mkhtml | 5 +++++ 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100755 mkhtml diff --git a/README.md b/README.md index 3780aec..462e334 100644 --- a/README.md +++ b/README.md @@ -83,8 +83,9 @@ your resolvers. ## Status Beta. It is mostly feature-complete, but insufficiently tested. -It implements the data format specification (SPEC.md in the source -distribution) that slightly deviates from the +It implements the +[data format specification](http://www.average.org/pdns-pipe-nmc/spec.html) +(SPEC.md in the source distribution) that slightly deviates from the [official specification](https://wiki.namecoin.info/index.php?title=Domain_Name_Specification). I am using it to access some of the `.bit` websites and it works for me. diff --git a/mkhtml b/mkhtml new file mode 100755 index 0000000..86fcb15 --- /dev/null +++ b/mkhtml @@ -0,0 +1,5 @@ +#!/bin/sh + +pandoc -f markdown -t html5 --self-contained -o /var/www/average/pdns-pipe-nmc/index.html README.md +pandoc -f markdown -t html5 --self-contained -o /var/www/average/pdns-pipe-nmc/spec.html SPEC.md + -- 2.39.2