Rework contact section
[grml.org.git] / irc / index.php
index 978a83c..c26c8be 100644 (file)
@@ -1,42 +1,5 @@
-<!DOCTYPE html>
-<html>
-<head>
-<title>grml.org - IRC</title>
-<meta name="Title" content="grml.org - IRC" />
-<meta name="Author" content="the grml team [www.grml.org/team/]" />
-<meta name="Keywords" content="grml.org, grml" />
-<meta name="Description" content="IRC of grml.org" />
-<meta name="Abstract" content="grml, just another linux-distribution" />
-<meta name="fdse-index-as" content="http://www.grml.org/irc/" />
-<meta name="Robots" content="index,follow" />
-<meta name="Language" content="english" />
-<meta name="identifier-url" content="http://www.grml.org/" />
-<meta name="MSSmartTagsPreventParsing" content="true" />
-<meta http-equiv="imagetoolbar" content="no" />
-<link rel="home" href="/" title="grml.org" />
-<link rel="help" href="/features/" title="About" />
-<link rel="author" href="/team/" title="Team" />
-<link rel="icon" href="/favicon.png" type="image/png" />
-<link rel="stylesheet" href="/style.css" type="text/css" />
-</head>
+<?
+Header("Location: http://grml.org/contact/#irc");
+exit();
+?>
 
-<body>
-<?php include '../static.inc'; ?>
-
-      <div class="content">
-
-            <p><img style="float: right; border: 0" src="/img/mail.png" alt="*" /></p>
-            
-            <h1>IRC</h1>
-            
-           <p>You can meet us at <a href="irc://irc.freenode.net/grml">#grml on
-             irc.freenode.org</a>. Channel language is english by default,
-           though most of Grml's developers speak german as well.</p>
-
-            <p>Get <a href="http://irssi.org/documentation/startup">irssi</a> and join
-            us! If you are running Grml and have network access just run irssi and
-            you will be auto connected to the grml-channel.</p>
-
-      </div>
-      
-<?php include '../static_bottom.inc'; ?>