Mercurial > aurellem
changeset 11:77cfdbcdebfd
Actually reorganized table of contents.
author | Dylan Holmes <ocsenave@gmail.com> |
---|---|
date | Fri, 28 Oct 2011 01:16:20 -0500 |
parents | 9b41405fd48d |
children | 70597a1d312b 08f7a2e294b4 |
files | org/index.org |
diffstat | 1 files changed, 21 insertions(+), 28 deletions(-) [+] |
line wrap: on
line diff
1.1 --- a/org/index.org Fri Oct 28 00:31:15 2011 -0500 1.2 +++ b/org/index.org Fri Oct 28 01:16:20 2011 -0500 1.3 @@ -26,37 +26,30 @@ 1.4 A Universe of Human Experience</a></li> 1.5 <li><a href="/dylan/html/science.html"> 1.6 Science Minus Science</a></li> 1.7 - 1.8 + <li><b>Cortex: A virtual world for sensate AI</b></li> 1.9 + <ul class="cortex_posts"> 1.10 + <li><a href="/cortex/html/intro.html"> 1.11 + Intro: Choosing between virtual and real time</a></li> 1.12 + <li><a href="/cortex/html/setup.html"> 1.13 + Installing jMonkeyEngine3, a 3D renderer</a></li> 1.14 + 1.15 + <li><a href="/cortex/html/world.html"> 1.16 + Populating a world with physics and cameras</a></li> 1.17 + 1.18 + <li><a href="/cortex/html/util.html"> 1.19 + Utilities that integrate jMonkeyEngine3 into Clojure </a></li> 1.20 + <li><a href="/cortex/html/games.html"> 1.21 + Showing off: Games and examples</a></li> 1.22 + 1.23 + <li><a href="/cortex/html/eyes.html"> 1.24 + Coding the sense of sight</a></li> 1.25 + 1.26 + <li><a href="/cortex/html/skin.html"> 1.27 + Coding the sense of touch</a></li> 1.28 + </ul> 1.29 </ul> 1.30 </div> 1.31 1.32 -<div id="cortex"> 1.33 - <h3> Cortex </h3> 1.34 - <ul class="cortex_posts"> 1.35 - <li><a href="/cortex/html/intro.html"> 1.36 - Introduction</a></li> 1.37 - 1.38 - <li><a href="/cortex/html/setup.html"> 1.39 - Setting up jMonkeyEngine3</a></li> 1.40 - 1.41 - <li><a href="/cortex/html/world.html"> 1.42 - World</a></li> 1.43 - 1.44 - <li><a href="/cortex/html/util.html"> 1.45 - Util</a></li> 1.46 - 1.47 - <li><a href="/cortex/html/games.html"> 1.48 - Games!</a></li> 1.49 - 1.50 - <li><a href="/cortex/html/eyes.html"> 1.51 - Eyes</a></li> 1.52 - 1.53 - <li><a href="/cortex/html/skin.html"> 1.54 - Skin</a></li> 1.55 - 1.56 - </ul> 1.57 -</div> 1.58 - 1.59 1.60 #+end_HTML 1.61