From f12cd918b6281209521f0043d140ccc1a606ee26 Mon Sep 17 00:00:00 2001 From: Nick White Date: Sat, 1 May 2010 00:06:51 +0100 Subject: More little lovelies --- .htstatic | 8 -------- includes/footer.xml | 5 ----- includes/header.xml | 10 ++++------ makerss.sh | 1 + robots.txt | 1 - 5 files changed, 5 insertions(+), 20 deletions(-) delete mode 100755 .htstatic diff --git a/.htstatic b/.htstatic deleted file mode 100755 index a41bec3..0000000 --- a/.htstatic +++ /dev/null @@ -1,8 +0,0 @@ -AddDefaultCharset utf-8 - -Options +Multiviews -DirectoryIndex index -AddEncoding x-gzip .gz -AddType application/xhtml+xml;qs=0.6 .xml -AddType text/plain;qs=0.5 .txt -AddType text/turtle;qs=0.1 .ttl diff --git a/includes/footer.xml b/includes/footer.xml index 9604247..499cc1e 100644 --- a/includes/footer.xml +++ b/includes/footer.xml @@ -1,11 +1,6 @@ - - diff --git a/includes/header.xml b/includes/header.xml index d96175d..fb38415 100644 --- a/includes/header.xml +++ b/includes/header.xml @@ -1,12 +1,10 @@ - - TITLE - - - +TITLE + + + - diff --git a/makerss.sh b/makerss.sh index 2133f8e..d98ac66 100755 --- a/makerss.sh +++ b/makerss.sh @@ -1,4 +1,5 @@ #!/bin/sh +# See COPYING file for copyright, license and warranty details. [[ "$1" ]] && siteurl="$1" || siteurl="" [[ "$2" ]] && creator="$2" || creator="" diff --git a/robots.txt b/robots.txt index d58bf57..9e60f97 100644 --- a/robots.txt +++ b/robots.txt @@ -1,3 +1,2 @@ User-agent: * Disallow: -Sitemap: http://www.njw.me.uk/rss -- cgit v1.2.3