From dc32d60098f5d9ff40e1de9e034e92529ea12ecf Mon Sep 17 00:00:00 2001 From: Nick White Date: Tue, 20 Apr 2010 18:34:37 +0100 Subject: Clean up RDF --- Makefile | 2 +- makerss.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index cd68a93..5d91674 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # See COPYING file for copyright, license and warranty details. SITENAME=http://njw.me.uk -FOAF=http://njw.me.uk/foaf\#i +FOAF=http://njw.me.uk/card\#i MARKDOWN=smu RSS=index.ttl diff --git a/makerss.sh b/makerss.sh index 2396542..2345651 100755 --- a/makerss.sh +++ b/makerss.sh @@ -15,8 +15,8 @@ cat << EOF <> a rss:channel; rss:title "${title}"; rss:link <${siteurl}>; - dc:creator <${creator}>; - cc:license ; + dc:creator <${creator}>; + cc:license ; rss:items [ a rdf:Seq; EOF -- cgit v1.2.3