faq.html has a missing close-quote in one of its links (at "The OpenGL Specification is the bible for OpenGL implemention work. You should read it."). This is a 1-character bug. Bugzilla appears to have neither version 7.0.2 nor the component "doc," or I'd categorize this bug a bit better. Patch: --- faq.html.orig 2007-12-31 19:36:47.000000000 -0600 +++ faq.html 2007-12-31 19:37:07.000000000 -0600 @@ -342,7 +342,7 @@ <h2>4.1 How can I contribute?</a></h2> <p> -First, join the <a href="http://www.mesa3d.org/lists.html>Mesa3d-dev +First, join the <a href="http://www.mesa3d.org/lists.html">Mesa3d-dev mailing list</a>. That's where Mesa development is discussed. </a></p>
It should be clear that I copied the wrong line to describe where the bug is; the patch is what's right.
I fixed this a couple weeks ago in master, but didn't push it back to the 7.0 branch. http://cgit.freedesktop.org/mesa/mesa/commit/?id=f71032b7e257401959428c3498d687ca199c9c03 I don't know how the documentation on the website gets updated from the docs in git.
Fixed in git and pushed to the website (which is still hosted by sourceforge).
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.