[SCM] Website for Isaac project branch, mildred-compiled, updated. 2c122af2639066d46197219e59f7f7fcbba8d8bf

Mildred Ki'Lya silkensedai at online.fr
Fri Sep 4 19:51:15 UTC 2009


The following commit has been merged in the mildred-compiled branch:
commit 2c122af2639066d46197219e59f7f7fcbba8d8bf
Author: Mildred Ki'Lya <silkensedai at online.fr>
Date:   Fri Sep 4 21:50:55 2009 +0200

    Refresh Fri Sep  4 21:50:55 CEST 2009

diff --git a/Makefile b/Makefile
index 29e29e7..847a806 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,10 @@ clean:
 send: clean
 	mkdir -p ../Isaac-mildred-compiled
 	sed "s|destdir => '.'|destdir => '../Isaac-mildred-compiled'|" .ikiwiki/ikiwiki.setup > .ikiwiki/ikiwiki.setup.send
-	ikiwiki --refresh --setup .ikiwiki/ikiwiki.setup.send
-	cd ../Isaac-mildred-compiled && git add -A && git commit -m "Refresh `date`"
+	ikiwiki --setup .ikiwiki/ikiwiki.setup.send
+	cd ../Isaac-mildred-compiled && \
+		git add -A && \
+		git commit -m "Refresh `date`" && \
+		git push origin mildred-compiled
 
 .PHONY: ikiwiki clean send
diff --git a/sidebar/logos/index.html b/ikiwiki/directive/index.html
similarity index 56%
copy from sidebar/logos/index.html
copy to ikiwiki/directive/index.html
index 441a8b8..4dd4068 100644
--- a/sidebar/logos/index.html
+++ b/ikiwiki/directive/index.html
@@ -4,14 +4,14 @@
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-  <title>logos</title>
+  <title>directive</title>
   
   <link rel="stylesheet" href="../../style.css" type="text/css" />
   <link rel="stylesheet" href="../../local.css" type="text/css" />
   
   
   
-  
+  <meta name="robots" content="noindex, follow" />
   <script type="text/javascript">
     function fixLinks() {
       var scheme = location.protocol;
@@ -43,11 +43,11 @@
         
           <a href="../../">Lisaac — The Power of Simplicity</a> ➝
         
-          <a href="../">sidebar</a> ➝
+          <a href="../">ikiwiki</a> ➝
         
       </span>
       <span class="title">
-        logos
+        directive
         
       </span>
     </span>
@@ -134,11 +134,11 @@
 
 
 </div>
-<p><a href="http://www.inria.fr"><img src="./100x-inria.png" width="100" height="28" alt="Inria" /></a>
-<a href="http://lsiit.u-strasbg.fr"><img src="./100x-lsiit.png" width="100" height="48" alt="LSIIT" /></a>
-<a href="http://www.cnrs.fr/"><img src="./100x-cnrs.png" width="100" height="45" alt="CNRS" /></a>
-<a href="http://www.st.com"><img src="./100x-st.png" width="100" height="58.8235294117647" alt="ST" /></a>
-<a href="http://www.powerlinux.fr"><img src="./100x-powerlinux.png" width="100" height="60" alt="PowerLinux" /></a></p>
+<p><a href="http://www.inria.fr"><img src="../../sidebar/logos/100x-inria.png" width="100" height="28" alt="Inria" /></a>
+<a href="http://lsiit.u-strasbg.fr"><img src="../../sidebar/logos/100x-lsiit.png" width="100" height="48" alt="LSIIT" /></a>
+<a href="http://www.cnrs.fr/"><img src="../../sidebar/logos/100x-cnrs.png" width="100" height="45" alt="CNRS" /></a>
+<a href="http://www.st.com"><img src="../../sidebar/logos/100x-st.png" width="100" height="58.8235294117647" alt="ST" /></a>
+<a href="http://www.powerlinux.fr"><img src="../../sidebar/logos/100x-powerlinux.png" width="100" height="60" alt="PowerLinux" /></a></p>
 
 
 
@@ -155,11 +155,46 @@
 <!-- ******************** ******* ******************** -->
 
 <div id="content">
-  <p><a href="http://www.inria.fr"><img src="./100x-inria.png" width="100" height="28" alt="Inria" /></a>
-<a href="http://lsiit.u-strasbg.fr"><img src="./100x-lsiit.png" width="100" height="48" alt="LSIIT" /></a>
-<a href="http://www.cnrs.fr/"><img src="./100x-cnrs.png" width="100" height="45" alt="CNRS" /></a>
-<a href="http://www.st.com"><img src="./100x-st.png" width="100" height="58.8235294117647" alt="ST" /></a>
-<a href="http://www.powerlinux.fr"><img src="./100x-powerlinux.png" width="100" height="60" alt="PowerLinux" /></a></p>
+  <p>Directives are similar to a <a href="../wikilink/">WikiLink</a> in form, except they
+begin with <code>!</code> and may contain parameters. The general form is:</p>
+
+<pre><code>[[!directive  param="value" param="value"]]
+</code></pre>
+
+<p>This gets expanded before the rest of the page is processed, and can be used
+to transform the page in various ways.</p>
+
+<p>The quotes around values can be omitted if the value is a simple word.
+Also, some directives may use parameters without values, for example:</p>
+
+<pre><code>[[!tag  foo]]
+</code></pre>
+
+<p>A directive does not need to all be on one line, it can be
+wrapped to multiple lines if you like:</p>
+
+<pre><code>[[!directive  foo="baldersnatch"
+bar="supercalifragilisticexpialidocious" baz=11]]
+</code></pre>
+
+<p>Also, multiple lines of <em>quoted</em> text can be used for a value.
+To allow quote marks inside the quoted text, delimit the block
+of text with triple-quotes:</p>
+
+<pre><code>[[!directive  text="""
+1. "foo"
+2. "bar"
+3. "baz"
+"""]]
+</code></pre>
+
+<p>ikiwiki also has an older syntax for directives, which requires a space in
+directives to distinguish them from <a href="../wikilink/">wikilinks</a>. This
+syntax has several disadvantages: it requires a space after directives with
+no parameters (such as <code>[[pagecount ]]</code>), and it prohibits spaces in
+<a href="../wikilink/">wikilinks</a>.  ikiwiki now provides the <code>!</code>-prefixed
+syntax shown above as default.  However, ikiwiki still supports wikis using
+the older syntax, if the <code>prefix_directives</code> option is disabled.</p>
 
 </div>
 
@@ -183,6 +218,22 @@
     <!-- backlinks -->
 
     
+      <div id="backlinks">
+        Links:
+        
+          <a href="../formatting/">formatting</a>
+        
+          <a href="../">ikiwiki</a>
+        
+          <a href="../markdown/">markdown</a>
+        
+          <a href="../../shortcuts/">shortcuts</a>
+        
+          <a href="../wikilink/">wikilink</a>
+        
+        
+      </div>
+    
 
     <!-- copyright -->
 
@@ -195,8 +246,8 @@
     <!-- date -->
 
     <div class="pagedate">
-      Last modified <span class="date">Friday  4 September 2009 21:37:16</span>
-      <!-- Created <span class="date">Friday  4 September 2009 21:09:30</span> -->
+      Last modified <span class="date">Sunday 30 August 2009 21:09:22</span>
+      <!-- Created <span class="date">Sunday 30 August 2009 21:09:22</span> -->
     </div>
 
   </div><!-- div#pageinfo -->
diff --git a/sidebar/logos/index.html b/ikiwiki/formatting/index.html
similarity index 51%
copy from sidebar/logos/index.html
copy to ikiwiki/formatting/index.html
index 441a8b8..b489f8f 100644
--- a/sidebar/logos/index.html
+++ b/ikiwiki/formatting/index.html
@@ -4,14 +4,15 @@
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-  <title>logos</title>
+  <title>Formatting wiki pages</title>
   
   <link rel="stylesheet" href="../../style.css" type="text/css" />
   <link rel="stylesheet" href="../../local.css" type="text/css" />
   
   
   
-  
+  <meta name="title" content="Formatting wiki pages" />
+<meta name="robots" content="noindex, follow" />
   <script type="text/javascript">
     function fixLinks() {
       var scheme = location.protocol;
@@ -43,11 +44,11 @@
         
           <a href="../../">Lisaac — The Power of Simplicity</a> ➝
         
-          <a href="../">sidebar</a> ➝
+          <a href="../">ikiwiki</a> ➝
         
       </span>
       <span class="title">
-        logos
+        Formatting wiki pages
         
       </span>
     </span>
@@ -134,11 +135,11 @@
 
 
 </div>
-<p><a href="http://www.inria.fr"><img src="./100x-inria.png" width="100" height="28" alt="Inria" /></a>
-<a href="http://lsiit.u-strasbg.fr"><img src="./100x-lsiit.png" width="100" height="48" alt="LSIIT" /></a>
-<a href="http://www.cnrs.fr/"><img src="./100x-cnrs.png" width="100" height="45" alt="CNRS" /></a>
-<a href="http://www.st.com"><img src="./100x-st.png" width="100" height="58.8235294117647" alt="ST" /></a>
-<a href="http://www.powerlinux.fr"><img src="./100x-powerlinux.png" width="100" height="60" alt="PowerLinux" /></a></p>
+<p><a href="http://www.inria.fr"><img src="../../sidebar/logos/100x-inria.png" width="100" height="28" alt="Inria" /></a>
+<a href="http://lsiit.u-strasbg.fr"><img src="../../sidebar/logos/100x-lsiit.png" width="100" height="48" alt="LSIIT" /></a>
+<a href="http://www.cnrs.fr/"><img src="../../sidebar/logos/100x-cnrs.png" width="100" height="45" alt="CNRS" /></a>
+<a href="http://www.st.com"><img src="../../sidebar/logos/100x-st.png" width="100" height="58.8235294117647" alt="ST" /></a>
+<a href="http://www.powerlinux.fr"><img src="../../sidebar/logos/100x-powerlinux.png" width="100" height="60" alt="PowerLinux" /></a></p>
 
 
 
@@ -155,11 +156,93 @@
 <!-- ******************** ******* ******************** -->
 
 <div id="content">
-  <p><a href="http://www.inria.fr"><img src="./100x-inria.png" width="100" height="28" alt="Inria" /></a>
-<a href="http://lsiit.u-strasbg.fr"><img src="./100x-lsiit.png" width="100" height="48" alt="LSIIT" /></a>
-<a href="http://www.cnrs.fr/"><img src="./100x-cnrs.png" width="100" height="45" alt="CNRS" /></a>
-<a href="http://www.st.com"><img src="./100x-st.png" width="100" height="58.8235294117647" alt="ST" /></a>
-<a href="http://www.powerlinux.fr"><img src="./100x-powerlinux.png" width="100" height="60" alt="PowerLinux" /></a></p>
+  <p>Text on this wiki is, by default, written in a form very close to how you
+might write text for an email message. This style of text formatting is
+called <a href="../markdown/">MarkDown</a>, and it works like this:</p>
+
+<p>Leave blank lines between paragraphs.</p>
+
+<p>You can <em>*emphasise*</em> or <strong>**strongly emphasise**</strong> text by placing it
+in single or double asterisks.</p>
+
+<p>To create a list, start each line with an asterisk:</p>
+
+<ul>
+<li>"* this is my list"</li>
+<li>"* another item"</li>
+</ul>
+
+<p>To make a numbered list, start each line with a number (any number will
+do) followed by a period:</p>
+
+<ol>
+<li>"1. first line"</li>
+<li>"2. second line"</li>
+<li>"2. third line"</li>
+</ol>
+
+<p>To create a header, start a line with one or more <code>#</code> characters followed
+by a space and the header text. The number of <code>#</code> characters controls the
+size of the header:</p>
+
+<h1># h1</h1>
+
+<h2>## h2</h2>
+
+<h3>### h3</h3>
+
+<h4>#### h4</h4>
+
+<h5>##### h5</h5>
+
+<h6>###### h6</h6>
+
+<p>To create a horizontal rule, just write three or more dashes or stars on
+their own line:</p>
+
+<hr />
+
+<p>To quote someone, prefix the quote with ">":</p>
+
+<blockquote>
+  <p>To be or not to be,
+  that is the question.</p>
+</blockquote>
+
+<p>To write a code block, indent each line with a tab or 4 spaces:</p>
+
+<pre><code>10 PRINT "Hello, world!"
+20 GOTO 10
+</code></pre>
+
+<p>To link to an url or email address, you can just put the
+url in angle brackets: &lt;<a href="http://ikiwiki.info">http://ikiwiki.info</a>>, or you can use the
+form [link text](url)</p>
+
+<hr />
+
+<p>In addition to basic html formatting using <a href="../markdown/">MarkDown</a>, this wiki lets
+you use the following additional features:</p>
+
+<ul>
+<li><p>To link to another page on the wiki, place the page's name inside double
+square brackets. So you would use <code>[[WikiLink]]</code> to link to <a href="../wikilink/">WikiLink</a>.</p></li>
+<li><p>Insert various <a href="../directive/">directives</a> onto a page to perform useful
+actions.
+For example, you can:</p>
+
+<ul>
+<li>Change the title of a page:</li>
+</ul>
+
+<p>[[!meta  title="full page title"]]</p>
+
+<ul>
+<li>Create a blog by inlining a set of pages:</li>
+</ul>
+
+<p>[[!inline  pages="blog/*"]]</p></li>
+</ul>
 
 </div>
 
@@ -183,6 +266,16 @@
     <!-- backlinks -->
 
     
+      <div id="backlinks">
+        Links:
+        
+          <a href="../">ikiwiki</a>
+        
+          <a href="../markdown/">markdown</a>
+        
+        
+      </div>
+    
 
     <!-- copyright -->
 
@@ -195,8 +288,8 @@
     <!-- date -->
 
     <div class="pagedate">
-      Last modified <span class="date">Friday  4 September 2009 21:37:16</span>
-      <!-- Created <span class="date">Friday  4 September 2009 21:09:30</span> -->
+      Last modified <span class="date">Sunday 30 August 2009 21:09:23</span>
+      <!-- Created <span class="date">Sunday 30 August 2009 21:09:23</span> -->
     </div>
 
   </div><!-- div#pageinfo -->
diff --git a/sidebar/logos/index.html b/ikiwiki/index.html
similarity index 59%
copy from sidebar/logos/index.html
copy to ikiwiki/index.html
index 441a8b8..e50667f 100644
--- a/sidebar/logos/index.html
+++ b/ikiwiki/index.html
@@ -4,14 +4,14 @@
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-  <title>logos</title>
-  
-  <link rel="stylesheet" href="../../style.css" type="text/css" />
-  <link rel="stylesheet" href="../../local.css" type="text/css" />
+  <title>ikiwiki</title>
   
+  <link rel="stylesheet" href="../style.css" type="text/css" />
+  <link rel="stylesheet" href="../local.css" type="text/css" />
   
   
   
+  <meta name="robots" content="noindex, follow" />
   <script type="text/javascript">
     function fixLinks() {
       var scheme = location.protocol;
@@ -41,13 +41,11 @@
     <span>
       <span class="parentlinks">
         
-          <a href="../../">Lisaac — The Power of Simplicity</a> ➝
-        
-          <a href="../">sidebar</a> ➝
+          <a href="../">Lisaac — The Power of Simplicity</a> ➝
         
       </span>
       <span class="title">
-        logos
+        ikiwiki
         
       </span>
     </span>
@@ -86,8 +84,8 @@
 <h1>Lisaac</h1>
 
 <ul>
-<li><a href="../../">Home</a></li>
-<li><a href="../../news/">News</a></li>
+<li><a href="../">Home</a></li>
+<li><a href="../news/">News</a></li>
 </ul>
 
 
@@ -103,13 +101,13 @@
 <h1>Language</h1>
 
 <ul>
-<li><a href="../../language/">About</a></li>
-<li><a href="../../language/docs/">Documentation</a></li>
-<li><a href="../../language/download/">Download</a></li>
-<li><a href="../../language/library/">Library</a></li>
-<li><a href="../../language/sample/">Sample Code</a></li>
-<li><a href="../../language/simplicity/">Simplicity</a></li>
-<li><a href="../../language/benchmark/">Benchmarks</a></li>
+<li><a href="../language/">About</a></li>
+<li><a href="../language/docs/">Documentation</a></li>
+<li><a href="../language/download/">Download</a></li>
+<li><a href="../language/library/">Library</a></li>
+<li><a href="../language/sample/">Sample Code</a></li>
+<li><a href="../language/simplicity/">Simplicity</a></li>
+<li><a href="../language/benchmark/">Benchmarks</a></li>
 </ul>
 
 
@@ -134,11 +132,11 @@
 
 
 </div>
-<p><a href="http://www.inria.fr"><img src="./100x-inria.png" width="100" height="28" alt="Inria" /></a>
-<a href="http://lsiit.u-strasbg.fr"><img src="./100x-lsiit.png" width="100" height="48" alt="LSIIT" /></a>
-<a href="http://www.cnrs.fr/"><img src="./100x-cnrs.png" width="100" height="45" alt="CNRS" /></a>
-<a href="http://www.st.com"><img src="./100x-st.png" width="100" height="58.8235294117647" alt="ST" /></a>
-<a href="http://www.powerlinux.fr"><img src="./100x-powerlinux.png" width="100" height="60" alt="PowerLinux" /></a></p>
+<p><a href="http://www.inria.fr"><img src="../sidebar/logos/100x-inria.png" width="100" height="28" alt="Inria" /></a>
+<a href="http://lsiit.u-strasbg.fr"><img src="../sidebar/logos/100x-lsiit.png" width="100" height="48" alt="LSIIT" /></a>
+<a href="http://www.cnrs.fr/"><img src="../sidebar/logos/100x-cnrs.png" width="100" height="45" alt="CNRS" /></a>
+<a href="http://www.st.com"><img src="../sidebar/logos/100x-st.png" width="100" height="58.8235294117647" alt="ST" /></a>
+<a href="http://www.powerlinux.fr"><img src="../sidebar/logos/100x-powerlinux.png" width="100" height="60" alt="PowerLinux" /></a></p>
 
 
 
@@ -155,11 +153,20 @@
 <!-- ******************** ******* ******************** -->
 
 <div id="content">
-  <p><a href="http://www.inria.fr"><img src="./100x-inria.png" width="100" height="28" alt="Inria" /></a>
-<a href="http://lsiit.u-strasbg.fr"><img src="./100x-lsiit.png" width="100" height="48" alt="LSIIT" /></a>
-<a href="http://www.cnrs.fr/"><img src="./100x-cnrs.png" width="100" height="45" alt="CNRS" /></a>
-<a href="http://www.st.com"><img src="./100x-st.png" width="100" height="58.8235294117647" alt="ST" /></a>
-<a href="http://www.powerlinux.fr"><img src="./100x-powerlinux.png" width="100" height="60" alt="PowerLinux" /></a></p>
+  <p>This wiki is powered by <a href="http://ikiwiki.info/">ikiwiki</a>.</p>
+
+<p>Some documentation on using ikiwiki:</p>
+
+<ul>
+<li><a href="./formatting/">formatting</a></li>
+<li><a href="./wikilink/">wikilink</a></li>
+<li><a href="./subpage/">subpage</a></li>
+<li><a href="./pagespec/">pagespec</a></li>
+<li><a href="./directive/">directive</a></li>
+<li><a href="./markdown/">markdown</a></li>
+<li><a href="./openid/">openid</a></li>
+<li><a href="./searching/">searching</a></li>
+</ul>
 
 </div>
 
@@ -195,8 +202,8 @@
     <!-- date -->
 
     <div class="pagedate">
-      Last modified <span class="date">Friday  4 September 2009 21:37:16</span>
-      <!-- Created <span class="date">Friday  4 September 2009 21:09:30</span> -->
+      Last modified <span class="date">Sunday 30 August 2009 21:09:22</span>
+      <!-- Created <span class="date">Sunday 30 August 2009 21:09:22</span> -->
     </div>
 
   </div><!-- div#pageinfo -->
diff --git a/sidebar/logos/index.html b/ikiwiki/markdown/index.html
similarity index 68%
copy from sidebar/logos/index.html
copy to ikiwiki/markdown/index.html
index 441a8b8..60e983c 100644
--- a/sidebar/logos/index.html
+++ b/ikiwiki/markdown/index.html
@@ -4,14 +4,14 @@
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-  <title>logos</title>
+  <title>markdown</title>
   
   <link rel="stylesheet" href="../../style.css" type="text/css" />
   <link rel="stylesheet" href="../../local.css" type="text/css" />
   
   
   
-  
+  <meta name="robots" content="noindex, follow" />
   <script type="text/javascript">
     function fixLinks() {
       var scheme = location.protocol;
@@ -43,11 +43,11 @@
         
           <a href="../../">Lisaac — The Power of Simplicity</a> ➝
         
-          <a href="../">sidebar</a> ➝
+          <a href="../">ikiwiki</a> ➝
         
       </span>
       <span class="title">
-        logos
+        markdown
         
       </span>
     </span>
@@ -134,11 +134,11 @@
 
 
 </div>
-<p><a href="http://www.inria.fr"><img src="./100x-inria.png" width="100" height="28" alt="Inria" /></a>
-<a href="http://lsiit.u-strasbg.fr"><img src="./100x-lsiit.png" width="100" height="48" alt="LSIIT" /></a>
-<a href="http://www.cnrs.fr/"><img src="./100x-cnrs.png" width="100" height="45" alt="CNRS" /></a>
-<a href="http://www.st.com"><img src="./100x-st.png" width="100" height="58.8235294117647" alt="ST" /></a>
-<a href="http://www.powerlinux.fr"><img src="./100x-powerlinux.png" width="100" height="60" alt="PowerLinux" /></a></p>
+<p><a href="http://www.inria.fr"><img src="../../sidebar/logos/100x-inria.png" width="100" height="28" alt="Inria" /></a>
+<a href="http://lsiit.u-strasbg.fr"><img src="../../sidebar/logos/100x-lsiit.png" width="100" height="48" alt="LSIIT" /></a>
+<a href="http://www.cnrs.fr/"><img src="../../sidebar/logos/100x-cnrs.png" width="100" height="45" alt="CNRS" /></a>
+<a href="http://www.st.com"><img src="../../sidebar/logos/100x-st.png" width="100" height="58.8235294117647" alt="ST" /></a>
+<a href="http://www.powerlinux.fr"><img src="../../sidebar/logos/100x-powerlinux.png" width="100" height="60" alt="PowerLinux" /></a></p>
 
 
 
@@ -155,11 +155,16 @@
 <!-- ******************** ******* ******************** -->
 
 <div id="content">
-  <p><a href="http://www.inria.fr"><img src="./100x-inria.png" width="100" height="28" alt="Inria" /></a>
-<a href="http://lsiit.u-strasbg.fr"><img src="./100x-lsiit.png" width="100" height="48" alt="LSIIT" /></a>
-<a href="http://www.cnrs.fr/"><img src="./100x-cnrs.png" width="100" height="45" alt="CNRS" /></a>
-<a href="http://www.st.com"><img src="./100x-st.png" width="100" height="58.8235294117647" alt="ST" /></a>
-<a href="http://www.powerlinux.fr"><img src="./100x-powerlinux.png" width="100" height="60" alt="PowerLinux" /></a></p>
+  <p><a href="http://daringfireball.net/projects/markdown/">Markdown</a>
+is a minimal markup language that resembles plain text as used in
+email messages. It is the markup language used by this wiki by default.</p>
+
+<p>For documentation about the markdown syntax, see <a href="../formatting/">formatting</a> and
+<a href="http://daringfireball.net/projects/markdown/syntax">Markdown: syntax</a>.</p>
+
+<p>Note that <a href="../wikilink/">WikiLinks</a> and <a href="../directive/">directives</a> are not part
+of the markdown syntax, and are the only bit of markup that this wiki
+handles internally.</p>
 
 </div>
 
@@ -183,6 +188,16 @@
     <!-- backlinks -->
 
     
+      <div id="backlinks">
+        Links:
+        
+          <a href="../formatting/">formatting</a>
+        
+          <a href="../">ikiwiki</a>
+        
+        
+      </div>
+    
 
     <!-- copyright -->
 
@@ -195,8 +210,8 @@
     <!-- date -->
 
     <div class="pagedate">
-      Last modified <span class="date">Friday  4 September 2009 21:37:16</span>
-      <!-- Created <span class="date">Friday  4 September 2009 21:09:30</span> -->
+      Last modified <span class="date">Sunday 30 August 2009 21:09:23</span>
+      <!-- Created <span class="date">Sunday 30 August 2009 21:09:23</span> -->
     </div>
 
   </div><!-- div#pageinfo -->
diff --git a/sidebar/logos/index.html b/ikiwiki/openid/index.html
similarity index 60%
copy from sidebar/logos/index.html
copy to ikiwiki/openid/index.html
index 441a8b8..ed8c546 100644
--- a/sidebar/logos/index.html
+++ b/ikiwiki/openid/index.html
@@ -4,14 +4,15 @@
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-  <title>logos</title>
+  <title>OpenID</title>
   
   <link rel="stylesheet" href="../../style.css" type="text/css" />
   <link rel="stylesheet" href="../../local.css" type="text/css" />
   
   
   
-  
+  <meta name="title" content="OpenID" />
+<meta name="robots" content="noindex, follow" />
   <script type="text/javascript">
     function fixLinks() {
       var scheme = location.protocol;
@@ -43,11 +44,11 @@
         
           <a href="../../">Lisaac — The Power of Simplicity</a> ➝
         
-          <a href="../">sidebar</a> ➝
+          <a href="../">ikiwiki</a> ➝
         
       </span>
       <span class="title">
-        logos
+        OpenID
         
       </span>
     </span>
@@ -134,11 +135,11 @@
 
 
 </div>
-<p><a href="http://www.inria.fr"><img src="./100x-inria.png" width="100" height="28" alt="Inria" /></a>
-<a href="http://lsiit.u-strasbg.fr"><img src="./100x-lsiit.png" width="100" height="48" alt="LSIIT" /></a>
-<a href="http://www.cnrs.fr/"><img src="./100x-cnrs.png" width="100" height="45" alt="CNRS" /></a>
-<a href="http://www.st.com"><img src="./100x-st.png" width="100" height="58.8235294117647" alt="ST" /></a>
-<a href="http://www.powerlinux.fr"><img src="./100x-powerlinux.png" width="100" height="60" alt="PowerLinux" /></a></p>
+<p><a href="http://www.inria.fr"><img src="../../sidebar/logos/100x-inria.png" width="100" height="28" alt="Inria" /></a>
+<a href="http://lsiit.u-strasbg.fr"><img src="../../sidebar/logos/100x-lsiit.png" width="100" height="48" alt="LSIIT" /></a>
+<a href="http://www.cnrs.fr/"><img src="../../sidebar/logos/100x-cnrs.png" width="100" height="45" alt="CNRS" /></a>
+<a href="http://www.st.com"><img src="../../sidebar/logos/100x-st.png" width="100" height="58.8235294117647" alt="ST" /></a>
+<a href="http://www.powerlinux.fr"><img src="../../sidebar/logos/100x-powerlinux.png" width="100" height="60" alt="PowerLinux" /></a></p>
 
 
 
@@ -155,11 +156,36 @@
 <!-- ******************** ******* ******************** -->
 
 <div id="content">
-  <p><a href="http://www.inria.fr"><img src="./100x-inria.png" width="100" height="28" alt="Inria" /></a>
-<a href="http://lsiit.u-strasbg.fr"><img src="./100x-lsiit.png" width="100" height="48" alt="LSIIT" /></a>
-<a href="http://www.cnrs.fr/"><img src="./100x-cnrs.png" width="100" height="45" alt="CNRS" /></a>
-<a href="http://www.st.com"><img src="./100x-st.png" width="100" height="58.8235294117647" alt="ST" /></a>
-<a href="http://www.powerlinux.fr"><img src="./100x-powerlinux.png" width="100" height="60" alt="PowerLinux" /></a></p>
+  <p>This wiki has OpenID <strong>enabled</strong>.</p>
+
+<p><a href="http://openid.net">OpenID</a> is a decentralized authentication mechanism
+that allows you to have one login that you can use on a growing number of
+websites.</p>
+
+<p>To sign up for an OpenID, visit one of the following identity providers:</p>
+
+<ul>
+<li><a href="https://www.myopenid.com/">MyOpenID</a></li>
+<li><a href="https://getopenid.com/">GetOpenID</a></li>
+<li><a href="http://videntity.org/">Videntity</a></li>
+<li><a href="http://www.livejournal.com/openid/">LiveJournal</a></li>
+<li><a href="https://openid.trustbearer.com/">TrustBearer</a></li>
+<li>or any of the <a href="http://openiddirectory.com/openid-providers-c-1.html">many others out there</a></li>
+</ul>
+
+<p>Your OpenID is the URL that you are given when you sign up.
+To sign in to this wiki using OpenID, just enter it in the OpenID field in the
+signin form. You do not need to give this wiki a password or go through any
+registration process when using OpenID.</p>
+
+<hr />
+
+<p>It's also possible to make a page in the wiki usable as an OpenID url,
+by delegating it to an openid server. Here's an example of how to do that:</p>
+
+<pre><code>[[!meta  openid="http://yourid.myopenid.com/"
+       server="http://www.myopenid.com/server"]]
+</code></pre>
 
 </div>
 
@@ -183,6 +209,14 @@
     <!-- backlinks -->
 
     
+      <div id="backlinks">
+        Links:
+        
+          <a href="../">ikiwiki</a>
+        
+        
+      </div>
+    
 
     <!-- copyright -->
 
@@ -195,8 +229,8 @@
     <!-- date -->
 
     <div class="pagedate">
-      Last modified <span class="date">Friday  4 September 2009 21:37:16</span>
-      <!-- Created <span class="date">Friday  4 September 2009 21:09:30</span> -->
+      Last modified <span class="date">Sunday 30 August 2009 21:09:23</span>
+      <!-- Created <span class="date">Sunday 30 August 2009 21:09:23</span> -->
     </div>
 
   </div><!-- div#pageinfo -->
diff --git a/ikiwiki/pagespec/attachment/index.html b/ikiwiki/pagespec/attachment/index.html
new file mode 100644
index 0000000..43083ca
--- /dev/null
+++ b/ikiwiki/pagespec/attachment/index.html
@@ -0,0 +1,240 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+  <title>attachment</title>
+  
+  <link rel="stylesheet" href="../../../style.css" type="text/css" />
+  <link rel="stylesheet" href="../../../local.css" type="text/css" />
+  
+  
+  
+  <meta name="robots" content="noindex, follow" />
+  <script type="text/javascript">
+    function fixLinks() {
+      var scheme = location.protocol;
+      if (scheme=="http:" || scheme=="https:") return;
+      var links = document.getElementsByTagName("a");
+      for (var i = links.length; --i >= 0; ) {
+        var link = links[i];
+        var href = link.href;
+        var hlen = href.length;
+        if (hlen > 0 && link.protocol==scheme && href.charAt(hlen-1) == "/")
+          links[i].href = href + "index.html";
+      }
+    }
+  </script>
+</head>
+<body onLoad="javascript:fixLinks();">
+
+<!-- ******************** *********** ******************** -->
+<!-- ******************** PAGE HEADER ******************** -->
+<!-- ******************** *********** ******************** -->
+
+<div class="pageheader">
+
+  <!-- header -->
+
+  <div class="header">
+    <span>
+      <span class="parentlinks">
+        
+          <a href="../../../">Lisaac — The Power of Simplicity</a> ➝
+        
+          <a href="../../">ikiwiki</a> ➝
+        
+          <a href="../">pagespec</a> ➝
+        
+      </span>
+      <span class="title">
+        attachment
+        
+      </span>
+    </span>
+    
+  </div>
+
+  <!-- actions -->
+
+  
+
+  <!-- other languages -->
+
+  
+
+</div>
+
+<div id="leftcolumn">
+
+  <!-- ******************** **** ******************** -->
+  <!-- ******************** LOGO ******************** -->
+  <!-- ******************** **** ******************** -->
+
+  <div id="mainlogo"></div>
+
+  <!-- ******************** ******* ******************** -->
+  <!-- ******************** SIDEBAR ******************** -->
+  <!-- ******************** ******* ******************** -->
+
+  
+    <div id="sidebar">
+      <div>
+  <div id="feedlink">
+
+
+</div>
+<h1>Lisaac</h1>
+
+<ul>
+<li><a href="../../../">Home</a></li>
+<li><a href="../../../news/">News</a></li>
+</ul>
+
+
+
+
+</div>
+
+<div>
+  <div id="feedlink">
+
+
+</div>
+<h1>Language</h1>
+
+<ul>
+<li><a href="../../../language/">About</a></li>
+<li><a href="../../../language/docs/">Documentation</a></li>
+<li><a href="../../../language/download/">Download</a></li>
+<li><a href="../../../language/library/">Library</a></li>
+<li><a href="../../../language/sample/">Sample Code</a></li>
+<li><a href="../../../language/simplicity/">Simplicity</a></li>
+<li><a href="../../../language/benchmark/">Benchmarks</a></li>
+</ul>
+
+
+
+
+</div>
+
+<div>
+  <div id="feedlink">
+
+
+</div>
+<h1>Community</h1>
+
+
+
+
+</div>
+
+<div id="logos">
+  <div id="feedlink">
+
+
+</div>
+<p><a href="http://www.inria.fr"><img src="../../../sidebar/logos/100x-inria.png" width="100" height="28" alt="Inria" /></a>
+<a href="http://lsiit.u-strasbg.fr"><img src="../../../sidebar/logos/100x-lsiit.png" width="100" height="48" alt="LSIIT" /></a>
+<a href="http://www.cnrs.fr/"><img src="../../../sidebar/logos/100x-cnrs.png" width="100" height="45" alt="CNRS" /></a>
+<a href="http://www.st.com"><img src="../../../sidebar/logos/100x-st.png" width="100" height="58.8235294117647" alt="ST" /></a>
+<a href="http://www.powerlinux.fr"><img src="../../../sidebar/logos/100x-powerlinux.png" width="100" height="60" alt="PowerLinux" /></a></p>
+
+
+
+
+</div>
+
+    </div>
+  
+
+</div>
+
+<!-- ******************** ******* ******************** -->
+<!-- ******************** CONTENT ******************** -->
+<!-- ******************** ******* ******************** -->
+
+<div id="content">
+  <p>This wiki has attachments <strong>disabled</strong>.</p>
+
+<p>If attachments are enabled, the wiki admin can control what types of
+attachments will be accepted, via the <code>allowed_attachments</code>
+configuration setting.</p>
+
+<p>For example, to limit arbitrary files to 50 kilobytes, but allow
+larger mp3 files to be uploaded by joey into a specific directory, and
+check all attachments for viruses, something like this could be used:</p>
+
+<pre><code>virusfree() and ((user(joey) and podcast/*.mp3 and mimetype(audio/mpeg) and maxsize(15mb)) or (!ispage() and maxsize(50kb)))
+</code></pre>
+
+<p>The regular <a href="../">PageSpec</a> syntax is expanded with the following
+additional tests:</p>
+
+<ul>
+<li><p>"<code>maxsize(size)</code>" - tests whether the attachment is no larger than the
+specified size. The size defaults to being in bytes, but "kb", "mb", "gb"
+etc can be used to specify the units.</p></li>
+<li><p>"<code>minsize(size)</code>" - tests whether the attachment is no smaller than the
+specified size.</p></li>
+<li><p>"<code>ispage()</code>" - tests whether the attachment will be treated by ikiwiki as a
+wiki page. (Ie, if it has an extension of ".mdwn", or of any other enabled
+page format).</p>
+
+<p>So, if you don't want to allow wiki pages to be uploaded as attachments,
+use <code>!ispage()</code> ; if you only want to allow wiki pages to be uploaded
+as attachments, use <code>ispage()</code>.</p></li>
+<li><p>"<code>mimetype(foo/bar)</code>" - checks the MIME type of the attachment. You can
+include a glob in the type, for example <code>mimetype(image/*)</code>.</p></li>
+<li><p>"<code>virusfree()</code>" - checks the attachment with an antiviral program.</p></li>
+</ul>
+
+</div>
+
+<!-- ******************** ******** ******************** -->
+<!-- ******************** COMMENTS ******************** -->
+<!-- ******************** ******** ******************** -->
+
+
+
+<!-- ******************** ****** ******************** -->
+<!-- ******************** FOOTER ******************** -->
+<!-- ******************** ****** ******************** -->
+
+<div id="footer" class="pagefooter">
+  <div id="pageinfo">
+
+    <!-- tags -->
+
+    
+
+    <!-- backlinks -->
+
+    
+
+    <!-- copyright -->
+
+    
+
+    <!-- license -->
+
+    
+
+    <!-- date -->
+
+    <div class="pagedate">
+      Last modified <span class="date">Sunday 30 August 2009 21:09:23</span>
+      <!-- Created <span class="date">Sunday 30 August 2009 21:09:23</span> -->
+    </div>
+
+  </div><!-- div#pageinfo -->
+
+  
+  <!-- from Lisaac — The Power of Simplicity -->
+
+</div><!-- .pagefooter #footer -->
+
+</body>
+</html>
diff --git a/ikiwiki/pagespec/index.html b/ikiwiki/pagespec/index.html
new file mode 100644
index 0000000..19433b7
--- /dev/null
+++ b/ikiwiki/pagespec/index.html
@@ -0,0 +1,299 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+  <title>pagespec</title>
+  
+  <link rel="stylesheet" href="../../style.css" type="text/css" />
+  <link rel="stylesheet" href="../../local.css" type="text/css" />
+  
+  
+  
+  <meta name="robots" content="noindex, follow" />
+  <script type="text/javascript">
+    function fixLinks() {
+      var scheme = location.protocol;
+      if (scheme=="http:" || scheme=="https:") return;
+      var links = document.getElementsByTagName("a");
+      for (var i = links.length; --i >= 0; ) {
+        var link = links[i];
+        var href = link.href;
+        var hlen = href.length;
+        if (hlen > 0 && link.protocol==scheme && href.charAt(hlen-1) == "/")
+          links[i].href = href + "index.html";
+      }
+    }
+  </script>
+</head>
+<body onLoad="javascript:fixLinks();">
+
+<!-- ******************** *********** ******************** -->
+<!-- ******************** PAGE HEADER ******************** -->
+<!-- ******************** *********** ******************** -->
+
+<div class="pageheader">
+
+  <!-- header -->
+
+  <div class="header">
+    <span>
+      <span class="parentlinks">
+        
+          <a href="../../">Lisaac — The Power of Simplicity</a> ➝
+        
+          <a href="../">ikiwiki</a> ➝
+        
+      </span>
+      <span class="title">
+        pagespec
+        
+      </span>
+    </span>
+    
+  </div>
+
+  <!-- actions -->
+
+  
+
+  <!-- other languages -->
+
+  
+
+</div>
+
+<div id="leftcolumn">
+
+  <!-- ******************** **** ******************** -->
+  <!-- ******************** LOGO ******************** -->
+  <!-- ******************** **** ******************** -->
+
+  <div id="mainlogo"></div>
+
+  <!-- ******************** ******* ******************** -->
+  <!-- ******************** SIDEBAR ******************** -->
+  <!-- ******************** ******* ******************** -->
+
+  
+    <div id="sidebar">
+      <div>
+  <div id="feedlink">
+
+
+</div>
+<h1>Lisaac</h1>
+
+<ul>
+<li><a href="../../">Home</a></li>
+<li><a href="../../news/">News</a></li>
+</ul>
+
+
+
+
+</div>
+
+<div>
+  <div id="feedlink">
+
+
+</div>
+<h1>Language</h1>
+
+<ul>
+<li><a href="../../language/">About</a></li>
+<li><a href="../../language/docs/">Documentation</a></li>
+<li><a href="../../language/download/">Download</a></li>
+<li><a href="../../language/library/">Library</a></li>
+<li><a href="../../language/sample/">Sample Code</a></li>
+<li><a href="../../language/simplicity/">Simplicity</a></li>
+<li><a href="../../language/benchmark/">Benchmarks</a></li>
+</ul>
+
+
+
+
+</div>
+
+<div>
+  <div id="feedlink">
+
+
+</div>
+<h1>Community</h1>
+
+
+
+
+</div>
+
+<div id="logos">
+  <div id="feedlink">
+
+
+</div>
+<p><a href="http://www.inria.fr"><img src="../../sidebar/logos/100x-inria.png" width="100" height="28" alt="Inria" /></a>
+<a href="http://lsiit.u-strasbg.fr"><img src="../../sidebar/logos/100x-lsiit.png" width="100" height="48" alt="LSIIT" /></a>
+<a href="http://www.cnrs.fr/"><img src="../../sidebar/logos/100x-cnrs.png" width="100" height="45" alt="CNRS" /></a>
+<a href="http://www.st.com"><img src="../../sidebar/logos/100x-st.png" width="100" height="58.8235294117647" alt="ST" /></a>
+<a href="http://www.powerlinux.fr"><img src="../../sidebar/logos/100x-powerlinux.png" width="100" height="60" alt="PowerLinux" /></a></p>
+
+
+
+
+</div>
+
+    </div>
+  
+
+</div>
+
+<!-- ******************** ******* ******************** -->
+<!-- ******************** CONTENT ******************** -->
+<!-- ******************** ******* ******************** -->
+
+<div id="content">
+  <p>To select a set of pages, such as pages that are locked, pages
+whose commit emails you want subscribe to, or pages to combine into a
+blog, the wiki uses a PageSpec. This is an expression that matches
+a set of pages.</p>
+
+<p>The simplest PageSpec is a simple list of pages. For example, this matches
+any of the three listed pages:</p>
+
+<pre><code>foo or bar or baz
+</code></pre>
+
+<p>More often you will want to match any pages that have a particular thing in
+their name. You can do this using a glob pattern. "<code>*</code>" stands for any part
+of a page name, and "<code>?</code>" for any single letter of a page name. So this
+matches all pages about music, and any <a href="../subpage/">SubPage</a>s of the SandBox, but does
+not match the SandBox itself:</p>
+
+<pre><code>*music* or SandBox/*
+</code></pre>
+
+<p>You can also prefix an item with "<code>!</code>" to skip pages that match it. So to
+match all pages except for Discussion pages and the SandBox:</p>
+
+<pre><code>* and !SandBox and !*/Discussion
+</code></pre>
+
+<p>Some more elaborate limits can be added to what matches using these functions:</p>
+
+<ul>
+<li>"<code>link(page)</code>" - matches only pages that link to a given page (or glob)</li>
+<li>"<code>tagged(tag)</code>" - matches pages that are tagged or link to the given tag (or
+tags matched by a glob)</li>
+<li>"<code>backlink(page)</code>" - matches only pages that a given page links to</li>
+<li>"<code>creation_month(month)</code>" - matches only pages created on the given month</li>
+<li>"<code>creation_day(mday)</code>" - or day of the month</li>
+<li>"<code>creation_year(year)</code>" - or year</li>
+<li>"<code>created_after(page)</code>" - matches only pages created after the given page
+was created</li>
+<li>"<code>created_before(page)</code>" - matches only pages created before the given page
+was created</li>
+<li>"<code>glob(someglob)</code>" - matches pages that match the given glob. Just writing
+the glob by itself is actually a shorthand for this function.</li>
+<li>"<code>internal(glob)</code>" - like <code>glob()</code>, but matches even internal-use 
+pages that globs do not usually match.</li>
+<li>"<code>title(glob)</code>", "<code>author(glob)</code>", "<code>authorurl(glob)</code>",
+"<code>license(glob)</code>", "<code>copyright(glob)</code>" - match pages that have the given
+metadata, matching the specified glob.</li>
+<li>"<code>user(username)</code>" - tests whether a modification is being made by a
+user with the specified username. If openid is enabled, an openid can also
+be put here.</li>
+<li>"<code>admin()</code>" - tests whether a modification is being made by one of the
+wiki admins.</li>
+<li>"<code>ip(address)</code>" - tests whether a modification is being made from the
+specified IP address.</li>
+<li>"<code>postcomment(glob)</code>" - matches only when comments are being 
+posted to a page matching the specified glob</li>
+</ul>
+
+<p>For example, to match all pages in a blog that link to the page about music
+and were written in 2005:</p>
+
+<pre><code>blog/* and link(music) and creation_year(2005)
+</code></pre>
+
+<p>Note the use of "and" in the above example, that means that only pages that
+match each of the three expressions match the whole. Use "and" when you
+want to combine expression like that; "or" when it's enough for a page to
+match one expression. Note that it doesn't make sense to say "index and
+SandBox", since no page can match both expressions.</p>
+
+<p>More complex expressions can also be created, by using parentheses for
+grouping. For example, to match pages in a blog that are tagged with either
+of two tags, use:</p>
+
+<pre><code>blog/* and (tagged(foo) or tagged(bar))
+</code></pre>
+
+<p>Note that page names in PageSpecs are matched against the absolute
+filenames of the pages in the wiki, so a pagespec "foo" used on page
+"a/b" will not match a page named "a/foo" or "a/b/foo". To match
+relative to the directory of the page containing the pagespec, you can
+use "./". For example, "./foo" on page "a/b" matches page "a/foo".</p>
+
+</div>
+
+<!-- ******************** ******** ******************** -->
+<!-- ******************** COMMENTS ******************** -->
+<!-- ******************** ******** ******************** -->
+
+
+
+<!-- ******************** ****** ******************** -->
+<!-- ******************** FOOTER ******************** -->
+<!-- ******************** ****** ******************** -->
+
+<div id="footer" class="pagefooter">
+  <div id="pageinfo">
+
+    <!-- tags -->
+
+    
+
+    <!-- backlinks -->
+
+    
+      <div id="backlinks">
+        Links:
+        
+          <a href="../">ikiwiki</a>
+        
+          <a href="./attachment/">pagespec/attachment</a>
+        
+          <a href="./po/">pagespec/po</a>
+        
+        
+      </div>
+    
+
+    <!-- copyright -->
+
+    
+
+    <!-- license -->
+
+    
+
+    <!-- date -->
+
+    <div class="pagedate">
+      Last modified <span class="date">Sunday 30 August 2009 21:09:23</span>
+      <!-- Created <span class="date">Sunday 30 August 2009 21:09:23</span> -->
+    </div>
+
+  </div><!-- div#pageinfo -->
+
+  
+  <!-- from Lisaac — The Power of Simplicity -->
+
+</div><!-- .pagefooter #footer -->
+
+</body>
+</html>
diff --git a/sidebar/logos/index.html b/ikiwiki/pagespec/po/index.html
similarity index 56%
copy from sidebar/logos/index.html
copy to ikiwiki/pagespec/po/index.html
index 441a8b8..bdf242a 100644
--- a/sidebar/logos/index.html
+++ b/ikiwiki/pagespec/po/index.html
@@ -4,10 +4,10 @@
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-  <title>logos</title>
+  <title>po</title>
   
-  <link rel="stylesheet" href="../../style.css" type="text/css" />
-  <link rel="stylesheet" href="../../local.css" type="text/css" />
+  <link rel="stylesheet" href="../../../style.css" type="text/css" />
+  <link rel="stylesheet" href="../../../local.css" type="text/css" />
   
   
   
@@ -41,13 +41,15 @@
     <span>
       <span class="parentlinks">
         
-          <a href="../../">Lisaac — The Power of Simplicity</a> ➝
+          <a href="../../../">Lisaac — The Power of Simplicity</a> ➝
         
-          <a href="../">sidebar</a> ➝
+          <a href="../../">ikiwiki</a> ➝
+        
+          <a href="../">pagespec</a> ➝
         
       </span>
       <span class="title">
-        logos
+        po
         
       </span>
     </span>
@@ -86,8 +88,8 @@
 <h1>Lisaac</h1>
 
 <ul>
-<li><a href="../../">Home</a></li>
-<li><a href="../../news/">News</a></li>
+<li><a href="../../../">Home</a></li>
+<li><a href="../../../news/">News</a></li>
 </ul>
 
 
@@ -103,13 +105,13 @@
 <h1>Language</h1>
 
 <ul>
-<li><a href="../../language/">About</a></li>
-<li><a href="../../language/docs/">Documentation</a></li>
-<li><a href="../../language/download/">Download</a></li>
-<li><a href="../../language/library/">Library</a></li>
-<li><a href="../../language/sample/">Sample Code</a></li>
-<li><a href="../../language/simplicity/">Simplicity</a></li>
-<li><a href="../../language/benchmark/">Benchmarks</a></li>
+<li><a href="../../../language/">About</a></li>
+<li><a href="../../../language/docs/">Documentation</a></li>
+<li><a href="../../../language/download/">Download</a></li>
+<li><a href="../../../language/library/">Library</a></li>
+<li><a href="../../../language/sample/">Sample Code</a></li>
+<li><a href="../../../language/simplicity/">Simplicity</a></li>
+<li><a href="../../../language/benchmark/">Benchmarks</a></li>
 </ul>
 
 
@@ -134,11 +136,11 @@
 
 
 </div>
-<p><a href="http://www.inria.fr"><img src="./100x-inria.png" width="100" height="28" alt="Inria" /></a>
-<a href="http://lsiit.u-strasbg.fr"><img src="./100x-lsiit.png" width="100" height="48" alt="LSIIT" /></a>
-<a href="http://www.cnrs.fr/"><img src="./100x-cnrs.png" width="100" height="45" alt="CNRS" /></a>
-<a href="http://www.st.com"><img src="./100x-st.png" width="100" height="58.8235294117647" alt="ST" /></a>
-<a href="http://www.powerlinux.fr"><img src="./100x-powerlinux.png" width="100" height="60" alt="PowerLinux" /></a></p>
+<p><a href="http://www.inria.fr"><img src="../../../sidebar/logos/100x-inria.png" width="100" height="28" alt="Inria" /></a>
+<a href="http://lsiit.u-strasbg.fr"><img src="../../../sidebar/logos/100x-lsiit.png" width="100" height="48" alt="LSIIT" /></a>
+<a href="http://www.cnrs.fr/"><img src="../../../sidebar/logos/100x-cnrs.png" width="100" height="45" alt="CNRS" /></a>
+<a href="http://www.st.com"><img src="../../../sidebar/logos/100x-st.png" width="100" height="58.8235294117647" alt="ST" /></a>
+<a href="http://www.powerlinux.fr"><img src="../../../sidebar/logos/100x-powerlinux.png" width="100" height="60" alt="PowerLinux" /></a></p>
 
 
 
@@ -155,11 +157,22 @@
 <!-- ******************** ******* ******************** -->
 
 <div id="content">
-  <p><a href="http://www.inria.fr"><img src="./100x-inria.png" width="100" height="28" alt="Inria" /></a>
-<a href="http://lsiit.u-strasbg.fr"><img src="./100x-lsiit.png" width="100" height="48" alt="LSIIT" /></a>
-<a href="http://www.cnrs.fr/"><img src="./100x-cnrs.png" width="100" height="45" alt="CNRS" /></a>
-<a href="http://www.st.com"><img src="./100x-st.png" width="100" height="58.8235294117647" alt="ST" /></a>
-<a href="http://www.powerlinux.fr"><img src="./100x-powerlinux.png" width="100" height="60" alt="PowerLinux" /></a></p>
+  <p>This wiki has po support <strong>disabled</strong>.</p>
+
+<p>If the [[!iki  plugins/po desc=po]] plugin is enabled, the regular
+<a href="../">PageSpec</a> syntax is expanded with the following additional
+tests that can be used to improve user navigation in a multi-lingual
+wiki:</p>
+
+<ul>
+<li>"<code>lang(LL)</code>" - tests whether a page is written in the language
+specified as a ISO639-1 (two-letter) language code.</li>
+<li>"<code>currentlang()</code>" - tests whether a page is written in the same
+language as the current page.</li>
+</ul>
+
+<p>Note that every non-po page is considered to be written in
+<code>po_master_language</code>, as specified in <code>ikiwiki.setup</code>.</p>
 
 </div>
 
@@ -195,8 +208,8 @@
     <!-- date -->
 
     <div class="pagedate">
-      Last modified <span class="date">Friday  4 September 2009 21:37:16</span>
-      <!-- Created <span class="date">Friday  4 September 2009 21:09:30</span> -->
+      Last modified <span class="date">Sunday 30 August 2009 21:09:23</span>
+      <!-- Created <span class="date">Sunday 30 August 2009 21:09:23</span> -->
     </div>
 
   </div><!-- div#pageinfo -->
diff --git a/sidebar/logos/index.html b/ikiwiki/searching/index.html
similarity index 65%
copy from sidebar/logos/index.html
copy to ikiwiki/searching/index.html
index 441a8b8..37277f4 100644
--- a/sidebar/logos/index.html
+++ b/ikiwiki/searching/index.html
@@ -4,14 +4,14 @@
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-  <title>logos</title>
+  <title>searching</title>
   
   <link rel="stylesheet" href="../../style.css" type="text/css" />
   <link rel="stylesheet" href="../../local.css" type="text/css" />
   
   
   
-  
+  <meta name="robots" content="noindex, follow" />
   <script type="text/javascript">
     function fixLinks() {
       var scheme = location.protocol;
@@ -43,11 +43,11 @@
         
           <a href="../../">Lisaac — The Power of Simplicity</a> ➝
         
-          <a href="../">sidebar</a> ➝
+          <a href="../">ikiwiki</a> ➝
         
       </span>
       <span class="title">
-        logos
+        searching
         
       </span>
     </span>
@@ -134,11 +134,11 @@
 
 
 </div>
-<p><a href="http://www.inria.fr"><img src="./100x-inria.png" width="100" height="28" alt="Inria" /></a>
-<a href="http://lsiit.u-strasbg.fr"><img src="./100x-lsiit.png" width="100" height="48" alt="LSIIT" /></a>
-<a href="http://www.cnrs.fr/"><img src="./100x-cnrs.png" width="100" height="45" alt="CNRS" /></a>
-<a href="http://www.st.com"><img src="./100x-st.png" width="100" height="58.8235294117647" alt="ST" /></a>
-<a href="http://www.powerlinux.fr"><img src="./100x-powerlinux.png" width="100" height="60" alt="PowerLinux" /></a></p>
+<p><a href="http://www.inria.fr"><img src="../../sidebar/logos/100x-inria.png" width="100" height="28" alt="Inria" /></a>
+<a href="http://lsiit.u-strasbg.fr"><img src="../../sidebar/logos/100x-lsiit.png" width="100" height="48" alt="LSIIT" /></a>
+<a href="http://www.cnrs.fr/"><img src="../../sidebar/logos/100x-cnrs.png" width="100" height="45" alt="CNRS" /></a>
+<a href="http://www.st.com"><img src="../../sidebar/logos/100x-st.png" width="100" height="58.8235294117647" alt="ST" /></a>
+<a href="http://www.powerlinux.fr"><img src="../../sidebar/logos/100x-powerlinux.png" width="100" height="60" alt="PowerLinux" /></a></p>
 
 
 
@@ -155,11 +155,24 @@
 <!-- ******************** ******* ******************** -->
 
 <div id="content">
-  <p><a href="http://www.inria.fr"><img src="./100x-inria.png" width="100" height="28" alt="Inria" /></a>
-<a href="http://lsiit.u-strasbg.fr"><img src="./100x-lsiit.png" width="100" height="48" alt="LSIIT" /></a>
-<a href="http://www.cnrs.fr/"><img src="./100x-cnrs.png" width="100" height="45" alt="CNRS" /></a>
-<a href="http://www.st.com"><img src="./100x-st.png" width="100" height="58.8235294117647" alt="ST" /></a>
-<a href="http://www.powerlinux.fr"><img src="./100x-powerlinux.png" width="100" height="60" alt="PowerLinux" /></a></p>
+  <p>This wiki has searching <strong>disabled</strong>.</p>
+
+<p>If searching is enabled, you can enter search terms in the search field,
+as you'd expect. There are a few special things you can do to construct
+more powerful searches.</p>
+
+<ul>
+<li>To match a phrase, enclose it in double quotes.</li>
+<li><code>AND</code> can be used to search for documents containing two expressions.</li>
+<li><code>OR</code> can be used to search for documents containing either one of
+two expressions.</li>
+<li>Parentheses can be used to build up complicated search expressions. For
+example, "(foo AND bar) OR (me AND you)"</li>
+<li>Prefix a search term with "-" to avoid it from appearing in the results.
+For example, "-discussion" will omit "discussion".</li>
+<li>To search for a page with a given title, use "title:foo".</li>
+<li>To search for pages that contain a "bar" link, use "link:bar".</li>
+</ul>
 
 </div>
 
@@ -183,6 +196,14 @@
     <!-- backlinks -->
 
     
+      <div id="backlinks">
+        Links:
+        
+          <a href="../">ikiwiki</a>
+        
+        
+      </div>
+    
 
     <!-- copyright -->
 
@@ -195,8 +216,8 @@
     <!-- date -->
 
     <div class="pagedate">
-      Last modified <span class="date">Friday  4 September 2009 21:37:16</span>
-      <!-- Created <span class="date">Friday  4 September 2009 21:09:30</span> -->
+      Last modified <span class="date">Sunday 30 August 2009 21:09:23</span>
+      <!-- Created <span class="date">Sunday 30 August 2009 21:09:23</span> -->
     </div>
 
   </div><!-- div#pageinfo -->
diff --git a/sidebar/logos/index.html b/ikiwiki/subpage/index.html
similarity index 65%
copy from sidebar/logos/index.html
copy to ikiwiki/subpage/index.html
index 441a8b8..680ce5c 100644
--- a/sidebar/logos/index.html
+++ b/ikiwiki/subpage/index.html
@@ -4,14 +4,14 @@
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-  <title>logos</title>
+  <title>subpage</title>
   
   <link rel="stylesheet" href="../../style.css" type="text/css" />
   <link rel="stylesheet" href="../../local.css" type="text/css" />
   
   
   
-  
+  <meta name="robots" content="noindex, follow" />
   <script type="text/javascript">
     function fixLinks() {
       var scheme = location.protocol;
@@ -43,11 +43,11 @@
         
           <a href="../../">Lisaac — The Power of Simplicity</a> ➝
         
-          <a href="../">sidebar</a> ➝
+          <a href="../">ikiwiki</a> ➝
         
       </span>
       <span class="title">
-        logos
+        subpage
         
       </span>
     </span>
@@ -134,11 +134,11 @@
 
 
 </div>
-<p><a href="http://www.inria.fr"><img src="./100x-inria.png" width="100" height="28" alt="Inria" /></a>
-<a href="http://lsiit.u-strasbg.fr"><img src="./100x-lsiit.png" width="100" height="48" alt="LSIIT" /></a>
-<a href="http://www.cnrs.fr/"><img src="./100x-cnrs.png" width="100" height="45" alt="CNRS" /></a>
-<a href="http://www.st.com"><img src="./100x-st.png" width="100" height="58.8235294117647" alt="ST" /></a>
-<a href="http://www.powerlinux.fr"><img src="./100x-powerlinux.png" width="100" height="60" alt="PowerLinux" /></a></p>
+<p><a href="http://www.inria.fr"><img src="../../sidebar/logos/100x-inria.png" width="100" height="28" alt="Inria" /></a>
+<a href="http://lsiit.u-strasbg.fr"><img src="../../sidebar/logos/100x-lsiit.png" width="100" height="48" alt="LSIIT" /></a>
+<a href="http://www.cnrs.fr/"><img src="../../sidebar/logos/100x-cnrs.png" width="100" height="45" alt="CNRS" /></a>
+<a href="http://www.st.com"><img src="../../sidebar/logos/100x-st.png" width="100" height="58.8235294117647" alt="ST" /></a>
+<a href="http://www.powerlinux.fr"><img src="../../sidebar/logos/100x-powerlinux.png" width="100" height="60" alt="PowerLinux" /></a></p>
 
 
 
@@ -155,11 +155,17 @@
 <!-- ******************** ******* ******************** -->
 
 <div id="content">
-  <p><a href="http://www.inria.fr"><img src="./100x-inria.png" width="100" height="28" alt="Inria" /></a>
-<a href="http://lsiit.u-strasbg.fr"><img src="./100x-lsiit.png" width="100" height="48" alt="LSIIT" /></a>
-<a href="http://www.cnrs.fr/"><img src="./100x-cnrs.png" width="100" height="45" alt="CNRS" /></a>
-<a href="http://www.st.com"><img src="./100x-st.png" width="100" height="58.8235294117647" alt="ST" /></a>
-<a href="http://www.powerlinux.fr"><img src="./100x-powerlinux.png" width="100" height="60" alt="PowerLinux" /></a></p>
+  <p>ikiwiki supports placing pages in a directory hierarchy. For example,
+this page, <span class="selflink">SubPage</span> has some related pages placed under it, like
+<a href="./linkingrules/">LinkingRules</a>. This is a useful way to add some order to your
+wiki rather than just having a great big directory full of pages.</p>
+
+<p>To add a SubPage, just make a subdirectory and put pages in it. For
+example, this page is SubPage.mdwn in this wiki's source, and there is also
+a SubPage subdirectory, which contains SubPage/LinkingRules.mdwn. Subpages
+can be nested as deeply as you'd like.</p>
+
+<p>Linking to and from a SubPage is explained in <a href="./linkingrules/">LinkingRules</a>.</p>
 
 </div>
 
@@ -183,6 +189,20 @@
     <!-- backlinks -->
 
     
+      <div id="backlinks">
+        Links:
+        
+          <a href="../">ikiwiki</a>
+        
+          <a href="../pagespec/">pagespec</a>
+        
+          <a href="./linkingrules/">subpage/linkingrules</a>
+        
+          <a href="../wikilink/">wikilink</a>
+        
+        
+      </div>
+    
 
     <!-- copyright -->
 
@@ -195,8 +215,8 @@
     <!-- date -->
 
     <div class="pagedate">
-      Last modified <span class="date">Friday  4 September 2009 21:37:16</span>
-      <!-- Created <span class="date">Friday  4 September 2009 21:09:30</span> -->
+      Last modified <span class="date">Sunday 30 August 2009 20:59:20</span>
+      <!-- Created <span class="date">Sunday 30 August 2009 20:59:20</span> -->
     </div>
 
   </div><!-- div#pageinfo -->
diff --git a/ikiwiki/subpage/linkingrules/index.html b/ikiwiki/subpage/linkingrules/index.html
new file mode 100644
index 0000000..a1f93c5
--- /dev/null
+++ b/ikiwiki/subpage/linkingrules/index.html
@@ -0,0 +1,249 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+  <title>linkingrules</title>
+  
+  <link rel="stylesheet" href="../../../style.css" type="text/css" />
+  <link rel="stylesheet" href="../../../local.css" type="text/css" />
+  
+  
+  
+  <meta name="robots" content="noindex, follow" />
+  <script type="text/javascript">
+    function fixLinks() {
+      var scheme = location.protocol;
+      if (scheme=="http:" || scheme=="https:") return;
+      var links = document.getElementsByTagName("a");
+      for (var i = links.length; --i >= 0; ) {
+        var link = links[i];
+        var href = link.href;
+        var hlen = href.length;
+        if (hlen > 0 && link.protocol==scheme && href.charAt(hlen-1) == "/")
+          links[i].href = href + "index.html";
+      }
+    }
+  </script>
+</head>
+<body onLoad="javascript:fixLinks();">
+
+<!-- ******************** *********** ******************** -->
+<!-- ******************** PAGE HEADER ******************** -->
+<!-- ******************** *********** ******************** -->
+
+<div class="pageheader">
+
+  <!-- header -->
+
+  <div class="header">
+    <span>
+      <span class="parentlinks">
+        
+          <a href="../../../">Lisaac — The Power of Simplicity</a> ➝
+        
+          <a href="../../">ikiwiki</a> ➝
+        
+          <a href="../">subpage</a> ➝
+        
+      </span>
+      <span class="title">
+        linkingrules
+        
+      </span>
+    </span>
+    
+  </div>
+
+  <!-- actions -->
+
+  
+
+  <!-- other languages -->
+
+  
+
+</div>
+
+<div id="leftcolumn">
+
+  <!-- ******************** **** ******************** -->
+  <!-- ******************** LOGO ******************** -->
+  <!-- ******************** **** ******************** -->
+
+  <div id="mainlogo"></div>
+
+  <!-- ******************** ******* ******************** -->
+  <!-- ******************** SIDEBAR ******************** -->
+  <!-- ******************** ******* ******************** -->
+
+  
+    <div id="sidebar">
+      <div>
+  <div id="feedlink">
+
+
+</div>
+<h1>Lisaac</h1>
+
+<ul>
+<li><a href="../../../">Home</a></li>
+<li><a href="../../../news/">News</a></li>
+</ul>
+
+
+
+
+</div>
+
+<div>
+  <div id="feedlink">
+
+
+</div>
+<h1>Language</h1>
+
+<ul>
+<li><a href="../../../language/">About</a></li>
+<li><a href="../../../language/docs/">Documentation</a></li>
+<li><a href="../../../language/download/">Download</a></li>
+<li><a href="../../../language/library/">Library</a></li>
+<li><a href="../../../language/sample/">Sample Code</a></li>
+<li><a href="../../../language/simplicity/">Simplicity</a></li>
+<li><a href="../../../language/benchmark/">Benchmarks</a></li>
+</ul>
+
+
+
+
+</div>
+
+<div>
+  <div id="feedlink">
+
+
+</div>
+<h1>Community</h1>
+
+
+
+
+</div>
+
+<div id="logos">
+  <div id="feedlink">
+
+
+</div>
+<p><a href="http://www.inria.fr"><img src="../../../sidebar/logos/100x-inria.png" width="100" height="28" alt="Inria" /></a>
+<a href="http://lsiit.u-strasbg.fr"><img src="../../../sidebar/logos/100x-lsiit.png" width="100" height="48" alt="LSIIT" /></a>
+<a href="http://www.cnrs.fr/"><img src="../../../sidebar/logos/100x-cnrs.png" width="100" height="45" alt="CNRS" /></a>
+<a href="http://www.st.com"><img src="../../../sidebar/logos/100x-st.png" width="100" height="58.8235294117647" alt="ST" /></a>
+<a href="http://www.powerlinux.fr"><img src="../../../sidebar/logos/100x-powerlinux.png" width="100" height="60" alt="PowerLinux" /></a></p>
+
+
+
+
+</div>
+
+    </div>
+  
+
+</div>
+
+<!-- ******************** ******* ******************** -->
+<!-- ******************** CONTENT ******************** -->
+<!-- ******************** ******* ******************** -->
+
+<div id="content">
+  <p>To link to or from a <a href="../">SubPage</a>, you can normally use a regular
+<a href="../../wikilink/">WikiLink</a> that does not contain the name of the parent directory of
+the <a href="../">SubPage</a>. Ikiwiki descends the directory hierarchy looking for a
+page that matches your link.</p>
+
+<p>For example, if FooBar/SubPage links to "OtherPage", ikiwiki will first 
+prefer pointing the link to FooBar/SubPage/OtherPage if it exists, next
+to FooBar/OtherPage and finally to OtherPage in the root of the wiki.</p>
+
+<p>Note that this means that if a link on FooBar/SomePage to "OtherPage"
+currently links to OtherPage, in the root of the wiki, and FooBar/OtherPage
+is created, the link will <em>change</em> to point to FooBar/OtherPage. On the
+other hand, a link from BazBar to "OtherPage" would be unchanged by this
+creation of a <a href="../">SubPage</a> of FooBar.</p>
+
+<p>You can also specify a link that contains a directory name, like
+"FooBar/OtherPage" to more exactly specify what page to link to. This is
+the only way to link to an unrelated <a href="../">SubPage</a>.</p>
+
+<p>You can use this to, for example, to link from BazBar to "FooBar/SubPage",
+or from BazBar/SubPage to "FooBar/SubPage".</p>
+
+<p>You can also use "/" at the start of a link, to specify exactly which page
+to link to, when there are multiple pages with similar names and the link
+goes to the wrong page by default. For example, linking from
+"FooBar/SubPage" to  "/OtherPage" will link to the "OtherPage" in the root
+of the wiki, even if there is a "FooBar/OtherPage".</p>
+
+<p>Also, if the wiki is configured with a userdir, you can link to pages
+within the userdir without specifying a path to them. This is to allow for
+easy linking to a user's page in the userdir, to sign a comment. These
+links are checked for last of all.</p>
+
+</div>
+
+<!-- ******************** ******** ******************** -->
+<!-- ******************** COMMENTS ******************** -->
+<!-- ******************** ******** ******************** -->
+
+
+
+<!-- ******************** ****** ******************** -->
+<!-- ******************** FOOTER ******************** -->
+<!-- ******************** ****** ******************** -->
+
+<div id="footer" class="pagefooter">
+  <div id="pageinfo">
+
+    <!-- tags -->
+
+    
+
+    <!-- backlinks -->
+
+    
+      <div id="backlinks">
+        Links:
+        
+          <a href="../">subpage</a>
+        
+          <a href="../../wikilink/">wikilink</a>
+        
+        
+      </div>
+    
+
+    <!-- copyright -->
+
+    
+
+    <!-- license -->
+
+    
+
+    <!-- date -->
+
+    <div class="pagedate">
+      Last modified <span class="date">Sunday 30 August 2009 20:59:20</span>
+      <!-- Created <span class="date">Sunday 30 August 2009 20:59:20</span> -->
+    </div>
+
+  </div><!-- div#pageinfo -->
+
+  
+  <!-- from Lisaac — The Power of Simplicity -->
+
+</div><!-- .pagefooter #footer -->
+
+</body>
+</html>
diff --git a/sidebar/logos/index.html b/ikiwiki/wikilink/index.html
similarity index 53%
copy from sidebar/logos/index.html
copy to ikiwiki/wikilink/index.html
index 441a8b8..ffa743f 100644
--- a/sidebar/logos/index.html
+++ b/ikiwiki/wikilink/index.html
@@ -4,14 +4,14 @@
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-  <title>logos</title>
+  <title>wikilink</title>
   
   <link rel="stylesheet" href="../../style.css" type="text/css" />
   <link rel="stylesheet" href="../../local.css" type="text/css" />
   
   
   
-  
+  <meta name="robots" content="noindex, follow" />
   <script type="text/javascript">
     function fixLinks() {
       var scheme = location.protocol;
@@ -43,11 +43,11 @@
         
           <a href="../../">Lisaac — The Power of Simplicity</a> ➝
         
-          <a href="../">sidebar</a> ➝
+          <a href="../">ikiwiki</a> ➝
         
       </span>
       <span class="title">
-        logos
+        wikilink
         
       </span>
     </span>
@@ -134,11 +134,11 @@
 
 
 </div>
-<p><a href="http://www.inria.fr"><img src="./100x-inria.png" width="100" height="28" alt="Inria" /></a>
-<a href="http://lsiit.u-strasbg.fr"><img src="./100x-lsiit.png" width="100" height="48" alt="LSIIT" /></a>
-<a href="http://www.cnrs.fr/"><img src="./100x-cnrs.png" width="100" height="45" alt="CNRS" /></a>
-<a href="http://www.st.com"><img src="./100x-st.png" width="100" height="58.8235294117647" alt="ST" /></a>
-<a href="http://www.powerlinux.fr"><img src="./100x-powerlinux.png" width="100" height="60" alt="PowerLinux" /></a></p>
+<p><a href="http://www.inria.fr"><img src="../../sidebar/logos/100x-inria.png" width="100" height="28" alt="Inria" /></a>
+<a href="http://lsiit.u-strasbg.fr"><img src="../../sidebar/logos/100x-lsiit.png" width="100" height="48" alt="LSIIT" /></a>
+<a href="http://www.cnrs.fr/"><img src="../../sidebar/logos/100x-cnrs.png" width="100" height="45" alt="CNRS" /></a>
+<a href="http://www.st.com"><img src="../../sidebar/logos/100x-st.png" width="100" height="58.8235294117647" alt="ST" /></a>
+<a href="http://www.powerlinux.fr"><img src="../../sidebar/logos/100x-powerlinux.png" width="100" height="60" alt="PowerLinux" /></a></p>
 
 
 
@@ -155,11 +155,41 @@
 <!-- ******************** ******* ******************** -->
 
 <div id="content">
-  <p><a href="http://www.inria.fr"><img src="./100x-inria.png" width="100" height="28" alt="Inria" /></a>
-<a href="http://lsiit.u-strasbg.fr"><img src="./100x-lsiit.png" width="100" height="48" alt="LSIIT" /></a>
-<a href="http://www.cnrs.fr/"><img src="./100x-cnrs.png" width="100" height="45" alt="CNRS" /></a>
-<a href="http://www.st.com"><img src="./100x-st.png" width="100" height="58.8235294117647" alt="ST" /></a>
-<a href="http://www.powerlinux.fr"><img src="./100x-powerlinux.png" width="100" height="60" alt="PowerLinux" /></a></p>
+  <p>WikiLinks provide easy linking between pages of the wiki. To create a
+<span class="selflink">WikiLink</span>, just put the name of the page to link to in double brackets.
+For example <code>[[WikiLink]]</code>.</p>
+
+<p>If you ever need to write something like <code>[[WikiLink]]</code> without creating a
+wikilink, just prefix it with a <code>\</code>, like <code>\[[WikiLink]]</code>.</p>
+
+<p>There are some special <a href="../subpage/linkingrules/">LinkingRules</a> that come into play when
+linking between <a href="../subpage/">SubPages</a>.</p>
+
+<p>Also, if the file linked to by a WikiLink looks like an image, it will
+be displayed inline on the page.</p>
+
+<p>WikiLinks are matched with page names in a case-insensitive manner, so you
+don't need to worry about getting the case the same, and can capitalise
+links at the start of a sentence, and so on.</p>
+
+<p>It's also possible to write a WikiLink that uses something other than the page
+name as the link text. For example <code>[[foo_bar|SandBox]]</code> links to the SandBox
+page, but the link will appear like this: <a href="../../sandbox/">foo bar</a>.</p>
+
+<p>To link to an anchor inside a page, you can use something like
+<code>[[WikiLink#foo]]</code> .</p>
+
+<h2>Directives and WikiLinks</h2>
+
+<p>ikiwiki has two syntaxes for
+<a href="../directive/">directives</a>.  The older syntax
+used spaces to distinguish between directives and
+wikilinks; as a result, with that syntax in use, you cannot use spaces
+in WikiLinks, and must replace spaces with underscores.  The newer
+syntax, enabled with the <code>prefix_directives</code> option in an ikiwiki
+setup file, prefixes directives with <code>!</code>, and thus does not prevent
+links with spaces.  Future versions of ikiwiki will turn this option
+on by default.</p>
 
 </div>
 
@@ -183,6 +213,26 @@
     <!-- backlinks -->
 
     
+      <div id="backlinks">
+        Links:
+        
+          <a href="../directive/">directive</a>
+        
+          <a href="../formatting/">formatting</a>
+        
+          <a href="../">ikiwiki</a>
+        
+          <a href="../markdown/">markdown</a>
+        
+          <a href="../../sandbox/">sandbox</a>
+        
+          <a href="../subpage/linkingrules/">subpage/linkingrules</a>
+        
+          <a href="../../templates/">templates</a>
+        
+        
+      </div>
+    
 
     <!-- copyright -->
 
@@ -195,8 +245,8 @@
     <!-- date -->
 
     <div class="pagedate">
-      Last modified <span class="date">Friday  4 September 2009 21:37:16</span>
-      <!-- Created <span class="date">Friday  4 September 2009 21:09:30</span> -->
+      Last modified <span class="date">Sunday 30 August 2009 21:09:23</span>
+      <!-- Created <span class="date">Sunday 30 August 2009 21:09:23</span> -->
     </div>
 
   </div><!-- div#pageinfo -->
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..155a8a8
--- /dev/null
+++ b/index.html
@@ -0,0 +1,291 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+  <title>Lisaac — The Power of Simplicity</title>
+  
+  <link rel="stylesheet" href="style.css" type="text/css" />
+  <link rel="stylesheet" href="local.css" type="text/css" />
+  
+  
+  
+  
+  <script type="text/javascript">
+    function fixLinks() {
+      var scheme = location.protocol;
+      if (scheme=="http:" || scheme=="https:") return;
+      var links = document.getElementsByTagName("a");
+      for (var i = links.length; --i >= 0; ) {
+        var link = links[i];
+        var href = link.href;
+        var hlen = href.length;
+        if (hlen > 0 && link.protocol==scheme && href.charAt(hlen-1) == "/")
+          links[i].href = href + "index.html";
+      }
+    }
+  </script>
+</head>
+<body onLoad="javascript:fixLinks();">
+
+<!-- ******************** *********** ******************** -->
+<!-- ******************** PAGE HEADER ******************** -->
+<!-- ******************** *********** ******************** -->
+
+<div class="pageheader">
+
+  <!-- header -->
+
+  <div class="header">
+    <span>
+      <span class="parentlinks">
+        
+      </span>
+      <span class="title">
+        Lisaac — The Power of Simplicity
+        
+      </span>
+    </span>
+    
+  </div>
+
+  <!-- actions -->
+
+  
+
+  <!-- other languages -->
+
+  
+
+</div>
+
+<div id="leftcolumn">
+
+  <!-- ******************** **** ******************** -->
+  <!-- ******************** LOGO ******************** -->
+  <!-- ******************** **** ******************** -->
+
+  <div id="mainlogo"></div>
+
+  <!-- ******************** ******* ******************** -->
+  <!-- ******************** SIDEBAR ******************** -->
+  <!-- ******************** ******* ******************** -->
+
+  
+    <div id="sidebar">
+      <div>
+  <div id="feedlink">
+
+
+</div>
+<h1>Lisaac</h1>
+
+<ul>
+<li><span class="selflink">Home</span></li>
+<li><a href="./news/">News</a></li>
+</ul>
+
+
+
+
+</div>
+
+<div>
+  <div id="feedlink">
+
+
+</div>
+<h1>Language</h1>
+
+<ul>
+<li><a href="./language/">About</a></li>
+<li><a href="./language/docs/">Documentation</a></li>
+<li><a href="./language/download/">Download</a></li>
+<li><a href="./language/library/">Library</a></li>
+<li><a href="./language/sample/">Sample Code</a></li>
+<li><a href="./language/simplicity/">Simplicity</a></li>
+<li><a href="./language/benchmark/">Benchmarks</a></li>
+</ul>
+
+
+
+
+</div>
+
+<div>
+  <div id="feedlink">
+
+
+</div>
+<h1>Community</h1>
+
+
+
+
+</div>
+
+<div id="logos">
+  <div id="feedlink">
+
+
+</div>
+<p><a href="http://www.inria.fr"><img src="./sidebar/logos/100x-inria.png" width="100" height="28" alt="Inria" /></a>
+<a href="http://lsiit.u-strasbg.fr"><img src="./sidebar/logos/100x-lsiit.png" width="100" height="48" alt="LSIIT" /></a>
+<a href="http://www.cnrs.fr/"><img src="./sidebar/logos/100x-cnrs.png" width="100" height="45" alt="CNRS" /></a>
+<a href="http://www.st.com"><img src="./sidebar/logos/100x-st.png" width="100" height="58.8235294117647" alt="ST" /></a>
+<a href="http://www.powerlinux.fr"><img src="./sidebar/logos/100x-powerlinux.png" width="100" height="60" alt="PowerLinux" /></a></p>
+
+
+
+
+</div>
+
+    </div>
+  
+
+</div>
+
+<!-- ******************** ******* ******************** -->
+<!-- ******************** CONTENT ******************** -->
+<!-- ******************** ******* ******************** -->
+
+<div id="content">
+  <h1>News</h1>
+
+<div class="news">
+<div id="feedlink">
+
+
+</div>
+<div class="inlinepage">
+
+  <div class="inlinecontent">
+    <div class="news_logo"><a href="./images/news_icons/news_site.gif"><img src="./images/news_icons/news_site.gif" width="30" height="22" /></a></div>
+
+<div class="date">Wednesday 3rd September 2008</div>
+
+<h1>Lisaac moves to Alioth</h1>
+
+<p>Lisaac services moves from GNA to Alioth. The address of the project is now:</p>
+
+<p><a href="https://alioth.debian.org/projects/lisaac/">https://alioth.debian.org/projects/lisaac/</a></p>
+
+  </div><!--.inlinecontent-->
+
+</div><!--.inlinepage-->
+<div class="inlinepage">
+
+  <div class="inlinecontent">
+    <div class="news_logo"><a href="./images/news_icons/news_compiler.gif"><img src="./images/news_icons/news_compiler.gif" width="30" height="22" /></a></div>
+
+<div class="date">Sunday 17th February 2008</div>
+
+<h1>Lisaac 0.13.1 Released</h1>
+
+  </div><!--.inlinecontent-->
+
+</div><!--.inlinepage-->
+<div class="inlinepage">
+
+  <div class="inlinecontent">
+    <div class="news_logo"><a href="./images/news_icons/news_compiler.gif"><img src="./images/news_icons/news_compiler.gif" width="30" height="22" /></a></div>
+
+<div class="date">Friday 8th February 2008</div>
+
+<h1>Lisaac 0.13 Released</h1>
+
+  </div><!--.inlinecontent-->
+
+</div><!--.inlinepage-->
+<div class="inlinepage">
+
+  <div class="inlinecontent">
+    <div class="news_logo"><a href="./images/news_icons/news_compiler.gif"><img src="./images/news_icons/news_compiler.gif" width="30" height="22" /></a></div>
+
+<div class="date">Monday 24th September 2007</div>
+
+<h1>Lisaac 0.12 Released</h1>
+
+  </div><!--.inlinecontent-->
+
+</div><!--.inlinepage-->
+
+
+
+</div>
+
+<h1>Overview</h1>
+
+<p>The project Isaac / Lisaac results from the thesis of Benoit Sonntag with in the
+Design Team of Loria. As a whole, this project gives the first steps for solving
+the problem posed by the integration of object concepts into the core of
+Operating Systems. Isaac stands alone as the very first really effective
+Operating System fully designed with prototype-based object technology. We bring
+out a different point of view to the use of computers by intensively taking
+advantage of the expressiveness and flexibility of prototypes.</p>
+
+<p>To realise this project, we had to design a new prototype-based language:
+Lisaac. It stands as a Self's successor, however it distinguishes itself in many
+ways, essentially because of system- programming constraints. Lisaac allows
+low-level programming but remains a high-level language. Its powerful compiler
+uses original compilation techniques for late binding suppression and
+optimisations of type predictions and code specialisation. This compiler gives
+the target code an efficiency that no other languages of the same type has
+matched so far.</p>
+
+</div>
+
+<!-- ******************** ******** ******************** -->
+<!-- ******************** COMMENTS ******************** -->
+<!-- ******************** ******** ******************** -->
+
+
+
+<!-- ******************** ****** ******************** -->
+<!-- ******************** FOOTER ******************** -->
+<!-- ******************** ****** ******************** -->
+
+<div id="footer" class="pagefooter">
+  <div id="pageinfo">
+
+    <!-- tags -->
+
+    
+
+    <!-- backlinks -->
+
+    
+      <div id="backlinks">
+        Links:
+        
+          <a href="./sidebar/main/">sidebar/main</a>
+        
+        
+      </div>
+    
+
+    <!-- copyright -->
+
+    
+
+    <!-- license -->
+
+    
+
+    <!-- date -->
+
+    <div class="pagedate">
+      Last modified <span class="date">Friday  4 September 2009 21:37:16</span>
+      <!-- Created <span class="date">Friday  4 September 2009 21:37:16</span> -->
+    </div>
+
+  </div><!-- div#pageinfo -->
+
+  
+  <!-- from Lisaac — The Power of Simplicity -->
+
+</div><!-- .pagefooter #footer -->
+
+</body>
+</html>
diff --git a/sidebar/logos/index.html b/language/benchmark/index.html
similarity index 68%
copy from sidebar/logos/index.html
copy to language/benchmark/index.html
index 441a8b8..1873f78 100644
--- a/sidebar/logos/index.html
+++ b/language/benchmark/index.html
@@ -4,7 +4,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-  <title>logos</title>
+  <title>benchmark</title>
   
   <link rel="stylesheet" href="../../style.css" type="text/css" />
   <link rel="stylesheet" href="../../local.css" type="text/css" />
@@ -43,11 +43,11 @@
         
           <a href="../../">Lisaac — The Power of Simplicity</a> ➝
         
-          <a href="../">sidebar</a> ➝
+          <a href="../">language</a> ➝
         
       </span>
       <span class="title">
-        logos
+        benchmark
         
       </span>
     </span>
@@ -103,13 +103,13 @@
 <h1>Language</h1>
 
 <ul>
-<li><a href="../../language/">About</a></li>
-<li><a href="../../language/docs/">Documentation</a></li>
-<li><a href="../../language/download/">Download</a></li>
-<li><a href="../../language/library/">Library</a></li>
-<li><a href="../../language/sample/">Sample Code</a></li>
-<li><a href="../../language/simplicity/">Simplicity</a></li>
-<li><a href="../../language/benchmark/">Benchmarks</a></li>
+<li><a href="../">About</a></li>
+<li><a href="../docs/">Documentation</a></li>
+<li><a href="../download/">Download</a></li>
+<li><a href="../library/">Library</a></li>
+<li><a href="../sample/">Sample Code</a></li>
+<li><a href="../simplicity/">Simplicity</a></li>
+<li><span class="selflink">Benchmarks</span></li>
 </ul>
 
 
@@ -134,11 +134,11 @@
 
 
 </div>
-<p><a href="http://www.inria.fr"><img src="./100x-inria.png" width="100" height="28" alt="Inria" /></a>
-<a href="http://lsiit.u-strasbg.fr"><img src="./100x-lsiit.png" width="100" height="48" alt="LSIIT" /></a>
-<a href="http://www.cnrs.fr/"><img src="./100x-cnrs.png" width="100" height="45" alt="CNRS" /></a>
-<a href="http://www.st.com"><img src="./100x-st.png" width="100" height="58.8235294117647" alt="ST" /></a>
-<a href="http://www.powerlinux.fr"><img src="./100x-powerlinux.png" width="100" height="60" alt="PowerLinux" /></a></p>
+<p><a href="http://www.inria.fr"><img src="../../sidebar/logos/100x-inria.png" width="100" height="28" alt="Inria" /></a>
+<a href="http://lsiit.u-strasbg.fr"><img src="../../sidebar/logos/100x-lsiit.png" width="100" height="48" alt="LSIIT" /></a>
+<a href="http://www.cnrs.fr/"><img src="../../sidebar/logos/100x-cnrs.png" width="100" height="45" alt="CNRS" /></a>
+<a href="http://www.st.com"><img src="../../sidebar/logos/100x-st.png" width="100" height="58.8235294117647" alt="ST" /></a>
+<a href="http://www.powerlinux.fr"><img src="../../sidebar/logos/100x-powerlinux.png" width="100" height="60" alt="PowerLinux" /></a></p>
 
 
 
@@ -155,11 +155,7 @@
 <!-- ******************** ******* ******************** -->
 
 <div id="content">
-  <p><a href="http://www.inria.fr"><img src="./100x-inria.png" width="100" height="28" alt="Inria" /></a>
-<a href="http://lsiit.u-strasbg.fr"><img src="./100x-lsiit.png" width="100" height="48" alt="LSIIT" /></a>
-<a href="http://www.cnrs.fr/"><img src="./100x-cnrs.png" width="100" height="45" alt="CNRS" /></a>
-<a href="http://www.st.com"><img src="./100x-st.png" width="100" height="58.8235294117647" alt="ST" /></a>
-<a href="http://www.powerlinux.fr"><img src="./100x-powerlinux.png" width="100" height="60" alt="PowerLinux" /></a></p>
+  
 
 </div>
 
@@ -183,6 +179,14 @@
     <!-- backlinks -->
 
     
+      <div id="backlinks">
+        Links:
+        
+          <a href="../../sidebar/language/">sidebar/language</a>
+        
+        
+      </div>
+    
 
     <!-- copyright -->
 
@@ -196,7 +200,7 @@
 
     <div class="pagedate">
       Last modified <span class="date">Friday  4 September 2009 21:37:16</span>
-      <!-- Created <span class="date">Friday  4 September 2009 21:09:30</span> -->
+      <!-- Created <span class="date">Friday  4 September 2009 21:37:16</span> -->
     </div>
 
   </div><!-- div#pageinfo -->
diff --git a/sidebar/logos/index.html b/language/docs/index.html
similarity index 68%
copy from sidebar/logos/index.html
copy to language/docs/index.html
index 441a8b8..2ef6bc6 100644
--- a/sidebar/logos/index.html
+++ b/language/docs/index.html
@@ -4,7 +4,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-  <title>logos</title>
+  <title>docs</title>
   
   <link rel="stylesheet" href="../../style.css" type="text/css" />
   <link rel="stylesheet" href="../../local.css" type="text/css" />
@@ -43,11 +43,11 @@
         
           <a href="../../">Lisaac — The Power of Simplicity</a> ➝
         
-          <a href="../">sidebar</a> ➝
+          <a href="../">language</a> ➝
         
       </span>
       <span class="title">
-        logos
+        docs
         
       </span>
     </span>
@@ -103,13 +103,13 @@
 <h1>Language</h1>
 
 <ul>
-<li><a href="../../language/">About</a></li>
-<li><a href="../../language/docs/">Documentation</a></li>
-<li><a href="../../language/download/">Download</a></li>
-<li><a href="../../language/library/">Library</a></li>
-<li><a href="../../language/sample/">Sample Code</a></li>
-<li><a href="../../language/simplicity/">Simplicity</a></li>
-<li><a href="../../language/benchmark/">Benchmarks</a></li>
+<li><a href="../">About</a></li>
+<li><span class="selflink">Documentation</span></li>
+<li><a href="../download/">Download</a></li>
+<li><a href="../library/">Library</a></li>
+<li><a href="../sample/">Sample Code</a></li>
+<li><a href="../simplicity/">Simplicity</a></li>
+<li><a href="../benchmark/">Benchmarks</a></li>
 </ul>
 
 
@@ -134,11 +134,11 @@
 
 
 </div>
-<p><a href="http://www.inria.fr"><img src="./100x-inria.png" width="100" height="28" alt="Inria" /></a>
-<a href="http://lsiit.u-strasbg.fr"><img src="./100x-lsiit.png" width="100" height="48" alt="LSIIT" /></a>
-<a href="http://www.cnrs.fr/"><img src="./100x-cnrs.png" width="100" height="45" alt="CNRS" /></a>
-<a href="http://www.st.com"><img src="./100x-st.png" width="100" height="58.8235294117647" alt="ST" /></a>
-<a href="http://www.powerlinux.fr"><img src="./100x-powerlinux.png" width="100" height="60" alt="PowerLinux" /></a></p>
+<p><a href="http://www.inria.fr"><img src="../../sidebar/logos/100x-inria.png" width="100" height="28" alt="Inria" /></a>
+<a href="http://lsiit.u-strasbg.fr"><img src="../../sidebar/logos/100x-lsiit.png" width="100" height="48" alt="LSIIT" /></a>
+<a href="http://www.cnrs.fr/"><img src="../../sidebar/logos/100x-cnrs.png" width="100" height="45" alt="CNRS" /></a>
+<a href="http://www.st.com"><img src="../../sidebar/logos/100x-st.png" width="100" height="58.8235294117647" alt="ST" /></a>
+<a href="http://www.powerlinux.fr"><img src="../../sidebar/logos/100x-powerlinux.png" width="100" height="60" alt="PowerLinux" /></a></p>
 
 
 
@@ -155,11 +155,7 @@
 <!-- ******************** ******* ******************** -->
 
 <div id="content">
-  <p><a href="http://www.inria.fr"><img src="./100x-inria.png" width="100" height="28" alt="Inria" /></a>
-<a href="http://lsiit.u-strasbg.fr"><img src="./100x-lsiit.png" width="100" height="48" alt="LSIIT" /></a>
-<a href="http://www.cnrs.fr/"><img src="./100x-cnrs.png" width="100" height="45" alt="CNRS" /></a>
-<a href="http://www.st.com"><img src="./100x-st.png" width="100" height="58.8235294117647" alt="ST" /></a>
-<a href="http://www.powerlinux.fr"><img src="./100x-powerlinux.png" width="100" height="60" alt="PowerLinux" /></a></p>
+  
 
 </div>
 
@@ -183,6 +179,14 @@
     <!-- backlinks -->
 
     
+      <div id="backlinks">
+        Links:
+        
+          <a href="../../sidebar/language/">sidebar/language</a>
+        
+        
+      </div>
+    
 
     <!-- copyright -->
 
@@ -196,7 +200,7 @@
 
     <div class="pagedate">
       Last modified <span class="date">Friday  4 September 2009 21:37:16</span>
-      <!-- Created <span class="date">Friday  4 September 2009 21:09:30</span> -->
+      <!-- Created <span class="date">Friday  4 September 2009 21:37:16</span> -->
     </div>
 
   </div><!-- div#pageinfo -->
diff --git a/sidebar/logos/index.html b/language/download/index.html
similarity index 68%
copy from sidebar/logos/index.html
copy to language/download/index.html
index 441a8b8..989812d 100644
--- a/sidebar/logos/index.html
+++ b/language/download/index.html
@@ -4,7 +4,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-  <title>logos</title>
+  <title>download</title>
   
   <link rel="stylesheet" href="../../style.css" type="text/css" />
   <link rel="stylesheet" href="../../local.css" type="text/css" />
@@ -43,11 +43,11 @@
         
           <a href="../../">Lisaac — The Power of Simplicity</a> ➝
         
-          <a href="../">sidebar</a> ➝
+          <a href="../">language</a> ➝
         
       </span>
       <span class="title">
-        logos
+        download
         
       </span>
     </span>
@@ -103,13 +103,13 @@
 <h1>Language</h1>
 
 <ul>
-<li><a href="../../language/">About</a></li>
-<li><a href="../../language/docs/">Documentation</a></li>
-<li><a href="../../language/download/">Download</a></li>
-<li><a href="../../language/library/">Library</a></li>
-<li><a href="../../language/sample/">Sample Code</a></li>
-<li><a href="../../language/simplicity/">Simplicity</a></li>
-<li><a href="../../language/benchmark/">Benchmarks</a></li>
+<li><a href="../">About</a></li>
+<li><a href="../docs/">Documentation</a></li>
+<li><span class="selflink">Download</span></li>
+<li><a href="../library/">Library</a></li>
+<li><a href="../sample/">Sample Code</a></li>
+<li><a href="../simplicity/">Simplicity</a></li>
+<li><a href="../benchmark/">Benchmarks</a></li>
 </ul>
 
 
@@ -134,11 +134,11 @@
 
 
 </div>
-<p><a href="http://www.inria.fr"><img src="./100x-inria.png" width="100" height="28" alt="Inria" /></a>
-<a href="http://lsiit.u-strasbg.fr"><img src="./100x-lsiit.png" width="100" height="48" alt="LSIIT" /></a>
-<a href="http://www.cnrs.fr/"><img src="./100x-cnrs.png" width="100" height="45" alt="CNRS" /></a>
-<a href="http://www.st.com"><img src="./100x-st.png" width="100" height="58.8235294117647" alt="ST" /></a>
-<a href="http://www.powerlinux.fr"><img src="./100x-powerlinux.png" width="100" height="60" alt="PowerLinux" /></a></p>
+<p><a href="http://www.inria.fr"><img src="../../sidebar/logos/100x-inria.png" width="100" height="28" alt="Inria" /></a>
+<a href="http://lsiit.u-strasbg.fr"><img src="../../sidebar/logos/100x-lsiit.png" width="100" height="48" alt="LSIIT" /></a>
+<a href="http://www.cnrs.fr/"><img src="../../sidebar/logos/100x-cnrs.png" width="100" height="45" alt="CNRS" /></a>
+<a href="http://www.st.com"><img src="../../sidebar/logos/100x-st.png" width="100" height="58.8235294117647" alt="ST" /></a>
+<a href="http://www.powerlinux.fr"><img src="../../sidebar/logos/100x-powerlinux.png" width="100" height="60" alt="PowerLinux" /></a></p>
 
 
 
@@ -155,11 +155,7 @@
 <!-- ******************** ******* ******************** -->
 
 <div id="content">
-  <p><a href="http://www.inria.fr"><img src="./100x-inria.png" width="100" height="28" alt="Inria" /></a>
-<a href="http://lsiit.u-strasbg.fr"><img src="./100x-lsiit.png" width="100" height="48" alt="LSIIT" /></a>
-<a href="http://www.cnrs.fr/"><img src="./100x-cnrs.png" width="100" height="45" alt="CNRS" /></a>
-<a href="http://www.st.com"><img src="./100x-st.png" width="100" height="58.8235294117647" alt="ST" /></a>
-<a href="http://www.powerlinux.fr"><img src="./100x-powerlinux.png" width="100" height="60" alt="PowerLinux" /></a></p>
+  
 
 </div>
 
@@ -183,6 +179,14 @@
     <!-- backlinks -->
 
     
+      <div id="backlinks">
+        Links:
+        
+          <a href="../../sidebar/language/">sidebar/language</a>
+        
+        
+      </div>
+    
 
     <!-- copyright -->
 
@@ -196,7 +200,7 @@
 
     <div class="pagedate">
       Last modified <span class="date">Friday  4 September 2009 21:37:16</span>
-      <!-- Created <span class="date">Friday  4 September 2009 21:09:30</span> -->
+      <!-- Created <span class="date">Friday  4 September 2009 21:37:16</span> -->
     </div>
 
   </div><!-- div#pageinfo -->
diff --git a/sidebar/logos/index.html b/language/index.html
similarity index 62%
copy from sidebar/logos/index.html
copy to language/index.html
index 441a8b8..16c8c2a 100644
--- a/sidebar/logos/index.html
+++ b/language/index.html
@@ -4,10 +4,10 @@
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-  <title>logos</title>
+  <title>language</title>
   
-  <link rel="stylesheet" href="../../style.css" type="text/css" />
-  <link rel="stylesheet" href="../../local.css" type="text/css" />
+  <link rel="stylesheet" href="../style.css" type="text/css" />
+  <link rel="stylesheet" href="../local.css" type="text/css" />
   
   
   
@@ -41,13 +41,11 @@
     <span>
       <span class="parentlinks">
         
-          <a href="../../">Lisaac — The Power of Simplicity</a> ➝
-        
-          <a href="../">sidebar</a> ➝
+          <a href="../">Lisaac — The Power of Simplicity</a> ➝
         
       </span>
       <span class="title">
-        logos
+        language
         
       </span>
     </span>
@@ -86,8 +84,8 @@
 <h1>Lisaac</h1>
 
 <ul>
-<li><a href="../../">Home</a></li>
-<li><a href="../../news/">News</a></li>
+<li><a href="../">Home</a></li>
+<li><a href="../news/">News</a></li>
 </ul>
 
 
@@ -103,13 +101,13 @@
 <h1>Language</h1>
 
 <ul>
-<li><a href="../../language/">About</a></li>
-<li><a href="../../language/docs/">Documentation</a></li>
-<li><a href="../../language/download/">Download</a></li>
-<li><a href="../../language/library/">Library</a></li>
-<li><a href="../../language/sample/">Sample Code</a></li>
-<li><a href="../../language/simplicity/">Simplicity</a></li>
-<li><a href="../../language/benchmark/">Benchmarks</a></li>
+<li><span class="selflink">About</span></li>
+<li><a href="./docs/">Documentation</a></li>
+<li><a href="./download/">Download</a></li>
+<li><a href="./library/">Library</a></li>
+<li><a href="./sample/">Sample Code</a></li>
+<li><a href="./simplicity/">Simplicity</a></li>
+<li><a href="./benchmark/">Benchmarks</a></li>
 </ul>
 
 
@@ -134,11 +132,11 @@
 
 
 </div>
-<p><a href="http://www.inria.fr"><img src="./100x-inria.png" width="100" height="28" alt="Inria" /></a>
-<a href="http://lsiit.u-strasbg.fr"><img src="./100x-lsiit.png" width="100" height="48" alt="LSIIT" /></a>
-<a href="http://www.cnrs.fr/"><img src="./100x-cnrs.png" width="100" height="45" alt="CNRS" /></a>
-<a href="http://www.st.com"><img src="./100x-st.png" width="100" height="58.8235294117647" alt="ST" /></a>
-<a href="http://www.powerlinux.fr"><img src="./100x-powerlinux.png" width="100" height="60" alt="PowerLinux" /></a></p>
+<p><a href="http://www.inria.fr"><img src="../sidebar/logos/100x-inria.png" width="100" height="28" alt="Inria" /></a>
+<a href="http://lsiit.u-strasbg.fr"><img src="../sidebar/logos/100x-lsiit.png" width="100" height="48" alt="LSIIT" /></a>
+<a href="http://www.cnrs.fr/"><img src="../sidebar/logos/100x-cnrs.png" width="100" height="45" alt="CNRS" /></a>
+<a href="http://www.st.com"><img src="../sidebar/logos/100x-st.png" width="100" height="58.8235294117647" alt="ST" /></a>
+<a href="http://www.powerlinux.fr"><img src="../sidebar/logos/100x-powerlinux.png" width="100" height="60" alt="PowerLinux" /></a></p>
 
 
 
@@ -155,11 +153,7 @@
 <!-- ******************** ******* ******************** -->
 
 <div id="content">
-  <p><a href="http://www.inria.fr"><img src="./100x-inria.png" width="100" height="28" alt="Inria" /></a>
-<a href="http://lsiit.u-strasbg.fr"><img src="./100x-lsiit.png" width="100" height="48" alt="LSIIT" /></a>
-<a href="http://www.cnrs.fr/"><img src="./100x-cnrs.png" width="100" height="45" alt="CNRS" /></a>
-<a href="http://www.st.com"><img src="./100x-st.png" width="100" height="58.8235294117647" alt="ST" /></a>
-<a href="http://www.powerlinux.fr"><img src="./100x-powerlinux.png" width="100" height="60" alt="PowerLinux" /></a></p>
+  
 
 </div>
 
@@ -183,6 +177,14 @@
     <!-- backlinks -->
 
     
+      <div id="backlinks">
+        Links:
+        
+          <a href="../sidebar/language/">sidebar/language</a>
+        
+        
+      </div>
+    
 
     <!-- copyright -->
 
@@ -196,7 +198,7 @@
 
     <div class="pagedate">
       Last modified <span class="date">Friday  4 September 2009 21:37:16</span>
-      <!-- Created <span class="date">Friday  4 September 2009 21:09:30</span> -->
+      <!-- Created <span class="date">Friday  4 September 2009 21:37:16</span> -->
     </div>
 
   </div><!-- div#pageinfo -->
diff --git a/sidebar/logos/index.html b/language/library/index.html
similarity index 68%
copy from sidebar/logos/index.html
copy to language/library/index.html
index 441a8b8..3069ddd 100644
--- a/sidebar/logos/index.html
+++ b/language/library/index.html
@@ -4,7 +4,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-  <title>logos</title>
+  <title>library</title>
   
   <link rel="stylesheet" href="../../style.css" type="text/css" />
   <link rel="stylesheet" href="../../local.css" type="text/css" />
@@ -43,11 +43,11 @@
         
           <a href="../../">Lisaac — The Power of Simplicity</a> ➝
         
-          <a href="../">sidebar</a> ➝
+          <a href="../">language</a> ➝
         
       </span>
       <span class="title">
-        logos
+        library
         
       </span>
     </span>
@@ -103,13 +103,13 @@
 <h1>Language</h1>
 
 <ul>
-<li><a href="../../language/">About</a></li>
-<li><a href="../../language/docs/">Documentation</a></li>
-<li><a href="../../language/download/">Download</a></li>
-<li><a href="../../language/library/">Library</a></li>
-<li><a href="../../language/sample/">Sample Code</a></li>
-<li><a href="../../language/simplicity/">Simplicity</a></li>
-<li><a href="../../language/benchmark/">Benchmarks</a></li>
+<li><a href="../">About</a></li>
+<li><a href="../docs/">Documentation</a></li>
+<li><a href="../download/">Download</a></li>
+<li><span class="selflink">Library</span></li>
+<li><a href="../sample/">Sample Code</a></li>
+<li><a href="../simplicity/">Simplicity</a></li>
+<li><a href="../benchmark/">Benchmarks</a></li>
 </ul>
 
 
@@ -134,11 +134,11 @@
 
 
 </div>
-<p><a href="http://www.inria.fr"><img src="./100x-inria.png" width="100" height="28" alt="Inria" /></a>
-<a href="http://lsiit.u-strasbg.fr"><img src="./100x-lsiit.png" width="100" height="48" alt="LSIIT" /></a>
-<a href="http://www.cnrs.fr/"><img src="./100x-cnrs.png" width="100" height="45" alt="CNRS" /></a>
-<a href="http://www.st.com"><img src="./100x-st.png" width="100" height="58.8235294117647" alt="ST" /></a>
-<a href="http://www.powerlinux.fr"><img src="./100x-powerlinux.png" width="100" height="60" alt="PowerLinux" /></a></p>
+<p><a href="http://www.inria.fr"><img src="../../sidebar/logos/100x-inria.png" width="100" height="28" alt="Inria" /></a>
+<a href="http://lsiit.u-strasbg.fr"><img src="../../sidebar/logos/100x-lsiit.png" width="100" height="48" alt="LSIIT" /></a>
+<a href="http://www.cnrs.fr/"><img src="../../sidebar/logos/100x-cnrs.png" width="100" height="45" alt="CNRS" /></a>
+<a href="http://www.st.com"><img src="../../sidebar/logos/100x-st.png" width="100" height="58.8235294117647" alt="ST" /></a>
+<a href="http://www.powerlinux.fr"><img src="../../sidebar/logos/100x-powerlinux.png" width="100" height="60" alt="PowerLinux" /></a></p>
 
 
 
@@ -155,11 +155,7 @@
 <!-- ******************** ******* ******************** -->
 
 <div id="content">
-  <p><a href="http://www.inria.fr"><img src="./100x-inria.png" width="100" height="28" alt="Inria" /></a>
-<a href="http://lsiit.u-strasbg.fr"><img src="./100x-lsiit.png" width="100" height="48" alt="LSIIT" /></a>
-<a href="http://www.cnrs.fr/"><img src="./100x-cnrs.png" width="100" height="45" alt="CNRS" /></a>
-<a href="http://www.st.com"><img src="./100x-st.png" width="100" height="58.8235294117647" alt="ST" /></a>
-<a href="http://www.powerlinux.fr"><img src="./100x-powerlinux.png" width="100" height="60" alt="PowerLinux" /></a></p>
+  
 
 </div>
 
@@ -183,6 +179,14 @@
     <!-- backlinks -->
 
     
+      <div id="backlinks">
+        Links:
+        
+          <a href="../../sidebar/language/">sidebar/language</a>
+        
+        
+      </div>
+    
 
     <!-- copyright -->
 
@@ -196,7 +200,7 @@
 
     <div class="pagedate">
       Last modified <span class="date">Friday  4 September 2009 21:37:16</span>
-      <!-- Created <span class="date">Friday  4 September 2009 21:09:30</span> -->
+      <!-- Created <span class="date">Friday  4 September 2009 21:37:16</span> -->
     </div>
 
   </div><!-- div#pageinfo -->
diff --git a/sidebar/logos/index.html b/language/sample/index.html
similarity index 68%
copy from sidebar/logos/index.html
copy to language/sample/index.html
index 441a8b8..ebeac77 100644
--- a/sidebar/logos/index.html
+++ b/language/sample/index.html
@@ -4,7 +4,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-  <title>logos</title>
+  <title>sample</title>
   
   <link rel="stylesheet" href="../../style.css" type="text/css" />
   <link rel="stylesheet" href="../../local.css" type="text/css" />
@@ -43,11 +43,11 @@
         
           <a href="../../">Lisaac — The Power of Simplicity</a> ➝
         
-          <a href="../">sidebar</a> ➝
+          <a href="../">language</a> ➝
         
       </span>
       <span class="title">
-        logos
+        sample
         
       </span>
     </span>
@@ -103,13 +103,13 @@
 <h1>Language</h1>
 
 <ul>
-<li><a href="../../language/">About</a></li>
-<li><a href="../../language/docs/">Documentation</a></li>
-<li><a href="../../language/download/">Download</a></li>
-<li><a href="../../language/library/">Library</a></li>
-<li><a href="../../language/sample/">Sample Code</a></li>
-<li><a href="../../language/simplicity/">Simplicity</a></li>
-<li><a href="../../language/benchmark/">Benchmarks</a></li>
+<li><a href="../">About</a></li>
+<li><a href="../docs/">Documentation</a></li>
+<li><a href="../download/">Download</a></li>
+<li><a href="../library/">Library</a></li>
+<li><span class="selflink">Sample Code</span></li>
+<li><a href="../simplicity/">Simplicity</a></li>
+<li><a href="../benchmark/">Benchmarks</a></li>
 </ul>
 
 
@@ -134,11 +134,11 @@
 
 
 </div>
-<p><a href="http://www.inria.fr"><img src="./100x-inria.png" width="100" height="28" alt="Inria" /></a>
-<a href="http://lsiit.u-strasbg.fr"><img src="./100x-lsiit.png" width="100" height="48" alt="LSIIT" /></a>
-<a href="http://www.cnrs.fr/"><img src="./100x-cnrs.png" width="100" height="45" alt="CNRS" /></a>
-<a href="http://www.st.com"><img src="./100x-st.png" width="100" height="58.8235294117647" alt="ST" /></a>
-<a href="http://www.powerlinux.fr"><img src="./100x-powerlinux.png" width="100" height="60" alt="PowerLinux" /></a></p>
+<p><a href="http://www.inria.fr"><img src="../../sidebar/logos/100x-inria.png" width="100" height="28" alt="Inria" /></a>
+<a href="http://lsiit.u-strasbg.fr"><img src="../../sidebar/logos/100x-lsiit.png" width="100" height="48" alt="LSIIT" /></a>
+<a href="http://www.cnrs.fr/"><img src="../../sidebar/logos/100x-cnrs.png" width="100" height="45" alt="CNRS" /></a>
+<a href="http://www.st.com"><img src="../../sidebar/logos/100x-st.png" width="100" height="58.8235294117647" alt="ST" /></a>
+<a href="http://www.powerlinux.fr"><img src="../../sidebar/logos/100x-powerlinux.png" width="100" height="60" alt="PowerLinux" /></a></p>
 
 
 
@@ -155,11 +155,7 @@
 <!-- ******************** ******* ******************** -->
 
 <div id="content">
-  <p><a href="http://www.inria.fr"><img src="./100x-inria.png" width="100" height="28" alt="Inria" /></a>
-<a href="http://lsiit.u-strasbg.fr"><img src="./100x-lsiit.png" width="100" height="48" alt="LSIIT" /></a>
-<a href="http://www.cnrs.fr/"><img src="./100x-cnrs.png" width="100" height="45" alt="CNRS" /></a>
-<a href="http://www.st.com"><img src="./100x-st.png" width="100" height="58.8235294117647" alt="ST" /></a>
-<a href="http://www.powerlinux.fr"><img src="./100x-powerlinux.png" width="100" height="60" alt="PowerLinux" /></a></p>
+  
 
 </div>
 
@@ -183,6 +179,14 @@
     <!-- backlinks -->
 
     
+      <div id="backlinks">
+        Links:
+        
+          <a href="../../sidebar/language/">sidebar/language</a>
+        
+        
+      </div>
+    
 
     <!-- copyright -->
 
@@ -196,7 +200,7 @@
 
     <div class="pagedate">
       Last modified <span class="date">Friday  4 September 2009 21:37:16</span>
-      <!-- Created <span class="date">Friday  4 September 2009 21:09:30</span> -->
+      <!-- Created <span class="date">Friday  4 September 2009 21:37:16</span> -->
     </div>
 
   </div><!-- div#pageinfo -->
diff --git a/sidebar/logos/index.html b/language/simplicity/index.html
similarity index 68%
copy from sidebar/logos/index.html
copy to language/simplicity/index.html
index 441a8b8..71f738d 100644
--- a/sidebar/logos/index.html
+++ b/language/simplicity/index.html
@@ -4,7 +4,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-  <title>logos</title>
+  <title>simplicity</title>
   
   <link rel="stylesheet" href="../../style.css" type="text/css" />
   <link rel="stylesheet" href="../../local.css" type="text/css" />
@@ -43,11 +43,11 @@
         
           <a href="../../">Lisaac — The Power of Simplicity</a> ➝
         
-          <a href="../">sidebar</a> ➝
+          <a href="../">language</a> ➝
         
       </span>
       <span class="title">
-        logos
+        simplicity
         
       </span>
     </span>
@@ -103,13 +103,13 @@
 <h1>Language</h1>
 
 <ul>
-<li><a href="../../language/">About</a></li>
-<li><a href="../../language/docs/">Documentation</a></li>
-<li><a href="../../language/download/">Download</a></li>
-<li><a href="../../language/library/">Library</a></li>
-<li><a href="../../language/sample/">Sample Code</a></li>
-<li><a href="../../language/simplicity/">Simplicity</a></li>
-<li><a href="../../language/benchmark/">Benchmarks</a></li>
+<li><a href="../">About</a></li>
+<li><a href="../docs/">Documentation</a></li>
+<li><a href="../download/">Download</a></li>
+<li><a href="../library/">Library</a></li>
+<li><a href="../sample/">Sample Code</a></li>
+<li><span class="selflink">Simplicity</span></li>
+<li><a href="../benchmark/">Benchmarks</a></li>
 </ul>
 
 
@@ -134,11 +134,11 @@
 
 
 </div>
-<p><a href="http://www.inria.fr"><img src="./100x-inria.png" width="100" height="28" alt="Inria" /></a>
-<a href="http://lsiit.u-strasbg.fr"><img src="./100x-lsiit.png" width="100" height="48" alt="LSIIT" /></a>
-<a href="http://www.cnrs.fr/"><img src="./100x-cnrs.png" width="100" height="45" alt="CNRS" /></a>
-<a href="http://www.st.com"><img src="./100x-st.png" width="100" height="58.8235294117647" alt="ST" /></a>
-<a href="http://www.powerlinux.fr"><img src="./100x-powerlinux.png" width="100" height="60" alt="PowerLinux" /></a></p>
+<p><a href="http://www.inria.fr"><img src="../../sidebar/logos/100x-inria.png" width="100" height="28" alt="Inria" /></a>
+<a href="http://lsiit.u-strasbg.fr"><img src="../../sidebar/logos/100x-lsiit.png" width="100" height="48" alt="LSIIT" /></a>
+<a href="http://www.cnrs.fr/"><img src="../../sidebar/logos/100x-cnrs.png" width="100" height="45" alt="CNRS" /></a>
+<a href="http://www.st.com"><img src="../../sidebar/logos/100x-st.png" width="100" height="58.8235294117647" alt="ST" /></a>
+<a href="http://www.powerlinux.fr"><img src="../../sidebar/logos/100x-powerlinux.png" width="100" height="60" alt="PowerLinux" /></a></p>
 
 
 
@@ -155,11 +155,7 @@
 <!-- ******************** ******* ******************** -->
 
 <div id="content">
-  <p><a href="http://www.inria.fr"><img src="./100x-inria.png" width="100" height="28" alt="Inria" /></a>
-<a href="http://lsiit.u-strasbg.fr"><img src="./100x-lsiit.png" width="100" height="48" alt="LSIIT" /></a>
-<a href="http://www.cnrs.fr/"><img src="./100x-cnrs.png" width="100" height="45" alt="CNRS" /></a>
-<a href="http://www.st.com"><img src="./100x-st.png" width="100" height="58.8235294117647" alt="ST" /></a>
-<a href="http://www.powerlinux.fr"><img src="./100x-powerlinux.png" width="100" height="60" alt="PowerLinux" /></a></p>
+  
 
 </div>
 
@@ -183,6 +179,14 @@
     <!-- backlinks -->
 
     
+      <div id="backlinks">
+        Links:
+        
+          <a href="../../sidebar/language/">sidebar/language</a>
+        
+        
+      </div>
+    
 
     <!-- copyright -->
 
@@ -196,7 +200,7 @@
 
     <div class="pagedate">
       Last modified <span class="date">Friday  4 September 2009 21:37:16</span>
-      <!-- Created <span class="date">Friday  4 September 2009 21:09:30</span> -->
+      <!-- Created <span class="date">Friday  4 September 2009 21:37:16</span> -->
     </div>
 
   </div><!-- div#pageinfo -->
diff --git a/sidebar/logos/index.html b/news/20070924_Lisaac-0.12/index.html
similarity index 75%
copy from sidebar/logos/index.html
copy to news/20070924_Lisaac-0.12/index.html
index 441a8b8..c639639 100644
--- a/sidebar/logos/index.html
+++ b/news/20070924_Lisaac-0.12/index.html
@@ -4,7 +4,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-  <title>logos</title>
+  <title>20070924 Lisaac-0.12</title>
   
   <link rel="stylesheet" href="../../style.css" type="text/css" />
   <link rel="stylesheet" href="../../local.css" type="text/css" />
@@ -43,11 +43,11 @@
         
           <a href="../../">Lisaac — The Power of Simplicity</a> ➝
         
-          <a href="../">sidebar</a> ➝
+          <a href="../">news</a> ➝
         
       </span>
       <span class="title">
-        logos
+        20070924 Lisaac-0.12
         
       </span>
     </span>
@@ -87,7 +87,7 @@
 
 <ul>
 <li><a href="../../">Home</a></li>
-<li><a href="../../news/">News</a></li>
+<li><a href="../">News</a></li>
 </ul>
 
 
@@ -134,11 +134,11 @@
 
 
 </div>
-<p><a href="http://www.inria.fr"><img src="./100x-inria.png" width="100" height="28" alt="Inria" /></a>
-<a href="http://lsiit.u-strasbg.fr"><img src="./100x-lsiit.png" width="100" height="48" alt="LSIIT" /></a>
-<a href="http://www.cnrs.fr/"><img src="./100x-cnrs.png" width="100" height="45" alt="CNRS" /></a>
-<a href="http://www.st.com"><img src="./100x-st.png" width="100" height="58.8235294117647" alt="ST" /></a>
-<a href="http://www.powerlinux.fr"><img src="./100x-powerlinux.png" width="100" height="60" alt="PowerLinux" /></a></p>
+<p><a href="http://www.inria.fr"><img src="../../sidebar/logos/100x-inria.png" width="100" height="28" alt="Inria" /></a>
+<a href="http://lsiit.u-strasbg.fr"><img src="../../sidebar/logos/100x-lsiit.png" width="100" height="48" alt="LSIIT" /></a>
+<a href="http://www.cnrs.fr/"><img src="../../sidebar/logos/100x-cnrs.png" width="100" height="45" alt="CNRS" /></a>
+<a href="http://www.st.com"><img src="../../sidebar/logos/100x-st.png" width="100" height="58.8235294117647" alt="ST" /></a>
+<a href="http://www.powerlinux.fr"><img src="../../sidebar/logos/100x-powerlinux.png" width="100" height="60" alt="PowerLinux" /></a></p>
 
 
 
@@ -155,11 +155,11 @@
 <!-- ******************** ******* ******************** -->
 
 <div id="content">
-  <p><a href="http://www.inria.fr"><img src="./100x-inria.png" width="100" height="28" alt="Inria" /></a>
-<a href="http://lsiit.u-strasbg.fr"><img src="./100x-lsiit.png" width="100" height="48" alt="LSIIT" /></a>
-<a href="http://www.cnrs.fr/"><img src="./100x-cnrs.png" width="100" height="45" alt="CNRS" /></a>
-<a href="http://www.st.com"><img src="./100x-st.png" width="100" height="58.8235294117647" alt="ST" /></a>
-<a href="http://www.powerlinux.fr"><img src="./100x-powerlinux.png" width="100" height="60" alt="PowerLinux" /></a></p>
+  <div class="news_logo"><a href="../../images/news_icons/news_compiler.gif"><img src="../../images/news_icons/news_compiler.gif" width="30" height="22" /></a></div>
+
+<div class="date">Monday 24th September 2007</div>
+
+<h1>Lisaac 0.12 Released</h1>
 
 </div>
 
@@ -196,7 +196,7 @@
 
     <div class="pagedate">
       Last modified <span class="date">Friday  4 September 2009 21:37:16</span>
-      <!-- Created <span class="date">Friday  4 September 2009 21:09:30</span> -->
+      <!-- Created <span class="date">Friday  4 September 2009 21:37:16</span> -->
     </div>
 
   </div><!-- div#pageinfo -->
diff --git a/sidebar/logos/index.html b/news/20080208_Lisaac-0.13/index.html
similarity index 75%
copy from sidebar/logos/index.html
copy to news/20080208_Lisaac-0.13/index.html
index 441a8b8..55522fb 100644
--- a/sidebar/logos/index.html
+++ b/news/20080208_Lisaac-0.13/index.html
@@ -4,7 +4,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-  <title>logos</title>
+  <title>20080208 Lisaac-0.13</title>
   
   <link rel="stylesheet" href="../../style.css" type="text/css" />
   <link rel="stylesheet" href="../../local.css" type="text/css" />
@@ -43,11 +43,11 @@
         
           <a href="../../">Lisaac — The Power of Simplicity</a> ➝
         
-          <a href="../">sidebar</a> ➝
+          <a href="../">news</a> ➝
         
       </span>
       <span class="title">
-        logos
+        20080208 Lisaac-0.13
         
       </span>
     </span>
@@ -87,7 +87,7 @@
 
 <ul>
 <li><a href="../../">Home</a></li>
-<li><a href="../../news/">News</a></li>
+<li><a href="../">News</a></li>
 </ul>
 
 
@@ -134,11 +134,11 @@
 
 
 </div>
-<p><a href="http://www.inria.fr"><img src="./100x-inria.png" width="100" height="28" alt="Inria" /></a>
-<a href="http://lsiit.u-strasbg.fr"><img src="./100x-lsiit.png" width="100" height="48" alt="LSIIT" /></a>
-<a href="http://www.cnrs.fr/"><img src="./100x-cnrs.png" width="100" height="45" alt="CNRS" /></a>
-<a href="http://www.st.com"><img src="./100x-st.png" width="100" height="58.8235294117647" alt="ST" /></a>
-<a href="http://www.powerlinux.fr"><img src="./100x-powerlinux.png" width="100" height="60" alt="PowerLinux" /></a></p>
+<p><a href="http://www.inria.fr"><img src="../../sidebar/logos/100x-inria.png" width="100" height="28" alt="Inria" /></a>
+<a href="http://lsiit.u-strasbg.fr"><img src="../../sidebar/logos/100x-lsiit.png" width="100" height="48" alt="LSIIT" /></a>
+<a href="http://www.cnrs.fr/"><img src="../../sidebar/logos/100x-cnrs.png" width="100" height="45" alt="CNRS" /></a>
+<a href="http://www.st.com"><img src="../../sidebar/logos/100x-st.png" width="100" height="58.8235294117647" alt="ST" /></a>
+<a href="http://www.powerlinux.fr"><img src="../../sidebar/logos/100x-powerlinux.png" width="100" height="60" alt="PowerLinux" /></a></p>
 
 
 
@@ -155,11 +155,11 @@
 <!-- ******************** ******* ******************** -->
 
 <div id="content">
-  <p><a href="http://www.inria.fr"><img src="./100x-inria.png" width="100" height="28" alt="Inria" /></a>
-<a href="http://lsiit.u-strasbg.fr"><img src="./100x-lsiit.png" width="100" height="48" alt="LSIIT" /></a>
-<a href="http://www.cnrs.fr/"><img src="./100x-cnrs.png" width="100" height="45" alt="CNRS" /></a>
-<a href="http://www.st.com"><img src="./100x-st.png" width="100" height="58.8235294117647" alt="ST" /></a>
-<a href="http://www.powerlinux.fr"><img src="./100x-powerlinux.png" width="100" height="60" alt="PowerLinux" /></a></p>
+  <div class="news_logo"><a href="../../images/news_icons/news_compiler.gif"><img src="../../images/news_icons/news_compiler.gif" width="30" height="22" /></a></div>
+
+<div class="date">Friday 8th February 2008</div>
+
+<h1>Lisaac 0.13 Released</h1>
 
 </div>
 
@@ -196,7 +196,7 @@
 
     <div class="pagedate">
       Last modified <span class="date">Friday  4 September 2009 21:37:16</span>
-      <!-- Created <span class="date">Friday  4 September 2009 21:09:30</span> -->
+      <!-- Created <span class="date">Friday  4 September 2009 21:37:16</span> -->
     </div>
 
   </div><!-- div#pageinfo -->
diff --git a/sidebar/logos/index.html b/news/20080217_Lisaac-0.13.1/index.html
similarity index 75%
copy from sidebar/logos/index.html
copy to news/20080217_Lisaac-0.13.1/index.html
index 441a8b8..fa15b8c 100644
--- a/sidebar/logos/index.html
+++ b/news/20080217_Lisaac-0.13.1/index.html
@@ -4,7 +4,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-  <title>logos</title>
+  <title>20080217 Lisaac-0.13.1</title>
   
   <link rel="stylesheet" href="../../style.css" type="text/css" />
   <link rel="stylesheet" href="../../local.css" type="text/css" />
@@ -43,11 +43,11 @@
         
           <a href="../../">Lisaac — The Power of Simplicity</a> ➝
         
-          <a href="../">sidebar</a> ➝
+          <a href="../">news</a> ➝
         
       </span>
       <span class="title">
-        logos
+        20080217 Lisaac-0.13.1
         
       </span>
     </span>
@@ -87,7 +87,7 @@
 
 <ul>
 <li><a href="../../">Home</a></li>
-<li><a href="../../news/">News</a></li>
+<li><a href="../">News</a></li>
 </ul>
 
 
@@ -134,11 +134,11 @@
 
 
 </div>
-<p><a href="http://www.inria.fr"><img src="./100x-inria.png" width="100" height="28" alt="Inria" /></a>
-<a href="http://lsiit.u-strasbg.fr"><img src="./100x-lsiit.png" width="100" height="48" alt="LSIIT" /></a>
-<a href="http://www.cnrs.fr/"><img src="./100x-cnrs.png" width="100" height="45" alt="CNRS" /></a>
-<a href="http://www.st.com"><img src="./100x-st.png" width="100" height="58.8235294117647" alt="ST" /></a>
-<a href="http://www.powerlinux.fr"><img src="./100x-powerlinux.png" width="100" height="60" alt="PowerLinux" /></a></p>
+<p><a href="http://www.inria.fr"><img src="../../sidebar/logos/100x-inria.png" width="100" height="28" alt="Inria" /></a>
+<a href="http://lsiit.u-strasbg.fr"><img src="../../sidebar/logos/100x-lsiit.png" width="100" height="48" alt="LSIIT" /></a>
+<a href="http://www.cnrs.fr/"><img src="../../sidebar/logos/100x-cnrs.png" width="100" height="45" alt="CNRS" /></a>
+<a href="http://www.st.com"><img src="../../sidebar/logos/100x-st.png" width="100" height="58.8235294117647" alt="ST" /></a>
+<a href="http://www.powerlinux.fr"><img src="../../sidebar/logos/100x-powerlinux.png" width="100" height="60" alt="PowerLinux" /></a></p>
 
 
 
@@ -155,11 +155,11 @@
 <!-- ******************** ******* ******************** -->
 
 <div id="content">
-  <p><a href="http://www.inria.fr"><img src="./100x-inria.png" width="100" height="28" alt="Inria" /></a>
-<a href="http://lsiit.u-strasbg.fr"><img src="./100x-lsiit.png" width="100" height="48" alt="LSIIT" /></a>
-<a href="http://www.cnrs.fr/"><img src="./100x-cnrs.png" width="100" height="45" alt="CNRS" /></a>
-<a href="http://www.st.com"><img src="./100x-st.png" width="100" height="58.8235294117647" alt="ST" /></a>
-<a href="http://www.powerlinux.fr"><img src="./100x-powerlinux.png" width="100" height="60" alt="PowerLinux" /></a></p>
+  <div class="news_logo"><a href="../../images/news_icons/news_compiler.gif"><img src="../../images/news_icons/news_compiler.gif" width="30" height="22" /></a></div>
+
+<div class="date">Sunday 17th February 2008</div>
+
+<h1>Lisaac 0.13.1 Released</h1>
 
 </div>
 
@@ -196,7 +196,7 @@
 
     <div class="pagedate">
       Last modified <span class="date">Friday  4 September 2009 21:37:16</span>
-      <!-- Created <span class="date">Friday  4 September 2009 21:09:30</span> -->
+      <!-- Created <span class="date">Friday  4 September 2009 21:37:16</span> -->
     </div>
 
   </div><!-- div#pageinfo -->
diff --git a/sidebar/logos/index.html b/news/20080903_Alioth/index.html
similarity index 75%
copy from sidebar/logos/index.html
copy to news/20080903_Alioth/index.html
index 441a8b8..77b5fa9 100644
--- a/sidebar/logos/index.html
+++ b/news/20080903_Alioth/index.html
@@ -4,7 +4,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-  <title>logos</title>
+  <title>20080903 Alioth</title>
   
   <link rel="stylesheet" href="../../style.css" type="text/css" />
   <link rel="stylesheet" href="../../local.css" type="text/css" />
@@ -43,11 +43,11 @@
         
           <a href="../../">Lisaac — The Power of Simplicity</a> ➝
         
-          <a href="../">sidebar</a> ➝
+          <a href="../">news</a> ➝
         
       </span>
       <span class="title">
-        logos
+        20080903 Alioth
         
       </span>
     </span>
@@ -87,7 +87,7 @@
 
 <ul>
 <li><a href="../../">Home</a></li>
-<li><a href="../../news/">News</a></li>
+<li><a href="../">News</a></li>
 </ul>
 
 
@@ -134,11 +134,11 @@
 
 
 </div>
-<p><a href="http://www.inria.fr"><img src="./100x-inria.png" width="100" height="28" alt="Inria" /></a>
-<a href="http://lsiit.u-strasbg.fr"><img src="./100x-lsiit.png" width="100" height="48" alt="LSIIT" /></a>
-<a href="http://www.cnrs.fr/"><img src="./100x-cnrs.png" width="100" height="45" alt="CNRS" /></a>
-<a href="http://www.st.com"><img src="./100x-st.png" width="100" height="58.8235294117647" alt="ST" /></a>
-<a href="http://www.powerlinux.fr"><img src="./100x-powerlinux.png" width="100" height="60" alt="PowerLinux" /></a></p>
+<p><a href="http://www.inria.fr"><img src="../../sidebar/logos/100x-inria.png" width="100" height="28" alt="Inria" /></a>
+<a href="http://lsiit.u-strasbg.fr"><img src="../../sidebar/logos/100x-lsiit.png" width="100" height="48" alt="LSIIT" /></a>
+<a href="http://www.cnrs.fr/"><img src="../../sidebar/logos/100x-cnrs.png" width="100" height="45" alt="CNRS" /></a>
+<a href="http://www.st.com"><img src="../../sidebar/logos/100x-st.png" width="100" height="58.8235294117647" alt="ST" /></a>
+<a href="http://www.powerlinux.fr"><img src="../../sidebar/logos/100x-powerlinux.png" width="100" height="60" alt="PowerLinux" /></a></p>
 
 
 
@@ -155,11 +155,15 @@
 <!-- ******************** ******* ******************** -->
 
 <div id="content">
-  <p><a href="http://www.inria.fr"><img src="./100x-inria.png" width="100" height="28" alt="Inria" /></a>
-<a href="http://lsiit.u-strasbg.fr"><img src="./100x-lsiit.png" width="100" height="48" alt="LSIIT" /></a>
-<a href="http://www.cnrs.fr/"><img src="./100x-cnrs.png" width="100" height="45" alt="CNRS" /></a>
-<a href="http://www.st.com"><img src="./100x-st.png" width="100" height="58.8235294117647" alt="ST" /></a>
-<a href="http://www.powerlinux.fr"><img src="./100x-powerlinux.png" width="100" height="60" alt="PowerLinux" /></a></p>
+  <div class="news_logo"><a href="../../images/news_icons/news_site.gif"><img src="../../images/news_icons/news_site.gif" width="30" height="22" /></a></div>
+
+<div class="date">Wednesday 3rd September 2008</div>
+
+<h1>Lisaac moves to Alioth</h1>
+
+<p>Lisaac services moves from GNA to Alioth. The address of the project is now:</p>
+
+<p><a href="https://alioth.debian.org/projects/lisaac/">https://alioth.debian.org/projects/lisaac/</a></p>
 
 </div>
 
@@ -196,7 +200,7 @@
 
     <div class="pagedate">
       Last modified <span class="date">Friday  4 September 2009 21:37:16</span>
-      <!-- Created <span class="date">Friday  4 September 2009 21:09:30</span> -->
+      <!-- Created <span class="date">Friday  4 September 2009 21:37:16</span> -->
     </div>
 
   </div><!-- div#pageinfo -->
diff --git a/news/index.html b/news/index.html
new file mode 100644
index 0000000..64effad
--- /dev/null
+++ b/news/index.html
@@ -0,0 +1,274 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+  <title>news</title>
+  
+  <link rel="stylesheet" href="../style.css" type="text/css" />
+  <link rel="stylesheet" href="../local.css" type="text/css" />
+  
+  
+  
+  
+  <script type="text/javascript">
+    function fixLinks() {
+      var scheme = location.protocol;
+      if (scheme=="http:" || scheme=="https:") return;
+      var links = document.getElementsByTagName("a");
+      for (var i = links.length; --i >= 0; ) {
+        var link = links[i];
+        var href = link.href;
+        var hlen = href.length;
+        if (hlen > 0 && link.protocol==scheme && href.charAt(hlen-1) == "/")
+          links[i].href = href + "index.html";
+      }
+    }
+  </script>
+</head>
+<body onLoad="javascript:fixLinks();">
+
+<!-- ******************** *********** ******************** -->
+<!-- ******************** PAGE HEADER ******************** -->
+<!-- ******************** *********** ******************** -->
+
+<div class="pageheader">
+
+  <!-- header -->
+
+  <div class="header">
+    <span>
+      <span class="parentlinks">
+        
+          <a href="../">Lisaac — The Power of Simplicity</a> ➝
+        
+      </span>
+      <span class="title">
+        news
+        
+      </span>
+    </span>
+    
+  </div>
+
+  <!-- actions -->
+
+  
+
+  <!-- other languages -->
+
+  
+
+</div>
+
+<div id="leftcolumn">
+
+  <!-- ******************** **** ******************** -->
+  <!-- ******************** LOGO ******************** -->
+  <!-- ******************** **** ******************** -->
+
+  <div id="mainlogo"></div>
+
+  <!-- ******************** ******* ******************** -->
+  <!-- ******************** SIDEBAR ******************** -->
+  <!-- ******************** ******* ******************** -->
+
+  
+    <div id="sidebar">
+      <div>
+  <div id="feedlink">
+
+
+</div>
+<h1>Lisaac</h1>
+
+<ul>
+<li><a href="../">Home</a></li>
+<li><span class="selflink">News</span></li>
+</ul>
+
+
+
+
+</div>
+
+<div>
+  <div id="feedlink">
+
+
+</div>
+<h1>Language</h1>
+
+<ul>
+<li><a href="../language/">About</a></li>
+<li><a href="../language/docs/">Documentation</a></li>
+<li><a href="../language/download/">Download</a></li>
+<li><a href="../language/library/">Library</a></li>
+<li><a href="../language/sample/">Sample Code</a></li>
+<li><a href="../language/simplicity/">Simplicity</a></li>
+<li><a href="../language/benchmark/">Benchmarks</a></li>
+</ul>
+
+
+
+
+</div>
+
+<div>
+  <div id="feedlink">
+
+
+</div>
+<h1>Community</h1>
+
+
+
+
+</div>
+
+<div id="logos">
+  <div id="feedlink">
+
+
+</div>
+<p><a href="http://www.inria.fr"><img src="../sidebar/logos/100x-inria.png" width="100" height="28" alt="Inria" /></a>
+<a href="http://lsiit.u-strasbg.fr"><img src="../sidebar/logos/100x-lsiit.png" width="100" height="48" alt="LSIIT" /></a>
+<a href="http://www.cnrs.fr/"><img src="../sidebar/logos/100x-cnrs.png" width="100" height="45" alt="CNRS" /></a>
+<a href="http://www.st.com"><img src="../sidebar/logos/100x-st.png" width="100" height="58.8235294117647" alt="ST" /></a>
+<a href="http://www.powerlinux.fr"><img src="../sidebar/logos/100x-powerlinux.png" width="100" height="60" alt="PowerLinux" /></a></p>
+
+
+
+
+</div>
+
+    </div>
+  
+
+</div>
+
+<!-- ******************** ******* ******************** -->
+<!-- ******************** CONTENT ******************** -->
+<!-- ******************** ******* ******************** -->
+
+<div id="content">
+  <h1>News</h1>
+
+<div class="news">
+<div id="feedlink">
+
+
+</div>
+<div class="inlinepage">
+
+  <div class="inlinecontent">
+    <div class="news_logo"><a href="../images/news_icons/news_site.gif"><img src="../images/news_icons/news_site.gif" width="30" height="22" /></a></div>
+
+<div class="date">Wednesday 3rd September 2008</div>
+
+<h1>Lisaac moves to Alioth</h1>
+
+<p>Lisaac services moves from GNA to Alioth. The address of the project is now:</p>
+
+<p><a href="https://alioth.debian.org/projects/lisaac/">https://alioth.debian.org/projects/lisaac/</a></p>
+
+  </div><!--.inlinecontent-->
+
+</div><!--.inlinepage-->
+<div class="inlinepage">
+
+  <div class="inlinecontent">
+    <div class="news_logo"><a href="../images/news_icons/news_compiler.gif"><img src="../images/news_icons/news_compiler.gif" width="30" height="22" /></a></div>
+
+<div class="date">Sunday 17th February 2008</div>
+
+<h1>Lisaac 0.13.1 Released</h1>
+
+  </div><!--.inlinecontent-->
+
+</div><!--.inlinepage-->
+<div class="inlinepage">
+
+  <div class="inlinecontent">
+    <div class="news_logo"><a href="../images/news_icons/news_compiler.gif"><img src="../images/news_icons/news_compiler.gif" width="30" height="22" /></a></div>
+
+<div class="date">Friday 8th February 2008</div>
+
+<h1>Lisaac 0.13 Released</h1>
+
+  </div><!--.inlinecontent-->
+
+</div><!--.inlinepage-->
+<div class="inlinepage">
+
+  <div class="inlinecontent">
+    <div class="news_logo"><a href="../images/news_icons/news_compiler.gif"><img src="../images/news_icons/news_compiler.gif" width="30" height="22" /></a></div>
+
+<div class="date">Monday 24th September 2007</div>
+
+<h1>Lisaac 0.12 Released</h1>
+
+  </div><!--.inlinecontent-->
+
+</div><!--.inlinepage-->
+
+
+
+</div>
+
+</div>
+
+<!-- ******************** ******** ******************** -->
+<!-- ******************** COMMENTS ******************** -->
+<!-- ******************** ******** ******************** -->
+
+
+
+<!-- ******************** ****** ******************** -->
+<!-- ******************** FOOTER ******************** -->
+<!-- ******************** ****** ******************** -->
+
+<div id="footer" class="pagefooter">
+  <div id="pageinfo">
+
+    <!-- tags -->
+
+    
+
+    <!-- backlinks -->
+
+    
+      <div id="backlinks">
+        Links:
+        
+          <a href="../sidebar/main/">sidebar/main</a>
+        
+        
+      </div>
+    
+
+    <!-- copyright -->
+
+    
+
+    <!-- license -->
+
+    
+
+    <!-- date -->
+
+    <div class="pagedate">
+      Last modified <span class="date">Friday  4 September 2009 21:37:16</span>
+      <!-- Created <span class="date">Friday  4 September 2009 21:37:16</span> -->
+    </div>
+
+  </div><!-- div#pageinfo -->
+
+  
+  <!-- from Lisaac — The Power of Simplicity -->
+
+</div><!-- .pagefooter #footer -->
+
+</body>
+</html>
diff --git a/sidebar/logos/index.html b/recentchanges/index.html
similarity index 59%
copy from sidebar/logos/index.html
copy to recentchanges/index.html
index 441a8b8..2c53aed 100644
--- a/sidebar/logos/index.html
+++ b/recentchanges/index.html
@@ -4,14 +4,14 @@
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-  <title>logos</title>
-  
-  <link rel="stylesheet" href="../../style.css" type="text/css" />
-  <link rel="stylesheet" href="../../local.css" type="text/css" />
+  <title>RecentChanges</title>
   
+  <link rel="stylesheet" href="../style.css" type="text/css" />
+  <link rel="stylesheet" href="../local.css" type="text/css" />
   
   
   
+  <meta name="title" content="RecentChanges" />
   <script type="text/javascript">
     function fixLinks() {
       var scheme = location.protocol;
@@ -41,13 +41,11 @@
     <span>
       <span class="parentlinks">
         
-          <a href="../../">Lisaac — The Power of Simplicity</a> ➝
-        
-          <a href="../">sidebar</a> ➝
+          <a href="../">Lisaac — The Power of Simplicity</a> ➝
         
       </span>
       <span class="title">
-        logos
+        RecentChanges
         
       </span>
     </span>
@@ -86,8 +84,8 @@
 <h1>Lisaac</h1>
 
 <ul>
-<li><a href="../../">Home</a></li>
-<li><a href="../../news/">News</a></li>
+<li><a href="../">Home</a></li>
+<li><a href="../news/">News</a></li>
 </ul>
 
 
@@ -103,13 +101,13 @@
 <h1>Language</h1>
 
 <ul>
-<li><a href="../../language/">About</a></li>
-<li><a href="../../language/docs/">Documentation</a></li>
-<li><a href="../../language/download/">Download</a></li>
-<li><a href="../../language/library/">Library</a></li>
-<li><a href="../../language/sample/">Sample Code</a></li>
-<li><a href="../../language/simplicity/">Simplicity</a></li>
-<li><a href="../../language/benchmark/">Benchmarks</a></li>
+<li><a href="../language/">About</a></li>
+<li><a href="../language/docs/">Documentation</a></li>
+<li><a href="../language/download/">Download</a></li>
+<li><a href="../language/library/">Library</a></li>
+<li><a href="../language/sample/">Sample Code</a></li>
+<li><a href="../language/simplicity/">Simplicity</a></li>
+<li><a href="../language/benchmark/">Benchmarks</a></li>
 </ul>
 
 
@@ -134,11 +132,11 @@
 
 
 </div>
-<p><a href="http://www.inria.fr"><img src="./100x-inria.png" width="100" height="28" alt="Inria" /></a>
-<a href="http://lsiit.u-strasbg.fr"><img src="./100x-lsiit.png" width="100" height="48" alt="LSIIT" /></a>
-<a href="http://www.cnrs.fr/"><img src="./100x-cnrs.png" width="100" height="45" alt="CNRS" /></a>
-<a href="http://www.st.com"><img src="./100x-st.png" width="100" height="58.8235294117647" alt="ST" /></a>
-<a href="http://www.powerlinux.fr"><img src="./100x-powerlinux.png" width="100" height="60" alt="PowerLinux" /></a></p>
+<p><a href="http://www.inria.fr"><img src="../sidebar/logos/100x-inria.png" width="100" height="28" alt="Inria" /></a>
+<a href="http://lsiit.u-strasbg.fr"><img src="../sidebar/logos/100x-lsiit.png" width="100" height="48" alt="LSIIT" /></a>
+<a href="http://www.cnrs.fr/"><img src="../sidebar/logos/100x-cnrs.png" width="100" height="45" alt="CNRS" /></a>
+<a href="http://www.st.com"><img src="../sidebar/logos/100x-st.png" width="100" height="58.8235294117647" alt="ST" /></a>
+<a href="http://www.powerlinux.fr"><img src="../sidebar/logos/100x-powerlinux.png" width="100" height="60" alt="PowerLinux" /></a></p>
 
 
 
@@ -155,11 +153,13 @@
 <!-- ******************** ******* ******************** -->
 
 <div id="content">
-  <p><a href="http://www.inria.fr"><img src="./100x-inria.png" width="100" height="28" alt="Inria" /></a>
-<a href="http://lsiit.u-strasbg.fr"><img src="./100x-lsiit.png" width="100" height="48" alt="LSIIT" /></a>
-<a href="http://www.cnrs.fr/"><img src="./100x-cnrs.png" width="100" height="45" alt="CNRS" /></a>
-<a href="http://www.st.com"><img src="./100x-st.png" width="100" height="58.8235294117647" alt="ST" /></a>
-<a href="http://www.powerlinux.fr"><img src="./100x-powerlinux.png" width="100" height="60" alt="PowerLinux" /></a></p>
+  <p>Recent changes to this wiki:</p>
+
+<div id="feedlink">
+
+
+</div>
+
 
 </div>
 
@@ -195,8 +195,8 @@
     <!-- date -->
 
     <div class="pagedate">
-      Last modified <span class="date">Friday  4 September 2009 21:37:16</span>
-      <!-- Created <span class="date">Friday  4 September 2009 21:09:30</span> -->
+      Last modified <span class="date">Sunday 30 August 2009 21:09:23</span>
+      <!-- Created <span class="date">Sunday 30 August 2009 21:09:23</span> -->
     </div>
 
   </div><!-- div#pageinfo -->
diff --git a/sidebar/logos/index.html b/sandbox/index.html
similarity index 56%
copy from sidebar/logos/index.html
copy to sandbox/index.html
index 441a8b8..f1a89e5 100644
--- a/sidebar/logos/index.html
+++ b/sandbox/index.html
@@ -4,10 +4,10 @@
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-  <title>logos</title>
+  <title>sandbox</title>
   
-  <link rel="stylesheet" href="../../style.css" type="text/css" />
-  <link rel="stylesheet" href="../../local.css" type="text/css" />
+  <link rel="stylesheet" href="../style.css" type="text/css" />
+  <link rel="stylesheet" href="../local.css" type="text/css" />
   
   
   
@@ -41,13 +41,11 @@
     <span>
       <span class="parentlinks">
         
-          <a href="../../">Lisaac — The Power of Simplicity</a> ➝
-        
-          <a href="../">sidebar</a> ➝
+          <a href="../">Lisaac — The Power of Simplicity</a> ➝
         
       </span>
       <span class="title">
-        logos
+        sandbox
         
       </span>
     </span>
@@ -86,8 +84,8 @@
 <h1>Lisaac</h1>
 
 <ul>
-<li><a href="../../">Home</a></li>
-<li><a href="../../news/">News</a></li>
+<li><a href="../">Home</a></li>
+<li><a href="../news/">News</a></li>
 </ul>
 
 
@@ -103,13 +101,13 @@
 <h1>Language</h1>
 
 <ul>
-<li><a href="../../language/">About</a></li>
-<li><a href="../../language/docs/">Documentation</a></li>
-<li><a href="../../language/download/">Download</a></li>
-<li><a href="../../language/library/">Library</a></li>
-<li><a href="../../language/sample/">Sample Code</a></li>
-<li><a href="../../language/simplicity/">Simplicity</a></li>
-<li><a href="../../language/benchmark/">Benchmarks</a></li>
+<li><a href="../language/">About</a></li>
+<li><a href="../language/docs/">Documentation</a></li>
+<li><a href="../language/download/">Download</a></li>
+<li><a href="../language/library/">Library</a></li>
+<li><a href="../language/sample/">Sample Code</a></li>
+<li><a href="../language/simplicity/">Simplicity</a></li>
+<li><a href="../language/benchmark/">Benchmarks</a></li>
 </ul>
 
 
@@ -134,11 +132,11 @@
 
 
 </div>
-<p><a href="http://www.inria.fr"><img src="./100x-inria.png" width="100" height="28" alt="Inria" /></a>
-<a href="http://lsiit.u-strasbg.fr"><img src="./100x-lsiit.png" width="100" height="48" alt="LSIIT" /></a>
-<a href="http://www.cnrs.fr/"><img src="./100x-cnrs.png" width="100" height="45" alt="CNRS" /></a>
-<a href="http://www.st.com"><img src="./100x-st.png" width="100" height="58.8235294117647" alt="ST" /></a>
-<a href="http://www.powerlinux.fr"><img src="./100x-powerlinux.png" width="100" height="60" alt="PowerLinux" /></a></p>
+<p><a href="http://www.inria.fr"><img src="../sidebar/logos/100x-inria.png" width="100" height="28" alt="Inria" /></a>
+<a href="http://lsiit.u-strasbg.fr"><img src="../sidebar/logos/100x-lsiit.png" width="100" height="48" alt="LSIIT" /></a>
+<a href="http://www.cnrs.fr/"><img src="../sidebar/logos/100x-cnrs.png" width="100" height="45" alt="CNRS" /></a>
+<a href="http://www.st.com"><img src="../sidebar/logos/100x-st.png" width="100" height="58.8235294117647" alt="ST" /></a>
+<a href="http://www.powerlinux.fr"><img src="../sidebar/logos/100x-powerlinux.png" width="100" height="60" alt="PowerLinux" /></a></p>
 
 
 
@@ -155,11 +153,46 @@
 <!-- ******************** ******* ******************** -->
 
 <div id="content">
-  <p><a href="http://www.inria.fr"><img src="./100x-inria.png" width="100" height="28" alt="Inria" /></a>
-<a href="http://lsiit.u-strasbg.fr"><img src="./100x-lsiit.png" width="100" height="48" alt="LSIIT" /></a>
-<a href="http://www.cnrs.fr/"><img src="./100x-cnrs.png" width="100" height="45" alt="CNRS" /></a>
-<a href="http://www.st.com"><img src="./100x-st.png" width="100" height="58.8235294117647" alt="ST" /></a>
-<a href="http://www.powerlinux.fr"><img src="./100x-powerlinux.png" width="100" height="60" alt="PowerLinux" /></a></p>
+  <p>This is the SandBox, a page anyone can edit to learn how to use the wiki.</p>
+
+<hr />
+
+<p>Here's a paragraph.</p>
+
+<p>Here's another one with <em>emphasised</em> text.</p>
+
+<h1>Header</h1>
+
+<h2>Subheader</h2>
+
+<blockquote>
+  <p>This is a blockquote.</p>
+  
+  <p>This is the first level of quoting.</p>
+  
+  <blockquote>
+    <p>This is nested blockquote.</p>
+  </blockquote>
+  
+  <p>Back to the first level.</p>
+</blockquote>
+
+<p>Numbered list </p>
+
+<ol>
+<li>First item.</li>
+<li>Another.</li>
+<li>And another..</li>
+</ol>
+
+<p>Bulleted list</p>
+
+<ul>
+<li><em>item</em></li>
+<li>item</li>
+</ul>
+
+<p><a href="../ikiwiki/wikilink/">WikiLink</a></p>
 
 </div>
 
@@ -183,6 +216,14 @@
     <!-- backlinks -->
 
     
+      <div id="backlinks">
+        Links:
+        
+          <a href="../ikiwiki/wikilink/">ikiwiki/wikilink</a>
+        
+        
+      </div>
+    
 
     <!-- copyright -->
 
@@ -195,8 +236,8 @@
     <!-- date -->
 
     <div class="pagedate">
-      Last modified <span class="date">Friday  4 September 2009 21:37:16</span>
-      <!-- Created <span class="date">Friday  4 September 2009 21:09:30</span> -->
+      Last modified <span class="date">Sunday 30 August 2009 20:59:20</span>
+      <!-- Created <span class="date">Sunday 30 August 2009 20:59:20</span> -->
     </div>
 
   </div><!-- div#pageinfo -->
diff --git a/shortcuts/index.html b/shortcuts/index.html
new file mode 100644
index 0000000..c3f6c90
--- /dev/null
+++ b/shortcuts/index.html
@@ -0,0 +1,291 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+  <title>shortcuts</title>
+  
+  <link rel="stylesheet" href="../style.css" type="text/css" />
+  <link rel="stylesheet" href="../local.css" type="text/css" />
+  
+  
+  
+  
+  <script type="text/javascript">
+    function fixLinks() {
+      var scheme = location.protocol;
+      if (scheme=="http:" || scheme=="https:") return;
+      var links = document.getElementsByTagName("a");
+      for (var i = links.length; --i >= 0; ) {
+        var link = links[i];
+        var href = link.href;
+        var hlen = href.length;
+        if (hlen > 0 && link.protocol==scheme && href.charAt(hlen-1) == "/")
+          links[i].href = href + "index.html";
+      }
+    }
+  </script>
+</head>
+<body onLoad="javascript:fixLinks();">
+
+<!-- ******************** *********** ******************** -->
+<!-- ******************** PAGE HEADER ******************** -->
+<!-- ******************** *********** ******************** -->
+
+<div class="pageheader">
+
+  <!-- header -->
+
+  <div class="header">
+    <span>
+      <span class="parentlinks">
+        
+          <a href="../">Lisaac — The Power of Simplicity</a> ➝
+        
+      </span>
+      <span class="title">
+        shortcuts
+        
+      </span>
+    </span>
+    
+  </div>
+
+  <!-- actions -->
+
+  
+
+  <!-- other languages -->
+
+  
+
+</div>
+
+<div id="leftcolumn">
+
+  <!-- ******************** **** ******************** -->
+  <!-- ******************** LOGO ******************** -->
+  <!-- ******************** **** ******************** -->
+
+  <div id="mainlogo"></div>
+
+  <!-- ******************** ******* ******************** -->
+  <!-- ******************** SIDEBAR ******************** -->
+  <!-- ******************** ******* ******************** -->
+
+  
+    <div id="sidebar">
+      <div>
+  <div id="feedlink">
+
+
+</div>
+<h1>Lisaac</h1>
+
+<ul>
+<li><a href="../">Home</a></li>
+<li><a href="../news/">News</a></li>
+</ul>
+
+
+
+
+</div>
+
+<div>
+  <div id="feedlink">
+
+
+</div>
+<h1>Language</h1>
+
+<ul>
+<li><a href="../language/">About</a></li>
+<li><a href="../language/docs/">Documentation</a></li>
+<li><a href="../language/download/">Download</a></li>
+<li><a href="../language/library/">Library</a></li>
+<li><a href="../language/sample/">Sample Code</a></li>
+<li><a href="../language/simplicity/">Simplicity</a></li>
+<li><a href="../language/benchmark/">Benchmarks</a></li>
+</ul>
+
+
+
+
+</div>
+
+<div>
+  <div id="feedlink">
+
+
+</div>
+<h1>Community</h1>
+
+
+
+
+</div>
+
+<div id="logos">
+  <div id="feedlink">
+
+
+</div>
+<p><a href="http://www.inria.fr"><img src="../sidebar/logos/100x-inria.png" width="100" height="28" alt="Inria" /></a>
+<a href="http://lsiit.u-strasbg.fr"><img src="../sidebar/logos/100x-lsiit.png" width="100" height="48" alt="LSIIT" /></a>
+<a href="http://www.cnrs.fr/"><img src="../sidebar/logos/100x-cnrs.png" width="100" height="45" alt="CNRS" /></a>
+<a href="http://www.st.com"><img src="../sidebar/logos/100x-st.png" width="100" height="58.8235294117647" alt="ST" /></a>
+<a href="http://www.powerlinux.fr"><img src="../sidebar/logos/100x-powerlinux.png" width="100" height="60" alt="PowerLinux" /></a></p>
+
+
+
+
+</div>
+
+    </div>
+  
+
+</div>
+
+<!-- ******************** ******* ******************** -->
+<!-- ******************** CONTENT ******************** -->
+<!-- ******************** ******* ******************** -->
+
+<div id="content">
+  <p>This wiki has shortcuts <strong>disabled</strong>.</p>
+
+<p>Some examples of using shortcuts include:</p>
+
+<pre><code>[[!google  foo]]
+[[!wikipedia  War_of_1812]]
+[[!debbug  12345]]
+Check the [[!cia  ikiwiki desc="CIA page for %s"]].
+</code></pre>
+
+<p>This page controls what shortcut links the wiki supports.</p>
+
+<ul>
+<li>[[!shortcut  name=google url="http://www.google.com/search?q=%s"]]</li>
+<li>[[!shortcut  name=archive url="http://web.archive.org/*/%S"]]</li>
+<li>[[!shortcut  name=gmap url="http://maps.google.com/maps?q=%s"]]</li>
+<li>[[!shortcut  name=gmsg url="http://groups.google.com/groups?selm=%s"]]</li>
+<li>[[!shortcut  name=wikipedia url="http://en.wikipedia.org/wiki/%s"]]</li>
+<li>[[!shortcut  name=wikitravel url="http://wikitravel.org/en/%s"]]</li>
+<li>[[!shortcut  name=wiktionary url="http://en.wiktionary.org/wiki/%s"]]</li>
+<li>[[!shortcut  name=debbug url="http://bugs.debian.org/%s" desc="bug #%s"]]</li>
+<li>[[!shortcut  name=deblist url="http://lists.debian.org/debian-%s" desc="debian-%s at lists.debian.org"]]</li>
+<li>[[!shortcut  name=debpkg url="http://packages.debian.org/%s"]]</li>
+<li>[[!shortcut  name=debpkgsid url="http://packages.debian.org/sid/%s"]]</li>
+<li>[[!shortcut  name=debpts url="http://packages.qa.debian.org/%s"]]</li>
+<li>[[!shortcut  name=debmsg url="http://lists.debian.org/msgid-search/%s"]]</li>
+<li>[[!shortcut  name=debrt url="https://rt.debian.org/Ticket/Display.html?id=%s"]]</li>
+<li>[[!shortcut  name=debss url="http://snapshot.debian.net/package/%s"]]
+<ul>
+<li>Usage: <code>[[!debss  package]]</code>, <code>[[!debss  package#version]]</code>, or <code>[[!debss  package/version]]</code>.  See http://snapshot.debian.net for details.</li>
+</ul></li>
+<li>[[!shortcut  name=debwiki url="http://wiki.debian.org/%s"]]</li>
+<li>[[!shortcut  name=fdobug url="https://bugs.freedesktop.org/show_bug.cgi?id=%s" desc="freedesktop.org bug #%s"]]</li>
+<li>[[!shortcut  name=fdolist url="http://lists.freedesktop.org/mailman/listinfo/%s" desc="%s at lists.freedesktop.org"]]</li>
+<li>[[!shortcut  name=gnomebug url="http://bugzilla.gnome.org/show_bug.cgi?id=%s" desc="GNOME bug #%s"]]</li>
+<li>[[!shortcut  name=linuxbug url="http://bugzilla.kernel.org/show_bug.cgi?id=%s" desc="Linux bug #%s"]]</li>
+<li>[[!shortcut  name=mozbug url="https://bugzilla.mozilla.org/show_bug.cgi?id=%s" desc="Mozilla bug #%s"]]</li>
+<li>[[!shortcut  name=gnulist url="http://lists.gnu.org/mailman/listinfo/%s" desc="%s at gnu.org"]]</li>
+<li>[[!shortcut  name=marcmsg url="http://marc.info/?i=%s"]]</li>
+<li>[[!shortcut  name=marclist url="http://marc.info/?l=%s"]]</li>
+<li>[[!shortcut  name=gmane url="http://dir.gmane.org/gmane.%s" desc="gmane.%s"]]</li>
+<li>[[!shortcut  name=gmanemsg url="http://mid.gmane.org/%s"]]</li>
+<li>[[!shortcut  name=cpan url="http://search.cpan.org/search?mode=dist&amp;query=%s"]]</li>
+<li>[[!shortcut  name=ctan url="http://tug.ctan.org/cgi-bin/ctanPackageInformation.py?id=%s"]]</li>
+<li>[[!shortcut  name=hoogle url="http://haskell.org/hoogle/?q=%s"]]</li>
+<li>[[!shortcut  name=iki url="http://ikiwiki.info/%S/"]]</li>
+<li>[[!shortcut  name=ljuser url="http://%s.livejournal.com/"]]</li>
+<li>[[!shortcut  name=rfc url="http://www.ietf.org/rfc/rfc%s.txt" desc="RFC %s"]]</li>
+<li>[[!shortcut  name=c2 url="http://c2.com/cgi/wiki?%s"]]</li>
+<li>[[!shortcut  name=meatballwiki url="http://www.usemod.com/cgi-bin/mb.pl?%s"]]</li>
+<li>[[!shortcut  name=emacswiki url="http://www.emacswiki.org/cgi-bin/wiki/%s"]]</li>
+<li>[[!shortcut  name=haskellwiki url="http://haskell.org/haskellwiki/%s"]]</li>
+<li>[[!shortcut  name=dict url="http://www.dict.org/bin/Dict?Form=Dict1&amp;Strategy=<em>&amp;Database=</em>&amp;Query=%s"]]</li>
+<li>[[!shortcut  name=imdb url="http://imdb.com/find?q=%s"]]</li>
+<li>[[!shortcut  name=gpg url="http://pgpkeys.mit.edu:11371/pks/lookup?op=vindex&amp;exact=on&amp;search=0x%s"]]</li>
+<li>[[!shortcut  name=perldoc url="http://perldoc.perl.org/search.html?q=%s"]]</li>
+<li>[[!shortcut  name=whois url="http://reports.internic.net/cgi/whois?whois_nic=%s&amp;type=domain"]]</li>
+<li>[[!shortcut  name=cve url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=%s"]]</li>
+<li>[[!shortcut  name=cia url="http://cia.vc/stats/project/%s"]]</li>
+<li>[[!shortcut  name=ciauser url="http://cia.vc/stats/user/%s"]]</li>
+<li>[[!shortcut  name=flickr url="http://www.flickr.com/photos/%s"]]</li>
+<li>[[!shortcut  name=man url="http://linux.die.net/man/%s"]]</li>
+<li>[[!shortcut  name=ohloh url="http://www.ohloh.net/projects/%s"]]</li>
+</ul>
+
+<p>To add a new shortcut, use the <code>shortcut</code>
+<a href="../ikiwiki/directive/">directive</a>. In the url, "%s" is replaced with the
+text passed to the named shortcut, after [[!wikipedia  url_encoding]]
+it, and '%S' is replaced with the raw, non-encoded text. The optional
+<code>desc</code> parameter controls the description of the link.</p>
+
+<p>Remember that the <code>name</code> you give the shortcut will become a new
+<a href="../ikiwiki/directive/">directive</a>.  Avoid using a <code>name</code> that conflicts
+with an existing directive.  These directives also accept a <code>desc</code>
+parameter that will override the one provided at definition time.</p>
+
+<p>If you come up with a shortcut that you think others might find useful,
+consider contributing it to the <a href="http://ikiwiki.info/shortcuts/">shortcuts page on the ikiwiki
+wiki</a>, so that future versions of
+ikiwiki will include your shortcut in the standard underlay.</p>
+
+</div>
+
+<!-- ******************** ******** ******************** -->
+<!-- ******************** COMMENTS ******************** -->
+<!-- ******************** ******** ******************** -->
+
+
+
+<!-- ******************** ****** ******************** -->
+<!-- ******************** FOOTER ******************** -->
+<!-- ******************** ****** ******************** -->
+
+<div id="footer" class="pagefooter">
+  <div id="pageinfo">
+
+    <!-- tags -->
+
+    
+
+    <!-- backlinks -->
+
+    
+      <div id="backlinks">
+        Links:
+        
+          <a href="../ikiwiki/formatting/">ikiwiki/formatting</a>
+        
+        
+      </div>
+    
+
+    <!-- copyright -->
+
+    
+
+    <!-- license -->
+
+    
+
+    <!-- date -->
+
+    <div class="pagedate">
+      Last modified <span class="date">Sunday 30 August 2009 21:09:23</span>
+      <!-- Created <span class="date">Sunday 30 August 2009 21:09:23</span> -->
+    </div>
+
+  </div><!-- div#pageinfo -->
+
+  
+  <!-- from Lisaac — The Power of Simplicity -->
+
+</div><!-- .pagefooter #footer -->
+
+</body>
+</html>
diff --git a/sidebar/logos/index.html b/sidebar/community/index.html
similarity index 77%
copy from sidebar/logos/index.html
copy to sidebar/community/index.html
index 441a8b8..5613ad7 100644
--- a/sidebar/logos/index.html
+++ b/sidebar/community/index.html
@@ -4,7 +4,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-  <title>logos</title>
+  <title>community</title>
   
   <link rel="stylesheet" href="../../style.css" type="text/css" />
   <link rel="stylesheet" href="../../local.css" type="text/css" />
@@ -47,7 +47,7 @@
         
       </span>
       <span class="title">
-        logos
+        community
         
       </span>
     </span>
@@ -134,11 +134,11 @@
 
 
 </div>
-<p><a href="http://www.inria.fr"><img src="./100x-inria.png" width="100" height="28" alt="Inria" /></a>
-<a href="http://lsiit.u-strasbg.fr"><img src="./100x-lsiit.png" width="100" height="48" alt="LSIIT" /></a>
-<a href="http://www.cnrs.fr/"><img src="./100x-cnrs.png" width="100" height="45" alt="CNRS" /></a>
-<a href="http://www.st.com"><img src="./100x-st.png" width="100" height="58.8235294117647" alt="ST" /></a>
-<a href="http://www.powerlinux.fr"><img src="./100x-powerlinux.png" width="100" height="60" alt="PowerLinux" /></a></p>
+<p><a href="http://www.inria.fr"><img src="../logos/100x-inria.png" width="100" height="28" alt="Inria" /></a>
+<a href="http://lsiit.u-strasbg.fr"><img src="../logos/100x-lsiit.png" width="100" height="48" alt="LSIIT" /></a>
+<a href="http://www.cnrs.fr/"><img src="../logos/100x-cnrs.png" width="100" height="45" alt="CNRS" /></a>
+<a href="http://www.st.com"><img src="../logos/100x-st.png" width="100" height="58.8235294117647" alt="ST" /></a>
+<a href="http://www.powerlinux.fr"><img src="../logos/100x-powerlinux.png" width="100" height="60" alt="PowerLinux" /></a></p>
 
 
 
@@ -155,11 +155,7 @@
 <!-- ******************** ******* ******************** -->
 
 <div id="content">
-  <p><a href="http://www.inria.fr"><img src="./100x-inria.png" width="100" height="28" alt="Inria" /></a>
-<a href="http://lsiit.u-strasbg.fr"><img src="./100x-lsiit.png" width="100" height="48" alt="LSIIT" /></a>
-<a href="http://www.cnrs.fr/"><img src="./100x-cnrs.png" width="100" height="45" alt="CNRS" /></a>
-<a href="http://www.st.com"><img src="./100x-st.png" width="100" height="58.8235294117647" alt="ST" /></a>
-<a href="http://www.powerlinux.fr"><img src="./100x-powerlinux.png" width="100" height="60" alt="PowerLinux" /></a></p>
+  <h1>Community</h1>
 
 </div>
 
@@ -196,7 +192,7 @@
 
     <div class="pagedate">
       Last modified <span class="date">Friday  4 September 2009 21:37:16</span>
-      <!-- Created <span class="date">Friday  4 September 2009 21:09:30</span> -->
+      <!-- Created <span class="date">Friday  4 September 2009 21:37:16</span> -->
     </div>
 
   </div><!-- div#pageinfo -->
diff --git a/sidebar/logos/index.html b/sidebar/index.html
similarity index 54%
copy from sidebar/logos/index.html
copy to sidebar/index.html
index 441a8b8..4f2f22d 100644
--- a/sidebar/logos/index.html
+++ b/sidebar/index.html
@@ -4,10 +4,10 @@
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-  <title>logos</title>
+  <title>sidebar</title>
   
-  <link rel="stylesheet" href="../../style.css" type="text/css" />
-  <link rel="stylesheet" href="../../local.css" type="text/css" />
+  <link rel="stylesheet" href="../style.css" type="text/css" />
+  <link rel="stylesheet" href="../local.css" type="text/css" />
   
   
   
@@ -41,13 +41,11 @@
     <span>
       <span class="parentlinks">
         
-          <a href="../../">Lisaac — The Power of Simplicity</a> ➝
-        
-          <a href="../">sidebar</a> ➝
+          <a href="../">Lisaac — The Power of Simplicity</a> ➝
         
       </span>
       <span class="title">
-        logos
+        sidebar
         
       </span>
     </span>
@@ -86,8 +84,8 @@
 <h1>Lisaac</h1>
 
 <ul>
-<li><a href="../../">Home</a></li>
-<li><a href="../../news/">News</a></li>
+<li><a href="../">Home</a></li>
+<li><a href="../news/">News</a></li>
 </ul>
 
 
@@ -103,13 +101,13 @@
 <h1>Language</h1>
 
 <ul>
-<li><a href="../../language/">About</a></li>
-<li><a href="../../language/docs/">Documentation</a></li>
-<li><a href="../../language/download/">Download</a></li>
-<li><a href="../../language/library/">Library</a></li>
-<li><a href="../../language/sample/">Sample Code</a></li>
-<li><a href="../../language/simplicity/">Simplicity</a></li>
-<li><a href="../../language/benchmark/">Benchmarks</a></li>
+<li><a href="../language/">About</a></li>
+<li><a href="../language/docs/">Documentation</a></li>
+<li><a href="../language/download/">Download</a></li>
+<li><a href="../language/library/">Library</a></li>
+<li><a href="../language/sample/">Sample Code</a></li>
+<li><a href="../language/simplicity/">Simplicity</a></li>
+<li><a href="../language/benchmark/">Benchmarks</a></li>
 </ul>
 
 
@@ -134,11 +132,11 @@
 
 
 </div>
-<p><a href="http://www.inria.fr"><img src="./100x-inria.png" width="100" height="28" alt="Inria" /></a>
-<a href="http://lsiit.u-strasbg.fr"><img src="./100x-lsiit.png" width="100" height="48" alt="LSIIT" /></a>
-<a href="http://www.cnrs.fr/"><img src="./100x-cnrs.png" width="100" height="45" alt="CNRS" /></a>
-<a href="http://www.st.com"><img src="./100x-st.png" width="100" height="58.8235294117647" alt="ST" /></a>
-<a href="http://www.powerlinux.fr"><img src="./100x-powerlinux.png" width="100" height="60" alt="PowerLinux" /></a></p>
+<p><a href="http://www.inria.fr"><img src="./logos/100x-inria.png" width="100" height="28" alt="Inria" /></a>
+<a href="http://lsiit.u-strasbg.fr"><img src="./logos/100x-lsiit.png" width="100" height="48" alt="LSIIT" /></a>
+<a href="http://www.cnrs.fr/"><img src="./logos/100x-cnrs.png" width="100" height="45" alt="CNRS" /></a>
+<a href="http://www.st.com"><img src="./logos/100x-st.png" width="100" height="58.8235294117647" alt="ST" /></a>
+<a href="http://www.powerlinux.fr"><img src="./logos/100x-powerlinux.png" width="100" height="60" alt="PowerLinux" /></a></p>
 
 
 
@@ -155,11 +153,72 @@
 <!-- ******************** ******* ******************** -->
 
 <div id="content">
-  <p><a href="http://www.inria.fr"><img src="./100x-inria.png" width="100" height="28" alt="Inria" /></a>
-<a href="http://lsiit.u-strasbg.fr"><img src="./100x-lsiit.png" width="100" height="48" alt="LSIIT" /></a>
-<a href="http://www.cnrs.fr/"><img src="./100x-cnrs.png" width="100" height="45" alt="CNRS" /></a>
-<a href="http://www.st.com"><img src="./100x-st.png" width="100" height="58.8235294117647" alt="ST" /></a>
-<a href="http://www.powerlinux.fr"><img src="./100x-powerlinux.png" width="100" height="60" alt="PowerLinux" /></a></p>
+  <div>
+  <div id="feedlink">
+
+
+</div>
+<h1>Lisaac</h1>
+
+<ul>
+<li><a href="../">Home</a></li>
+<li><a href="../news/">News</a></li>
+</ul>
+
+
+
+
+</div>
+
+<div>
+  <div id="feedlink">
+
+
+</div>
+<h1>Language</h1>
+
+<ul>
+<li><a href="../language/">About</a></li>
+<li><a href="../language/docs/">Documentation</a></li>
+<li><a href="../language/download/">Download</a></li>
+<li><a href="../language/library/">Library</a></li>
+<li><a href="../language/sample/">Sample Code</a></li>
+<li><a href="../language/simplicity/">Simplicity</a></li>
+<li><a href="../language/benchmark/">Benchmarks</a></li>
+</ul>
+
+
+
+
+</div>
+
+<div>
+  <div id="feedlink">
+
+
+</div>
+<h1>Community</h1>
+
+
+
+
+</div>
+
+<div id="logos">
+  <div id="feedlink">
+
+
+</div>
+<p><a href="http://www.inria.fr"><img src="./logos/100x-inria.png" width="100" height="28" alt="Inria" /></a>
+<a href="http://lsiit.u-strasbg.fr"><img src="./logos/100x-lsiit.png" width="100" height="48" alt="LSIIT" /></a>
+<a href="http://www.cnrs.fr/"><img src="./logos/100x-cnrs.png" width="100" height="45" alt="CNRS" /></a>
+<a href="http://www.st.com"><img src="./logos/100x-st.png" width="100" height="58.8235294117647" alt="ST" /></a>
+<a href="http://www.powerlinux.fr"><img src="./logos/100x-powerlinux.png" width="100" height="60" alt="PowerLinux" /></a></p>
+
+
+
+
+</div>
 
 </div>
 
@@ -196,7 +255,7 @@
 
     <div class="pagedate">
       Last modified <span class="date">Friday  4 September 2009 21:37:16</span>
-      <!-- Created <span class="date">Friday  4 September 2009 21:09:30</span> -->
+      <!-- Created <span class="date">Friday  4 September 2009 21:37:16</span> -->
     </div>
 
   </div><!-- div#pageinfo -->
diff --git a/sidebar/logos/index.html b/sidebar/language/index.html
similarity index 77%
copy from sidebar/logos/index.html
copy to sidebar/language/index.html
index 441a8b8..4194755 100644
--- a/sidebar/logos/index.html
+++ b/sidebar/language/index.html
@@ -4,7 +4,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-  <title>logos</title>
+  <title>language</title>
   
   <link rel="stylesheet" href="../../style.css" type="text/css" />
   <link rel="stylesheet" href="../../local.css" type="text/css" />
@@ -47,7 +47,7 @@
         
       </span>
       <span class="title">
-        logos
+        language
         
       </span>
     </span>
@@ -134,11 +134,11 @@
 
 
 </div>
-<p><a href="http://www.inria.fr"><img src="./100x-inria.png" width="100" height="28" alt="Inria" /></a>
-<a href="http://lsiit.u-strasbg.fr"><img src="./100x-lsiit.png" width="100" height="48" alt="LSIIT" /></a>
-<a href="http://www.cnrs.fr/"><img src="./100x-cnrs.png" width="100" height="45" alt="CNRS" /></a>
-<a href="http://www.st.com"><img src="./100x-st.png" width="100" height="58.8235294117647" alt="ST" /></a>
-<a href="http://www.powerlinux.fr"><img src="./100x-powerlinux.png" width="100" height="60" alt="PowerLinux" /></a></p>
+<p><a href="http://www.inria.fr"><img src="../logos/100x-inria.png" width="100" height="28" alt="Inria" /></a>
+<a href="http://lsiit.u-strasbg.fr"><img src="../logos/100x-lsiit.png" width="100" height="48" alt="LSIIT" /></a>
+<a href="http://www.cnrs.fr/"><img src="../logos/100x-cnrs.png" width="100" height="45" alt="CNRS" /></a>
+<a href="http://www.st.com"><img src="../logos/100x-st.png" width="100" height="58.8235294117647" alt="ST" /></a>
+<a href="http://www.powerlinux.fr"><img src="../logos/100x-powerlinux.png" width="100" height="60" alt="PowerLinux" /></a></p>
 
 
 
@@ -155,11 +155,17 @@
 <!-- ******************** ******* ******************** -->
 
 <div id="content">
-  <p><a href="http://www.inria.fr"><img src="./100x-inria.png" width="100" height="28" alt="Inria" /></a>
-<a href="http://lsiit.u-strasbg.fr"><img src="./100x-lsiit.png" width="100" height="48" alt="LSIIT" /></a>
-<a href="http://www.cnrs.fr/"><img src="./100x-cnrs.png" width="100" height="45" alt="CNRS" /></a>
-<a href="http://www.st.com"><img src="./100x-st.png" width="100" height="58.8235294117647" alt="ST" /></a>
-<a href="http://www.powerlinux.fr"><img src="./100x-powerlinux.png" width="100" height="60" alt="PowerLinux" /></a></p>
+  <h1>Language</h1>
+
+<ul>
+<li><a href="../../language/">About</a></li>
+<li><a href="../../language/docs/">Documentation</a></li>
+<li><a href="../../language/download/">Download</a></li>
+<li><a href="../../language/library/">Library</a></li>
+<li><a href="../../language/sample/">Sample Code</a></li>
+<li><a href="../../language/simplicity/">Simplicity</a></li>
+<li><a href="../../language/benchmark/">Benchmarks</a></li>
+</ul>
 
 </div>
 
@@ -196,7 +202,7 @@
 
     <div class="pagedate">
       Last modified <span class="date">Friday  4 September 2009 21:37:16</span>
-      <!-- Created <span class="date">Friday  4 September 2009 21:09:30</span> -->
+      <!-- Created <span class="date">Friday  4 September 2009 21:37:16</span> -->
     </div>
 
   </div><!-- div#pageinfo -->
diff --git a/sidebar/logos/index.html b/sidebar/logos/index.html
index 441a8b8..114b08d 100644
--- a/sidebar/logos/index.html
+++ b/sidebar/logos/index.html
@@ -196,7 +196,7 @@
 
     <div class="pagedate">
       Last modified <span class="date">Friday  4 September 2009 21:37:16</span>
-      <!-- Created <span class="date">Friday  4 September 2009 21:09:30</span> -->
+      <!-- Created <span class="date">Friday  4 September 2009 21:37:16</span> -->
     </div>
 
   </div><!-- div#pageinfo -->
diff --git a/sidebar/logos/index.html b/sidebar/main/index.html
similarity index 77%
copy from sidebar/logos/index.html
copy to sidebar/main/index.html
index 441a8b8..f75860b 100644
--- a/sidebar/logos/index.html
+++ b/sidebar/main/index.html
@@ -4,7 +4,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-  <title>logos</title>
+  <title>main</title>
   
   <link rel="stylesheet" href="../../style.css" type="text/css" />
   <link rel="stylesheet" href="../../local.css" type="text/css" />
@@ -47,7 +47,7 @@
         
       </span>
       <span class="title">
-        logos
+        main
         
       </span>
     </span>
@@ -134,11 +134,11 @@
 
 
 </div>
-<p><a href="http://www.inria.fr"><img src="./100x-inria.png" width="100" height="28" alt="Inria" /></a>
-<a href="http://lsiit.u-strasbg.fr"><img src="./100x-lsiit.png" width="100" height="48" alt="LSIIT" /></a>
-<a href="http://www.cnrs.fr/"><img src="./100x-cnrs.png" width="100" height="45" alt="CNRS" /></a>
-<a href="http://www.st.com"><img src="./100x-st.png" width="100" height="58.8235294117647" alt="ST" /></a>
-<a href="http://www.powerlinux.fr"><img src="./100x-powerlinux.png" width="100" height="60" alt="PowerLinux" /></a></p>
+<p><a href="http://www.inria.fr"><img src="../logos/100x-inria.png" width="100" height="28" alt="Inria" /></a>
+<a href="http://lsiit.u-strasbg.fr"><img src="../logos/100x-lsiit.png" width="100" height="48" alt="LSIIT" /></a>
+<a href="http://www.cnrs.fr/"><img src="../logos/100x-cnrs.png" width="100" height="45" alt="CNRS" /></a>
+<a href="http://www.st.com"><img src="../logos/100x-st.png" width="100" height="58.8235294117647" alt="ST" /></a>
+<a href="http://www.powerlinux.fr"><img src="../logos/100x-powerlinux.png" width="100" height="60" alt="PowerLinux" /></a></p>
 
 
 
@@ -155,11 +155,12 @@
 <!-- ******************** ******* ******************** -->
 
 <div id="content">
-  <p><a href="http://www.inria.fr"><img src="./100x-inria.png" width="100" height="28" alt="Inria" /></a>
-<a href="http://lsiit.u-strasbg.fr"><img src="./100x-lsiit.png" width="100" height="48" alt="LSIIT" /></a>
-<a href="http://www.cnrs.fr/"><img src="./100x-cnrs.png" width="100" height="45" alt="CNRS" /></a>
-<a href="http://www.st.com"><img src="./100x-st.png" width="100" height="58.8235294117647" alt="ST" /></a>
-<a href="http://www.powerlinux.fr"><img src="./100x-powerlinux.png" width="100" height="60" alt="PowerLinux" /></a></p>
+  <h1>Lisaac</h1>
+
+<ul>
+<li><a href="../../">Home</a></li>
+<li><a href="../../news/">News</a></li>
+</ul>
 
 </div>
 
@@ -196,7 +197,7 @@
 
     <div class="pagedate">
       Last modified <span class="date">Friday  4 September 2009 21:37:16</span>
-      <!-- Created <span class="date">Friday  4 September 2009 21:09:30</span> -->
+      <!-- Created <span class="date">Friday  4 September 2009 21:37:16</span> -->
     </div>
 
   </div><!-- div#pageinfo -->
diff --git a/templates/index.html b/templates/index.html
new file mode 100644
index 0000000..c00d7f0
--- /dev/null
+++ b/templates/index.html
@@ -0,0 +1,290 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+  <title>templates</title>
+  
+  <link rel="stylesheet" href="../style.css" type="text/css" />
+  <link rel="stylesheet" href="../local.css" type="text/css" />
+  
+  
+  
+  <meta name="robots" content="noindex, follow" />
+  <script type="text/javascript">
+    function fixLinks() {
+      var scheme = location.protocol;
+      if (scheme=="http:" || scheme=="https:") return;
+      var links = document.getElementsByTagName("a");
+      for (var i = links.length; --i >= 0; ) {
+        var link = links[i];
+        var href = link.href;
+        var hlen = href.length;
+        if (hlen > 0 && link.protocol==scheme && href.charAt(hlen-1) == "/")
+          links[i].href = href + "index.html";
+      }
+    }
+  </script>
+</head>
+<body onLoad="javascript:fixLinks();">
+
+<!-- ******************** *********** ******************** -->
+<!-- ******************** PAGE HEADER ******************** -->
+<!-- ******************** *********** ******************** -->
+
+<div class="pageheader">
+
+  <!-- header -->
+
+  <div class="header">
+    <span>
+      <span class="parentlinks">
+        
+          <a href="../">Lisaac — The Power of Simplicity</a> ➝
+        
+      </span>
+      <span class="title">
+        templates
+        
+      </span>
+    </span>
+    
+  </div>
+
+  <!-- actions -->
+
+  
+
+  <!-- other languages -->
+
+  
+
+</div>
+
+<div id="leftcolumn">
+
+  <!-- ******************** **** ******************** -->
+  <!-- ******************** LOGO ******************** -->
+  <!-- ******************** **** ******************** -->
+
+  <div id="mainlogo"></div>
+
+  <!-- ******************** ******* ******************** -->
+  <!-- ******************** SIDEBAR ******************** -->
+  <!-- ******************** ******* ******************** -->
+
+  
+    <div id="sidebar">
+      <div>
+  <div id="feedlink">
+
+
+</div>
+<h1>Lisaac</h1>
+
+<ul>
+<li><a href="../">Home</a></li>
+<li><a href="../news/">News</a></li>
+</ul>
+
+
+
+
+</div>
+
+<div>
+  <div id="feedlink">
+
+
+</div>
+<h1>Language</h1>
+
+<ul>
+<li><a href="../language/">About</a></li>
+<li><a href="../language/docs/">Documentation</a></li>
+<li><a href="../language/download/">Download</a></li>
+<li><a href="../language/library/">Library</a></li>
+<li><a href="../language/sample/">Sample Code</a></li>
+<li><a href="../language/simplicity/">Simplicity</a></li>
+<li><a href="../language/benchmark/">Benchmarks</a></li>
+</ul>
+
+
+
+
+</div>
+
+<div>
+  <div id="feedlink">
+
+
+</div>
+<h1>Community</h1>
+
+
+
+
+</div>
+
+<div id="logos">
+  <div id="feedlink">
+
+
+</div>
+<p><a href="http://www.inria.fr"><img src="../sidebar/logos/100x-inria.png" width="100" height="28" alt="Inria" /></a>
+<a href="http://lsiit.u-strasbg.fr"><img src="../sidebar/logos/100x-lsiit.png" width="100" height="48" alt="LSIIT" /></a>
+<a href="http://www.cnrs.fr/"><img src="../sidebar/logos/100x-cnrs.png" width="100" height="45" alt="CNRS" /></a>
+<a href="http://www.st.com"><img src="../sidebar/logos/100x-st.png" width="100" height="58.8235294117647" alt="ST" /></a>
+<a href="http://www.powerlinux.fr"><img src="../sidebar/logos/100x-powerlinux.png" width="100" height="60" alt="PowerLinux" /></a></p>
+
+
+
+
+</div>
+
+    </div>
+  
+
+</div>
+
+<!-- ******************** ******* ******************** -->
+<!-- ******************** CONTENT ******************** -->
+<!-- ******************** ******* ******************** -->
+
+<div id="content">
+  <p>This wiki has templates <strong>disabled</strong>.</p>
+
+<p>Templates are files that can be filled out and inserted into pages in the
+wiki.</p>
+
+<h2>Using a template</h2>
+
+<p>Using a template works like this:</p>
+
+<pre><code>[[!template  id=note text="""Here is the text to insert into my note."""]]
+</code></pre>
+
+<p>This fills out the <a href="./note/">note</a> template, filling in the <code>text</code> field with
+the specified value, and inserts the result into the page.</p>
+
+<p>Generally, a value can include any markup that would be allowed in the wiki
+page outside the template. Triple-quoting the value even allows quotes to
+be included in it. Combined with multi-line quoted values, this allows for
+large chunks of marked up text to be embedded into a template:</p>
+
+<pre><code>    [[!template  id=foo name="Sally" color="green" age=8 notes="""
+    * [[Charley]]'s sister.
+    * "I want to be an astronaut when I grow up."
+    * Really 8 and a half.
+    """]]
+</code></pre>
+
+<h2>Creating a template</h2>
+
+<p>To create a template, simply add a template directive to a page, and the 
+page will provide a link that can be used to create the template. The template
+is a regular wiki page, located in the <code>templates/</code> subdirectory inside
+the source directory of the wiki.</p>
+
+<p>The template uses the syntax used by the [[!cpan  HTML::Template]] perl
+module, which allows for some fairly complex things to be done. Consult its
+documentation for the full syntax, but all you really need to know are a
+few things:</p>
+
+<ul>
+<li>Each parameter you pass to the template directive will generate a 
+template variable. There are also some pre-defined variables like PAGE
+and BASENAME.</li>
+<li>To insert the value of a variable, use <code>&lt;TMPL_VAR variable&gt;</code>. Wiki markup
+in the value will first be converted to html.</li>
+<li>To insert the raw value of a variable, with wiki markup not yet converted
+to html, use <code>&lt;TMPL_VAR raw_variable&gt;</code>.</li>
+<li>To make a block of text conditional on a variable being set use
+<code>&lt;TMPL_IF NAME="variable"&gt;text&lt;/TMPL_IF&gt;</code>.</li>
+<li>To use one block of text if a variable is set and a second if it's not,
+use <code>&lt;TMPL_IF NAME="variable"&gt;text&lt;TMPL_ELSE&gt;other text&lt;/TMPL_IF&gt;</code></li>
+</ul>
+
+<p>Here's a sample template:</p>
+
+<pre><code>    &lt;span class="infobox"&gt;
+    Name: [[&lt;TMPL_VAR raw_name&gt;]]&lt;br /&gt;
+    Age: &lt;TMPL_VAR age&gt;&lt;br /&gt;
+    &lt;TMPL_IF NAME="color"&gt;
+    Favorite color: &lt;TMPL_VAR color&gt;&lt;br /&gt;
+    &lt;TMPL_ELSE&gt;
+    No favorite color.&lt;br /&gt;
+    &lt;/TMPL_IF&gt;
+    &lt;TMPL_IF NAME="notes"&gt;
+    &lt;hr /&gt;
+    &lt;TMPL_VAR notes&gt;
+    &lt;/TMPL_IF&gt;
+    &lt;/span&gt;
+</code></pre>
+
+<p>The filled out template will be formatted the same as the rest of the page
+that contains it, so you can include WikiLinks and all other forms of wiki
+markup in the template. Note though that such WikiLinks will not show up as
+backlinks to the page that uses the template.</p>
+
+<p>Note the use of "raw_name" inside the <a href="../ikiwiki/wikilink/">WikiLink</a> generator. This
+ensures that if the name contains something that might be mistaken for wiki
+markup, it's not converted to html before being processed as a
+<a href="../ikiwiki/wikilink/">WikiLink</a>.</p>
+
+</div>
+
+<!-- ******************** ******** ******************** -->
+<!-- ******************** COMMENTS ******************** -->
+<!-- ******************** ******** ******************** -->
+
+
+
+<!-- ******************** ****** ******************** -->
+<!-- ******************** FOOTER ******************** -->
+<!-- ******************** ****** ******************** -->
+
+<div id="footer" class="pagefooter">
+  <div id="pageinfo">
+
+    <!-- tags -->
+
+    
+
+    <!-- backlinks -->
+
+    
+      <div id="backlinks">
+        Links:
+        
+          <a href="../ikiwiki/formatting/">ikiwiki/formatting</a>
+        
+        
+      </div>
+    
+
+    <!-- copyright -->
+
+    
+
+    <!-- license -->
+
+    
+
+    <!-- date -->
+
+    <div class="pagedate">
+      Last modified <span class="date">Sunday 30 August 2009 21:09:23</span>
+      <!-- Created <span class="date">Sunday 30 August 2009 21:09:23</span> -->
+    </div>
+
+  </div><!-- div#pageinfo -->
+
+  
+  <!-- from Lisaac — The Power of Simplicity -->
+
+</div><!-- .pagefooter #footer -->
+
+</body>
+</html>
diff --git a/sidebar/logos/index.html b/templates/note/index.html
similarity index 73%
copy from sidebar/logos/index.html
copy to templates/note/index.html
index 441a8b8..7895d1a 100644
--- a/sidebar/logos/index.html
+++ b/templates/note/index.html
@@ -4,7 +4,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-  <title>logos</title>
+  <title>note</title>
   
   <link rel="stylesheet" href="../../style.css" type="text/css" />
   <link rel="stylesheet" href="../../local.css" type="text/css" />
@@ -43,11 +43,11 @@
         
           <a href="../../">Lisaac — The Power of Simplicity</a> ➝
         
-          <a href="../">sidebar</a> ➝
+          <a href="../">templates</a> ➝
         
       </span>
       <span class="title">
-        logos
+        note
         
       </span>
     </span>
@@ -134,11 +134,11 @@
 
 
 </div>
-<p><a href="http://www.inria.fr"><img src="./100x-inria.png" width="100" height="28" alt="Inria" /></a>
-<a href="http://lsiit.u-strasbg.fr"><img src="./100x-lsiit.png" width="100" height="48" alt="LSIIT" /></a>
-<a href="http://www.cnrs.fr/"><img src="./100x-cnrs.png" width="100" height="45" alt="CNRS" /></a>
-<a href="http://www.st.com"><img src="./100x-st.png" width="100" height="58.8235294117647" alt="ST" /></a>
-<a href="http://www.powerlinux.fr"><img src="./100x-powerlinux.png" width="100" height="60" alt="PowerLinux" /></a></p>
+<p><a href="http://www.inria.fr"><img src="../../sidebar/logos/100x-inria.png" width="100" height="28" alt="Inria" /></a>
+<a href="http://lsiit.u-strasbg.fr"><img src="../../sidebar/logos/100x-lsiit.png" width="100" height="48" alt="LSIIT" /></a>
+<a href="http://www.cnrs.fr/"><img src="../../sidebar/logos/100x-cnrs.png" width="100" height="45" alt="CNRS" /></a>
+<a href="http://www.st.com"><img src="../../sidebar/logos/100x-st.png" width="100" height="58.8235294117647" alt="ST" /></a>
+<a href="http://www.powerlinux.fr"><img src="../../sidebar/logos/100x-powerlinux.png" width="100" height="60" alt="PowerLinux" /></a></p>
 
 
 
@@ -155,11 +155,20 @@
 <!-- ******************** ******* ******************** -->
 
 <div id="content">
-  <p><a href="http://www.inria.fr"><img src="./100x-inria.png" width="100" height="28" alt="Inria" /></a>
-<a href="http://lsiit.u-strasbg.fr"><img src="./100x-lsiit.png" width="100" height="48" alt="LSIIT" /></a>
-<a href="http://www.cnrs.fr/"><img src="./100x-cnrs.png" width="100" height="45" alt="CNRS" /></a>
-<a href="http://www.st.com"><img src="./100x-st.png" width="100" height="58.8235294117647" alt="ST" /></a>
-<a href="http://www.powerlinux.fr"><img src="./100x-powerlinux.png" width="100" height="60" alt="PowerLinux" /></a></p>
+  <div class="notebox">
+<TMPL_VAR text>
+</div>
+
+<p><TMPL_UNLESS NAME="text">
+Use this template to insert a note into a page. The note will be styled to
+float to the right of other text on the page. This template has one
+parameter:</p>
+
+<ul>
+<li>`text` - the text to display in the note
+</ul>
+
+<p></TMPL_UNLESS></p>
 
 </div>
 
@@ -183,6 +192,14 @@
     <!-- backlinks -->
 
     
+      <div id="backlinks">
+        Links:
+        
+          <a href="../">templates</a>
+        
+        
+      </div>
+    
 
     <!-- copyright -->
 
@@ -195,8 +212,8 @@
     <!-- date -->
 
     <div class="pagedate">
-      Last modified <span class="date">Friday  4 September 2009 21:37:16</span>
-      <!-- Created <span class="date">Friday  4 September 2009 21:09:30</span> -->
+      Last modified <span class="date">Sunday 30 August 2009 20:59:21</span>
+      <!-- Created <span class="date">Sunday 30 August 2009 20:59:21</span> -->
     </div>
 
   </div><!-- div#pageinfo -->
diff --git a/sidebar/logos/index.html b/templates/popup/index.html
similarity index 69%
copy from sidebar/logos/index.html
copy to templates/popup/index.html
index 441a8b8..a28e2ad 100644
--- a/sidebar/logos/index.html
+++ b/templates/popup/index.html
@@ -4,7 +4,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-  <title>logos</title>
+  <title>popup</title>
   
   <link rel="stylesheet" href="../../style.css" type="text/css" />
   <link rel="stylesheet" href="../../local.css" type="text/css" />
@@ -43,11 +43,11 @@
         
           <a href="../../">Lisaac — The Power of Simplicity</a> ➝
         
-          <a href="../">sidebar</a> ➝
+          <a href="../">templates</a> ➝
         
       </span>
       <span class="title">
-        logos
+        popup
         
       </span>
     </span>
@@ -134,11 +134,11 @@
 
 
 </div>
-<p><a href="http://www.inria.fr"><img src="./100x-inria.png" width="100" height="28" alt="Inria" /></a>
-<a href="http://lsiit.u-strasbg.fr"><img src="./100x-lsiit.png" width="100" height="48" alt="LSIIT" /></a>
-<a href="http://www.cnrs.fr/"><img src="./100x-cnrs.png" width="100" height="45" alt="CNRS" /></a>
-<a href="http://www.st.com"><img src="./100x-st.png" width="100" height="58.8235294117647" alt="ST" /></a>
-<a href="http://www.powerlinux.fr"><img src="./100x-powerlinux.png" width="100" height="60" alt="PowerLinux" /></a></p>
+<p><a href="http://www.inria.fr"><img src="../../sidebar/logos/100x-inria.png" width="100" height="28" alt="Inria" /></a>
+<a href="http://lsiit.u-strasbg.fr"><img src="../../sidebar/logos/100x-lsiit.png" width="100" height="48" alt="LSIIT" /></a>
+<a href="http://www.cnrs.fr/"><img src="../../sidebar/logos/100x-cnrs.png" width="100" height="45" alt="CNRS" /></a>
+<a href="http://www.st.com"><img src="../../sidebar/logos/100x-st.png" width="100" height="58.8235294117647" alt="ST" /></a>
+<a href="http://www.powerlinux.fr"><img src="../../sidebar/logos/100x-powerlinux.png" width="100" height="60" alt="PowerLinux" /></a></p>
 
 
 
@@ -155,11 +155,24 @@
 <!-- ******************** ******* ******************** -->
 
 <div id="content">
-  <p><a href="http://www.inria.fr"><img src="./100x-inria.png" width="100" height="28" alt="Inria" /></a>
-<a href="http://lsiit.u-strasbg.fr"><img src="./100x-lsiit.png" width="100" height="48" alt="LSIIT" /></a>
-<a href="http://www.cnrs.fr/"><img src="./100x-cnrs.png" width="100" height="45" alt="CNRS" /></a>
-<a href="http://www.st.com"><img src="./100x-st.png" width="100" height="58.8235294117647" alt="ST" /></a>
-<a href="http://www.powerlinux.fr"><img src="./100x-powerlinux.png" width="100" height="60" alt="PowerLinux" /></a></p>
+  <p><TMPL_UNLESS NAME="mouseover">
+Use this template to create a popup window that is displayed when the mouse
+is over part of the page. This template has two parameters:</p>
+
+<ul>
+<li>`mouseover` - This is the text or other content that triggers the
+popup.
+<li>`popup` - This should be the content of the popup window. It can be
+anything, even images or a whole little wiki page, but should not be too
+large for good usability.
+</ul>
+
+<p>Note that browsers that do not support the CSS will display the popup
+inline in the page, inside square brackets.
+</TMPL_UNLESS>
+<span class="popup"><TMPL_VAR mouseover>
+<span class="paren">[</span><span class="balloon"><TMPL_VAR popup></span><span class="paren">]</span>
+</span></p>
 
 </div>
 
@@ -195,8 +208,8 @@
     <!-- date -->
 
     <div class="pagedate">
-      Last modified <span class="date">Friday  4 September 2009 21:37:16</span>
-      <!-- Created <span class="date">Friday  4 September 2009 21:09:30</span> -->
+      Last modified <span class="date">Sunday 30 August 2009 20:59:21</span>
+      <!-- Created <span class="date">Sunday 30 August 2009 20:59:21</span> -->
     </div>
 
   </div><!-- div#pageinfo -->

-- 
Website for Isaac project



More information about the Lisaac-commits mailing list