-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
69 lines (69 loc) · 2.25 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<html>
<head>
<link rel=stylesheet type='text/css' href='css/screen.css' media='screen'/>
<link href="https://fonts.googleapis.com/css?family=Oswald:300,500|Dosis:400,500" rel="stylesheet">
<script src='js/script.js' ></script>
</head>
<body>
<div class=header>
<div class=logo>
Technical Site
</div>
<div class=topnav>
<ul>
<li><a href='index.html'>Home</a></li>
<li><a href='downloads.html'>Downloads</a></li>
<li><a href='resources.html'>Developer Resources</a></li>
<li><a href='links.html'>Links</a></li>
</ul>
</div>
</div>
<div class=content>
<h1>Introduction</h1>
<p>
The OCA Alliance Technical Site aims to share technical resources and information
with people working with AES70.
The site itself is curated by members of the
<a rel=noopener target=_blank href='http://ocaalliance.org'>OCA Alliance</a>.
</p>
<h1>Public AES70 Discussion List</h1>
<p>
The OCA Alliance Technical Committee operates a public discussion list for AES70.
Anyone can post to the list - no membership is needed. Posts will be read and, if necessary,
answered by members of the Technical Committee. Questions and comments are invited on all AES70-related topics. Newbies and experts are all welcome.
<p>
<ul>
<li>
To post to the list, send email to
<a href='mailto:aes70support@lists.ocalliance.com'>
aes70support@lists.ocalliance.com
</a>
</li>
<li>
General information on the list is
<a href='https://lists.ocaalliance.com/mailman/listinfo/aes70support' target='_blank'>
here
</a>.
</li>
<li>
To register and subscribe to list updates, go
<a href='https://lists.ocaalliance.com/mailman/listinfo/aes70support' target='_blank'>
here
</a>.
</li>
<li>
A searchable archive of all past email is
<a href='https://lists.ocaalliance.com/pipermail/aes70support/' target='_blank'>
here
</a>.
</li>
<li>
A downloadable user manual for the mail software (Gnu Mailman) is
<a href='http://www.gnu.org/software/mailman/mailman-member.pdf' target='_blank'>
here
</a>.
</li>
</p>
</div>
</body>
</html>