view html/template.html @ 92:0d8b2257f326

update copyright, etc.
author Robert McIntyre <rlm@mit.edu>
date Thu, 28 Jan 2016 12:26:29 -0500
parents f327ed1a9a16
children
line wrap: on
line source
1 <?xml version="1.0" encoding="utf-8"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
5 <head>
6 <title>TITLE</title>
7 <!-- 2015-11-04 Wed 00:12 -->
8 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
9 <meta name="generator" content="Org-mode" />
10 <meta name="author" content="Robert McIntyre" />
11 <style type="text/css">
12 <!--/*--><![CDATA[/*><!--*/
13 .title { text-align: center; }
14 .todo { font-family: monospace; color: red; }
15 .done { font-family: monospace; color: green; }
16 .priority { font-family: monospace; color: orange; }
17 .tag { background-color: #eee; font-family: monospace;
18 padding: 2px; font-size: 80%; font-weight: normal; }
19 .timestamp { color: #bebebe; }
20 .timestamp-kwd { color: #5f9ea0; }
21 .right { margin-left: auto; margin-right: 0px; text-align: right; }
22 .left { margin-left: 0px; margin-right: auto; text-align: left; }
23 .center { margin-left: auto; margin-right: auto; text-align: center; }
24 .underline { text-decoration: underline; }
25 #postamble p, #preamble p { font-size: 90%; margin: .2em; }
26 p.verse { margin-left: 3%; }
27 pre {
28 border: 1px solid #ccc;
29 box-shadow: 3px 3px 3px #eee;
30 padding: 8pt;
31 font-family: monospace;
32 overflow: auto;
33 margin: 1.2em;
34 }
35 pre.src {
36 position: relative;
37 overflow: visible;
38 padding-top: 1.2em;
39 }
40 pre.src:before {
41 display: none;
42 position: absolute;
43 background-color: white;
44 top: -10px;
45 right: 10px;
46 padding: 3px;
47 border: 1px solid black;
48 }
49 pre.src:hover:before { display: inline;}
50 pre.src-sh:before { content: 'sh'; }
51 pre.src-bash:before { content: 'sh'; }
52 pre.src-emacs-lisp:before { content: 'Emacs Lisp'; }
53 pre.src-R:before { content: 'R'; }
54 pre.src-perl:before { content: 'Perl'; }
55 pre.src-java:before { content: 'Java'; }
56 pre.src-sql:before { content: 'SQL'; }
58 table { border-collapse:collapse; }
59 caption.t-above { caption-side: top; }
60 caption.t-bottom { caption-side: bottom; }
61 td, th { vertical-align:top; }
62 th.right { text-align: center; }
63 th.left { text-align: center; }
64 th.center { text-align: center; }
65 td.right { text-align: right; }
66 td.left { text-align: left; }
67 td.center { text-align: center; }
68 dt { font-weight: bold; }
69 .footpara:nth-child(2) { display: inline; }
70 .footpara { display: block; }
71 .footdef { margin-bottom: 1em; }
72 .figure { padding: 1em; }
73 .figure p { text-align: center; }
74 .inlinetask {
75 padding: 10px;
76 border: 2px solid gray;
77 margin: 10px;
78 background: #ffffcc;
79 }
80 #org-div-home-and-up
81 { text-align: right; font-size: 70%; white-space: nowrap; }
82 textarea { overflow-x: auto; }
83 .linenr { font-size: smaller }
84 .code-highlighted { background-color: #ffff00; }
85 .org-info-js_info-navigation { border-style: none; }
86 #org-info-js_console-label
87 { font-size: 10px; font-weight: bold; white-space: nowrap; }
88 .org-info-js_search-highlight
89 { background-color: #ffff00; color: #000000; font-weight: bold; }
90 /*]]>*/-->
91 </style>
92 <link rel="stylesheet" type="text/css" href="../../aurellem/css/argentum.css" />
93 <script type="text/javascript">
94 /*
95 @licstart The following is the entire license notice for the
96 JavaScript code in this tag.
98 Copyright (C) 2012-2013 Free Software Foundation, Inc.
100 The JavaScript code in this tag is free software: you can
101 redistribute it and/or modify it under the terms of the GNU
102 General Public License (GNU GPL) as published by the Free Software
103 Foundation, either version 3 of the License, or (at your option)
104 any later version. The code is distributed WITHOUT ANY WARRANTY;
105 without even the implied warranty of MERCHANTABILITY or FITNESS
106 FOR A PARTICULAR PURPOSE. See the GNU GPL for more details.
108 As additional permission under GNU GPL version 3 section 7, you
109 may distribute non-source (e.g., minimized or compacted) forms of
110 that code without the copy of the GNU GPL normally required by
111 section 4, provided you include this license notice and a URL
112 through which recipients can access the Corresponding Source.
115 @licend The above is the entire license notice
116 for the JavaScript code in this tag.
117 */
118 <!--/*--><![CDATA[/*><!--*/
119 function CodeHighlightOn(elem, id)
120 {
121 var target = document.getElementById(id);
122 if(null != target) {
123 elem.cacheClassElem = elem.className;
124 elem.cacheClassTarget = target.className;
125 target.className = "code-highlighted";
126 elem.className = "code-highlighted";
127 }
128 }
129 function CodeHighlightOff(elem, id)
130 {
131 var target = document.getElementById(id);
132 if(elem.cacheClassElem)
133 elem.className = elem.cacheClassElem;
134 if(elem.cacheClassTarget)
135 target.className = elem.cacheClassTarget;
136 }
137 /*]]>*///-->
138 </script>
139 </head>
140 <body>
141 <div id="content">
142 <h1 class="title">TITLE</h1>
144 <div class="header">
145 <div class="float-right">
146 </div>
148 <h1>aurellem <em>&#x2609;</em></h1>
149 <ul class="nav">
150 <li><a href="/">read the blog &raquo;</a></li>
151 <!-- li><a href="#">learn about us &raquo;</a></li-->
152 </ul>
153 </div>
155 <div class="author">Written by: <author>
156 <p>
157 Robert McIntyre
158 </p>
159 </author></div>
162 <div class="figure">
163 <p><img src="../images/aurellem.jpg" alt="aurellem.jpg" />
164 </p>
165 <p><span class="figure-number">Figure 1:</span> Aurellem sun </p>
166 </div>
167 </div>
168 <div id="postamble" class="status">
169 <p class="author">Author: Robert McIntyre</p>
170 <p class="date">Created: 2015-11-04 Wed 00:12</p>
171 <p class="creator"><a href="http://www.gnu.org/software/emacs/">Emacs</a> 24.5.1 (<a href="http://orgmode.org">Org</a> mode 8.3beta)</p>
172 <p class="validation"><a href="http://validator.w3.org/check?uri=referer">Validate</a></p>
173 </div>
174 </body>
175 </html>