Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (904 - 906 of 2152)

Ticket Resolution Summary Owner Reporter
#993 fixed Link on ckan.net footer needs changing thejimmyg jason.kitcat@…

Reported by jason.kitcat@…, 3 years ago.

Description

The link for About > 'Project Home Page' on the CKAN.net footer should be changed to point to:

http://ckan.org/

The current link is broken.

Thanks, Jason

#1181 fixed Link spam vulnerability in Notes and User-About fields dread dread

Reported by dread, 3 years ago.

Description

When viewing a user and a package, the about/notes fields contain Markdown, which may have links. These should have rel="nofollow" to discourage link spam.

#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

Note: See TracQuery for help on using queries.