Open egonw opened 5 years ago
OK, I had a go at it: https://openrisknet.github.io/tess/sitemap.xml
cc @njall @mkuzak
Hi Egon,
Sorry about the delay. My workload has been crazy lately. It looks like the idea is provide a repository of JSONLD snippets listing relevant events/tutorials that TeSS can pick up by following the URLs contained in the sitemap.
Will there be pages showing this data too, or is it intended to be a hidden site that is only surfaced in TeSS?
If the former and you wanted to make it a publicly viewable site that shows off this data, then the sitemap would be useful. The sitemap could also be generated using a jekyll plugin to lower the maintenance costs.
If the latter; TeSS doesn't really need the sitemap here. We can write a script to git pull
the repo and load any .jsonld
files we find.
The .jsonld
may not actually all end up in the same location/folder, but we could do it like that. Using the sitemap.xml
would give us a bit more flexibility, e.g. to use subfolders, and to decide which JSON-LD files are ready for indexing, etc.
Related to https://github.com/OpenRiskNet/home/issues/45