-
Notifications
You must be signed in to change notification settings - Fork 2
/
community.html
53 lines (51 loc) · 3.85 KB
/
community.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
<!DOCTYPE html>
<html lang="en"><head><meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" type="text/css" href="/css/bootstrap.min.css" />
<link rel="stylesheet" type="text/css" href="/css/pygments.css" />
<link rel="stylesheet" type="text/css" href="/css/scribble.css" />
<link rel="stylesheet" type="text/css" href="/css/custom.css" />
<link rel="shortcut icon" href="logo/tiny.png" type="image/x-icon" />
<script type="text/javascript">/* NOTE: This script uses piwik, anonymizes data, and respects
users' do not track setting. The information is stored on a
Video Lang computer and does not go through any third party.*/
var _paq = _paq || [];
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="https://stats.lang.video:8443/piwik/";
_paq.push(['setTrackerUrl', u+'piwik.php']);
_paq.push(['setSiteId', '1']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s);
})();</script>
<title>Video Language - Community</title>
</head>
<body id="pn-top"><nav class="navbar navbar-inverse navbar-fixed-top"><div class="navbar-inner"><div class="container"><div class="navbar-header"><button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"><span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span></button>
<a class="navbar-brand" href="/index.html"><img src="/logo.png" alt="Video logo" height="50" width="75" /></a></div>
<div id="navbar" class="navbar-collapse collapse"><ul class="nav navbar-nav pull-right"><li role="presentation"><a href="/index.html">Home</a></li><li role="presentation"><a href="/download.html">Download</a></li><li role="presentation"><a href="/documentation.html">Documentation</a></li><li role="presentation" class="active"><a href="#">Community</a></li><li role="presentation"><a href="/blog/index.html">Blog</a></li></ul></div></div></div></nav>
<div class="jumbotron"><div class="container"><h1>Community</h1></div></div>
<div class="container"><div class="row"><div class="col-md-4 blurb"><h2><a href="https://groups.google.com/forum/#!forum/videolang">Mailing List</a></h2>
<p>Join the Video language mailing list and interact with
other people who use Video.</p></div>
<div class="col-md-4 blurb"><h2><a href="https://github.com/videolang/video">Source Code</a></h2>
<p>Download the source code for Video and other related
projects.</p></div>
<div class="col-md-4 blurb"><h2><a href="/blog">Blog</a></h2>
<p>Stay informed on the latest Video news. (Coming Soon)</p></div></div>
<h2>Showcase</h2>
<p>This is a list of videos that used Videos for part or
all of their production.</p>
<p><a href="https://github.com/videolang/website">Have a
cool example, add it here.</a></p>
<ul><li><a href="https://www.youtube.com/playlist?list=PLXr4KViVC0qKSiKGO6Vz9EtxUfKPb1Ma0">RacketCon 2016 Recordings</a></li>
<li><a href="https://www.cs.uoregon.edu/research/summerschool/summer17/topics.php">Many of the OPLSS 2017 Recordings used Video</a></li></ul>
<h2>License</h2>
<p>Video is licensed under the
<a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a></p></div>
<div class="footer-color"><div class="container"><footer class="footer float:right"><div class="copyright"><p style="float:left">Copyright © 2016-2019 Leif Andersen</p></div>
<div class="pull-right"><img src="/logo/tiny.png" alt="Video Logo" height="25" width="25" /></div></footer></div></div><script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script><script src="/js/bootstrap.min.js"></script></body></html>