swerc

anselm's simpler werc fork
git clone git://git.suckless.org/swerc
Log | Files | Refs | README

commit ba47a17cae6b0094d43823eb3a083dbdeff81244
parent 2a59d8d5cee1ce3ead046a1a11137b3e99c7de95
Author: uriel@engel.se.cat-v.org <unknown>
Date:   Tue, 29 May 2007 04:04:55 +0200

Remove obsolete sitemap and minnor style update
Diffstat:
Metc/initrc | 1+
Dpub/sitemap.txt | 16----------------
Mpub/style/style.css | 5+++--
Mtpl/default.tpl | 20+-------------------
4 files changed, 5 insertions(+), 37 deletions(-)

diff --git a/etc/initrc b/etc/initrc @@ -1,3 +1,4 @@ +masterSite=cat-v.org title=cat-v siteTitle='cat-v' siteSubTitle='Considered harmful' diff --git a/pub/sitemap.txt b/pub/sitemap.txt @@ -1,16 +0,0 @@ -http://harmful.cat-v.org/ -http://harmful.cat-v.org/society/sweden -http://harmful.cat-v.org/society/children/ -http://harmful.cat-v.org/society/children/fuck_the_children -http://harmful.cat-v.org/society/children/i_dont_care -http://harmful.cat-v.org/cat-v/ -http://harmful.cat-v.org/software/firefox -http://harmful.cat-v.org/software/ -http://harmful.cat-v.org/software/xml -http://harmful.cat-v.org/software/object_oriented_programming -http://harmful.cat-v.org/science/global_warming -http://harmful.cat-v.org/economics/intellectual_property -http://harmful.cat-v.org/economics/subsidies -http://harmful.cat-v.org/economics/ -http://harmful.cat-v.org/economics/minimum_wage -http://harmful.cat-v.org/economics/rent_controls diff --git a/pub/style/style.css b/pub/style/style.css @@ -11,7 +11,7 @@ body { } html > body { - font-size: 8.5pt; + font-size: 9pt; } acronym, .titleTip { @@ -67,8 +67,9 @@ acronym, .titleTip { .midHeader { color: rgb(39,78,144); background-color: rgb(140,170,230); + background-color: #ff6d06; border: solid 0 black; - border-width: 0.3em 0; + border-width: 3px 0; } .headerTitle { diff --git a/tpl/default.tpl b/tpl/default.tpl @@ -1,22 +1,3 @@ -Content-Type: text/html - -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" - "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> -<head> - -<meta name="verify-v1" content="6zEoK0WMlnLmIS/w7Pnh6+srZECHsvnMGN0kQmowSGk=" /> - -% echo '<title>'$"title' - '$"siteTitle'</title>' - - <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <meta name="author" content="k" /> - - <link rel="stylesheet" href="/style/style.css" type="text/css" media="screen" title="default" /> - <link rel="stylesheet alternative" type="text/css" href="/style/style_old.css" media="screen" title="Old Style" /> -</head> -<body> <div id="header"> <div class="superHeader"> @@ -47,6 +28,7 @@ Content-Type: text/html %if (! ~ $#sidebar 0) { <div id="side-bar"> <div> + <p class="sideBarTitle">Considered harmful:</p> % gensidebar </div>