shithub: werc

Download patch

ref: bd6b665ce91b82ce08c09b69de169e778d67c660
parent: 2da17ffa11ec97d0041bcd952ce728cb17810bee
author: uriel <uriel@engel.se.cat-v.org>
date: Tue May 29 00:04:55 EDT 2007

Remove obsolete sitemap and minnor style update

--- a/etc/initrc
+++ b/etc/initrc
@@ -1,3 +1,4 @@
+masterSite=cat-v.org
 title=cat-v
 siteTitle='cat-v'
 siteSubTitle='Considered harmful'
--- a/pub/sitemap.txt
+++ /dev/null
@@ -1,16 +1,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
--- a/pub/style/style.css
+++ b/pub/style/style.css
@@ -11,7 +11,7 @@
 }
 
 html > body {
-  font-size: 8.5pt;
+  font-size: 9pt;
 }
 
 acronym, .titleTip {
@@ -67,8 +67,9 @@
 .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 {
--- a/tpl/default.tpl
+++ b/tpl/default.tpl
@@ -1,23 +1,4 @@
-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">
         <div class="left">
@@ -47,6 +28,7 @@
 %if (! ~ $#sidebar 0) {
 <div id="side-bar">
 <div>
+    <p class="sideBarTitle">Considered harmful:</p>
 %  gensidebar
 </div>