diff options
Diffstat (limited to 'docs/lists.html')
-rw-r--r-- | docs/lists.html | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/docs/lists.html b/docs/lists.html new file mode 100644 index 0000000000..0ff1650f55 --- /dev/null +++ b/docs/lists.html @@ -0,0 +1,60 @@ +<HTML> + +<TITLE>Mesa Mailing Lists</TITLE> + +<link rel="stylesheet" type="text/css" href="mesa.css"></head> + +<BODY> + +<H1>Mailing Lists</H1> + + +<p>There are four Mesa mailing lists: +</p> + +<ul> +<li><a href="https://lists.sourceforge.net/lists/listinfo/mesa3d-announce" +target="_parent">mesa3d-announce</a> - announcements of new Mesa +versions are sent to this list. +</li> +<br> +<li><a href="https://lists.sourceforge.net/lists/listinfo/mesa3d-users" +target="_parent">mesa3d-users</a> - intended for users of the Mesa library. +Newbie questions are appropriate, but please try the general OpenGL +resources and Mesa documentation first. +</li> +<br> +<li><a href="https://lists.sourceforge.net/lists/listinfo/mesa3d-dev" +target="_parent">mesa3d-dev</a> - for discussion of Mesa development. +Not for beginners. +</li> +<br> +<li><a href="http://lists.freedesktop.org/mailman/listinfo/mesa-commit" +target="_parent">mesa-commit</a> - relays git check-in messages +(for developers). +</li> +</ul> + +<p>Note: the old mesa3d-cvs list is no longer in use.</p> + +<br> + +<H1>OpenGL Forums</H1> + +<p> +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>Usenet newsgroups: +<ul> +<li>comp.graphics.algorithms</li> +<li>comp.graphics.api.opengl</li> +<li>comp.os.linux.x</li> +</ul> +</ul> + +</HTML> +</BODY> |