Mercurial > hg > sv-dependency-builds
comparison src/capnproto-0.6.0/doc/_includes/header.html @ 62:0994c39f1e94
Cap'n Proto v0.6 + build for OSX
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Mon, 22 May 2017 10:01:37 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
61:d101c4099725 | 62:0994c39f1e94 |
---|---|
1 <!DOCTYPE html> | |
2 <html> | |
3 | |
4 <head> | |
5 <meta charset='utf-8' /> | |
6 <meta http-equiv="X-UA-Compatible" content="chrome=1" /> | |
7 <meta name="viewport" content="width=480"> | |
8 | |
9 <link rel="stylesheet" type="text/css" media="screen" href="{{ site.baseurl }}stylesheets/stylesheet.css"> | |
10 <link rel="alternate" type="application/rss+xml" title="Cap'n Proto News" href="{{site.baseurl}}feed.xml"> | |
11 | |
12 <title>Cap'n Proto: {{ page.title }}</title> | |
13 | |
14 <script type="text/javascript" src="{{ site.baseurl }}javascripts/main.js"></script> | |
15 </head> | |
16 | |
17 <body class="desktop"> | |
18 | |
19 <!-- HEADER --> | |
20 <div id="header_wrap" class="outer"> | |
21 <header class="inner"> | |
22 <img src="{{ site.baseurl }}images/logo.png"> | |
23 <div id="infinitely_faster"> | |
24 <img src="{{ site.baseurl }}images/infinitely_faster.png"> | |
25 </div> | |
26 </header> | |
27 <a id="discuss_banner" href="https://groups.google.com/group/capnproto">Discuss on Groups</a> | |
28 <a id="forkme_banner" href="https://github.com/sandstorm-io/capnproto">View on GitHub</a> | |
29 </div> | |
30 | |
31 {% if site.is_next %} | |
32 <div id="next_banner"> | |
33 <h1>PREVIEW</h1> | |
34 <p>You are looking at the site as it will appear after the next release. This is a draft | |
35 version that may be incomplete, buggy, or not yet applicable. To look at the current | |
36 site, <a href="../">click here</a>. | |
37 </div> | |
38 {% endif %} | |
39 | |
40 <!-- MAIN CONTENT --> | |
41 <div id="main_content_wrap" class="outer"> | |
42 | |
43 <section id="menu"> | |
44 <ul> | |
45 <li><a href="{{ site.baseurl }}index.html">Introduction</a></li> | |
46 <li><a href="{{ site.baseurl }}news/">News</a></li> | |
47 <li><a href="{{ site.baseurl }}install.html">Installation</a></li> | |
48 <li><a href="{{ site.baseurl }}language.html">Schema Language</a></li> | |
49 <li><a href="{{ site.baseurl }}encoding.html">Encoding</a></li> | |
50 <li><a href="{{ site.baseurl }}rpc.html">RPC Protocol</a></li> | |
51 <li><a href="{{ site.baseurl }}capnp-tool.html">The <code>capnp</code> Tool</a></li> | |
52 <li><a href="{{ site.baseurl }}cxx.html">C++ Serialization</a></li> | |
53 <li><a href="{{ site.baseurl }}cxxrpc.html">C++ RPC</a></li> | |
54 <li><a href="{{ site.baseurl }}otherlang.html">Other Languages</a></li> | |
55 <li><a href="{{ site.baseurl }}roadmap.html">Road Map</a></li> | |
56 <li><a href="{{ site.baseurl }}faq.html">FAQ</a></li> | |
57 </ul> | |
58 </section> | |
59 <section id="main_content" class="inner"> |