Skip to content

Releases: proycon/codemeta-server

v0.4.1

24 Nov 14:26
Compare
Choose a tag to compare

added uvicorn to dependencies

v0.4.0

15 May 16:35
Compare
Choose a tag to compare
  • updated to use codemeta2html
  • adapted to changes in rdflib-endpoint #1
  • moved SPARQL endpoint to /api instead of /api/sparql
  • added example query for SPARQL interface
  • implement bache busting for css resources
  • added --addcontextgraph

v0.3.1

02 Mar 14:26
Compare
Choose a tag to compare
  • Minor refactoring
  • Added codemeta metadata

v0.3.0

21 Oct 19:46
Compare
Choose a tag to compare
  • versioned URLs are now supported (e.g. https://yourdomain/yourtool/someversion) and recommended, non-versioned URLs (https://yourdomain/yourtool) will also work and automatically find and serve the latest version
  • include context in main graph (via codemetapy's --includecontext option)
  • added --intro parameter to add an introductory text to the index pages
  • Added a Makefile with a test target for local testing

v0.2.0

05 Sep 19:35
Compare
Choose a tag to compare
  • added support for obtaining metadata validation reports (CLARIAH/clariah-plus#50)
  • added services/ endpoint for a service-oriented visualisation
  • require codemetapy >= 2.2.0

v0.1.0

17 May 13:50
Compare
Choose a tag to compare

First release