Rework contact section
[grml.org.git] / contact / index.php
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>grml.org - Contact</title>
5 <meta name="Title" content="grml.org - Contact" />
6 <meta name="Author" content="the grml team [www.grml.org/team/]" />
7 <meta name="Keywords" content="grml.org, grml" />
8 <meta name="Description" content="Contact at grml.org" />
9 <meta name="Abstract" content="grml, just another linux-distribution" />
10 <meta name="fdse-index-as" content="http://www.grml.org/contact/" />
11 <meta name="Robots" content="index,follow" />
12 <meta name="Language" content="english" />
13 <meta name="identifier-url" content="http://www.grml.org/" />
14 <meta name="MSSmartTagsPreventParsing" content="true" />
15 <meta http-equiv="imagetoolbar" content="no" />
16 <link rel="home" href="/" title="grml.org" />
17 <link rel="help" href="/features/" title="About" />
18 <link rel="author" href="/team/" title="Team" />
19 <link rel="icon" href="/favicon.png" type="image/png" />
20 <link rel="stylesheet" href="/style.css" type="text/css" />
21 </head>
22
23 <body>
24 <?php include '../static.inc'; ?>
25
26 <div class="content">
27
28         <p><img style="float: right; border: 0" src="/img/mail.png" alt="*" /></p>
29
30         <h1>Contact</h1>
31
32         <p>For general questions please join the Grml user mailinglist (see below).</p>
33
34         <p>If you have found a bug please <a href="/bugs/">report that here</a>.</p>
35
36         <p>For commercial support and services please send us a mail
37         to business (at) grml.org.</p>
38
39         <a name="mailinglist"></a>
40         <h2>Mailing lists</h2>
41
42         <p>If you want to be noticed when a <strong>new Grml
43         release</strong> is available subscribe to the
44         read-only <a href="http://ml.grml.org/mailman/listinfo/grml-announce">Grml
45         announce mailinglist</a>.</p>
46
47         <p>If you want to participate on the <strong>mailinglist of
48         Grml</strong> please subscribe to the <a
49         href="http://ml.grml.org/mailman/listinfo/grml">Grml user
50         mailinglist</a>.  Anyone can post to this mailinglist list, but if you
51         are not already subscribed, your message will be moderated. In this way,
52         we limit the amount of spam entering the message lists.  The Grml user
53         mailinglist is available <a
54         href="http://dir.gmane.org/gmane.linux.distributions.grml.user">via
55         gmane</a> as well.</p>
56
57         <p>If you are interested in following <strong>development of
58         Grml</strong> you might be interested in the <a
59         href="http://ml.grml.org/mailman/listinfo/grml-devel">Grml developer
60         mailinglist</a>. The <a
61         href="http://ml.grml.org/mailman/listinfo/git-commits">Grml repository
62         commits mailinglist</a> tracks all the pushed commits to <a
63         href="http://git.grml.org/">Grml's git repositories</a>.  Changes in
64         Grml's Debian repository can be tracked via the <a
65         href="http://ml.grml.org/mailman/listinfo/grml-testing-changes">Grml
66         Testing-changes mailinglist</a>. The <a
67         href="http://ml.grml.org/mailman/listinfo/bugs-changes">bug-changes</a>
68         mailinglist tracks all messages sent to <a
69         href="http://bts.grml.org/">Grml's Bug Tracking System</a>.</p>
70
71         <p><strong>Notice:</strong> All Grml mailinglists are <strong>english
72         only</strong>.</p>
73
74         <a name="irc"></a>
75         <h2>IRC</h2>
76
77         <p>You can find us at <a href="irc://irc.freenode.net/grml">#grml on
78         irc.freenode.org</a>. Channel language is english.</p>
79
80 </div>
81
82 <?php include '../static_bottom.inc'; ?>