Mercurial > aurellem
changeset 3:6ab1effc3a88
got error screen working again
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Mon, 17 Oct 2011 23:54:26 -0700 |
parents | c2beff8e5b5d |
children | e8572e7c1e62 |
files | .hgignore css/rule_21px.jpg html/err.html org/index.org org/level-0.org org/setup.org |
diffstat | 6 files changed, 34 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
1.1 --- a/.hgignore Mon Oct 17 22:23:04 2011 -0700 1.2 +++ b/.hgignore Mon Oct 17 23:54:26 2011 -0700 1.3 @@ -3,4 +3,6 @@ 1.4 html/export.html 1.5 html/level-0.html 1.6 html/index.html 1.7 -html/publish.html 1.8 \ No newline at end of file 1.9 +html/publish.html 1.10 +html/setup.html 1.11 +js*
2.1 Binary file css/rule_21px.jpg has changed
3.1 --- a/html/err.html Mon Oct 17 22:23:04 2011 -0700 3.2 +++ b/html/err.html Mon Oct 17 23:54:26 2011 -0700 3.3 @@ -9,7 +9,7 @@ 3.4 em{color:#444;font-style:normal; background:white;} 3.5 em{background:inherit;color:inherit;color:#fcc;} 3.6 </style> 3.7 - <script type="text/javascript" src="/aurellem/src/js/jquery.min.js"></script> 3.8 + <script type="text/javascript" src="/aurellem/js/jquery.min.js"></script> 3.9 3.10 <script type="text/javascript"> 3.11 var caret;
4.1 --- a/org/index.org Mon Oct 17 22:23:04 2011 -0700 4.2 +++ b/org/index.org Mon Oct 17 23:54:26 2011 -0700 4.3 @@ -1,6 +1,10 @@ 4.4 #+title: Our Blog Entries 4.5 -#+STYLE: <link rel="stylesheet" type="text/css" href="./aurellem/src/css/aurellem.css" /> 4.6 -#+INCLUDE: ../templates/level-0.org 4.7 +#+author: Robert McIntyre & Dylan Holmes 4.8 +#+email: rlm@mit.edu 4.9 +#+description: A Blog on AI, quantum mechanics, philosophy, and all sorts of coding goodies in clojure, java, C and more! 4.10 +#+keywords: AI, clojure, quantum mechanics 4.11 +#+SETUPFILE: ../../aurellem/org/setup.org 4.12 +#+INCLUDE: ../../aurellem/org/level-0.org 4.13 4.14 #+begin_HTML 4.15 <!-- 4.16 @@ -9,14 +13,26 @@ 4.17 --> 4.18 <div id="posts"> 4.19 <ul class="post_list"> 4.20 - <li> 4.21 - POST 4.22 + <li><a href="/pokemon-types/html/types.html"> 4.23 + Breadth-first Search for Effective Pokemon Types</a></li> 4.24 + <li><a href="/pokemon-types/html/lpsolve.html"> 4.25 + Discovering Effective Pokemon Types Using Linear 4.26 + Optimization</a></li> 4.27 + <li><a href="/abomination/html/no_parens.html"> 4.28 + Calling it quits without parentheses</a></li> 4.29 + <li><a href="/dylan/html/quandary.html"> 4.30 + Bugs in quantum mechanics</a></li> 4.31 + <li><a href="/cortex/html/cortex.html"> 4.32 + Simulated Senses</a></li> 4.33 + <li><a href="/cortex/html/capture-video.html"> 4.34 + Capture Live Video Feeds from JMonkeyEngine</a></li> 4.35 </li> 4.36 </ul> 4.37 </div> 4.38 <!-- 4.39 No other areas of this page are replaced. 4.40 --> 4.41 + 4.42 #+end_HTML 4.43 4.44
5.1 --- a/org/level-0.org Mon Oct 17 22:23:04 2011 -0700 5.2 +++ b/org/level-0.org Mon Oct 17 23:54:26 2011 -0700 5.3 @@ -17,7 +17,6 @@ 5.4 5.5 <h1 class="title">{{{title}}}</h1> 5.6 <div class="author">Written by <author>{{{author}}}</author></div> 5.7 - 5.8 #+END_HTML 5.9 5.10
6.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 6.2 +++ b/org/setup.org Mon Oct 17 23:54:26 2011 -0700 6.3 @@ -0,0 +1,10 @@ 6.4 +#+MATHJAX: align:"left" mathml:t path:"/MathJax/MathJax.js" 6.5 +#+STYLE: <link rel="stylesheet" type="text/css" href="/aurellem/css/aurellem.css" /> 6.6 +#+OPTIONS: H:3 num:t toc:t \n:nil @:t ::t |:t ^:t -:t f:t *:t <:t 6.7 +#+BABEL: :mkdirp yes 6.8 + 6.9 + 6.10 + 6.11 + 6.12 + 6.13 +