docs: fix html end/start tags
[mesa.git] / docs / lists.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2 <html lang="en">
3 <head>
4 <meta http-equiv="content-type" content="text/html; charset=utf-8">
5 <title>Mesa Mailing Lists</title>
6 <link rel="stylesheet" type="text/css" href="mesa.css">
7 </head>
8 <body>
9
10 <h1>Mailing Lists</h1>
11
12
13 <p>There are four Mesa 3D / DRI mailing lists:
14 </p>
15
16 <ul>
17 <li><p><a href="http://lists.freedesktop.org/mailman/listinfo/mesa-users"
18 target="_parent">mesa-users</a> - intended for end-users of Mesa and DRI
19 drivers. Newbie questions are OK, but please try the general OpenGL
20 resources and Mesa/DRI documentation first.</p>
21 </li>
22 <li><p><a href="http://lists.freedesktop.org/mailman/listinfo/mesa-dev"
23 target="_parent">mesa-dev</a> - for Mesa, Gallium and DRI development
24 discussion. Not for beginners.</p>
25 </li>
26 <li><p><a href="http://lists.freedesktop.org/mailman/listinfo/mesa-commit"
27 target="_parent">mesa-commit</a> - relays git check-in messages
28 (for developers).
29 In general, people should not post to this list.</p>
30 </li>
31 <li><p><a href="http://lists.freedesktop.org/mailman/listinfo/mesa-announce"
32 target="_parent">mesa-announce</a> - announcements of new Mesa
33 versions are sent to this list. Very low traffic.</p>
34 </li>
35 </ul>
36
37 <p>
38 <b>NOTE</b>: You <b>must</b> subscribe to these lists in order to post to them.
39 If you try to post to a list and you're not a subscriber (or if you try to post
40 from a different email address than you subscribed with) your posting will be
41 held for an indefinite period or may be discarded entirely.
42 </p>
43
44 <p>
45 Follow the links above for list archives.
46 </p>
47
48 <p>
49 The old Mesa lists hosted at SourceForge are no longer in use.
50 The archives are still available, however:
51 <a href="http://sourceforge.net/mailarchive/forum.php?forum_name=mesa3d-announce" target="_parent">mesa3d-announce</a>,
52 <a href="http://sourceforge.net/mailarchive/forum.php?forum_name=mesa3d-users" target="_parent">mesa3d-users</a>,
53 <a href="http://sourceforge.net/mailarchive/forum.php?forum_name=mesa3d-dev" target="_parent">mesa3d-dev</a>.
54 </p>
55
56
57 <p>For mailing lists about Direct Rendering Modules (drm) in Linux/BSD
58 kernels, see the
59 <a href="http://dri.freedesktop.org/wiki/MailingLists" target="_parent">
60 DRI wiki</a>.
61 </p>
62
63
64 <br>
65
66 <H1>OpenGL Forums</H1>
67
68 <p>
69 Here are some other OpenGL-related forums you might find useful:
70 </p>
71
72 <ul>
73 <li><a href="http://www.opengl.org/cgi-bin/ubb/ultimatebb.cgi"
74 target="_parent">OpenGL discussion forums</A> at www.opengl.org</li>
75 <li>Usenet newsgroups:
76 <ul>
77 <li>comp.graphics.algorithms</li>
78 <li>comp.graphics.api.opengl</li>
79 <li>comp.os.linux.x</li>
80 </ul>
81 </ul>
82
83 </body>
84 </html>