Absolutely amazing. Although I agree it won't pass a strict xml test, where are you gonna find one of those nowadays? Thanks again.
Printable View
Absolutely amazing. Although I agree it won't pass a strict xml test, where are you gonna find one of those nowadays? Thanks again.
Where would one go to find the man pages for the GLSL, 3.3, and 4.1 repositories?
OpenGL 3.3 seems to be https://cvs.khronos.org/svn/repos/og...sdk/docs/man3/Quote:
Originally Posted by Alfonse Reinheart
and 4.1 https://cvs.khronos.org/svn/repos/og...sdk/docs/man4/
I just dont know if they are open to anonymous user on purpose...
Analogicaly I guess GLSL would be manglsl subdirectory, but this one is not open...
Got my interest (I'd like updated Linux man pages) so I grabbed them and browsed. In here:Quote:
Originally Posted by krOoze
man3/docs/XML_Toolchain_and_Man_Pages.html
says:
"This document has been moved to the public OpenGL.org Wiki at http://www.opengl.org/wiki/index.php...ages#Toolchain "
That's a dead link, but the apparent correct link is:
http://www.opengl.org/wiki/Getting_s..._and_Man_Pages
which says its intentional. In the svn command, just change the end from "sdk/docs/man/ man" to "sdk/docs/man3/ man3" (or man4).
HOWEVER, that the GLSL man pages aren't fetchable by everyone does seem like an oversight/bug:
Code :> svn co --username anonymous --password anonymous [url]https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/docs/manglsl/[/url] manglsl svn: Server sent unexpected return value (403 Forbidden) in response to OPTIONS request for 'https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/docs/manglsl'
We've opened up the directories containing GLSL (manglsl/) and common utility files (mancommon/) for anonymous SVN access as well - sorry for the oversight. The first post in this thread has been updated with the details and valid Wiki links as well.
(Now I just need to get my Wiki login fixed so I can update the Wiki pages themselves :-)
Thanks, Jon!