Greetings,
I currently maintain the software which generates the HTML pages for spdx.org/licenses. There has been a few requests to include JSON on the web pages directly. I am far from expert in JavaScript/JSON, so I could use some help in integrating the work you've done.
The site is generated using a Java application whose main entrypoint can be found here: https://github.com/goneall/SPDX-Tools/blob/master/src/org/spdx/tools/LicenseRDFAGenerator.java
The templates for the index page and individual license pages can be found here: https://github.com/goneall/SPDX-Tools/tree/master/resources
After looking through your code, here's what I'm thinking - feedback appreciated:
- Add JSON format for the license ID, OSI Approved, and full name directly to the index.html page (TOCHtmlTemplate.txt in the resource folder).
- Add all fields (above + other web pages, text, template, standard license header) for each of the license HTML files (LicenseHTMLTemplate.txt in the resource folder).
Let me know your thoughts/feedback. You can also email me directly at gary@sourceauditor.com.
Thanks,
Gary
Greetings,
I currently maintain the software which generates the HTML pages for spdx.org/licenses. There has been a few requests to include JSON on the web pages directly. I am far from expert in JavaScript/JSON, so I could use some help in integrating the work you've done.
The site is generated using a Java application whose main entrypoint can be found here: https://github.com/goneall/SPDX-Tools/blob/master/src/org/spdx/tools/LicenseRDFAGenerator.java
The templates for the index page and individual license pages can be found here: https://github.com/goneall/SPDX-Tools/tree/master/resources
After looking through your code, here's what I'm thinking - feedback appreciated:
Let me know your thoughts/feedback. You can also email me directly at gary@sourceauditor.com.
Thanks,
Gary