-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
19 lines (19 loc) · 1009 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<title>
Templates for writing AOM specifications using <a href="https://respec.org/">Respec</a>
</title>
</head>
<body>
<h1>Templates for writing AOM specifications using <a href="https://respec.org/">Respec</a></h1>
The following templates are available for the purpose of creating AOM specifications. They correspond to various stages in <a href="http://downloads.aomedia.org/assets/pdf/wg-charters/Alliance%20for%20Open%20Media%20Charter.pdf">AOM's standardization process</a>. Copy the draft you need and adjust its contents. For a documentation of Respec, look <a href="https://respec.org/docs/">here</a>.
<ul>
<li><a href="pre-draft.html">Pre-Draft</a></li>
<li><a href="working-group-draft.html">Working Goup Draft</a></li>
<li><a href="working-group-approved.html">Working Goup Approved</a></li>
<li><a href="final-deliverable.html">Final Deliverable</a></li>
</ul>
</body>
</html>