Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (43 - 45 of 2152)

Ticket Resolution Summary Owner Reporter
#1084 fixed ckan.net RDF links changed wwaites wwaites

Reported by wwaites, 3 years ago.

Description

need to make some changes for the links to semantic.ckan.net. it should use http://semantic.ckan.net/record/<package_id> now

append .rdf, .ttl, .nt, .dot, .json (even .html for an ugly table) to taste (or just leave off the suffix and let content negotiation take care of it)

the base url is changed, but it now uses id not name.

see for example:

#1087 fixed version and contact info api call wwaites

Reported by wwaites, 3 years ago.

Description

a simple api call that returns data like this:

{ "version": ckan_software_version,
  "contact": { "name": "Some Admin", "mbox": "[email protected]" },
  "description": "Site Description",
  "url": "http://canonical.name.ckan.net/"
#1088 fixed content-type autonegotiation is wonky wwaites

Reported by wwaites, 3 years ago.

Description

in ckan/controllers/package.py around line 130 it does some strange things...

perhaps replace with https://github.com/wwaites/autoneg

and handle redirection of these content types:

application/rdf+xml
application/turtle
text/plain
text/x-graphviz
Note: See TracQuery for help on using queries.