From: Eugene Crosser Date: Tue, 22 Apr 2014 14:12:18 +0000 (+0400) Subject: add link to spec; html build script X-Git-Tag: 0.9.0.0~17 X-Git-Url: http://www.average.org/gitweb/?p=pdns-pipe-nmc.git;a=commitdiff_plain;h=ec5b2bb09f7098c1a22ef0c70dd69c2fec55ddef add link to spec; html build script --- 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 +