Rework contact section
[grml.org.git] / mailinglist / index.php
index 70c3f1f..e50f728 100644 (file)
@@ -1,69 +1,5 @@
-<!DOCTYPE html>
-<html>
-<head>
-<title>grml.org - Mailinglist</title>
-<meta name="Title" content="grml.org - Mailinglist" />
-<meta name="Author" content="the grml team [www.grml.org/team/]" />
-<meta name="Keywords" content="grml.org, grml" />
-<meta name="Description" content="Mailinglist of grml.org" />
-<meta name="Abstract" content="grml, just another linux-distribution" />
-<meta name="fdse-index-as" content="http://www.grml.org/mailinglist/" />
-<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/#mailinglist");
+exit();
+?>
 
-<body>
-<?php include '../static.inc'; ?>
-
-      <div class="content">
-
-            <p><img style="float: right; border: 0" src="/img/mail.png" alt="*" /></p>
-
-            <h1>Mailinglist</h1>
-
-            <p>If you want to be noticed when a <strong>new Grml
-              release</strong> is available subscribe to the
-              read-only <a href="http://ml.grml.org/mailman/listinfo/grml-announce">Grml
-              announce mailinglist</a>.</p>
-
-            <p>If you want to participate on the <strong>mailinglist
-              of Grml</strong> please subscribe to
-              the <a href="http://ml.grml.org/mailman/listinfo/grml">Grml
-              user mailinglist</a>.  Anyone can post to this
-              mailinglist list, but if you are not already subscribed,
-              your message will be moderated. In this way, we limit
-              the amount of spam entering the message lists.  The Grml
-              user mailinglist is
-              available <a href="http://dir.gmane.org/gmane.linux.distributions.grml.user">via
-              gmane</a> as well.</p>
-
-            <p>If you are interested in following <strong>development
-              of Grml</strong> you might be interested in
-              the <a href="http://ml.grml.org/mailman/listinfo/grml-devel">Grml
-              developer
-              mailinglist</a>. The <a href="http://ml.grml.org/mailman/listinfo/git-commits">Grml
-              repository commits mailinglist</a> tracks all the pushed
-              commits to <a href="http://git.grml.org/">Grml's git
-              repositories</a>.  Changes in Grml's Debian repository
-              can be tracked via
-              the <a href="http://ml.grml.org/mailman/listinfo/grml-testing-changes">Grml
-              Testing-changes
-              mailinglist</a>. The <a href="http://ml.grml.org/mailman/listinfo/bugs-changes">bug-changes</a>
-              mailinglist tracks all messages sent
-              to <a href="http://bts.grml.org/">Grml's Bug Tracking
-              System</a>.</p>
-
-            <p><strong>Notice:</strong> All Grml mailinglists are
-            <strong>english only</strong>.</p>
-
-      </div>
-
-<?php include '../static_bottom.inc'; ?>