Gather & display terms from the Solid specifications
This is a script to be run on the console. It gathers information from https://solidproject.org/TR/
- Get URLs of specs by parsing the RDFa at /TR/.
- For each spec, parse its RDFa to find definitions.
- Create RDFa content from all definitions.
- Use RDFa tags as CSS selectors to style the definitions.
- Create the technical glossary HTML+RDFa page.
- git clone https://github.com/jeff-zucker/specs2glossary.git
- npm install
- npm run build
This will create the tech-glossary.html file. See the demo.