]> www.average.org Git - pdns-pipe-nmc.git/commitdiff
add link to spec; html build script
authorEugene Crosser <crosser@average.org>
Tue, 22 Apr 2014 14:12:18 +0000 (18:12 +0400)
committerEugene Crosser <crosser@average.org>
Tue, 22 Apr 2014 14:12:18 +0000 (18:12 +0400)
README.md
mkhtml [new file with mode: 0755]

index 3780aec274d33fe91aefd253ee2bd297340568c1..462e33436fee9234ff6ed20ea6b44bb85c096a57 100644 (file)
--- 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 (executable)
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 
+