-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
89 lines (76 loc) · 4.21 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<!DOCTYPE html>
<html>
<head>
<title>OPDS - A standard for digital content distribution</title>
<meta name="description" content="OPDS (Open Publication Distribution System) is a standard that enables an open and decentralized distribution network for any digital media." />
<link href="http://opds.io" rel="canonical" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<!-- Bootstrap -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="utf-8" />
<link href="css/bootstrap.min.css" rel="stylesheet" />
<link href="css/bootstrap-responsive.min.css" rel="stylesheet" />
<!-- Site CSS -->
<link href="css/opds.css" rel="stylesheet" />
</head>
<body>
<div class="container">
<!-- Navigation -->
<div class="row-fluid hidden-phone">
<a href="index.html"><img src="img/logo.png" alt="Open Publication Distribution System" title="Open Publication Distribution System" /></a>
<ul class="nav nav-pills pull-right">
<li class="active"><a href="index.html">Home</a></li>
<li><a href="presentation.html">Presentation</a></li>
<li><a href="learn.html">Learn</a></li>
<li><a href="https://specs.opds.io">Specifications</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Resources <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="https://test.opds.io">Test a client</a></li>
<li><a href="http://opds-validator.appspot.com/">Validate a catalog</a></li>
<li><a href="http://github.com/search?q=OPDS&start_value=1&type=Repositories">Search on GitHub</a></li>
</ul>
</li>
<li><a href="http://groups.google.com/group/openpub">Discussions</a></li>
</ul>
</div>
<div class="row-fluid visible-phone center">
<a href="index.html"><img src="img/logo.png" alt="Open Publication Distribution System" title="Open Publication Distribution System" /></a>
</div>
<hr class="hidden-phone" />
<!-- Main image -->
<div class="row-fluid center append1">
<h1>Easy to use, Open & Decentralized Content Distribution</h1>
<img src="img/illustration4.png" alt="Decentralized and Open Digital Distribution" title="Decentralized and Open Digital Distribution" />
</div>
<!-- Main content -->
<div class="row-fluid">
<div class="span4 append1">
<h2>Presentation</h2>
<p>We believe that discovering and downloading digital content, should be as easy in an open & distributed environment as it is on proprietary platforms. </p>
<p><a class="btn" href="presentation.html">Read »</a></p>
</div>
<div class="span4 append1">
<h2>Learn</h2>
<p>OPDS is easy enough to understand – even for non-developers – with only three building blocks behind the standard.</p>
<p><a class="btn" href="learn.html">Get started »</a></p>
</div>
<div class="span4 append1">
<h2>Specifications</h2>
<p>The official specifications are managed by the community <a href="https://github.com/opds-community">on Github</a>.</p>
<p><a class="btn" href="http://specs.opds.io/opds-1.2">Read stable spec »</a></p>
<p><a class="btn" href="https://drafts.opds.io/opds-2.0">Read latest draft »</a></p>
</div>
</div>
<hr />
<footer>
<p class="pull-right hidden-phone"><a href="#">Back to top</a></p>
<p>A project of the <a href="http://groups.google.com/group/openpub">OPDS Working Group</a> & <a href="http://www.feedbooks.com/">Feedbooks</a>, © <a href="http://www.lindsaygrime.co.uk/">Lindsay Grime</a> for the illustrations</p>
</footer>
</div>
<script src="https://code.jquery.com/jquery-latest.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>