Replace http://www.grml.org/ in identifier-url with https://grml.org/
[grml.org.git] / contact / index.html.tt2
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="Robots" content="index,follow" />
11 <meta name="Language" content="english" />
12 <meta name="identifier-url" content="https://grml.org/" />
13 <meta name="MSSmartTagsPreventParsing" content="true" />
14 <meta http-equiv="imagetoolbar" content="no" />
15 <link rel="home" href="/" title="grml.org" />
16 <link rel="help" href="/features/" title="About" />
17 <link rel="author" href="/team/" title="Team" />
18 <link rel="icon" href="/favicon.png" type="image/png" />
19 <link rel="stylesheet" href="/style.css" type="text/css" />
20 </head>
21
22 <body>
23 [% INCLUDE static.inc %]
24
25 <div class="content">
26
27         <p><img style="float: right; border: 0" src="/img/mail.png" alt="*" /></p>
28
29         <h1>Contact</h1>
30
31         <p>For general questions please join the Grml user mailinglist (see below).</p>
32
33         <p>If you have found a bug please <a href="/bugs/">report it</a>.</p>
34
35         <p>You can reach the Grml core team via team (at) grml.org.</p>
36
37         <p>For commercial support and services please send us mail 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 notified 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 mailing list</a>.</p>
46
47         <p>If you want to participate in the <strong>mailing list of
48         Grml</strong>, please subscribe to the <a
49         href="http://ml.grml.org/mailman/listinfo/grml">Grml user
50         mailing list</a>.  Anyone can post to this mailing list, but if you
51         are not already subscribed, your message will need moderator approval before being posted. This way
52         we limit the amount of spam that makes it to the list.  The Grml user
53         mailing list is also available via NNTP on <a href="https://gmane.io/">gmane.io</a>.</p>
54
55         <p>If you are interested in following the <strong>development of Grml</strong> you might be
56         interested in the <a href="http://ml.grml.org/mailman/listinfo/grml-devel">Grml developer
57         mailing list</a>. The <a
58         href="http://ml.grml.org/mailman/listinfo/git-commits">Grml repository
59         commits mailing list</a> tracks all the pushed commits to <a
60         href="https://git.grml.org/">Grml's git repositories</a>, while we're
61         also present on <a href="https://github.com/grml/">github</a>. Changes
62         in Grml's Debian repository can be tracked via the <a
63         href="http://ml.grml.org/mailman/listinfo/grml-testing-changes">Grml
64         Testing-changes mailing list</a>. We track issues at <a
65         href="https://github.com/grml/grml/issues">github.com/grml/grml/issues</a>.
66         Several Grml sub-projects (grml-debootstrap, grml-etc-core,
67         grml2usb,...) have their own repository and issue tracking, see <a
68         href="https://github.com/grml/">github.com/grml/</a> to get an
69         overview. If you're unsure where to report an issue though, feel free
70         to use <a href="https://github.com/grml/grml/issues">github.com/grml/grml/issues</a> though.</p>
71
72         <p><strong>Notice:</strong> All Grml mailing lists are <strong>English only</strong>.</p>
73
74         <a name="irc"></a>
75         <h2>IRC</h2>
76
77         <p>You can find us in <a href="irc://irc.freenode.net/grml">#grml on irc.freenode.org</a>.
78         The channel language is English.</p>
79
80 </div>
81
82 [% INCLUDE static_bottom.inc %]