diff options
Diffstat (limited to 'mesalib/docs/lists.html')
-rw-r--r-- | mesalib/docs/lists.html | 45 |
1 files changed, 25 insertions, 20 deletions
diff --git a/mesalib/docs/lists.html b/mesalib/docs/lists.html index e415fc9b1..1c35037e7 100644 --- a/mesalib/docs/lists.html +++ b/mesalib/docs/lists.html @@ -7,6 +7,13 @@ </head> <body> +<div class="header"> + <h1>The Mesa 3D Graphics Library</h1> +</div> + +<iframe src="contents.html"></iframe> +<div class="content"> + <h1>Mailing Lists</h1> @@ -14,26 +21,24 @@ </p> <ul> -<li><p><a href="http://lists.freedesktop.org/mailman/listinfo/mesa-users" -target="_parent">mesa-users</a> - intended for end-users of Mesa and DRI -drivers. Newbie questions are OK, but please try the general OpenGL -resources and Mesa/DRI documentation first.</p> +<li><p><a href="http://lists.freedesktop.org/mailman/listinfo/mesa-users">mesa-users</a> +- intended for end-users of Mesa and DRI drivers. Newbie questions are OK, +but please try the general OpenGL resources and Mesa/DRI documentation first.</p> </li> -<li><p><a href="http://lists.freedesktop.org/mailman/listinfo/mesa-dev" -target="_parent">mesa-dev</a> - for Mesa, Gallium and DRI development +<li><p><a href="http://lists.freedesktop.org/mailman/listinfo/mesa-dev">mesa-dev</a> +- for Mesa, Gallium and DRI development discussion. Not for beginners.</p> </li> -<li><p><a href="http://lists.freedesktop.org/mailman/listinfo/mesa-commit" -target="_parent">mesa-commit</a> - relays git check-in messages -(for developers). +<li><p><a href="http://lists.freedesktop.org/mailman/listinfo/mesa-commit">mesa-commit</a> +- relays git check-in messages (for developers). In general, people should not post to this list.</p> </li> -<li><p><a href="http://lists.freedesktop.org/mailman/listinfo/mesa-announce" -target="_parent">mesa-announce</a> - announcements of new Mesa +<li><p><a href="http://lists.freedesktop.org/mailman/listinfo/mesa-announce">mesa-announce</a> +- announcements of new Mesa versions are sent to this list. Very low traffic.</p> </li> -<li><p><a href="http://lists.freedesktop.org/mailman/listinfo/piglit" -target="_parent">piglit</a> - for Piglit (OpenGL driver testing framework) discussion.</p> +<li><p><a href="http://lists.freedesktop.org/mailman/listinfo/piglit">piglit</a> +- for Piglit (OpenGL driver testing framework) discussion.</p> </li> </ul> @@ -51,16 +56,15 @@ Follow the links above for list archives. <p> The old Mesa lists hosted at SourceForge are no longer in use. The archives are still available, however: -<a href="http://sourceforge.net/mailarchive/forum.php?forum_name=mesa3d-announce" target="_parent">mesa3d-announce</a>, -<a href="http://sourceforge.net/mailarchive/forum.php?forum_name=mesa3d-users" target="_parent">mesa3d-users</a>, -<a href="http://sourceforge.net/mailarchive/forum.php?forum_name=mesa3d-dev" target="_parent">mesa3d-dev</a>. +<a href="http://sourceforge.net/mailarchive/forum.php?forum_name=mesa3d-announce">mesa3d-announce</a>, +<a href="http://sourceforge.net/mailarchive/forum.php?forum_name=mesa3d-users">mesa3d-users</a>, +<a href="http://sourceforge.net/mailarchive/forum.php?forum_name=mesa3d-dev">mesa3d-dev</a>. </p> <p>For mailing lists about Direct Rendering Modules (drm) in Linux/BSD kernels, see the -<a href="http://dri.freedesktop.org/wiki/MailingLists" target="_parent"> -DRI wiki</a>. +<a href="http://dri.freedesktop.org/wiki/MailingLists">DRI wiki</a>. </p> @@ -73,8 +77,8 @@ Here are some other OpenGL-related forums you might find useful: </p> <ul> -<li><a href="http://www.opengl.org/cgi-bin/ubb/ultimatebb.cgi" -target="_parent">OpenGL discussion forums</A> at www.opengl.org</li> +<li><a href="http://www.opengl.org/cgi-bin/ubb/ultimatebb.cgi">OpenGL discussion forums</a> +at www.opengl.org</li> <li>Usenet newsgroups: <ul> <li>comp.graphics.algorithms</li> @@ -83,5 +87,6 @@ target="_parent">OpenGL discussion forums</A> at www.opengl.org</li> </ul> </ul> +</div> </body> </html> |