Skip to content

Commit

Permalink
Expand page with additional links
Browse files Browse the repository at this point in the history
  • Loading branch information
outofcontrol committed Jan 29, 2018
1 parent db46490 commit 1f55c35
Showing 1 changed file with 27 additions and 3 deletions.
30 changes: 27 additions & 3 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,44 @@
<ul>
<li> <a href="specs/latest">WebGL current draft specification</a>.
</li>
<li> <a href="specs/latest/1.0/webgl.idl"> webgl.idl </a>
Web IDL description of the WebGL API. </li>
</ul>

<h2 id="otherextspecs">WebGL Extensions</h2>
<ul>
<li> <a href="extensions/">WebGL extension registry</a> </li>
</ul>

<h2 id="">Contributing</h2>
<ul>
<li><a href="https://github.com/KhronosGroup/WebGL">Github repository</a></li>
<li><a href="https://github.com/KhronosGroup/WebGL/issues">Issue tracker</a></li>
</ul>

<h2 id="ip-disclosures">IP Disclosures for the WebGL API</h2>
<ul>
<li> <a href="../../files/ip-disclosures/webgl/">WebGL IP Disclosures</a> </li>
<li> <a href="https://www.khronos.org/files/ip-disclosures/webgl/">WebGL IP Disclosures</a> </li>
</ul>

<h2 id="">Editor's Drafts</h2>
<ul>
<li><a href="https://www.khronos.org/registry/webgl/specs/latest/1.0/">Latest 1.0 spec</a></li>
<li><a href="https://www.khronos.org/registry/webgl/specs/latest/2.0/">Latest 2.0 spec</a></li>
</ul>

<h2 id="">Official Specification Versions</h2>
<ul>
<li><a href="https://www.khronos.org/registry/webgl/specs/1.0.3/">1.0.3 spec</a></li>
<li><a href="https://www.khronos.org/registry/webgl/specs/2.0.0/">2.0.0 spec</a></li>
</ul>

<h2> Providing Feedback on the Registry </h2>

<p> Khronos welcomes comments and bug reports. To provide feedback on the
WebGL registry itself (such as reporting missing content, bad links,
etc.), file an issue in the <a
href="https://github.com/KhronosGroup/WebGL/issues">
WebGL </a> Github project. </p>

<?php include_once("../../assets/static_pages/khr_page_bottom.php"); ?>
</body>
</html>

0 comments on commit 1f55c35

Please sign in to comment.