move report rendering files into own directory
This commit is contained in:
parent
039cd4eb8b
commit
d948f204fc
@ -258,7 +258,7 @@ The report can be converted, for instance, into a HTML table as below:
|
|||||||

|

|
||||||
|
|
||||||
See
|
See
|
||||||
[etc/README.md](https://github.com/naggie/dsnet/blob/master/etc/dsnetreport.html)
|
[etc/README.md](https://github.com/naggie/dsnet/blob/master/report_rendering/README.md)
|
||||||
for hugo and PHP code for rendering a similar table.
|
for hugo and PHP code for rendering a similar table.
|
||||||
|
|
||||||
# FAQ
|
# FAQ
|
||||||
|
@ -1,2 +0,0 @@
|
|||||||
* `dsnetreport.php`: A php file to render a report.
|
|
||||||
* `dsnetreport.html`: A hugo shortcode for rendering a report. See https://github.com/naggie/dsnet/issues/4#issuecomment-632928158 for background.
|
|
14
report_rendering/README.md
Normal file
14
report_rendering/README.md
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
This directory contains scripts and templates that can be used to render
|
||||||
|
`/var/lib/dsnetreport.json`. They are useful for integrating a peer overview
|
||||||
|
into an existing website or web application.
|
||||||
|
|
||||||
|
Most are contributions from other users. If you have a useful addition, please
|
||||||
|
do a PR.
|
||||||
|
|
||||||
|
|
||||||
|
* `dsnetreport.php`: A php file to render a report.
|
||||||
|
* `dsnetreport.html`: A hugo shortcode for rendering a report. See https://github.com/naggie/dsnet/issues/4#issuecomment-632928158 for background. Courtesy of [@Write](https://github.com/Write)
|
||||||
|
|
||||||
|
Most look something like this:
|
||||||
|
|
||||||
|

|
Loading…
Reference in New Issue
Block a user