correct attribution

This commit is contained in:
Callan Bryant 2020-06-03 10:55:40 +01:00
parent 30f361a162
commit 21d5e6dd07
No known key found for this signature in database
GPG Key ID: C31FA9DF3ACBFFAA

View File

@ -8,15 +8,23 @@ do a PR.
Most look something like this:
## Hugo shortcode template
* `hugo/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)
* `hugo/dsnetreport.html`: A hugo shortcode for rendering a report.
![dsnet report table](https://raw.githubusercontent.com/naggie/dsnet/master/etc/report.png)
# PHP template
See https://github.com/naggie/dsnet/issues/4#issuecomment-632928158 for background. Courtesy of [@Write](https://github.com/Write)
* `php/dsnetreport.php`: A php file to render a report.
![dsnet report table](https://user-images.githubusercontent.com/541722/82712747-0cf42180-9c89-11ea-92fa-0974a34c5c79.jpg)
![dsnet report table](https://user-images.githubusercontent.com/541722/82712745-0a91c780-9c89-11ea-91a8-828e0be38951.jpg)
# Clientside JavaScript
Courtesy of [@frillip](https://github.com/frillip/)
* `js/dsnetreport.html`: Basic HTML with a `div` to place the table in.
* `js/dsnetreport.js`: Fetches `dsnetreport.json` and renders table.
* `js/dsnetreport.css`: CSS to render the table as per screenshot.