Author: earle
Date: 2005-10-13 19:56:53 +0100 (Thu, 13 Oct 2005)
New Revision: 693
Modified:
trunk/Changes
trunk/templates/rdf_index.tt
Log:
update dc: url
Modified: trunk/Changes
===================================================================
--- trunk/Changes 2005-10-12 03:15:22 UTC (rev 692)
+++ trunk/Changes 2005-10-13 18:56:53 UTC (rev 693)
@@ -4,6 +4,7 @@
Add summary field to RDF as dc:description.
Show node summary in search results.
Add "address" field that had got missed out from the RDF.
+ Update URL for Dublin Core elements in RDF index view.
Fix bug that was breaking coordinate entry fields on search page if lat/lon
was being used.
Replace underscores in node names in redirection message with spaces.
Modified: trunk/templates/rdf_index.tt
===================================================================
--- trunk/templates/rdf_index.tt 2005-10-12 03:15:22 UTC (rev 692)
+++ trunk/templates/rdf_index.tt 2005-10-13 18:56:53 UTC (rev 693)
@@ -3,7 +3,7 @@
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
-
xmlns:dc="http://purl.org/dc/1.0/"
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns="http://purl.org/rss/1.0/"