You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Replacing @data-content-uri with @about
* Restored $backlink-string
$about replaced with $this
Passing $this to onChartQueryLoad and setting on the query string
* $about => $this
* Replaced ixsl:get($container, 'about') with $container/@about
* Use $container/@about attribute instead of property
* Fixed $query-string in onChartQueryLoad
* `schema:BreadcrumbList` JSON-LD output (#157)
JSON-LD output for [`https://schema.org/BreadcrumbList`](https://schema.org/BreadcrumbList)
* Moved HTTP client's SSL config out of the document root folder into WEB-INF
* XML sitemap generation on startup (#158)
* Fixed setup config sample
* Update README.md
Added LDH Uploader
* Fixed typo
* Replacing @data-content-uri with @about
* Restored $backlink-string
$about replaced with $this
Passing $this to onChartQueryLoad and setting on the query string
* $about => $this
* Replaced ixsl:get($container, 'about') with $container/@about
* Use $container/@about attribute instead of property
* Fixed $query-string in onChartQueryLoad
* `schema:BreadcrumbList` JSON-LD output (#157)
JSON-LD output for [`https://schema.org/BreadcrumbList`](https://schema.org/BreadcrumbList)
* Script, SPARQL query, and XSLT stylesheet for [XML sitemap](https://www.sitemaps.org/protocol.html) generation
* chmod +x on script
* Optimized query
* Create temp sitemap.xml file if $GENERATE_SITEMAP is true
* ENV GENERATE_SITEMAP
* XML sitemap generation in the entrypoint
* Sitemap query checks ACL
* Set $admin_endpoint_url in sitemap.rq.template
* Sitemap script uses exposed Fuseki ports
* Fixed $admin_endpoint_url value
* Added generate-sitemap.sh "documentation"
* Make sure sitemap query returns only documents only acl:Read-able by unauthenticated foaf:Agent
* Changelog update
0 commit comments