[SCM] Website for Isaac project branch, ikiwiki-compiled, updated. da9f4d0032ee749179f4e18ce248f1eaa5a6747f

Mildred Ki'Lya silkensedai at online.fr
Thu Sep 10 20:32:20 UTC 2009


The following commit has been merged in the ikiwiki-compiled branch:
commit da9f4d0032ee749179f4e18ce248f1eaa5a6747f
Author: Mildred Ki'Lya <silkensedai at online.fr>
Date:   Thu Sep 10 22:31:49 2009 +0200

    Refresh Thu Sep 10 22:31:49 CEST 2009

diff --git a/Makefile b/Makefile
index c94d5c0..508c848 100644
--- a/Makefile
+++ b/Makefile
@@ -1,17 +1,18 @@
 
-ikiwiki: clean
+ikiwiki:
 	ikiwiki --setup .ikiwiki/ikiwiki.setup
-	rm -rf html/html
+	#rm -rf html/html
 
 clean:
 	find . -name "*~" | xargs rm -f
 
-send: clean
+send:
 	ikiwiki --setup .ikiwiki/ikiwiki.setup
-	rm -rf html/html
+	#rm -rf html/html
 	cd html && git add -A
 	cd html && git commit -m "Refresh `date`"
-	cd html && git push origin mildred-compiled
-	git push origin mildred-compiled
+	cd html && git update-ref refs/heads/ikiwiki-compiled HEAD
+	cd html && git push -f origin ikiwiki-compiled
+	git push -f origin ikiwiki-compiled
 
 .PHONY: ikiwiki clean send
diff --git a/community/git/index.html b/community/git/index.html
new file mode 100644
index 0000000..cf744c4
--- /dev/null
+++ b/community/git/index.html
@@ -0,0 +1,484 @@
+<!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>git</title>
+  
+  <link rel="stylesheet" href="../../style.css" type="text/css" />
+  <link rel="stylesheet" href="../../local.css" type="text/css" />
+  
+  
+  
+  
+  <script type="text/javascript">
+    //<![CDATA[
+    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="../">community</a> ➝
+        
+      </span>
+      <span class="title">
+        git
+        
+      </span>
+    </span>
+    
+  </div>
+
+  <!-- actions -->
+
+  
+
+  <!-- other languages -->
+
+  
+
+</div>
+
+<div id="leftcolumn">
+
+  <!-- ******************** **** ******************** -->
+  <!-- ******************** LOGO ******************** -->
+  <!-- ******************** **** ******************** -->
+
+  <div id="mainlogo"></div>
+
+  <!-- ******************** ******* ******************** -->
+  <!-- ******************** SIDEBAR ******************** -->
+  <!-- ******************** ******* ******************** -->
+
+  
+    <div id="sidebar">
+      <div>
+  <div class="feedlink">
+
+
+</div>
+<h1>Lisaac</h1>
+
+<ul>
+<li><a href="../../">Home</a></li>
+<li><a href="../../news/">News</a></li>
+</ul>
+
+
+
+
+</div>
+
+<div>
+  <div class="feedlink">
+
+
+</div>
+<h1><a href="../../language/">Language</a></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 class="feedlink">
+
+
+</div>
+<h1><a href="../">Community</a></h1>
+
+<ul>
+<li><a href="../">Community</a></li>
+<li><span class="selflink">Git</span>
+<ul>
+<li><a href="./website/">Website</a></li>
+</ul></li>
+<li><a href="https://alioth.debian.org/mail/?group_id=100200">Mailing lists</a></li>
+<li><a href="https://alioth.debian.org/tracker/?group_id=100200">Bug Tracker</a></li>
+<li><a href="https://alioth.debian.org/projects/lisaac/">Alioth Page</a></li>
+</ul>
+
+
+
+
+</div>
+
+<div id="logos">
+  <div class="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>
+
+
+
+
+  <a href="http://validator.w3.org/check?uri=referer"><img
+     src="http://www.w3.org/Icons/valid-xhtml10-blue"
+     alt="Valid XHTML 1.0 Strict" height="31" width="88" /></a>
+</div>
+
+    </div>
+  
+
+</div>
+
+<!-- ******************** ******* ******************** -->
+<!-- ******************** CONTENT ******************** -->
+<!-- ******************** ******* ******************** -->
+
+<div id="content">
+  <h1>git</h1>
+
+<h2>Nice settings for Git</h2>
+
+<p>To configure git, you can either use the <code>git config --global KEY VALUE</code> command
+or manually edit <code>~/.gitconfig</code>.</p>
+
+<p>Tell git who you are:
+    git config --global user.name "FirstName LastName"
+    git config --global user.email "user at example.com"</p>
+
+<p>To enable auto-detection for number of threads to use (good for multi-CPU or
+multi-core computers) for packing repositories, use:</p>
+
+<pre><code>git config --global pack.threads 0
+</code></pre>
+
+<p>To disable the rename detection limit (which is set "pretty low" according to
+Linus, "just to not cause problems for people who have less memory in their
+machines than kernel developers tend to have"), use:</p>
+
+<pre><code>git config --global diff.renamelimit 0
+</code></pre>
+
+<p>To automatically detect when a local branch is connected to a remote branch (the
+<code>--track</code> option of <code>git branch</code>):</p>
+
+<pre><code>git config --global branch.autosetupmerge true
+</code></pre>
+
+<p>Or, to turn all color options on (with git 1.5.5+), use:</p>
+
+<pre><code>git config --global color.ui auto
+</code></pre>
+
+<p>Setup some nice aliases:</p>
+
+<pre><code>git config --global alias.ci commit
+git config --global alias.co checkout
+git config --global alias.st status
+git config --global alias.df diff
+</code></pre>
+
+<p>To get the code in the ancestor in merge conflicts (in addition to the two
+version being merged):</p>
+
+<pre><code>git config --global merge.conflictstyle diff3
+</code></pre>
+
+<p>You can get more nice options in
+<a href="http://cheat.errtheblog.com/s/git">$ cheat git</a>. There are also nice tricks to
+be learnt at <a href="http://gitready.com/">git ready</a>.</p>
+
+<h2>Setup ssh for Git</h2>
+
+<p>First, configure ssh so it connects to alioth with the correct username. Modify
+<code>~/.ssh/config</code> to have something like:</p>
+
+<pre><code>Host alioth.debian.org git.debian.org
+    User aliothname-guest
+</code></pre>
+
+<p>You don't need to type your password every time. You can setup ssh keys. In
+order to do that, you need to have generated ssh keys. If you have a file named
+<code>~/.ssh/id_rsa</code> or <code>~/.ssh/id_dsa</code> with the matching <code>id_rsa.pub</code> or
+<code>id_dsa.pub</code>, you have generated your keys. if not, just run <code>ssk-keygen</code> and
+accept the default choices.</p>
+
+<p>Now, you have to tell alioth of your public keys, just run:</p>
+
+<pre><code>cat ~/.ssh/*.pub
+</code></pre>
+
+<p>And paste the result in the
+<a href="https://alioth.debian.org/account/editsshkeys.php">field reserved for it</a> in
+your alioth user account.</p>
+
+<h2>Lisaac Git Repositories</h2>
+
+<p>All the alioth git repositories are to be found in the
+<a href="http://git.debian.org">alioth git page</a>, just search for the string <code>lisaac/</code>.</p>
+
+<p>To get your copy of the git repositories, you can just run:</p>
+
+<pre><code>git clone git+ssh://git.debian.org/git/lisaac/benchmarks.git
+git clone git+ssh://git.debian.org/git/lisaac/compiler.git
+git clone git+ssh://git.debian.org/git/lisaac/documentation.git
+git clone git+ssh://git.debian.org/git/lisaac/scripts.git
+git clone git+ssh://git.debian.org/git/lisaac/website.git
+git clone git+ssh://git.debian.org/git/lisaac/tutorial.git
+git clone git+ssh://git.debian.org/git/lisaac/programs/action-simulation.git
+git clone git+ssh://git.debian.org/git/lisaac/programs/java2lisaac.git
+git clone git+ssh://git.debian.org/git/lisaac/programs/sanglier.git
+git clone git+ssh://git.debian.org/git/lisaac/libraries/expat-binding.git
+git clone git+ssh://git.debian.org/git/lisaac/libraries/lua-binding.git
+git clone git+ssh://git.debian.org/git/lisaac/libraries/opengl-binding.git
+git clone git+ssh://git.debian.org/git/lisaac/libraries/sdl-binding.git
+git clone git+ssh://git.debian.org/git/lisaac/libraries/math.git
+git clone git+ssh://git.debian.org/git/lisaac/libraries/freetype.git
+git clone git+ssh://git.debian.org/git/lisaac/libraries/examples.git
+</code></pre>
+
+<p>You can find more information about the website git repository on the
+<a href="./website/">website</a> page.</p>
+
+<h2>Git Tools</h2>
+
+<p><code>gitk</code> is a graphical tool that let you view the history of the repository and
+what happened at each commit.</p>
+
+<p><code>git gui</code> or <code>git citool</code> is a graphical interface to <code>git add</code> and
+<code>git commit</code>. With it you can easily commit the changed files in your working
+directory. It is very useful if you want to be very specific in what you commit
+and what you don't. For example, you can commit only some files and leave other
+uncomitted. or even choose which lines in a file you ant to commit.</p>
+
+<h2>Git Commands</h2>
+
+<ul>
+<li><code>git checkout</code>: checkout a specific revision or a specific branch. Modify your
+working copy.</li>
+<li><code>git add</code>: mark files to be comitted.</li>
+<li><code>git status</code>: see what you are about to commit</li>
+<li><code>git commit</code>: commit files you marked with git add</li>
+<li><code>git commit</code>: commit all modified files</li>
+<li><code>git rm</code>: remove a file from the repository</li>
+<li><code>git mv</code>: move a file in the repository</li>
+<li><code>git diff</code>: see the modifications you won't be comitting</li>
+<li><code>git diff --staged</code>: see the modifications that are about to be comitted</li>
+<li><code>git pull</code>: merge your local branch with a remote repository</li>
+<li><code>git push</code>: push your modifications to a remote repository</li>
+<li><code>git stash</code>: tempoary store the modifications you made for later use (read the
+help)</li>
+</ul>
+
+<h2>Git branches</h2>
+
+<p>Branches in git can either be local or remote. Local branches is where you work,
+and remote branches keep track of the branch of foreign repositories. The
+repository you cloned is generally called <code>origin</code>, hence all the branches of
+this repository will be prefixed by <code>origin/</code>.</p>
+
+<p>Even if they are called remote branches, no operation on them require an
+internet connexion, except when you want to synchronize them with the remote
+repository.</p>
+
+<p>You can view your local branches using:</p>
+
+<pre><code>git branch
+</code></pre>
+
+<p>And you can see remote branches using:</p>
+
+<pre><code>git branch -r
+</code></pre>
+
+<p>When you clone the repository, only the main branch (usually called <code>master</code>,
+but it may be different for some repositories) will be imported as a local
+branch.</p>
+
+<p>If you want to work on a specific branch, you must have a local branch to
+represent it. To create a local branch you can use:</p>
+
+<pre><code>git checkout --track -b branchname origin/branchname
+</code></pre>
+
+<h3>Import the remote changes in the local repository</h3>
+
+<p>Since there are local and remote branches, you might want to
+* either update the remote branches, this won't change your local branches and
+  your work,
+* or update the remote branches and the local branches that correspond to them.
+  This might perform a merge to resolve conflicts.</p>
+
+<p>For the first option, just run:</p>
+
+<pre><code>git fetch
+</code></pre>
+
+<p>If you want to update your local branches as well (and risk a merge):</p>
+
+<pre><code>git pull
+</code></pre>
+
+<p>You might want to rebase instead of merge (read the rebase sectionb below). Then you would write:</p>
+
+<pre><code>git pull --rebase
+</code></pre>
+
+<p>Or you can run <code>git fetch</code> and then merge manually using:</p>
+
+<pre><code>git merge origin/branchname
+</code></pre>
+
+<h3>Push your changes on the remote repository</h3>
+
+<p>For the push to work, you need to have your local branch up to date with the
+latest commit on the remote repository. A <code>git pull</code> will do nicely. Then you
+can just run:</p>
+
+<pre><code>git push
+</code></pre>
+
+<h2>Rebasing</h2>
+
+<p>Rebasing is a feature of git that let you have a cleaner history. Instead of
+having different branches you merge, the history will be linear without merge.
+having a linear history makes it easier to read and easier to detect where a bug
+was introduced.</p>
+
+<p>Rebasing is great but has a major drawback. It remove your old commits and
+rewrite them. So, the commit identifier (sha-1) changes. As a consequence if you
+published your work and someone used what you did, this might create problems.
+So, as a general rule, dont rebase when you published your changes (pushed
+them).</p>
+
+<p>Rebase works just as <code>git merge</code>, but instead you write <code>git rebase</code>. For
+example you can do:</p>
+
+<pre><code>git rebase origin/branchname
+</code></pre>
+
+<p>to have all the new commits on the current local branches be applied on top of
+the latest commit on the remote branch <code>branchname</code>.</p>
+
+<p>You can also tell <code>git pull</code> to perform a rebase instead of a merge:</p>
+
+<pre><code>git pull --rebase
+</code></pre>
+
+<h3>Interactive rebase</h3>
+
+<p>You can reorder the commits you bade using interactive rebase. Just use
+<code>git log</code> or <code>gitk</code> to identify the sha-1 of the oldest commit you ant to change
+and run:</p>
+
+<pre><code>git rebase -i commit-identifier
+</code></pre>
+
+<p>It will pop up an identifier, and you can reorder the commits as you want. There
+are also other options you might want to discover.</p>
+
+<h2>Links</h2>
+
+<ul>
+<li><a href="http://gitready.com/">Git ready</a>: tips for git (there are interesting links to other sites as well)</li>
+<li><a href="http://book.git-scm.com/">Git Book</a></li>
+<li><a href="http://git.or.cz/course/svn.html">Git - SVN Crash Course</a>: if you know subversion better than anything else</li>
+<li><a href="http://www.kernel.org/pub/software/scm/git/docs/gittutorial.html">gittutorial(7) Manual Page</a> and
+<a href="http://www.kernel.org/pub/software/scm/git/docs/gittutorial-2.html">gittutorial-2(7) Manual Page</a></li>
+<li><a href="http://eagain.net/articles/git-for-computer-scientists/">Git for Computer Scientists</a>: how git store the data</li>
+<li><a href="http://peepcode.com/products/git-internals-pdf">Git Internals</a>: understanding git fully (9$ e-book)</li>
+</ul>
+
+</div>
+
+<!-- ******************** ******** ******************** -->
+<!-- ******************** COMMENTS ******************** -->
+<!-- ******************** ******** ******************** -->
+
+
+
+<!-- ******************** ****** ******************** -->
+<!-- ******************** FOOTER ******************** -->
+<!-- ******************** ****** ******************** -->
+
+<div id="footer" class="pagefooter">
+  <div id="pageinfo">
+
+    <!-- tags -->
+
+    
+
+    <!-- backlinks -->
+
+    
+      <div id="backlinks">
+        Links:
+        
+          <a href="./website/">git/website</a>
+        
+          <a href="../../sidebar/community/">sidebar/community</a>
+        
+        
+      </div>
+    
+
+    <!-- copyright -->
+
+    
+
+    <!-- license -->
+
+    
+
+    <!-- date -->
+
+    <div class="pagedate">
+      Last modified <span class="date">Thursday 10 September 2009 21:59:07</span>
+      <!-- Created <span class="date">Thursday 10 September 2009 19:49:15</span> -->
+    </div>
+
+  </div><!-- div#pageinfo -->
+
+  
+  <!-- from Lisaac — The Power of Simplicity -->
+
+</div><!-- .pagefooter #footer -->
+
+</body>
+</html>
diff --git a/ikiwiki/subpage/linkingrules/index.html b/community/git/website/index.html
similarity index 65%
copy from ikiwiki/subpage/linkingrules/index.html
copy to community/git/website/index.html
index e012946..d71691c 100644
--- a/ikiwiki/subpage/linkingrules/index.html
+++ b/community/git/website/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>linkingrules</title>
+  <title>website</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">
     //<![CDATA[
     function fixLinks() {
@@ -45,13 +45,13 @@
         
           <a href="../../../">Lisaac — The Power of Simplicity</a> ➝
         
-          <a href="../../">ikiwiki</a> ➝
+          <a href="../../">community</a> ➝
         
-          <a href="../">subpage</a> ➝
+          <a href="../">git</a> ➝
         
       </span>
       <span class="title">
-        linkingrules
+        website
         
       </span>
     </span>
@@ -126,7 +126,18 @@
 
 
 </div>
-<h1><a href="../../../sidebar/community/">Community</a></h1>
+<h1><a href="../../">Community</a></h1>
+
+<ul>
+<li><a href="../../">Community</a></li>
+<li><a href="../">Git</a>
+<ul>
+<li><span class="selflink">Website</span></li>
+</ul></li>
+<li><a href="https://alioth.debian.org/mail/?group_id=100200">Mailing lists</a></li>
+<li><a href="https://alioth.debian.org/tracker/?group_id=100200">Bug Tracker</a></li>
+<li><a href="https://alioth.debian.org/projects/lisaac/">Alioth Page</a></li>
+</ul>
 
 
 
@@ -162,38 +173,56 @@
 <!-- ******************** ******* ******************** -->
 
 <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>
+  <h1>Work on the Website</h1>
+
+<p>This page describes how to update this website.</p>
+
+<p>This website is managed using <a href="../">Git</a> and <a href="http://ikiwiki.info/">ikiwiki</a>
+version 3. Older versions of ikiwiki won't work. The wiki syntax is
+<a href="http://daringfireball.net/projects/markdown/syntax">markdown</a>. Please take time
+to look at these links.</p>
+
+<h2>The Git Repository</h2>
+
+<p>First, you need to clone the website repository:</p>
+
+<pre><code>git clone git+ssh://git.debian.org/git/lisaac/website.git
+</code></pre>
+
+<p>This will give you the branch <code>master</code>. This repository contains also other
+branches:</p>
+
+<ul>
+<li><code>master</code> is used for the old website</li>
+<li><code>ikiwiki</code> is for the ikiwiki website</li>
+<li><code>ikiwiki-compiled</code> is for internal use by scripts only. it contains the html
+version of the ikiwiki website.</li>
+</ul>
+
+<h2>Modify the ikiwiki website</h2>
+
+<p>You just have to checkout the ikiwiki branch. If you don't have a local
+<code>ikiwiki</code> branch, just create it:</p>
+
+<pre><code>git checkout --track -b ikiwiki origin/ikiwiki
+</code></pre>
+
+<p>Then, you can modify the wiki pages (*.mdwn files).</p>
+
+<p>When you have finished, you can just run:</p>
+
+<pre><code>make
+</code></pre>
+
+<p>This will give you an html version of the website in the <code>html/</code> directory. If
+you want to publish the changes, just run:</p>
+
+<pre><code>make send
+</code></pre>
+
+<p>This will create a new commit on the <code>ikiwiki-compiled</code> branch and push it on
+the server. When you push on the server, it will update the website
+automatically.</p>
 
 </div>
 
@@ -220,9 +249,9 @@ links are checked for last of all.</p>
       <div id="backlinks">
         Links:
         
-          <a href="../">subpage</a>
+          <a href="../">git</a>
         
-          <a href="../../wikilink/">wikilink</a>
+          <a href="../../../sidebar/community/">sidebar/community</a>
         
         
       </div>
@@ -239,8 +268,8 @@ links are checked for last of all.</p>
     <!-- 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> -->
+      Last modified <span class="date">Thursday 10 September 2009 22:05:34</span>
+      <!-- Created <span class="date">Thursday 10 September 2009 22:05:34</span> -->
     </div>
 
   </div><!-- div#pageinfo -->
diff --git a/community/index.html b/community/index.html
index 9fe8852..364e479 100644
--- a/community/index.html
+++ b/community/index.html
@@ -122,7 +122,18 @@
 
 
 </div>
-<h1><a href="../sidebar/community/">Community</a></h1>
+<h1><span class="selflink">Community</span></h1>
+
+<ul>
+<li><span class="selflink">Community</span></li>
+<li><a href="./git/">Git</a>
+<ul>
+<li><a href="./git/website/">Website</a></li>
+</ul></li>
+<li><a href="https://alioth.debian.org/mail/?group_id=100200">Mailing lists</a></li>
+<li><a href="https://alioth.debian.org/tracker/?group_id=100200">Bug Tracker</a></li>
+<li><a href="https://alioth.debian.org/projects/lisaac/">Alioth Page</a></li>
+</ul>
 
 
 
@@ -182,6 +193,14 @@
     <!-- backlinks -->
 
     
+      <div id="backlinks">
+        Links:
+        
+          <a href="../sidebar/community/">sidebar/community</a>
+        
+        
+      </div>
+    
 
     <!-- copyright -->
 
diff --git a/templates/note/index.html b/community/website/index.html
similarity index 85%
copy from templates/note/index.html
copy to community/website/index.html
index 998de1a..c279200 100644
--- a/templates/note/index.html
+++ b/community/website/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>note</title>
+  <title>website</title>
   
   <link rel="stylesheet" href="../../style.css" type="text/css" />
   <link rel="stylesheet" href="../../local.css" type="text/css" />
@@ -45,11 +45,11 @@
         
           <a href="../../">Lisaac — The Power of Simplicity</a> ➝
         
-          <a href="../">templates</a> ➝
+          <a href="../">community</a> ➝
         
       </span>
       <span class="title">
-        note
+        website
         
       </span>
     </span>
@@ -126,6 +126,11 @@
 </div>
 <h1><a href="../../sidebar/community/">Community</a></h1>
 
+<ul>
+<li><a href="../git/">git</a></li>
+<li><span class="selflink">git</span></li>
+</ul>
+
 
 
 
@@ -160,20 +165,14 @@
 <!-- ******************** ******* ******************** -->
 
 <div id="content">
-  <div class="notebox">
-<TMPL_VAR text>
-</div>
+  <h1>Work on the website</h1>
 
-<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>
+<p>This page describes how to update this website.</p>
 
-<ul>
-<li>`text` - the text to display in the note
-</ul>
-
-<p></TMPL_UNLESS></p>
+<p>This website is managed using <a href="../git/">Git</a> and <a href="http://ikiwiki.info/">ikiwiki</a>.
+The wiki syntax is
+<a href="http://daringfireball.net/projects/markdown/syntax">markdown</a>. Please take time
+to look at these links.</p>
 
 </div>
 
@@ -200,7 +199,9 @@ parameter:</p>
       <div id="backlinks">
         Links:
         
-          <a href="../">templates</a>
+          <a href="../git/">git</a>
+        
+          <a href="../../sidebar/community/">sidebar/community</a>
         
         
       </div>
@@ -217,8 +218,8 @@ parameter:</p>
     <!-- date -->
 
     <div class="pagedate">
-      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> -->
+      Last modified <span class="date">Thursday 10 September 2009 21:58:18</span>
+      <!-- Created <span class="date">Thursday 10 September 2009 21:58:18</span> -->
     </div>
 
   </div><!-- div#pageinfo -->
diff --git a/ikiwiki/directive/index.html b/ikiwiki/directive/index.html
index f890920..d08d07f 100644
--- a/ikiwiki/directive/index.html
+++ b/ikiwiki/directive/index.html
@@ -124,7 +124,18 @@
 
 
 </div>
-<h1><a href="../../sidebar/community/">Community</a></h1>
+<h1><a href="../../community/">Community</a></h1>
+
+<ul>
+<li><a href="../../community/">Community</a></li>
+<li><a href="../../community/git/">Git</a>
+<ul>
+<li><a href="../../community/git/website/">Website</a></li>
+</ul></li>
+<li><a href="https://alioth.debian.org/mail/?group_id=100200">Mailing lists</a></li>
+<li><a href="https://alioth.debian.org/tracker/?group_id=100200">Bug Tracker</a></li>
+<li><a href="https://alioth.debian.org/projects/lisaac/">Alioth Page</a></li>
+</ul>
 
 
 
diff --git a/ikiwiki/formatting/index.html b/ikiwiki/formatting/index.html
index 61caf97..7f35c3c 100644
--- a/ikiwiki/formatting/index.html
+++ b/ikiwiki/formatting/index.html
@@ -125,7 +125,18 @@
 
 
 </div>
-<h1><a href="../../sidebar/community/">Community</a></h1>
+<h1><a href="../../community/">Community</a></h1>
+
+<ul>
+<li><a href="../../community/">Community</a></li>
+<li><a href="../../community/git/">Git</a>
+<ul>
+<li><a href="../../community/git/website/">Website</a></li>
+</ul></li>
+<li><a href="https://alioth.debian.org/mail/?group_id=100200">Mailing lists</a></li>
+<li><a href="https://alioth.debian.org/tracker/?group_id=100200">Bug Tracker</a></li>
+<li><a href="https://alioth.debian.org/projects/lisaac/">Alioth Page</a></li>
+</ul>
 
 
 
diff --git a/ikiwiki/index.html b/ikiwiki/index.html
index 3d43ba4..f80dae7 100644
--- a/ikiwiki/index.html
+++ b/ikiwiki/index.html
@@ -122,7 +122,18 @@
 
 
 </div>
-<h1><a href="../sidebar/community/">Community</a></h1>
+<h1><a href="../community/">Community</a></h1>
+
+<ul>
+<li><a href="../community/">Community</a></li>
+<li><a href="../community/git/">Git</a>
+<ul>
+<li><a href="../community/git/website/">Website</a></li>
+</ul></li>
+<li><a href="https://alioth.debian.org/mail/?group_id=100200">Mailing lists</a></li>
+<li><a href="https://alioth.debian.org/tracker/?group_id=100200">Bug Tracker</a></li>
+<li><a href="https://alioth.debian.org/projects/lisaac/">Alioth Page</a></li>
+</ul>
 
 
 
diff --git a/ikiwiki/markdown/index.html b/ikiwiki/markdown/index.html
index 3577487..796ea34 100644
--- a/ikiwiki/markdown/index.html
+++ b/ikiwiki/markdown/index.html
@@ -124,7 +124,18 @@
 
 
 </div>
-<h1><a href="../../sidebar/community/">Community</a></h1>
+<h1><a href="../../community/">Community</a></h1>
+
+<ul>
+<li><a href="../../community/">Community</a></li>
+<li><a href="../../community/git/">Git</a>
+<ul>
+<li><a href="../../community/git/website/">Website</a></li>
+</ul></li>
+<li><a href="https://alioth.debian.org/mail/?group_id=100200">Mailing lists</a></li>
+<li><a href="https://alioth.debian.org/tracker/?group_id=100200">Bug Tracker</a></li>
+<li><a href="https://alioth.debian.org/projects/lisaac/">Alioth Page</a></li>
+</ul>
 
 
 
diff --git a/ikiwiki/openid/index.html b/ikiwiki/openid/index.html
index ae71644..192f0a1 100644
--- a/ikiwiki/openid/index.html
+++ b/ikiwiki/openid/index.html
@@ -125,7 +125,18 @@
 
 
 </div>
-<h1><a href="../../sidebar/community/">Community</a></h1>
+<h1><a href="../../community/">Community</a></h1>
+
+<ul>
+<li><a href="../../community/">Community</a></li>
+<li><a href="../../community/git/">Git</a>
+<ul>
+<li><a href="../../community/git/website/">Website</a></li>
+</ul></li>
+<li><a href="https://alioth.debian.org/mail/?group_id=100200">Mailing lists</a></li>
+<li><a href="https://alioth.debian.org/tracker/?group_id=100200">Bug Tracker</a></li>
+<li><a href="https://alioth.debian.org/projects/lisaac/">Alioth Page</a></li>
+</ul>
 
 
 
diff --git a/ikiwiki/pagespec/attachment/index.html b/ikiwiki/pagespec/attachment/index.html
index 5d32d49..3d690f4 100644
--- a/ikiwiki/pagespec/attachment/index.html
+++ b/ikiwiki/pagespec/attachment/index.html
@@ -126,7 +126,18 @@
 
 
 </div>
-<h1><a href="../../../sidebar/community/">Community</a></h1>
+<h1><a href="../../../community/">Community</a></h1>
+
+<ul>
+<li><a href="../../../community/">Community</a></li>
+<li><a href="../../../community/git/">Git</a>
+<ul>
+<li><a href="../../../community/git/website/">Website</a></li>
+</ul></li>
+<li><a href="https://alioth.debian.org/mail/?group_id=100200">Mailing lists</a></li>
+<li><a href="https://alioth.debian.org/tracker/?group_id=100200">Bug Tracker</a></li>
+<li><a href="https://alioth.debian.org/projects/lisaac/">Alioth Page</a></li>
+</ul>
 
 
 
diff --git a/ikiwiki/pagespec/index.html b/ikiwiki/pagespec/index.html
index d744f7b..11e2f99 100644
--- a/ikiwiki/pagespec/index.html
+++ b/ikiwiki/pagespec/index.html
@@ -124,7 +124,18 @@
 
 
 </div>
-<h1><a href="../../sidebar/community/">Community</a></h1>
+<h1><a href="../../community/">Community</a></h1>
+
+<ul>
+<li><a href="../../community/">Community</a></li>
+<li><a href="../../community/git/">Git</a>
+<ul>
+<li><a href="../../community/git/website/">Website</a></li>
+</ul></li>
+<li><a href="https://alioth.debian.org/mail/?group_id=100200">Mailing lists</a></li>
+<li><a href="https://alioth.debian.org/tracker/?group_id=100200">Bug Tracker</a></li>
+<li><a href="https://alioth.debian.org/projects/lisaac/">Alioth Page</a></li>
+</ul>
 
 
 
diff --git a/ikiwiki/pagespec/po/index.html b/ikiwiki/pagespec/po/index.html
index eeb7247..18a6d26 100644
--- a/ikiwiki/pagespec/po/index.html
+++ b/ikiwiki/pagespec/po/index.html
@@ -126,7 +126,18 @@
 
 
 </div>
-<h1><a href="../../../sidebar/community/">Community</a></h1>
+<h1><a href="../../../community/">Community</a></h1>
+
+<ul>
+<li><a href="../../../community/">Community</a></li>
+<li><a href="../../../community/git/">Git</a>
+<ul>
+<li><a href="../../../community/git/website/">Website</a></li>
+</ul></li>
+<li><a href="https://alioth.debian.org/mail/?group_id=100200">Mailing lists</a></li>
+<li><a href="https://alioth.debian.org/tracker/?group_id=100200">Bug Tracker</a></li>
+<li><a href="https://alioth.debian.org/projects/lisaac/">Alioth Page</a></li>
+</ul>
 
 
 
diff --git a/ikiwiki/searching/index.html b/ikiwiki/searching/index.html
index e864271..50aaedf 100644
--- a/ikiwiki/searching/index.html
+++ b/ikiwiki/searching/index.html
@@ -124,7 +124,18 @@
 
 
 </div>
-<h1><a href="../../sidebar/community/">Community</a></h1>
+<h1><a href="../../community/">Community</a></h1>
+
+<ul>
+<li><a href="../../community/">Community</a></li>
+<li><a href="../../community/git/">Git</a>
+<ul>
+<li><a href="../../community/git/website/">Website</a></li>
+</ul></li>
+<li><a href="https://alioth.debian.org/mail/?group_id=100200">Mailing lists</a></li>
+<li><a href="https://alioth.debian.org/tracker/?group_id=100200">Bug Tracker</a></li>
+<li><a href="https://alioth.debian.org/projects/lisaac/">Alioth Page</a></li>
+</ul>
 
 
 
diff --git a/ikiwiki/subpage/index.html b/ikiwiki/subpage/index.html
index aa54fb2..e3246bf 100644
--- a/ikiwiki/subpage/index.html
+++ b/ikiwiki/subpage/index.html
@@ -124,7 +124,18 @@
 
 
 </div>
-<h1><a href="../../sidebar/community/">Community</a></h1>
+<h1><a href="../../community/">Community</a></h1>
+
+<ul>
+<li><a href="../../community/">Community</a></li>
+<li><a href="../../community/git/">Git</a>
+<ul>
+<li><a href="../../community/git/website/">Website</a></li>
+</ul></li>
+<li><a href="https://alioth.debian.org/mail/?group_id=100200">Mailing lists</a></li>
+<li><a href="https://alioth.debian.org/tracker/?group_id=100200">Bug Tracker</a></li>
+<li><a href="https://alioth.debian.org/projects/lisaac/">Alioth Page</a></li>
+</ul>
 
 
 
diff --git a/ikiwiki/subpage/linkingrules/index.html b/ikiwiki/subpage/linkingrules/index.html
index e012946..5203229 100644
--- a/ikiwiki/subpage/linkingrules/index.html
+++ b/ikiwiki/subpage/linkingrules/index.html
@@ -126,7 +126,18 @@
 
 
 </div>
-<h1><a href="../../../sidebar/community/">Community</a></h1>
+<h1><a href="../../../community/">Community</a></h1>
+
+<ul>
+<li><a href="../../../community/">Community</a></li>
+<li><a href="../../../community/git/">Git</a>
+<ul>
+<li><a href="../../../community/git/website/">Website</a></li>
+</ul></li>
+<li><a href="https://alioth.debian.org/mail/?group_id=100200">Mailing lists</a></li>
+<li><a href="https://alioth.debian.org/tracker/?group_id=100200">Bug Tracker</a></li>
+<li><a href="https://alioth.debian.org/projects/lisaac/">Alioth Page</a></li>
+</ul>
 
 
 
diff --git a/ikiwiki/wikilink/index.html b/ikiwiki/wikilink/index.html
index 5e9b362..24109d5 100644
--- a/ikiwiki/wikilink/index.html
+++ b/ikiwiki/wikilink/index.html
@@ -124,7 +124,18 @@
 
 
 </div>
-<h1><a href="../../sidebar/community/">Community</a></h1>
+<h1><a href="../../community/">Community</a></h1>
+
+<ul>
+<li><a href="../../community/">Community</a></li>
+<li><a href="../../community/git/">Git</a>
+<ul>
+<li><a href="../../community/git/website/">Website</a></li>
+</ul></li>
+<li><a href="https://alioth.debian.org/mail/?group_id=100200">Mailing lists</a></li>
+<li><a href="https://alioth.debian.org/tracker/?group_id=100200">Bug Tracker</a></li>
+<li><a href="https://alioth.debian.org/projects/lisaac/">Alioth Page</a></li>
+</ul>
 
 
 
diff --git a/images/anchor.png b/images/anchor.png
new file mode 100644
index 0000000..e1eecb1
Binary files /dev/null and b/images/anchor.png differ
diff --git a/images/email.png b/images/email.png
new file mode 100644
index 0000000..14d69ac
Binary files /dev/null and b/images/email.png differ
diff --git a/images/external.png b/images/external.png
new file mode 100644
index 0000000..224d272
Binary files /dev/null and b/images/external.png differ
diff --git a/images/link.png b/images/link.png
new file mode 100644
index 0000000..364d7e8
Binary files /dev/null and b/images/link.png differ
diff --git a/index.html b/index.html
index e111e1a..24cea10 100644
--- a/index.html
+++ b/index.html
@@ -120,7 +120,18 @@
 
 
 </div>
-<h1><a href="./sidebar/community/">Community</a></h1>
+<h1><a href="./community/">Community</a></h1>
+
+<ul>
+<li><a href="./community/">Community</a></li>
+<li><a href="./community/git/">Git</a>
+<ul>
+<li><a href="./community/git/website/">Website</a></li>
+</ul></li>
+<li><a href="https://alioth.debian.org/mail/?group_id=100200">Mailing lists</a></li>
+<li><a href="https://alioth.debian.org/tracker/?group_id=100200">Bug Tracker</a></li>
+<li><a href="https://alioth.debian.org/projects/lisaac/">Alioth Page</a></li>
+</ul>
 
 
 
diff --git a/language/benchmark/index.html b/language/benchmark/index.html
index bb67230..e8d0ffe 100644
--- a/language/benchmark/index.html
+++ b/language/benchmark/index.html
@@ -124,7 +124,18 @@
 
 
 </div>
-<h1><a href="../../sidebar/community/">Community</a></h1>
+<h1><a href="../../community/">Community</a></h1>
+
+<ul>
+<li><a href="../../community/">Community</a></li>
+<li><a href="../../community/git/">Git</a>
+<ul>
+<li><a href="../../community/git/website/">Website</a></li>
+</ul></li>
+<li><a href="https://alioth.debian.org/mail/?group_id=100200">Mailing lists</a></li>
+<li><a href="https://alioth.debian.org/tracker/?group_id=100200">Bug Tracker</a></li>
+<li><a href="https://alioth.debian.org/projects/lisaac/">Alioth Page</a></li>
+</ul>
 
 
 
diff --git a/language/docs/index.html b/language/docs/index.html
index 8400a05..c2ce497 100644
--- a/language/docs/index.html
+++ b/language/docs/index.html
@@ -124,7 +124,18 @@
 
 
 </div>
-<h1><a href="../../sidebar/community/">Community</a></h1>
+<h1><a href="../../community/">Community</a></h1>
+
+<ul>
+<li><a href="../../community/">Community</a></li>
+<li><a href="../../community/git/">Git</a>
+<ul>
+<li><a href="../../community/git/website/">Website</a></li>
+</ul></li>
+<li><a href="https://alioth.debian.org/mail/?group_id=100200">Mailing lists</a></li>
+<li><a href="https://alioth.debian.org/tracker/?group_id=100200">Bug Tracker</a></li>
+<li><a href="https://alioth.debian.org/projects/lisaac/">Alioth Page</a></li>
+</ul>
 
 
 
diff --git a/language/download/index.html b/language/download/index.html
index e5d140a..2b3c853 100644
--- a/language/download/index.html
+++ b/language/download/index.html
@@ -124,7 +124,18 @@
 
 
 </div>
-<h1><a href="../../sidebar/community/">Community</a></h1>
+<h1><a href="../../community/">Community</a></h1>
+
+<ul>
+<li><a href="../../community/">Community</a></li>
+<li><a href="../../community/git/">Git</a>
+<ul>
+<li><a href="../../community/git/website/">Website</a></li>
+</ul></li>
+<li><a href="https://alioth.debian.org/mail/?group_id=100200">Mailing lists</a></li>
+<li><a href="https://alioth.debian.org/tracker/?group_id=100200">Bug Tracker</a></li>
+<li><a href="https://alioth.debian.org/projects/lisaac/">Alioth Page</a></li>
+</ul>
 
 
 
diff --git a/language/index.html b/language/index.html
index b63577e..d8df98b 100644
--- a/language/index.html
+++ b/language/index.html
@@ -122,7 +122,18 @@
 
 
 </div>
-<h1><a href="../sidebar/community/">Community</a></h1>
+<h1><a href="../community/">Community</a></h1>
+
+<ul>
+<li><a href="../community/">Community</a></li>
+<li><a href="../community/git/">Git</a>
+<ul>
+<li><a href="../community/git/website/">Website</a></li>
+</ul></li>
+<li><a href="https://alioth.debian.org/mail/?group_id=100200">Mailing lists</a></li>
+<li><a href="https://alioth.debian.org/tracker/?group_id=100200">Bug Tracker</a></li>
+<li><a href="https://alioth.debian.org/projects/lisaac/">Alioth Page</a></li>
+</ul>
 
 
 
diff --git a/language/library/index.html b/language/library/index.html
index 3bccb6f..08a1db9 100644
--- a/language/library/index.html
+++ b/language/library/index.html
@@ -124,7 +124,18 @@
 
 
 </div>
-<h1><a href="../../sidebar/community/">Community</a></h1>
+<h1><a href="../../community/">Community</a></h1>
+
+<ul>
+<li><a href="../../community/">Community</a></li>
+<li><a href="../../community/git/">Git</a>
+<ul>
+<li><a href="../../community/git/website/">Website</a></li>
+</ul></li>
+<li><a href="https://alioth.debian.org/mail/?group_id=100200">Mailing lists</a></li>
+<li><a href="https://alioth.debian.org/tracker/?group_id=100200">Bug Tracker</a></li>
+<li><a href="https://alioth.debian.org/projects/lisaac/">Alioth Page</a></li>
+</ul>
 
 
 
diff --git a/language/sample/index.html b/language/sample/index.html
index 4cb0763..435f7ab 100644
--- a/language/sample/index.html
+++ b/language/sample/index.html
@@ -124,7 +124,18 @@
 
 
 </div>
-<h1><a href="../../sidebar/community/">Community</a></h1>
+<h1><a href="../../community/">Community</a></h1>
+
+<ul>
+<li><a href="../../community/">Community</a></li>
+<li><a href="../../community/git/">Git</a>
+<ul>
+<li><a href="../../community/git/website/">Website</a></li>
+</ul></li>
+<li><a href="https://alioth.debian.org/mail/?group_id=100200">Mailing lists</a></li>
+<li><a href="https://alioth.debian.org/tracker/?group_id=100200">Bug Tracker</a></li>
+<li><a href="https://alioth.debian.org/projects/lisaac/">Alioth Page</a></li>
+</ul>
 
 
 
diff --git a/language/simplicity/index.html b/language/simplicity/index.html
index 7ddf597..b17b96a 100644
--- a/language/simplicity/index.html
+++ b/language/simplicity/index.html
@@ -124,7 +124,18 @@
 
 
 </div>
-<h1><a href="../../sidebar/community/">Community</a></h1>
+<h1><a href="../../community/">Community</a></h1>
+
+<ul>
+<li><a href="../../community/">Community</a></li>
+<li><a href="../../community/git/">Git</a>
+<ul>
+<li><a href="../../community/git/website/">Website</a></li>
+</ul></li>
+<li><a href="https://alioth.debian.org/mail/?group_id=100200">Mailing lists</a></li>
+<li><a href="https://alioth.debian.org/tracker/?group_id=100200">Bug Tracker</a></li>
+<li><a href="https://alioth.debian.org/projects/lisaac/">Alioth Page</a></li>
+</ul>
 
 
 
diff --git a/local.css b/local.css
index 339305f..97a848b 100644
--- a/local.css
+++ b/local.css
@@ -83,6 +83,10 @@ body {
   font-size: 1.2em;
   border-bottom: 2px solid #c0c0c0;
 }
+#sidebar ul, #sidebar ol {
+  margin-left: 0;
+  padding-left: 1em;
+}
 
 #logos {
   text-align: center;
@@ -161,3 +165,31 @@ h2 {
   margin-right: 2em;
   padding-left: 1em;
 }
+
+pre, tt, code, tr.changeinfo, #blogform {
+  color: inherit;
+  background-color: #f6f6f0;
+}
+
+pre {
+  margin: 0 7em 0 2em;
+  padding: 0.5em 0 0.5em 0.5em;
+}
+
+
+/*a:before{
+        content: url(images/link.png);
+}*/
+a[href^="http://"]:after, a[href^="https://"]:after, a[href^="ftp://"]:after,
+a[href^="gopher://"]:after, a.external:after {
+  content: " " url(images/external.png);
+}
+a[href^="mailto:"]:before{
+  content: url(images/email.png) " ";
+}
+a[href^="#"]:after{
+  content: " " url(images/anchor.png);
+}
+a.nodecoration:before, a.nodecoration:after, #logos a:before, #logos a:after {
+  content: normal;
+}
\ No newline at end of file
diff --git a/news/20070924_Lisaac-0.12/index.html b/news/20070924_Lisaac-0.12/index.html
index 13e4844..bf702e6 100644
--- a/news/20070924_Lisaac-0.12/index.html
+++ b/news/20070924_Lisaac-0.12/index.html
@@ -124,7 +124,18 @@
 
 
 </div>
-<h1><a href="../../sidebar/community/">Community</a></h1>
+<h1><a href="../../community/">Community</a></h1>
+
+<ul>
+<li><a href="../../community/">Community</a></li>
+<li><a href="../../community/git/">Git</a>
+<ul>
+<li><a href="../../community/git/website/">Website</a></li>
+</ul></li>
+<li><a href="https://alioth.debian.org/mail/?group_id=100200">Mailing lists</a></li>
+<li><a href="https://alioth.debian.org/tracker/?group_id=100200">Bug Tracker</a></li>
+<li><a href="https://alioth.debian.org/projects/lisaac/">Alioth Page</a></li>
+</ul>
 
 
 
diff --git a/news/20080208_Lisaac-0.13/index.html b/news/20080208_Lisaac-0.13/index.html
index 1ee3e5d..70f7bf1 100644
--- a/news/20080208_Lisaac-0.13/index.html
+++ b/news/20080208_Lisaac-0.13/index.html
@@ -124,7 +124,18 @@
 
 
 </div>
-<h1><a href="../../sidebar/community/">Community</a></h1>
+<h1><a href="../../community/">Community</a></h1>
+
+<ul>
+<li><a href="../../community/">Community</a></li>
+<li><a href="../../community/git/">Git</a>
+<ul>
+<li><a href="../../community/git/website/">Website</a></li>
+</ul></li>
+<li><a href="https://alioth.debian.org/mail/?group_id=100200">Mailing lists</a></li>
+<li><a href="https://alioth.debian.org/tracker/?group_id=100200">Bug Tracker</a></li>
+<li><a href="https://alioth.debian.org/projects/lisaac/">Alioth Page</a></li>
+</ul>
 
 
 
diff --git a/news/20080217_Lisaac-0.13.1/index.html b/news/20080217_Lisaac-0.13.1/index.html
index 405e9dd..ba62c3d 100644
--- a/news/20080217_Lisaac-0.13.1/index.html
+++ b/news/20080217_Lisaac-0.13.1/index.html
@@ -124,7 +124,18 @@
 
 
 </div>
-<h1><a href="../../sidebar/community/">Community</a></h1>
+<h1><a href="../../community/">Community</a></h1>
+
+<ul>
+<li><a href="../../community/">Community</a></li>
+<li><a href="../../community/git/">Git</a>
+<ul>
+<li><a href="../../community/git/website/">Website</a></li>
+</ul></li>
+<li><a href="https://alioth.debian.org/mail/?group_id=100200">Mailing lists</a></li>
+<li><a href="https://alioth.debian.org/tracker/?group_id=100200">Bug Tracker</a></li>
+<li><a href="https://alioth.debian.org/projects/lisaac/">Alioth Page</a></li>
+</ul>
 
 
 
diff --git a/news/20080903_Alioth/index.html b/news/20080903_Alioth/index.html
index b713017..f0696d3 100644
--- a/news/20080903_Alioth/index.html
+++ b/news/20080903_Alioth/index.html
@@ -124,7 +124,18 @@
 
 
 </div>
-<h1><a href="../../sidebar/community/">Community</a></h1>
+<h1><a href="../../community/">Community</a></h1>
+
+<ul>
+<li><a href="../../community/">Community</a></li>
+<li><a href="../../community/git/">Git</a>
+<ul>
+<li><a href="../../community/git/website/">Website</a></li>
+</ul></li>
+<li><a href="https://alioth.debian.org/mail/?group_id=100200">Mailing lists</a></li>
+<li><a href="https://alioth.debian.org/tracker/?group_id=100200">Bug Tracker</a></li>
+<li><a href="https://alioth.debian.org/projects/lisaac/">Alioth Page</a></li>
+</ul>
 
 
 
diff --git a/news/20090906_redesign/index.html b/news/20090906_redesign/index.html
index a78dcab..61f1e79 100644
--- a/news/20090906_redesign/index.html
+++ b/news/20090906_redesign/index.html
@@ -124,7 +124,18 @@
 
 
 </div>
-<h1><a href="../../sidebar/community/">Community</a></h1>
+<h1><a href="../../community/">Community</a></h1>
+
+<ul>
+<li><a href="../../community/">Community</a></li>
+<li><a href="../../community/git/">Git</a>
+<ul>
+<li><a href="../../community/git/website/">Website</a></li>
+</ul></li>
+<li><a href="https://alioth.debian.org/mail/?group_id=100200">Mailing lists</a></li>
+<li><a href="https://alioth.debian.org/tracker/?group_id=100200">Bug Tracker</a></li>
+<li><a href="https://alioth.debian.org/projects/lisaac/">Alioth Page</a></li>
+</ul>
 
 
 
diff --git a/news/index.html b/news/index.html
index 8e52b91..3be245c 100644
--- a/news/index.html
+++ b/news/index.html
@@ -122,7 +122,18 @@
 
 
 </div>
-<h1><a href="../sidebar/community/">Community</a></h1>
+<h1><a href="../community/">Community</a></h1>
+
+<ul>
+<li><a href="../community/">Community</a></li>
+<li><a href="../community/git/">Git</a>
+<ul>
+<li><a href="../community/git/website/">Website</a></li>
+</ul></li>
+<li><a href="https://alioth.debian.org/mail/?group_id=100200">Mailing lists</a></li>
+<li><a href="https://alioth.debian.org/tracker/?group_id=100200">Bug Tracker</a></li>
+<li><a href="https://alioth.debian.org/projects/lisaac/">Alioth Page</a></li>
+</ul>
 
 
 
diff --git a/recentchanges/index.html b/recentchanges/index.html
index c7dad6f..f689e82 100644
--- a/recentchanges/index.html
+++ b/recentchanges/index.html
@@ -122,7 +122,18 @@
 
 
 </div>
-<h1><a href="../sidebar/community/">Community</a></h1>
+<h1><a href="../community/">Community</a></h1>
+
+<ul>
+<li><a href="../community/">Community</a></li>
+<li><a href="../community/git/">Git</a>
+<ul>
+<li><a href="../community/git/website/">Website</a></li>
+</ul></li>
+<li><a href="https://alioth.debian.org/mail/?group_id=100200">Mailing lists</a></li>
+<li><a href="https://alioth.debian.org/tracker/?group_id=100200">Bug Tracker</a></li>
+<li><a href="https://alioth.debian.org/projects/lisaac/">Alioth Page</a></li>
+</ul>
 
 
 
diff --git a/sandbox/index.html b/sandbox/index.html
index f95eed1..9af4601 100644
--- a/sandbox/index.html
+++ b/sandbox/index.html
@@ -122,7 +122,18 @@
 
 
 </div>
-<h1><a href="../sidebar/community/">Community</a></h1>
+<h1><a href="../community/">Community</a></h1>
+
+<ul>
+<li><a href="../community/">Community</a></li>
+<li><a href="../community/git/">Git</a>
+<ul>
+<li><a href="../community/git/website/">Website</a></li>
+</ul></li>
+<li><a href="https://alioth.debian.org/mail/?group_id=100200">Mailing lists</a></li>
+<li><a href="https://alioth.debian.org/tracker/?group_id=100200">Bug Tracker</a></li>
+<li><a href="https://alioth.debian.org/projects/lisaac/">Alioth Page</a></li>
+</ul>
 
 
 
diff --git a/shortcuts/index.html b/shortcuts/index.html
index 47cccd0..9af4a53 100644
--- a/shortcuts/index.html
+++ b/shortcuts/index.html
@@ -122,7 +122,18 @@
 
 
 </div>
-<h1><a href="../sidebar/community/">Community</a></h1>
+<h1><a href="../community/">Community</a></h1>
+
+<ul>
+<li><a href="../community/">Community</a></li>
+<li><a href="../community/git/">Git</a>
+<ul>
+<li><a href="../community/git/website/">Website</a></li>
+</ul></li>
+<li><a href="https://alioth.debian.org/mail/?group_id=100200">Mailing lists</a></li>
+<li><a href="https://alioth.debian.org/tracker/?group_id=100200">Bug Tracker</a></li>
+<li><a href="https://alioth.debian.org/projects/lisaac/">Alioth Page</a></li>
+</ul>
 
 
 
diff --git a/sidebar/community/index.html b/sidebar/community/index.html
index f88eaed..6cd154a 100644
--- a/sidebar/community/index.html
+++ b/sidebar/community/index.html
@@ -124,7 +124,18 @@
 
 
 </div>
-<h1><span class="selflink">Community</span></h1>
+<h1><a href="../../community/">Community</a></h1>
+
+<ul>
+<li><a href="../../community/">Community</a></li>
+<li><a href="../../community/git/">Git</a>
+<ul>
+<li><a href="../../community/git/website/">Website</a></li>
+</ul></li>
+<li><a href="https://alioth.debian.org/mail/?group_id=100200">Mailing lists</a></li>
+<li><a href="https://alioth.debian.org/tracker/?group_id=100200">Bug Tracker</a></li>
+<li><a href="https://alioth.debian.org/projects/lisaac/">Alioth Page</a></li>
+</ul>
 
 
 
@@ -160,7 +171,18 @@
 <!-- ******************** ******* ******************** -->
 
 <div id="content">
-  <h1><span class="selflink">Community</span></h1>
+  <h1><a href="../../community/">Community</a></h1>
+
+<ul>
+<li><a href="../../community/">Community</a></li>
+<li><a href="../../community/git/">Git</a>
+<ul>
+<li><a href="../../community/git/website/">Website</a></li>
+</ul></li>
+<li><a href="https://alioth.debian.org/mail/?group_id=100200">Mailing lists</a></li>
+<li><a href="https://alioth.debian.org/tracker/?group_id=100200">Bug Tracker</a></li>
+<li><a href="https://alioth.debian.org/projects/lisaac/">Alioth Page</a></li>
+</ul>
 
 </div>
 
@@ -196,7 +218,7 @@
     <!-- date -->
 
     <div class="pagedate">
-      Last modified <span class="date">Wednesday  9 September 2009 20:22:22</span>
+      Last modified <span class="date">Thursday 10 September 2009 22:30:55</span>
       <!-- Created <span class="date">Wednesday  9 September 2009 20:22:22</span> -->
     </div>
 
diff --git a/sidebar/index.html b/sidebar/index.html
index b9cd8a5..bb1c2cc 100644
--- a/sidebar/index.html
+++ b/sidebar/index.html
@@ -122,7 +122,18 @@
 
 
 </div>
-<h1><a href="./community/">Community</a></h1>
+<h1><a href="../community/">Community</a></h1>
+
+<ul>
+<li><a href="../community/">Community</a></li>
+<li><a href="../community/git/">Git</a>
+<ul>
+<li><a href="../community/git/website/">Website</a></li>
+</ul></li>
+<li><a href="https://alioth.debian.org/mail/?group_id=100200">Mailing lists</a></li>
+<li><a href="https://alioth.debian.org/tracker/?group_id=100200">Bug Tracker</a></li>
+<li><a href="https://alioth.debian.org/projects/lisaac/">Alioth Page</a></li>
+</ul>
 
 
 
@@ -202,7 +213,18 @@
 
 
 </div>
-<h1><a href="./community/">Community</a></h1>
+<h1><a href="../community/">Community</a></h1>
+
+<ul>
+<li><a href="../community/">Community</a></li>
+<li><a href="../community/git/">Git</a>
+<ul>
+<li><a href="../community/git/website/">Website</a></li>
+</ul></li>
+<li><a href="https://alioth.debian.org/mail/?group_id=100200">Mailing lists</a></li>
+<li><a href="https://alioth.debian.org/tracker/?group_id=100200">Bug Tracker</a></li>
+<li><a href="https://alioth.debian.org/projects/lisaac/">Alioth Page</a></li>
+</ul>
 
 
 
diff --git a/sidebar/language/index.html b/sidebar/language/index.html
index 639dfc8..8afd67e 100644
--- a/sidebar/language/index.html
+++ b/sidebar/language/index.html
@@ -124,7 +124,18 @@
 
 
 </div>
-<h1><a href="../community/">Community</a></h1>
+<h1><a href="../../community/">Community</a></h1>
+
+<ul>
+<li><a href="../../community/">Community</a></li>
+<li><a href="../../community/git/">Git</a>
+<ul>
+<li><a href="../../community/git/website/">Website</a></li>
+</ul></li>
+<li><a href="https://alioth.debian.org/mail/?group_id=100200">Mailing lists</a></li>
+<li><a href="https://alioth.debian.org/tracker/?group_id=100200">Bug Tracker</a></li>
+<li><a href="https://alioth.debian.org/projects/lisaac/">Alioth Page</a></li>
+</ul>
 
 
 
diff --git a/sidebar/logos/index.html b/sidebar/logos/index.html
index 9e8d7b0..3c8bf20 100644
--- a/sidebar/logos/index.html
+++ b/sidebar/logos/index.html
@@ -124,7 +124,18 @@
 
 
 </div>
-<h1><a href="../community/">Community</a></h1>
+<h1><a href="../../community/">Community</a></h1>
+
+<ul>
+<li><a href="../../community/">Community</a></li>
+<li><a href="../../community/git/">Git</a>
+<ul>
+<li><a href="../../community/git/website/">Website</a></li>
+</ul></li>
+<li><a href="https://alioth.debian.org/mail/?group_id=100200">Mailing lists</a></li>
+<li><a href="https://alioth.debian.org/tracker/?group_id=100200">Bug Tracker</a></li>
+<li><a href="https://alioth.debian.org/projects/lisaac/">Alioth Page</a></li>
+</ul>
 
 
 
diff --git a/sidebar/main/index.html b/sidebar/main/index.html
index 12b4578..a3ae18d 100644
--- a/sidebar/main/index.html
+++ b/sidebar/main/index.html
@@ -124,7 +124,18 @@
 
 
 </div>
-<h1><a href="../community/">Community</a></h1>
+<h1><a href="../../community/">Community</a></h1>
+
+<ul>
+<li><a href="../../community/">Community</a></li>
+<li><a href="../../community/git/">Git</a>
+<ul>
+<li><a href="../../community/git/website/">Website</a></li>
+</ul></li>
+<li><a href="https://alioth.debian.org/mail/?group_id=100200">Mailing lists</a></li>
+<li><a href="https://alioth.debian.org/tracker/?group_id=100200">Bug Tracker</a></li>
+<li><a href="https://alioth.debian.org/projects/lisaac/">Alioth Page</a></li>
+</ul>
 
 
 
diff --git a/templates/index.html b/templates/index.html
index 81d2c53..d66e07d 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -122,7 +122,18 @@
 
 
 </div>
-<h1><a href="../sidebar/community/">Community</a></h1>
+<h1><a href="../community/">Community</a></h1>
+
+<ul>
+<li><a href="../community/">Community</a></li>
+<li><a href="../community/git/">Git</a>
+<ul>
+<li><a href="../community/git/website/">Website</a></li>
+</ul></li>
+<li><a href="https://alioth.debian.org/mail/?group_id=100200">Mailing lists</a></li>
+<li><a href="https://alioth.debian.org/tracker/?group_id=100200">Bug Tracker</a></li>
+<li><a href="https://alioth.debian.org/projects/lisaac/">Alioth Page</a></li>
+</ul>
 
 
 
diff --git a/templates/note/index.html b/templates/note/index.html
index 998de1a..44da934 100644
--- a/templates/note/index.html
+++ b/templates/note/index.html
@@ -124,7 +124,18 @@
 
 
 </div>
-<h1><a href="../../sidebar/community/">Community</a></h1>
+<h1><a href="../../community/">Community</a></h1>
+
+<ul>
+<li><a href="../../community/">Community</a></li>
+<li><a href="../../community/git/">Git</a>
+<ul>
+<li><a href="../../community/git/website/">Website</a></li>
+</ul></li>
+<li><a href="https://alioth.debian.org/mail/?group_id=100200">Mailing lists</a></li>
+<li><a href="https://alioth.debian.org/tracker/?group_id=100200">Bug Tracker</a></li>
+<li><a href="https://alioth.debian.org/projects/lisaac/">Alioth Page</a></li>
+</ul>
 
 
 
diff --git a/templates/popup/index.html b/templates/popup/index.html
index d45697e..9a4b883 100644
--- a/templates/popup/index.html
+++ b/templates/popup/index.html
@@ -124,7 +124,18 @@
 
 
 </div>
-<h1><a href="../../sidebar/community/">Community</a></h1>
+<h1><a href="../../community/">Community</a></h1>
+
+<ul>
+<li><a href="../../community/">Community</a></li>
+<li><a href="../../community/git/">Git</a>
+<ul>
+<li><a href="../../community/git/website/">Website</a></li>
+</ul></li>
+<li><a href="https://alioth.debian.org/mail/?group_id=100200">Mailing lists</a></li>
+<li><a href="https://alioth.debian.org/tracker/?group_id=100200">Bug Tracker</a></li>
+<li><a href="https://alioth.debian.org/projects/lisaac/">Alioth Page</a></li>
+</ul>
 
 
 

-- 
Website for Isaac project



More information about the Lisaac-commits mailing list