-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs.html
More file actions
75 lines (61 loc) · 2.91 KB
/
docs.html
File metadata and controls
75 lines (61 loc) · 2.91 KB
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
70
71
72
73
74
75
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Tizonia > Documentation</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="keywords" content="OpenMAX IL,Khronos,multimedia,codecs,hardware acceleration,vp8,webm,mp3,decoder,open source,Spotify,Google Play Music" />
<meta name="description" content="Tizonia Website." />
<link rel="stylesheet" href="css/stylesheet.css" type="text/css" media="screen" charset="utf-8" />
<link rel="stylesheet" href="css/shCore.css" type="text/css" />
<link rel="stylesheet" href="css/shThemeMidnight.css" type="text/css" />
<link rel="shortcut icon" href="img/favicon.png" type="image/png" />
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<a id="forkme_banner" href="https://github.com/tizonia">View on GitHub</a>
<h1 id="project_title">Tizonia</h1>
<h2 id="project_tagline">Music player, streaming client/server, Spotify and Google Play Music client for Linux.</h2>
</header>
</div>
<!-- 2nd HEADER -->
<div class="inner">
<div class="menu">
<ul>
<li><a href="index.html">News</a></li>
<li><a href="download/index.html">Download</a></li>
<li><a href="docs.html">Docs</a></li>
<li><a href="https://github.com/tizonia/tizonia-openmax-il/wiki">Wiki</a></li>
<li><a href="about.html">About</a></li>
</ul>
</div>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<h3>Documentation</h3>
<p>The project <a href="http://tizonia-openmax-il.readthedocs.org/en/latest/">documentation</a> is currently work-in-progress. In the meantime, please visit the project's <a href="https://github.com/tizonia/tizonia-openmax-il/wiki">wiki</a></p>
</section>
</div>
<!-- FOOTER -->
<div class="outer">
<footer class="inner">
<p>Copyright © 2015 <a href="http://www.juanrubio.me">Juan A. Rubio</a></p>
</footer>
</div>
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/common.js"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-21817639-6']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>