rlm@84: <?xml version="1.0" encoding="utf-8"?> rlm@84: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" rlm@84: "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> rlm@84: <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> rlm@84: <head> rlm@84: <title>TITLE</title> rlm@84: <!-- 2015-11-03 Tue 19:04 --> rlm@84: <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> rlm@84: <meta name="generator" content="Org-mode" /> rlm@84: <meta name="author" content="Robert McIntyre" /> rlm@84: <style type="text/css"> rlm@84: <!--/*--><![CDATA[/*><!--*/ rlm@84: .title { text-align: center; } rlm@84: .todo { font-family: monospace; color: red; } rlm@84: .done { font-family: monospace; color: green; } rlm@84: .priority { font-family: monospace; color: orange; } rlm@84: .tag { background-color: #eee; font-family: monospace; rlm@84: padding: 2px; font-size: 80%; font-weight: normal; } rlm@84: .timestamp { color: #bebebe; } rlm@84: .timestamp-kwd { color: #5f9ea0; } rlm@84: .right { margin-left: auto; margin-right: 0px; text-align: right; } rlm@84: .left { margin-left: 0px; margin-right: auto; text-align: left; } rlm@84: .center { margin-left: auto; margin-right: auto; text-align: center; } rlm@84: .underline { text-decoration: underline; } rlm@84: #postamble p, #preamble p { font-size: 90%; margin: .2em; } rlm@84: p.verse { margin-left: 3%; } rlm@84: pre { rlm@84: border: 1px solid #ccc; rlm@84: box-shadow: 3px 3px 3px #eee; rlm@84: padding: 8pt; rlm@84: font-family: monospace; rlm@84: overflow: auto; rlm@84: margin: 1.2em; rlm@84: } rlm@84: pre.src { rlm@84: position: relative; rlm@84: overflow: visible; rlm@84: padding-top: 1.2em; rlm@84: } rlm@84: pre.src:before { rlm@84: display: none; rlm@84: position: absolute; rlm@84: background-color: white; rlm@84: top: -10px; rlm@84: right: 10px; rlm@84: padding: 3px; rlm@84: border: 1px solid black; rlm@84: } rlm@84: pre.src:hover:before { display: inline;} rlm@84: pre.src-sh:before { content: 'sh'; } rlm@84: pre.src-bash:before { content: 'sh'; } rlm@84: pre.src-emacs-lisp:before { content: 'Emacs Lisp'; } rlm@84: pre.src-R:before { content: 'R'; } rlm@84: pre.src-perl:before { content: 'Perl'; } rlm@84: pre.src-java:before { content: 'Java'; } rlm@84: pre.src-sql:before { content: 'SQL'; } rlm@84: rlm@84: table { border-collapse:collapse; } rlm@84: caption.t-above { caption-side: top; } rlm@84: caption.t-bottom { caption-side: bottom; } rlm@84: td, th { vertical-align:top; } rlm@84: th.right { text-align: center; } rlm@84: th.left { text-align: center; } rlm@84: th.center { text-align: center; } rlm@84: td.right { text-align: right; } rlm@84: td.left { text-align: left; } rlm@84: td.center { text-align: center; } rlm@84: dt { font-weight: bold; } rlm@84: .footpara:nth-child(2) { display: inline; } rlm@84: .footpara { display: block; } rlm@84: .footdef { margin-bottom: 1em; } rlm@84: .figure { padding: 1em; } rlm@84: .figure p { text-align: center; } rlm@84: .inlinetask { rlm@84: padding: 10px; rlm@84: border: 2px solid gray; rlm@84: margin: 10px; rlm@84: background: #ffffcc; rlm@84: } rlm@84: #org-div-home-and-up rlm@84: { text-align: right; font-size: 70%; white-space: nowrap; } rlm@84: textarea { overflow-x: auto; } rlm@84: .linenr { font-size: smaller } rlm@84: .code-highlighted { background-color: #ffff00; } rlm@84: .org-info-js_info-navigation { border-style: none; } rlm@84: #org-info-js_console-label rlm@84: { font-size: 10px; font-weight: bold; white-space: nowrap; } rlm@84: .org-info-js_search-highlight rlm@84: { background-color: #ffff00; color: #000000; font-weight: bold; } rlm@84: /*]]>*/--> rlm@84: </style> rlm@84: <link rel="stylesheet" type="text/css" href="../../aurellem/css/argentum.css" /> rlm@84: <script type="text/javascript"> rlm@84: /* rlm@84: @licstart The following is the entire license notice for the rlm@84: JavaScript code in this tag. rlm@84: rlm@84: Copyright (C) 2012-2013 Free Software Foundation, Inc. rlm@84: rlm@84: The JavaScript code in this tag is free software: you can rlm@84: redistribute it and/or modify it under the terms of the GNU rlm@84: General Public License (GNU GPL) as published by the Free Software rlm@84: Foundation, either version 3 of the License, or (at your option) rlm@84: any later version. The code is distributed WITHOUT ANY WARRANTY; rlm@84: without even the implied warranty of MERCHANTABILITY or FITNESS rlm@84: FOR A PARTICULAR PURPOSE. See the GNU GPL for more details. rlm@84: rlm@84: As additional permission under GNU GPL version 3 section 7, you rlm@84: may distribute non-source (e.g., minimized or compacted) forms of rlm@84: that code without the copy of the GNU GPL normally required by rlm@84: section 4, provided you include this license notice and a URL rlm@84: through which recipients can access the Corresponding Source. rlm@84: rlm@84: rlm@84: @licend The above is the entire license notice rlm@84: for the JavaScript code in this tag. rlm@84: */ rlm@84: <!--/*--><![CDATA[/*><!--*/ rlm@84: function CodeHighlightOn(elem, id) rlm@84: { rlm@84: var target = document.getElementById(id); rlm@84: if(null != target) { rlm@84: elem.cacheClassElem = elem.className; rlm@84: elem.cacheClassTarget = target.className; rlm@84: target.className = "code-highlighted"; rlm@84: elem.className = "code-highlighted"; rlm@84: } rlm@84: } rlm@84: function CodeHighlightOff(elem, id) rlm@84: { rlm@84: var target = document.getElementById(id); rlm@84: if(elem.cacheClassElem) rlm@84: elem.className = elem.cacheClassElem; rlm@84: if(elem.cacheClassTarget) rlm@84: target.className = elem.cacheClassTarget; rlm@84: } rlm@84: /*]]>*///--> rlm@84: </script> rlm@84: </head> rlm@84: <body> rlm@84: <div id="content"> rlm@84: <h1 class="title">TITLE</h1> rlm@84: rlm@84: <div class="header"> rlm@84: <div class="float-right"> rlm@84: </div> rlm@84: rlm@84: <h1>aurellem <em>☉</em></h1> rlm@84: <ul class="nav"> rlm@84: <li><a href="/">read the blog »</a></li> rlm@84: <!-- li><a href="#">learn about us »</a></li--> rlm@84: </ul> rlm@84: </div> rlm@84: rlm@84: <div class="author">Written by: <author> rlm@84: <p> rlm@84: Robert McIntyre rlm@84: </p> rlm@84: </author></div> rlm@84: rlm@84: rlm@84: <div class="figure"> rlm@84: <p><img src="../images/aurellem.jpg" alt="aurellem.jpg" /> rlm@84: </p> rlm@84: <p><span class="figure-number">Figure 1:</span> Aurellem sun </p> rlm@84: </div> rlm@84: </div> rlm@84: <div id="postamble" class="status"> rlm@84: <p class="author">Author: Robert McIntyre</p> rlm@84: <p class="date">Created: 2015-11-03 Tue 19:04</p> rlm@84: <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@84: <p class="validation"><a href="http://validator.w3.org/check?uri=referer">Validate</a></p> rlm@84: </div> rlm@84: </body> rlm@84: </html>