Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (67 - 69 of 2152)

Ticket Resolution Summary Owner Reporter
#90 fixed Link to RDF versions of CKAN data nickstenning rgrp

Reported by rgrp, 5 years ago.

Description

We should link to representations on semantic.ckan.net

  • Each package page could link to its RDF representation
    • "Alternative formats" near star rating. Has logo for RDF (link to RDF) and JSON (link via CKAN REST i/f).
    • Some instances of ckan won't need this, so have option in ini file for this. rdf_store_url=xyz
    • Include machine-readable link to the RDF:
      <meta http-equiv=... />
      
    • 303 redirect to RDF when content negotiation requires RDF. Test:
      curl -I -H "Accept: application/rdf+xml" http://localhost:5000/package/warandpeace
      

Cost: 3h

Future

#91 fixed Add author and maintainer attributes to package dread rgrp

Reported by rgrp, 5 years ago.

Description

Add the following attributes to package:

  • author, author_email
  • maintainer, maintainer_email

Gives us full compatibility to: http://docs.python.org/distutils/setupscript.html#additional-meta-data

Column ordering - should come after name, title, url, download_url.

#93 fixed Access control for packages rgrp rgrp

Reported by rgrp, 5 years ago.

Description

Should be able to limit ability to a user's ability to do things with packages (read, edit etc). This is a big ticket (it may required splitting) and full details are in separate wiki page: AccessControl.

Cost: 8d

Note: See TracQuery for help on using queries.