## 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.
--- /dev/null
+#!/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
+