diff options
author | Nick White <git@njw.me.uk> | 2010-05-01 00:06:51 +0100 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2010-05-01 00:06:51 +0100 |
commit | f12cd918b6281209521f0043d140ccc1a606ee26 (patch) | |
tree | e1eb50b2cd41258be992de89318e6c951cbb1e36 | |
parent | 5c60c02259dbcebfd732227a56fb445e2d0922f6 (diff) | |
download | njw-website-f12cd918b6281209521f0043d140ccc1a606ee26.tar.bz2 njw-website-f12cd918b6281209521f0043d140ccc1a606ee26.zip |
More little lovelies
-rwxr-xr-x | .htstatic | 8 | ||||
-rw-r--r-- | includes/footer.xml | 5 | ||||
-rw-r--r-- | includes/header.xml | 10 | ||||
-rwxr-xr-x | makerss.sh | 1 | ||||
-rw-r--r-- | robots.txt | 1 |
5 files changed, 5 insertions, 20 deletions
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 @@ <div id="footer"> - <p id="moddate">Last updated: MODDATE</p> - <p id="copyright">The text on this website is licensed under the <a href="http://creativecommons.org/licenses/by-sa/3.0/" rel="license">Creative Commons Attribution-Share Alike 3.0 License</a>. The <a href="http://git.njw.me.uk/cgit/cgit.cgi/njw-website/">code used to build this website</a> is released under the <a href="http://www.gnu.org/licenses/agpl.html" rel="license">GNU Affero General Public License</a>.</p> - </div> - </body> - </html> 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 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> - <html xmlns="http://www.w3.org/1999/xhtml"> <head> - <title>TITLE</title> - <link rel="stylesheet" type="text/css" href="/includes/style" /> - <link rel="alternate" title="RSS" type="text/turtle" href="/index.ttl" /> - <link rel="meta" title="FOAF" type="text/turtle" href="/card#i" /> +<title>TITLE</title> +<link rel="stylesheet" type="text/css" href="/includes/style" /> +<link rel="alternate" title="RSS" type="text/turtle" href="/index.ttl" /> +<link rel="meta" title="FOAF" type="text/turtle" href="/card#i" /> </head> - <body> @@ -1,4 +1,5 @@ #!/bin/sh +# See COPYING file for copyright, license and warranty details. [[ "$1" ]] && siteurl="$1" || siteurl="" [[ "$2" ]] && creator="$2" || creator="" @@ -1,3 +1,2 @@ User-agent: * Disallow: -Sitemap: http://www.njw.me.uk/rss |