move report_rendering into contrib

This commit is contained in:
Callan Bryant 2020-06-15 20:52:24 +01:00
parent a7ac708699
commit 19eb33403a
No known key found for this signature in database
GPG Key ID: C31FA9DF3ACBFFAA
8 changed files with 7 additions and 3 deletions

View File

@ -258,7 +258,7 @@ The report can be converted, for instance, into a HTML table as below:
![dsnet report table](https://raw.githubusercontent.com/naggie/dsnet/master/etc/report.png)
See
[etc/README.md](https://github.com/naggie/dsnet/blob/master/report_rendering/README.md)
[etc/README.md](https://github.com/naggie/dsnet/blob/master/contrib/report_rendering/README.md)
for hugo and PHP code for rendering a similar table.
# FAQ

View File

@ -1,7 +1,11 @@
## Contributions
## Contrib
Code that is not necessarily part of dsnet but has been written for dsnet
#### dsnet-nsupdate
### dsnet-nsupdate
A script to maintain a DNS zone based on `dsnetreport.json`
### report_rendering
Scripts to render html report tables from `dsnetreport.json`.