]> Cypherpunks.ru repositories - gostls13.git/blob - lib/godoc/godoc.html
doc: update licensing text one more time
[gostls13.git] / lib / godoc / godoc.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5 {{with .Tabtitle}}
6   <title>{{html .}} - The Go Programming Language</title>
7 {{else}}
8   <title>The Go Programming Language</title>
9 {{end}}
10 <link type="text/css" rel="stylesheet" href="/doc/style.css">
11 <script type="text/javascript" src="/doc/godocs.js"></script>
12 {{if .SearchBox}}
13 <link rel="search" type="application/opensearchdescription+xml" title="godoc" href="/opensearch.xml" />
14 {{end}}
15 </head>
16 <body>
17
18 <div id="topbar"><div class="container{{if .Title}} wide{{end}}">
19
20 <form method="GET" action="/search">
21 <div id="menu">
22 <a href="/doc/">Documents</a>
23 <a href="/ref/">References</a>
24 <a href="/pkg/">Packages</a>
25 <a href="/project/">The Project</a>
26 <a href="/help/">Help</a>
27 <input type="text" id="search" name="q" class="inactive" value="Search">
28 </div>
29 <div id="heading"><a href="/">The Go Programming Language</a></div>
30 </form>
31
32 </div></div>
33
34 <div id="page"{{if .Title}} class="wide"{{end}}>
35
36 {{with .Title}}
37   <div id="plusone"><g:plusone size="small" annotation="none"></g:plusone></div>
38   <h1>{{html .}}</h1>
39 {{end}}
40 {{with .Subtitle}}
41   <h2>{{html .}}</h2>
42 {{end}}
43
44 {{/* The Table of Contents is automatically inserted in this <div>.
45      Do not delete this <div>. */}}
46 <div id="nav"></div>
47
48 {{/* Content is HTML-escaped elsewhere */}}
49 {{printf "%s" .Content}}
50
51 </div>
52
53 <div id="footer">
54 Build version {{html .Version}}.<br>
55 Except as <a href="http://code.google.com/policies.html#restrictions">noted</a>,
56 the content of this page is licensed under the
57 Creative Commons Attribution 3.0 License,
58 and code is licensed under a <a href="/LICENSE">BSD license</a>.<br>
59 <a href="/doc/tos.html">Terms of Service</a> | 
60 <a href="http://www.google.com/intl/en/privacy/privacy-policy.html">Privacy Policy</a>
61 </div>
62
63 </body>
64 <script type="text/javascript">
65   (function() {
66     var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
67     po.src = 'https://apis.google.com/js/plusone.js';
68     var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
69   })();
70 </script>
71 </html>
72