diff options
-rwxr-xr-x | makerss.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ items=`find . -name '*.txt' ! -name 'robots.txt' | sed 's/^\.//g' | sed 's/\.txt title=`head -n 1 index.txt` cat << EOF @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>. -@prefix rss: <http://purl.org/rss/1.0/">. +@prefix rss: <http://purl.org/rss/1.0/>. @prefix dc: <http://purl.org/dc/elements/1.1/>. @prefix cc: <http://creativecommons.org/ns#>. |