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