annotate html/header.html @ 92:0d8b2257f326

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