slitaz-dev-tools rev 42 1.0.7

Mercurial style update to match website
author Christophe Lincoln <pankso@slitaz.org>
date Sun Mar 27 23:31:28 2011 +0200 (2011-03-27)
parents 986995b873b7
children 803f246d3258
files slitaz-mercurial-style/templates/slitaz/branches.tmpl slitaz-mercurial-style/templates/slitaz/changeset.tmpl slitaz-mercurial-style/templates/slitaz/error.tmpl slitaz-mercurial-style/templates/slitaz/fileannotate.tmpl slitaz-mercurial-style/templates/slitaz/filediff.tmpl slitaz-mercurial-style/templates/slitaz/filelog.tmpl slitaz-mercurial-style/templates/slitaz/filerevision.tmpl slitaz-mercurial-style/templates/slitaz/footer.tmpl slitaz-mercurial-style/templates/slitaz/graph.tmpl slitaz-mercurial-style/templates/slitaz/header.tmpl slitaz-mercurial-style/templates/slitaz/index.tmpl slitaz-mercurial-style/templates/slitaz/manifest.tmpl slitaz-mercurial-style/templates/slitaz/map slitaz-mercurial-style/templates/slitaz/notfound.tmpl slitaz-mercurial-style/templates/slitaz/search.tmpl slitaz-mercurial-style/templates/slitaz/shortlog.tmpl slitaz-mercurial-style/templates/slitaz/summary.tmpl slitaz-mercurial-style/templates/slitaz/tags.tmpl slitaz-mercurial-style/templates/static/development.png slitaz-mercurial-style/templates/static/header-img.png slitaz-mercurial-style/templates/static/images/development.png slitaz-mercurial-style/templates/static/images/logo.png slitaz-mercurial-style/templates/static/images/network.png slitaz-mercurial-style/templates/static/logo.png slitaz-mercurial-style/templates/static/network.png slitaz-mercurial-style/templates/static/style-slitaz.css
line diff
     1.1 --- a/slitaz-mercurial-style/templates/slitaz/branches.tmpl	Tue Mar 15 05:49:31 2011 +0100
     1.2 +++ b/slitaz-mercurial-style/templates/slitaz/branches.tmpl	Sun Mar 27 23:31:28 2011 +0200
     1.3 @@ -9,46 +9,53 @@
     1.4  
     1.5  <!-- Header -->
     1.6  <div id="header">
     1.7 -    <a href="http://hg.slitaz.org/"><img id="logo"
     1.8 -		src="{staticurl}logo.png" 
     1.9 -		title="hg.slitaz.org" alt="hg.slitaz.org" /></a>
    1.10 -    <p id="titre">#!/Hg/repos</p>
    1.11 +	<div id="logo"></div>
    1.12 +	<div id="network">
    1.13 +		<a href="http://www.slitaz.org/">
    1.14 +			<img src="{staticurl}/images/network.png" alt="network.png" /></a>
    1.15 +		<a href="http://scn.slitaz.org/">Community</a>
    1.16 +		<a href="http://doc.slitaz.org/">Doc</a>
    1.17 +		<a href="http://forum.slitaz.org/">Forum</a>
    1.18 +		<a href="http://labs.slitaz.org/issues">Bugs</a>
    1.19 +		<a href="http://hg.slitaz.org/">Hg</a>
    1.20 +	</div>
    1.21 +	<h1><a href="http://hg.slitaz.org/">SliTaz Repositories</a></h1>
    1.22  </div>
    1.23  
    1.24 -<!-- Content -->
    1.25 -<div id="content-full">
    1.26 -
    1.27 -<!-- Block begin -->
    1.28 -<div class="block">
    1.29 -	<!-- Nav block begin -->
    1.30 +<!-- Block -->
    1.31 +<div id="block">
    1.32 +	<!-- Navigation -->
    1.33  	<div id="block_nav">
    1.34 -		<h3><img src="{staticurl}network.png" alt="png" />Navigation</h3>
    1.35 +		<h4>Navigation</h4>
    1.36  		<ul>
    1.37 -			<li><a href="{url}shortlog{sessionvars%urlparameter}">log</a></li>
    1.38 -			<li><a href="{url}graph{sessionvars%urlparameter}">graph</a></li>
    1.39 -			<li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li>
    1.40 -			<li class="active">branches</li>
    1.41 +			<li><a href="{url}summary{sessionvars%urlparameter}">Summary</a></li>
    1.42 +			<li><a href="{url}shortlog{sessionvars%urlparameter}">Changelog</a></li>
    1.43 +			<li><a href="{url}graph{sessionvars%urlparameter}">Graph</a></li>
    1.44 +			<li><a href="{url}tags{sessionvars%urlparameter}">Tags</a></li>
    1.45 +			<li>Branches</li>
    1.46  		</ul>
    1.47 -	<!-- Nav block end -->
    1.48  	</div>
    1.49 -	<!-- Top block begin -->
    1.50 -	<div id="block_top">
    1.51 -		<h1>Project: {repo|escape}</h1>
    1.52 +	<!-- Information/image -->
    1.53 +	<div id="block_info">
    1.54 +		<h4>Project: {repo|escape}</h4>
    1.55  		<p>
    1.56 -			This web interface lets you follow in real time all improvements,
    1.57 -			fixes and other changes made by SliTaz GNU/Linux contributors.
    1.58 +			Clone project: hg clone http://hg.slitaz.org/{repo|escape}
    1.59  		</p>
    1.60 -		<h3>Search</h3>
    1.61 +		<p>
    1.62 +			Use: --branch to clone only the specified branch
    1.63 +		</p>
    1.64 +		<h4>Search</h4>
    1.65  		<form class="search" action="{url}log">
    1.66  			{sessionvars%hiddenformentry}
    1.67  			<p><input name="rev" id="search1" type="text" /></p>
    1.68 -			<div id="hint">find changesets by author, revision,
    1.69 -			files, or words in the commit message</div>
    1.70 +			<!-- <div id="hint">find changesets by author, revision,
    1.71 +			files, or words in the commit message</div> -->
    1.72  		</form>
    1.73 -	<!-- Top block end -->
    1.74  	</div>
    1.75 -<!-- Block end -->
    1.76  </div>
    1.77 +		
    1.78 +<!-- Content -->
    1.79 +<div id="content">
    1.80  
    1.81  <h2><a href="{url}{sessionvars%urlparameter}">{repo|escape}</a> branches</h2>
    1.82  
     2.1 --- a/slitaz-mercurial-style/templates/slitaz/changeset.tmpl	Tue Mar 15 05:49:31 2011 +0100
     2.2 +++ b/slitaz-mercurial-style/templates/slitaz/changeset.tmpl	Sun Mar 27 23:31:28 2011 +0200
     2.3 @@ -5,56 +5,66 @@
     2.4  
     2.5  <!-- Header -->
     2.6  <div id="header">
     2.7 -    <a href="http://hg.slitaz.org/"><img id="logo"
     2.8 -		src="{staticurl}logo.png" 
     2.9 -		title="hg.slitaz.org" alt="hg.slitaz.org" /></a>
    2.10 -    <p id="titre">#!/Hg/repos</p>
    2.11 +	<div id="logo"></div>
    2.12 +	<div id="network">
    2.13 +		<a href="http://www.slitaz.org/">
    2.14 +			<img src="{staticurl}/images/network.png" alt="network.png" /></a>
    2.15 +		<a href="http://scn.slitaz.org/">Community</a>
    2.16 +		<a href="http://doc.slitaz.org/">Doc</a>
    2.17 +		<a href="http://forum.slitaz.org/">Forum</a>
    2.18 +		<a href="http://labs.slitaz.org/issues">Bugs</a>
    2.19 +		<a href="http://hg.slitaz.org/">Hg</a>
    2.20 +	</div>
    2.21 +	<h1><a href="http://hg.slitaz.org/">SliTaz Repositories</a></h1>
    2.22  </div>
    2.23  
    2.24 -<!-- Content -->
    2.25 -<div id="content-full">
    2.26 -
    2.27 -<!-- Block begin -->
    2.28 -<div class="block">
    2.29 -	<!-- Nav block begin -->
    2.30 +<!-- Block -->
    2.31 +<div id="block">
    2.32 +	<!-- Navigation -->
    2.33  	<div id="block_nav">
    2.34 -		<h3><img src="{staticurl}network.png" alt="png" />Navigation</h3>
    2.35 +		<h4>Navigation</h4>
    2.36  		<div class="right_box">
    2.37 -			<ul>	
    2.38 -				<li>Download:</li>
    2.39 +			<ul>
    2.40 +				<li>Changeset</li>
    2.41 +				<li><a href="{url}file/{node|short}{sessionvars%urlparameter}">Browse</a></li>
    2.42 +				<li><a href="{url}raw-rev/{node|short}{sessionvars%urlparameter}">Raw</a></li>
    2.43 +			</ul>
    2.44 +		</div>
    2.45 +		<div class="left_box">
    2.46 +			<ul>
    2.47 +				<li><a href="{url}summary{sessionvars%urlparameter}">Summary</a></li>
    2.48 +				<li><a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">Chneglog</a></li>
    2.49 +				<li><a href="{url}graph/{node|short}{sessionvars%urlparameter}">Graph</a></li>
    2.50 +				<li><a href="{url}tags{sessionvars%urlparameter}">Tags</a></li>
    2.51 +				<li><a href="{url}branches{sessionvars%urlparameter}">Branches</a></li>
    2.52 +			</ul>
    2.53 +		</div>
    2.54 +	</div>
    2.55 +	<!-- Information/image -->
    2.56 +	<div id="block_info">
    2.57 +		<h4>Project: {repo|escape}</h4>
    2.58 +		<p>
    2.59 +			Clone project: hg clone http://hg.slitaz.org/{repo|escape}
    2.60 +		</p>
    2.61 +		<div id="tarball">
    2.62 +			<ul>
    2.63 +				<li>Download tarball:</li>
    2.64  				{archives%archiveentry}
    2.65  			</ul>
    2.66  		</div>
    2.67 -		<ul>
    2.68 -			<li><a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">log</a></li>
    2.69 -			<li><a href="{url}graph/{node|short}{sessionvars%urlparameter}">graph</a></li>
    2.70 -			<li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li>
    2.71 -			<li><a href="{url}branches{sessionvars%urlparameter}">branches</a></li>
    2.72 -			<li class="active">changeset</li>
    2.73 -			<li><a href="{url}raw-rev/{node|short}{sessionvars%urlparameter}">raw</a></li>
    2.74 -			<li><a href="{url}file/{node|short}{sessionvars%urlparameter}">browse</a></li>
    2.75 -		</ul>
    2.76 -	<!-- Nav block end -->
    2.77 -	</div>
    2.78 -	<!-- Top block begin -->
    2.79 -	<div id="block_top">
    2.80 -		<h1>Project: {repo|escape}</h1>
    2.81 -		<p>
    2.82 -			This web interface lets you follow in real time all improvements,
    2.83 -			fixes and other changes made by SliTaz GNU/Linux contributors.
    2.84 -		</p>
    2.85 -		<h3>Search</h3>
    2.86 +		<h4>Search</h4>
    2.87  		<form class="search" action="{url}log">
    2.88  			{sessionvars%hiddenformentry}
    2.89  			<p><input name="rev" id="search1" type="text" /></p>
    2.90  			<div id="hint">find changesets by author, revision,
    2.91  			files, or words in the commit message</div>
    2.92  		</form>
    2.93 -	<!-- Top block end -->
    2.94  	</div>
    2.95 -<!-- Block end -->
    2.96  </div>
    2.97  
    2.98 +<!-- Content -->
    2.99 +<div id="content">
   2.100 +
   2.101  <h2><a href="{url}{sessionvars%urlparameter}">{repo|escape}</a>
   2.102  	changeset {rev}:{node|short} {changesetbranch%changelogbranchname} {changesettag}</h2>
   2.103  
     3.1 --- a/slitaz-mercurial-style/templates/slitaz/error.tmpl	Tue Mar 15 05:49:31 2011 +0100
     3.2 +++ b/slitaz-mercurial-style/templates/slitaz/error.tmpl	Sun Mar 27 23:31:28 2011 +0200
     3.3 @@ -5,47 +5,62 @@
     3.4  
     3.5  <!-- Header -->
     3.6  <div id="header">
     3.7 -    <a href="http://hg.slitaz.org/"><img id="logo"
     3.8 -		src="{staticurl}logo.png" 
     3.9 -		title="hg.slitaz.org" alt="hg.slitaz.org" /></a>
    3.10 -    <p id="titre">#!/Hg/repos</p>
    3.11 +	<div id="logo"></div>
    3.12 +	<div id="network">
    3.13 +		<a href="http://www.slitaz.org/">
    3.14 +			<img src="{staticurl}/images/network.png" alt="network.png" /></a>
    3.15 +		<a href="http://scn.slitaz.org/">Community</a>
    3.16 +		<a href="http://doc.slitaz.org/">Doc</a>
    3.17 +		<a href="http://forum.slitaz.org/">Forum</a>
    3.18 +		<a href="http://labs.slitaz.org/issues">Bugs</a>
    3.19 +		<a href="http://hg.slitaz.org/">Hg</a>
    3.20 +	</div>
    3.21 +	<h1><a href="http://hg.slitaz.org/">SliTaz Repositories</a></h1>
    3.22  </div>
    3.23  
    3.24 -<!-- Content -->
    3.25 -<div id="content-full">
    3.26 -
    3.27 -<!-- Block begin -->
    3.28 -<div class="block">
    3.29 -	<!-- Nav block begin -->
    3.30 +<!-- Block -->
    3.31 +<div id="block">
    3.32 +	<!-- Navigation -->
    3.33  	<div id="block_nav">
    3.34 -		<h3><img src="{staticurl}network.png" alt="png" />Navigation</h3>
    3.35 -		<ul>
    3.36 -			<li><a href="{url}shortlog{sessionvars%urlparameter}">log</a></li>
    3.37 -			<li><a href="{url}graph{sessionvars%urlparameter}">graph</a></li>
    3.38 -			<li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li>
    3.39 -			<li><a href="{url}branches{sessionvars%urlparameter}">branches</a></li>
    3.40 -		</ul>
    3.41 -	<!-- Nav block end -->
    3.42 +		<h4>Navigation</h4>
    3.43 +		<div class="right_box">
    3.44 +			<ul>
    3.45 +				<li><a href="{url}rev/{node|short}{sessionvars%urlparameter}">Changeset</a></li>
    3.46 +				<li><a href="{url}file/{node|short}{sessionvars%urlparameter}">Browse</a></li>
    3.47 +			</ul>
    3.48 +		</div>
    3.49 +		<div class="left_box">
    3.50 +			<ul>
    3.51 +				<li><a href="{url}summary{sessionvars%urlparameter}">Summary</a></li>
    3.52 +				<li><a href="{url}log{sessionvars%urlparameter}">Changelog</a></li>
    3.53 +				<li><a href="{url}graph/{node|short}{sessionvars%urlparameter}">Graph</a></li>
    3.54 +				<li><a href="{url}tags{sessionvars%urlparameter}">Tags</a></li>
    3.55 +				<li><a href="{url}branches{sessionvars%urlparameter}">Branches</a></li>
    3.56 +			</ul>
    3.57 +		</div>
    3.58  	</div>
    3.59 -	<!-- Top block begin -->
    3.60 -	<div id="block_top">
    3.61 -		<h1>Project: {repo|escape}</h1>
    3.62 +	<!-- Information/image -->
    3.63 +	<div id="block_info">
    3.64 +		<h4>Project: {repo|escape}</h4>
    3.65  		<p>
    3.66 -			This web interface lets you follow in real time all improvements,
    3.67 -			fixes and other changes made by SliTaz GNU/Linux contributors.
    3.68 +			Clone project: hg clone http://hg.slitaz.org/{repo|escape}
    3.69  		</p>
    3.70 -		<h3>Search</h3>
    3.71 +		<p>
    3.72 +			An error occurred
    3.73 +		</p>
    3.74 +		<h4>Search</h4>
    3.75  		<form class="search" action="{url}log">
    3.76  			{sessionvars%hiddenformentry}
    3.77  			<p><input name="rev" id="search1" type="text" /></p>
    3.78  			<div id="hint">find changesets by author, revision,
    3.79  			files, or words in the commit message</div>
    3.80  		</form>
    3.81 -	<!-- Top block end -->
    3.82  	</div>
    3.83 -<!-- Block end -->
    3.84  </div>
    3.85  
    3.86 +<!-- Content -->
    3.87 +<div id="content">
    3.88 +
    3.89  <h2><a href="{url}{sessionvars%urlparameter}">{repo|escape}</a> error</h2>
    3.90  
    3.91  <div class="description">
     4.1 --- a/slitaz-mercurial-style/templates/slitaz/fileannotate.tmpl	Tue Mar 15 05:49:31 2011 +0100
     4.2 +++ b/slitaz-mercurial-style/templates/slitaz/fileannotate.tmpl	Sun Mar 27 23:31:28 2011 +0200
     4.3 @@ -5,57 +5,66 @@
     4.4  
     4.5  <!-- Header -->
     4.6  <div id="header">
     4.7 -    <a href="http://hg.slitaz.org/"><img id="logo"
     4.8 -		src="{staticurl}logo.png" 
     4.9 -		title="hg.slitaz.org" alt="hg.slitaz.org" /></a>
    4.10 -    <p id="titre">#!/Hg/repos</p>
    4.11 +	<div id="logo"></div>
    4.12 +	<div id="network">
    4.13 +		<a href="http://www.slitaz.org/">
    4.14 +			<img src="{staticurl}/images/network.png" alt="network.png" /></a>
    4.15 +		<a href="http://scn.slitaz.org/">Community</a>
    4.16 +		<a href="http://doc.slitaz.org/">Doc</a>
    4.17 +		<a href="http://forum.slitaz.org/">Forum</a>
    4.18 +		<a href="http://labs.slitaz.org/issues">Bugs</a>
    4.19 +		<a href="http://hg.slitaz.org/">Hg</a>
    4.20 +	</div>
    4.21 +	<h1><a href="http://hg.slitaz.org/">SliTaz Repositories</a></h1>
    4.22 +</div>
    4.23 +
    4.24 +<!-- Block -->
    4.25 +<div id="block">
    4.26 +	<!-- Navigation -->
    4.27 +	<div id="block_nav">
    4.28 +		<h4>Navigation</h4>
    4.29 +		<div class="right_box">
    4.30 +			<ul>
    4.31 +				<li><a href="{url}file/{node|short}{sessionvars%urlparameter}">Browse</a></li>
    4.32 +				<li><a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">File</a></li>
    4.33 +				<li><a href="{url}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">Diff</a></li>
    4.34 +				<li>Annotate</li>
    4.35 +				<li><a href="{url}log/{node|short}/{file|urlescape}{sessionvars%urlparameter}">File log</a></li>
    4.36 +				<li><a href="{url}raw-annotate/{node|short}/{file|urlescape}">Raw</a></li>
    4.37 +			</ul>
    4.38 +		</div>
    4.39 +		<div class="left_box">
    4.40 +			<ul>
    4.41 +				<li><a href="{url}summary{sessionvars%urlparameter}">Summary</a></li>
    4.42 +				<li><a href="{url}log{sessionvars%urlparameter}">Changelog</a></li>
    4.43 +				<li><a href="{url}graph/{node|short}{sessionvars%urlparameter}">Graph</a></li>
    4.44 +				<li><a href="{url}tags{sessionvars%urlparameter}">Tags</a></li>
    4.45 +				<li><a href="{url}branches{sessionvars%urlparameter}">Branches</a></li>
    4.46 +				<li><a href="{url}rev/{node|short}{sessionvars%urlparameter}">Changeset</a></li>
    4.47 +			</ul>
    4.48 +		</div>
    4.49 +	</div>
    4.50 +	<!-- Information/image -->
    4.51 +	<div id="block_info">
    4.52 +		<h4>Project: {repo|escape}</h4>
    4.53 +		<p>
    4.54 +			Clone project: hg clone http://hg.slitaz.org/{repo|escape}
    4.55 +		</p>
    4.56 +		<p>
    4.57 +			File annotation
    4.58 +		</p>
    4.59 +		<h4>Search</h4>
    4.60 +		<form class="search" action="{url}log">
    4.61 +			{sessionvars%hiddenformentry}
    4.62 +			<p><input name="rev" id="search1" type="text" /></p>
    4.63 +			<!-- <div id="hint">find changesets by author, revision,
    4.64 +			files, or words in the commit message</div> -->
    4.65 +		</form>
    4.66 +	</div>
    4.67  </div>
    4.68  
    4.69  <!-- Content -->
    4.70 -<div id="content-full">
    4.71 -
    4.72 -<!-- Block begin -->
    4.73 -<div class="block">
    4.74 -	<!-- Nav block begin -->
    4.75 -	<div id="block_nav">
    4.76 -		<h3><img src="{staticurl}network.png" alt="png" />Navigation &amp; View</h3>
    4.77 -		<div class="right_box">
    4.78 -			<ul>
    4.79 -				<li><a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">file</a></li>
    4.80 -				<li><a href="{url}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">diff</a></li>
    4.81 -				<li class="active">annotate</li>
    4.82 -				<li><a href="{url}log/{node|short}/{file|urlescape}{sessionvars%urlparameter}">file log</a></li>
    4.83 -				<li><a href="{url}raw-annotate/{node|short}/{file|urlescape}">raw</a></li>
    4.84 -			</ul>
    4.85 -		</div>
    4.86 -		<ul>
    4.87 -			<li><a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">log</a></li>
    4.88 -			<li><a href="{url}graph/{node|short}{sessionvars%urlparameter}">graph</a></li>
    4.89 -			<li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li>
    4.90 -			<li><a href="{url}branches{sessionvars%urlparameter}">branches</a></li>
    4.91 -			<li><a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a></li>
    4.92 -			<li><a href="{url}file/{node|short}{path|urlescape}{sessionvars%urlparameter}">browse</a></li>
    4.93 -		</ul>
    4.94 -	<!-- Nav block end -->
    4.95 -	</div>
    4.96 -	<!-- Top block begin -->
    4.97 -	<div id="block_top">
    4.98 -		<h1>Project: {repo|escape}</h1>
    4.99 -		<p>
   4.100 -			This web interface lets you follow in real time all improvements,
   4.101 -			fixes and other changes made by SliTaz GNU/Linux contributors.
   4.102 -		</p>
   4.103 -		<h3>Search</h3>
   4.104 -		<form class="search" action="{url}log">
   4.105 -			{sessionvars%hiddenformentry}
   4.106 -			<p><input name="rev" id="search1" type="text" /></p>
   4.107 -			<div id="hint">find changesets by author, revision,
   4.108 -			files, or words in the commit message</div>
   4.109 -		</form>
   4.110 -	<!-- Top block end -->
   4.111 -	</div>
   4.112 -<!-- Block end -->
   4.113 -</div>
   4.114 +<div id="content">
   4.115  
   4.116  <h2><a href="{url}{sessionvars%urlparameter}">{repo|escape}</a>
   4.117  	annotate {file|escape} @ {rev}:{node|short}</h2>
     5.1 --- a/slitaz-mercurial-style/templates/slitaz/filediff.tmpl	Tue Mar 15 05:49:31 2011 +0100
     5.2 +++ b/slitaz-mercurial-style/templates/slitaz/filediff.tmpl	Sun Mar 27 23:31:28 2011 +0200
     5.3 @@ -5,57 +5,66 @@
     5.4  
     5.5  <!-- Header -->
     5.6  <div id="header">
     5.7 -    <a href="http://hg.slitaz.org/"><img id="logo"
     5.8 -		src="{staticurl}logo.png" 
     5.9 -		title="hg.slitaz.org" alt="hg.slitaz.org" /></a>
    5.10 -    <p id="titre">#!/Hg/repos</p>
    5.11 +	<div id="logo"></div>
    5.12 +	<div id="network">
    5.13 +		<a href="http://www.slitaz.org/">
    5.14 +			<img src="{staticurl}/images/network.png" alt="network.png" /></a>
    5.15 +		<a href="http://scn.slitaz.org/">Community</a>
    5.16 +		<a href="http://doc.slitaz.org/">Doc</a>
    5.17 +		<a href="http://forum.slitaz.org/">Forum</a>
    5.18 +		<a href="http://labs.slitaz.org/issues">Bugs</a>
    5.19 +		<a href="http://hg.slitaz.org/">Hg</a>
    5.20 +	</div>
    5.21 +	<h1><a href="http://hg.slitaz.org/">SliTaz Repositories</a></h1>
    5.22 +</div>
    5.23 +
    5.24 +<!-- Block -->
    5.25 +<div id="block">
    5.26 +	<!-- Navigation -->
    5.27 +	<div id="block_nav">
    5.28 +		<h4>Navigation</h4>
    5.29 +		<div class="right_box">
    5.30 +			<ul>
    5.31 +				<li><a href="{url}file/{node|short}{path|urlescape}{sessionvars%urlparameter}">Browse</a></li>
    5.32 +				<li><a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">File</a></li>
    5.33 +				<li>Diff</li>
    5.34 +				<li><a href="{url}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}">Annotate</a></li>
    5.35 +				<li><a href="{url}log/{node|short}/{file|urlescape}{sessionvars%urlparameter}">File log</a></li>
    5.36 +				<li><a href="{url}raw-file/{node|short}/{file|urlescape}">Raw</a></li>
    5.37 +			</ul>
    5.38 +		</div>
    5.39 +		<div class="left_box">
    5.40 +			<ul>
    5.41 +				<li><a href="{url}summary{sessionvars%urlparameter}">Summary</a></li>
    5.42 +				<li><a href="{url}log{sessionvars%urlparameter}">Changelog</a></li>
    5.43 +				<li><a href="{url}graph/{node|short}{sessionvars%urlparameter}">Graph</a></li>
    5.44 +				<li><a href="{url}tags{sessionvars%urlparameter}">Tags</a></li>
    5.45 +				<li><a href="{url}branches{sessionvars%urlparameter}">Branches</a></li>
    5.46 +				<li><a href="{url}rev/{node|short}{sessionvars%urlparameter}">Changeset</a></li>
    5.47 +			</ul>
    5.48 +		</div>
    5.49 +	</div>
    5.50 +	<!-- Information/image -->
    5.51 +	<div id="block_info">
    5.52 +		<h4>Project: {repo|escape}</h4>
    5.53 +		<p>
    5.54 +			Clone project: hg clone http://hg.slitaz.org/{repo|escape}
    5.55 +		</p>
    5.56 +		<p>
    5.57 +			Differences between modified files
    5.58 +		</p>
    5.59 +		<h4>Search</h4>
    5.60 +		<form class="search" action="{url}log">
    5.61 +			{sessionvars%hiddenformentry}
    5.62 +			<p><input name="rev" id="search1" type="text" /></p>
    5.63 +			<!-- <div id="hint">find changesets by author, revision,
    5.64 +			files, or words in the commit message</div> -->
    5.65 +		</form>
    5.66 +	</div>
    5.67  </div>
    5.68  
    5.69  <!-- Content -->
    5.70 -<div id="content-full">
    5.71 -
    5.72 -<!-- Block begin -->
    5.73 -<div class="block">
    5.74 -	<!-- Nav block begin -->
    5.75 -	<div id="block_nav">
    5.76 -		<h3><img src="{staticurl}network.png" alt="png" />Navigation &amp; View</h3>
    5.77 -		<div class="right_box">
    5.78 -			<ul>
    5.79 -				<li><a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">file</a></li>
    5.80 -				<li class="active">diff</li>
    5.81 -				<li><a href="{url}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}">annotate</a></li>
    5.82 -				<li><a href="{url}log/{node|short}/{file|urlescape}{sessionvars%urlparameter}">file log</a></li>
    5.83 -				<li><a href="{url}raw-file/{node|short}/{file|urlescape}">raw</a></li>
    5.84 -			</ul>
    5.85 -		</div>
    5.86 -		<ul>
    5.87 -			<li><a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">log</a></li>
    5.88 -			<li><a href="{url}graph/{node|short}{sessionvars%urlparameter}">graph</a></li>
    5.89 -			<li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li>
    5.90 -			<li><a href="{url}branches{sessionvars%urlparameter}">branches</a></li>
    5.91 -			<li><a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a></li>
    5.92 -			<li><a href="{url}file/{node|short}{path|urlescape}{sessionvars%urlparameter}">browse</a></li>
    5.93 -		</ul>
    5.94 -	<!-- Nav block end -->
    5.95 -	</div>
    5.96 -	<!-- Top block begin -->
    5.97 -	<div id="block_top">
    5.98 -		<h1>Project: {repo|escape}</h1>
    5.99 -		<p>
   5.100 -			This web interface lets you follow in real time all improvements,
   5.101 -			fixes and other changes made by SliTaz GNU/Linux contributors.
   5.102 -		</p>
   5.103 -		<h3>Search</h3>
   5.104 -		<form class="search" action="{url}log">
   5.105 -			{sessionvars%hiddenformentry}
   5.106 -			<p><input name="rev" id="search1" type="text" /></p>
   5.107 -			<div id="hint">find changesets by author, revision,
   5.108 -			files, or words in the commit message</div>
   5.109 -		</form>
   5.110 -	<!-- Top block end -->
   5.111 -	</div>
   5.112 -<!-- Block end -->
   5.113 -</div>
   5.114 +<div id="content">
   5.115  
   5.116  <h2><a href="{url}{sessionvars%urlparameter}">{repo|escape}</a>
   5.117  	diff {file|escape} @ {rev}:{node|short}</h2>
     6.1 --- a/slitaz-mercurial-style/templates/slitaz/filelog.tmpl	Tue Mar 15 05:49:31 2011 +0100
     6.2 +++ b/slitaz-mercurial-style/templates/slitaz/filelog.tmpl	Sun Mar 27 23:31:28 2011 +0200
     6.3 @@ -9,57 +9,66 @@
     6.4  
     6.5  <!-- Header -->
     6.6  <div id="header">
     6.7 -    <a href="http://hg.slitaz.org/"><img id="logo"
     6.8 -		src="{staticurl}logo.png" 
     6.9 -		title="hg.slitaz.org" alt="hg.slitaz.org" /></a>
    6.10 -    <p id="titre">#!/Hg/repos</p>
    6.11 +	<div id="logo"></div>
    6.12 +	<div id="network">
    6.13 +		<a href="http://www.slitaz.org/">
    6.14 +			<img src="{staticurl}/images/network.png" alt="network.png" /></a>
    6.15 +		<a href="http://scn.slitaz.org/">Community</a>
    6.16 +		<a href="http://doc.slitaz.org/">Doc</a>
    6.17 +		<a href="http://forum.slitaz.org/">Forum</a>
    6.18 +		<a href="http://labs.slitaz.org/issues">Bugs</a>
    6.19 +		<a href="http://hg.slitaz.org/">Hg</a>
    6.20 +	</div>
    6.21 +	<h1><a href="http://hg.slitaz.org/">SliTaz Repositories</a></h1>
    6.22 +</div>
    6.23 +
    6.24 +<!-- Block -->
    6.25 +<div id="block">
    6.26 +	<!-- Navigation -->
    6.27 +	<div id="block_nav">
    6.28 +		<h4>Navigation</h4>
    6.29 +		<div class="right_box">
    6.30 +			<ul>
    6.31 +				<li><a href="{url}file/{node|short}{path|urlescape}{sessionvars%urlparameter}">Browse</a></li>
    6.32 +				<li><a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">File</a></li>
    6.33 +				<li><a href="{url}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">Diff</a></li>
    6.34 +				<li><a href="{url}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}">Annotate</a></li>
    6.35 +				<li>File log</li>
    6.36 +				<li><a href="{url}raw-file/{node|short}/{file|urlescape}">Raw</a></li>
    6.37 +			</ul>
    6.38 +		</div>
    6.39 +		<div class="left_box">
    6.40 +			<ul>
    6.41 +				<li><a href="{url}summary{sessionvars%urlparameter}">Summary</a></li>
    6.42 +				<li><a href="{url}log/{node|short}{sessionvars%urlparameter}">Changelog</a></li>
    6.43 +				<li><a href="{url}graph/{node|short}{sessionvars%urlparameter}">Graph</a></li>
    6.44 +				<li><a href="{url}tags{sessionvars%urlparameter}">Tags</a></li>
    6.45 +				<li><a href="{url}branches{sessionvars%urlparameter}">Branches</a></li>
    6.46 +				<li><a href="{url}rev/{node|short}{sessionvars%urlparameter}">Changeset</a></li>
    6.47 +			</ul>
    6.48 +		</div>
    6.49 +	</div>
    6.50 +	<!-- Information/image -->
    6.51 +	<div id="block_info">
    6.52 +		<h4>Project: {repo|escape}</h4>
    6.53 +		<p>
    6.54 +			Clone project: hg clone http://hg.slitaz.org/{repo|escape}
    6.55 +		</p>
    6.56 +		<p>
    6.57 +			Log for a particular file
    6.58 +		</p>
    6.59 +		<h4>Search</h4>
    6.60 +		<form class="search" action="{url}log">
    6.61 +			{sessionvars%hiddenformentry}
    6.62 +			<p><input name="rev" id="search1" type="text" /></p>
    6.63 +			<!-- <div id="hint">find changesets by author, revision,
    6.64 +			files, or words in the commit message</div> -->
    6.65 +		</form>
    6.66 +	</div>
    6.67  </div>
    6.68  
    6.69  <!-- Content -->
    6.70 -<div id="content-full">
    6.71 -
    6.72 -<!-- Block begin -->
    6.73 -<div class="block">
    6.74 -	<!-- Nav block begin -->
    6.75 -	<div id="block_nav">
    6.76 -		<h3><img src="{staticurl}network.png" alt="png" />Navigation &amp; View</h3>
    6.77 -		<div class="right_box">
    6.78 -			<ul>
    6.79 -				<li><a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">file</a></li>
    6.80 -				<li><a href="{url}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">diff</a></li>
    6.81 -				<li><a href="{url}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}">annotate</a></li>
    6.82 -				<li class="active">file log</li>
    6.83 -				<li><a href="{url}raw-file/{node|short}/{file|urlescape}">raw</a></li>
    6.84 -			</ul>
    6.85 -		</div>
    6.86 -		<ul>
    6.87 -			<li><a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">log</a></li>
    6.88 -			<li><a href="{url}graph/{node|short}{sessionvars%urlparameter}">graph</a></li>
    6.89 -			<li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li>
    6.90 -			<li><a href="{url}branches{sessionvars%urlparameter}">branches</a></li>
    6.91 -			<li><a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a></li>
    6.92 -			<li><a href="{url}file/{node|short}{path|urlescape}{sessionvars%urlparameter}">browse</a></li>
    6.93 -		</ul>
    6.94 -	<!-- Nav block end -->
    6.95 -	</div>
    6.96 -	<!-- Top block begin -->
    6.97 -	<div id="block_top">
    6.98 -		<h1>Project: {repo|escape}</h1>
    6.99 -		<p>
   6.100 -			This web interface lets you follow in real time all improvements,
   6.101 -			fixes and other changes made by SliTaz GNU/Linux contributors.
   6.102 -		</p>
   6.103 -		<h3>Search</h3>
   6.104 -		<form class="search" action="{url}log">
   6.105 -			{sessionvars%hiddenformentry}
   6.106 -			<p><input name="rev" id="search1" type="text" /></p>
   6.107 -			<div id="hint">find changesets by author, revision,
   6.108 -			files, or words in the commit message</div>
   6.109 -		</form>
   6.110 -	<!-- Top block end -->
   6.111 -	</div>
   6.112 -<!-- Block end -->
   6.113 -</div>
   6.114 +<div id="content">
   6.115  
   6.116  <h2><a href="{url}{sessionvars%urlparameter}">{repo|escape}</a>
   6.117  	log {file|escape}</h2>
     7.1 --- a/slitaz-mercurial-style/templates/slitaz/filerevision.tmpl	Tue Mar 15 05:49:31 2011 +0100
     7.2 +++ b/slitaz-mercurial-style/templates/slitaz/filerevision.tmpl	Sun Mar 27 23:31:28 2011 +0200
     7.3 @@ -5,57 +5,66 @@
     7.4  
     7.5  <!-- Header -->
     7.6  <div id="header">
     7.7 -    <a href="http://hg.slitaz.org/"><img id="logo"
     7.8 -		src="{staticurl}logo.png" 
     7.9 -		title="hg.slitaz.org" alt="hg.slitaz.org" /></a>
    7.10 -    <p id="titre">#!/Hg/repos</p>
    7.11 +	<div id="logo"></div>
    7.12 +	<div id="network">
    7.13 +		<a href="http://www.slitaz.org/">
    7.14 +			<img src="{staticurl}/images/network.png" alt="network.png" /></a>
    7.15 +		<a href="http://scn.slitaz.org/">Community</a>
    7.16 +		<a href="http://doc.slitaz.org/">Doc</a>
    7.17 +		<a href="http://forum.slitaz.org/">Forum</a>
    7.18 +		<a href="http://labs.slitaz.org/issues">Bugs</a>
    7.19 +		<a href="http://hg.slitaz.org/">Hg</a>
    7.20 +	</div>
    7.21 +	<h1><a href="http://hg.slitaz.org/">SliTaz Repositories</a></h1>
    7.22 +</div>
    7.23 +
    7.24 +<!-- Block -->
    7.25 +<div id="block">
    7.26 +	<!-- Navigation -->
    7.27 +	<div id="block_nav">
    7.28 +		<h4>Navigation</h4>
    7.29 +		<div class="right_box">
    7.30 +			<ul>
    7.31 +				<li><a href="{url}file/{node|short}{path|urlescape}{sessionvars%urlparameter}">Browse</a></li>
    7.32 +				<li>File</li>
    7.33 +				<li><a href="{url}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">Diff</a></li>
    7.34 +				<li><a href="{url}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}">Annotate</a></li>
    7.35 +				<li><a href="{url}log/{node|short}/{file|urlescape}{sessionvars%urlparameter}">File log</a></li>
    7.36 +				<li><a href="{url}raw-file/{node|short}/{file|urlescape}">Raw</a></li>
    7.37 +			</ul>
    7.38 +		</div>
    7.39 +		<div class="left_box">
    7.40 +			<ul>
    7.41 +				<li><a href="{url}summary{sessionvars%urlparameter}">Summary</a></li>
    7.42 +				<li><a href="{url}log{sessionvars%urlparameter}">Changelog</a></li>
    7.43 +				<li><a href="{url}graph/{node|short}{sessionvars%urlparameter}">Graph</a></li>
    7.44 +				<li><a href="{url}tags{sessionvars%urlparameter}">Tags</a></li>
    7.45 +				<li><a href="{url}branches{sessionvars%urlparameter}">Branches</a></li>
    7.46 +				<li><a href="{url}rev/{node|short}{sessionvars%urlparameter}">Changeset</a></li>
    7.47 +			</ul>
    7.48 +		</div>
    7.49 +	</div>
    7.50 +	<!-- Information/image -->
    7.51 +	<div id="block_info">
    7.52 +		<h4>Project: {repo|escape}</h4>
    7.53 +		<p>
    7.54 +			Clone project: hg clone http://hg.slitaz.org/{repo|escape}
    7.55 +		</p>
    7.56 +		<p>
    7.57 +			Revision option: --rev
    7.58 +		</p>
    7.59 +		<h4>Search</h4>
    7.60 +		<form class="search" action="{url}log">
    7.61 +			{sessionvars%hiddenformentry}
    7.62 +			<p><input name="rev" id="search1" type="text" /></p>
    7.63 +			<!-- <div id="hint">find changesets by author, revision,
    7.64 +			files, or words in the commit message</div> -->
    7.65 +		</form>
    7.66 +	</div>
    7.67  </div>
    7.68  
    7.69  <!-- Content -->
    7.70 -<div id="content-full">
    7.71 -
    7.72 -<!-- Block begin -->
    7.73 -<div class="block">
    7.74 -	<!-- Nav block begin -->
    7.75 -	<div id="block_nav">
    7.76 -		<h3><img src="{staticurl}network.png" alt="png" />Navigation &amp; View</h3>
    7.77 -		<div class="right_box">
    7.78 -			<ul>
    7.79 -				<li class="active">file</li>
    7.80 -				<li><a href="{url}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">diff</a></li>
    7.81 -				<li><a href="{url}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}">annotate</a></li>
    7.82 -				<li><a href="{url}log/{node|short}/{file|urlescape}{sessionvars%urlparameter}">file log</a></li>
    7.83 -				<li><a href="{url}raw-file/{node|short}/{file|urlescape}">raw</a></li>
    7.84 -			</ul>
    7.85 -		</div>
    7.86 -		<ul>
    7.87 -			<li><a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">log</a></li>
    7.88 -			<li><a href="{url}graph/{node|short}{sessionvars%urlparameter}">graph</a></li>
    7.89 -			<li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li>
    7.90 -			<li><a href="{url}branches{sessionvars%urlparameter}">branches</a></li>
    7.91 -			<li><a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a></li>
    7.92 -			<li><a href="{url}file/{node|short}{path|urlescape}{sessionvars%urlparameter}">browse</a></li>
    7.93 -		</ul>
    7.94 -	<!-- Nav block end -->
    7.95 -	</div>
    7.96 -	<!-- Top block begin -->
    7.97 -	<div id="block_top">
    7.98 -		<h1>Project: {repo|escape}</h1>
    7.99 -		<p>
   7.100 -			This web interface lets you follow in real time all improvements,
   7.101 -			fixes and other changes made by SliTaz GNU/Linux contributors.
   7.102 -		</p>
   7.103 -		<h3>Search</h3>
   7.104 -		<form class="search" action="{url}log">
   7.105 -			{sessionvars%hiddenformentry}
   7.106 -			<p><input name="rev" id="search1" type="text" /></p>
   7.107 -			<div id="hint">find changesets by author, revision,
   7.108 -			files, or words in the commit message</div>
   7.109 -		</form>
   7.110 -	<!-- Top block end -->
   7.111 -	</div>
   7.112 -<!-- Block end -->
   7.113 -</div>
   7.114 +<div id="content">
   7.115  
   7.116  <h2><a href="{url}{sessionvars%urlparameter}">{repo|escape}</a>
   7.117  	view {file|escape} @ {rev}:{node|short}</h2>
     8.1 --- a/slitaz-mercurial-style/templates/slitaz/footer.tmpl	Tue Mar 15 05:49:31 2011 +0100
     8.2 +++ b/slitaz-mercurial-style/templates/slitaz/footer.tmpl	Sun Mar 27 23:31:28 2011 +0200
     8.3 @@ -1,29 +1,22 @@
     8.4 +
     8.5  <!-- Footer -->
     8.6  <div id="footer">
     8.7 -	<div class="right_box">
     8.8 -	<h4>SliTaz Network</h4>
     8.9 -		<ul>
    8.10 -			<li><a href="http://www.slitaz.org/">Main Website</a></li>
    8.11 -			<li><a href="http://doc.slitaz.org/">Documentation</a></li>
    8.12 -			<li><a href="http://forum.slitaz.org/">Support Forum</a></li>
    8.13 -			<li><a href="http://scn.slitaz.org/">Community Network</a></li>
    8.14 -			<li><a href="http://labs.slitaz.org/">Laboratories</a></li>
    8.15 -			<li><a href="http://distrowatch.com/slitaz">SliTaz on DistroWatch</a></li>
    8.16 -		</ul>
    8.17 -	</div>
    8.18 -	<h4>SliTaz Website</h4>
    8.19 -	<ul>
    8.20 -		<li><a href="#header">Top of the page</a></li>
    8.21 -		<li>Copyright &copy; <span class="year"></span>
    8.22 -			<a href="http://www.slitaz.org/">SliTaz</a></li>
    8.23 -		<li><a href="http://www.slitaz.org/en/about/">About the project</a></li>
    8.24 -		<li><a href="http://www.slitaz.org/netmap.php">Network Map</a></li>
    8.25 -		<li>Powered by <a href="http://mercurial.selenic.com/">Mercurial</a></li>
    8.26 -		<li><a href="http://validator.w3.org/check?uri=referer"><img
    8.27 -		src="pics/website/xhtml10.png" alt="Valid XHTML 1.0"
    8.28 -		title="Code validé XHTML 1.0"
    8.29 -		style="width: 80px; height: 15px; vertical-align: middle;" /></a></li>
    8.30 -	</ul>
    8.31 +	Copyright &copy; <span class="year"></span>
    8.32 +	<a href="http://www.slitaz.org/">SliTaz</a> - Network:
    8.33 +	<a href="http://scn.slitaz.org/">Community</a>
    8.34 +	<a href="http://doc.slitaz.org/">Doc</a>
    8.35 +	<a href="http://forum.slitaz.org/">Forum</a>
    8.36 +	<a href="http://pkgs.slitaz.org/">Packages</a>
    8.37 +	<a href="http://labs.slitaz.org/issues">Bugs</a>
    8.38 +	<a href="http://hg.slitaz.org/">Hg</a>
    8.39 +	<p>
    8.40 +		SliTaz @
    8.41 +		<a href="http://twitter.com/slitaz">Twitter</a>
    8.42 +		<a href="http://www.facebook.com/slitaz">Facebook</a>
    8.43 +		<a href="http://distrowatch.com/slitaz">Distrowatch</a>
    8.44 +		<a href="http://en.wikipedia.org/wiki/SliTaz">Wikipedia</a>
    8.45 +		<a href="http://flattr.com/profile/slitaz">Flattr</a>
    8.46 +	</p>
    8.47  </div>
    8.48  
    8.49  </body>
     9.1 --- a/slitaz-mercurial-style/templates/slitaz/graph.tmpl	Tue Mar 15 05:49:31 2011 +0100
     9.2 +++ b/slitaz-mercurial-style/templates/slitaz/graph.tmpl	Sun Mar 27 23:31:28 2011 +0200
     9.3 @@ -10,48 +10,61 @@
     9.4  
     9.5  <!-- Header -->
     9.6  <div id="header">
     9.7 -    <a href="http://hg.slitaz.org/"><img id="logo"
     9.8 -		src="{staticurl}logo.png" 
     9.9 -		title="hg.slitaz.org" alt="hg.slitaz.org" /></a>
    9.10 -    <p id="titre">#!/Hg/repos</p>
    9.11 +	<div id="logo"></div>
    9.12 +	<div id="network">
    9.13 +		<a href="http://www.slitaz.org/">
    9.14 +			<img src="{staticurl}/images/network.png" alt="network.png" /></a>
    9.15 +		<a href="http://scn.slitaz.org/">Community</a>
    9.16 +		<a href="http://doc.slitaz.org/">Doc</a>
    9.17 +		<a href="http://forum.slitaz.org/">Forum</a>
    9.18 +		<a href="http://labs.slitaz.org/issues">Bugs</a>
    9.19 +		<a href="http://hg.slitaz.org/">Hg</a>
    9.20 +	</div>
    9.21 +	<h1><a href="http://hg.slitaz.org/">SliTaz Repositories</a></h1>
    9.22 +</div>
    9.23 +
    9.24 +<!-- Block -->
    9.25 +<div id="block">
    9.26 +	<!-- Navigation -->
    9.27 +	<div id="block_nav">
    9.28 +		<h4>Navigation</h4>
    9.29 +		<div class="right_box">
    9.30 +			<ul>
    9.31 +				<li><a href="{url}rev/{node|short}{sessionvars%urlparameter}">Changeset</a></li>
    9.32 +				<li><a href="{url}file/{node|short}{path|urlescape}{sessionvars%urlparameter}">Browse</a></li>
    9.33 +			</ul>
    9.34 +		</div>
    9.35 +		<div class="left_box">
    9.36 +			<ul>
    9.37 +				<li><a href="{url}summary{sessionvars%urlparameter}">Summary</a></li>
    9.38 +				<li><a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">Changelog</a></li>
    9.39 +				<li>Graph</li>
    9.40 +				<li><a href="{url}tags{sessionvars%urlparameter}">Tags</a></li>
    9.41 +				<li><a href="{url}branches{sessionvars%urlparameter}">Branches</a></li>
    9.42 +			</ul>
    9.43 +		</div>
    9.44 +	</div>
    9.45 +	<!-- Information/image -->
    9.46 +	<div id="block_info">
    9.47 +		<h4>Project: {repo|escape}</h4>
    9.48 +		<p>
    9.49 +			Clone project: hg clone http://hg.slitaz.org/{repo|escape}
    9.50 +		</p>
    9.51 +		<p>
    9.52 +			Revision graph
    9.53 +		</p>
    9.54 +		<h4>Search</h4>
    9.55 +		<form class="search" action="{url}log">
    9.56 +			{sessionvars%hiddenformentry}
    9.57 +			<p><input name="rev" id="search1" type="text" /></p>
    9.58 +			<!-- <div id="hint">find changesets by author, revision,
    9.59 +			files, or words in the commit message</div> -->
    9.60 +		</form>
    9.61 +	</div>
    9.62  </div>
    9.63  
    9.64  <!-- Content -->
    9.65 -<div id="content-full">
    9.66 -
    9.67 -<!-- Block begin -->
    9.68 -<div class="block">
    9.69 -	<!-- Nav block begin -->
    9.70 -	<div id="block_nav">
    9.71 -		<h3><img src="{staticurl}network.png" alt="png" />Navigation</h3>
    9.72 -		<ul>
    9.73 -			<li><a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">log</a></li>
    9.74 -			<li class="active">graph</li>
    9.75 -			<li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li>
    9.76 -			<li><a href="{url}branches{sessionvars%urlparameter}">branches</a></li>
    9.77 -			<li><a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a></li>
    9.78 -			<li><a href="{url}file/{node|short}{path|urlescape}{sessionvars%urlparameter}">browse</a></li>
    9.79 -		</ul>
    9.80 -	<!-- Nav block end -->
    9.81 -	</div>
    9.82 -	<!-- Top block begin -->
    9.83 -	<div id="block_top">
    9.84 -		<h1>Project: {repo|escape}</h1>
    9.85 -		<p>
    9.86 -			This web interface lets you follow in real time all improvements,
    9.87 -			fixes and other changes made by SliTaz GNU/Linux contributors.
    9.88 -		</p>
    9.89 -		<h3>Search</h3>
    9.90 -		<form class="search" action="{url}log">
    9.91 -			{sessionvars%hiddenformentry}
    9.92 -			<p><input name="rev" id="search1" type="text" /></p>
    9.93 -			<div id="hint">find changesets by author, revision,
    9.94 -			files, or words in the commit message</div>
    9.95 -		</form>
    9.96 -	<!-- Top block end -->
    9.97 -	</div>
    9.98 -<!-- Block end -->
    9.99 -</div>
   9.100 +<div id="content">
   9.101  
   9.102  <h2><a href="{url}{sessionvars%urlparameter}">{repo|escape}</a> graph</h2>
   9.103  
    10.1 --- a/slitaz-mercurial-style/templates/slitaz/header.tmpl	Tue Mar 15 05:49:31 2011 +0100
    10.2 +++ b/slitaz-mercurial-style/templates/slitaz/header.tmpl	Sun Mar 27 23:31:28 2011 +0200
    10.3 @@ -1,6 +1,8 @@
    10.4 -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
    10.5 -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US">
    10.6 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
    10.7 +	"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
    10.8 +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
    10.9  <head>
   10.10 -<link rel="icon" href="{staticurl}favicon.ico" type="image/ico" />
   10.11 -<meta name="robots" content="index, nofollow" />
   10.12 -<link rel="stylesheet" href="{staticurl}style-slitaz.css" type="text/css" />
   10.13 +	<meta name="robots" content="index, nofollow" />
   10.14 +	<link rel="icon" href="{staticurl}favicon.ico" type="image/ico" />
   10.15 +	<link rel="stylesheet" href="{staticurl}style-slitaz.css" type="text/css" />
   10.16 +	
    11.1 --- a/slitaz-mercurial-style/templates/slitaz/index.tmpl	Tue Mar 15 05:49:31 2011 +0100
    11.2 +++ b/slitaz-mercurial-style/templates/slitaz/index.tmpl	Sun Mar 27 23:31:28 2011 +0200
    11.3 @@ -5,43 +5,55 @@
    11.4  
    11.5  <!-- Header -->
    11.6  <div id="header">
    11.7 -    <a href="http://hg.slitaz.org/"><img id="logo"
    11.8 -		src="{staticurl}logo.png" 
    11.9 -		title="hg.slitaz.org" alt="hg.slitaz.org" /></a>
   11.10 -    <p id="titre">#!/Hg/repos</p>
   11.11 +	<div id="logo"></div>
   11.12 +	<div id="network">
   11.13 +		<a href="http://www.slitaz.org/">
   11.14 +			<img src="{staticurl}/images/network.png" alt="network.png" /></a>
   11.15 +		<a href="http://scn.slitaz.org/">Community</a>
   11.16 +		<a href="http://doc.slitaz.org/">Doc</a>
   11.17 +		<a href="http://forum.slitaz.org/">Forum</a>
   11.18 +		<a href="http://labs.slitaz.org/issues">Bugs</a>
   11.19 +		<a href="http://hg.slitaz.org/">Hg</a>
   11.20 +	</div>
   11.21 +	<h1><a href="http://hg.slitaz.org/">SliTaz Repositories</a></h1>
   11.22 +</div>
   11.23 +
   11.24 +<!-- Block -->
   11.25 +<div id="block">
   11.26 +	<!-- Navigation -->
   11.27 +	<div id="block_nav">
   11.28 +		<h4>Developers corner</h4>
   11.29 +		<div class="right_box">
   11.30 +			<ul>
   11.31 +				<li><a href="http://bb.slitaz.org/">Build Bot</a></li>
   11.32 +				<li><a href="http://pkgs.slitaz.org/">Packages</a></li>
   11.33 +				<li><a href="http://tank.slitaz.org/">Tank Server</a></li>
   11.34 +			</ul>
   11.35 +		</div>
   11.36 +		<div class="left_box">
   11.37 +			<ul>
   11.38 +				<li><a href="http://www.slitaz.org/en/devel/">Website Devel</a></li>
   11.39 +				<li><a href="http://scn.slitaz.org/groups/devel/">Community Group</a></li>
   11.40 +				<li><a href="http://labs.slitaz.org/">Laboratories</a></li>
   11.41 +				<li><a href="http://doc.slitaz.org/en:cookbook:start">Cookbook</a></li>
   11.42 +			</ul>
   11.43 +		</div>
   11.44 +	</div>
   11.45 +	<!-- Information/image -->
   11.46 +	<div id="block_info">
   11.47 +		<h4>Mercurial Repos</h4>
   11.48 +		<p>
   11.49 +			This web interface lets you follow in real time all 
   11.50 +			improvements, fixes and other changes made by SliTaz 
   11.51 +			GNU/Linux contributors. Latest commits to the Cooking wok
   11.52 +			are on the SliTaz <a href="http://www.slitaz.org/">website</a>
   11.53 +			and <a href="http://scn.slitaz.org/">SCN</a>.
   11.54 +		</p>
   11.55 +	</div>
   11.56  </div>
   11.57  
   11.58  <!-- Content -->
   11.59 -<div id="content-full">
   11.60 -
   11.61 -<!-- Block begin -->
   11.62 -<div class="block">
   11.63 -	<!-- Nav block begin -->
   11.64 -	<div id="block_nav">
   11.65 -		<h3><img src="{staticurl}development.png" alt="png" />Devel corner</h3>
   11.66 -		<ul>
   11.67 -			<li><a href="http://www.slitaz.org/en/devel/">Website/devel</a></li>
   11.68 -			<li><a href="http://labs.slitaz.org/">Laboratories</a></li>
   11.69 -			<li><a href="http://bb.slitaz.org/">Build Bot</a></li>
   11.70 -			<li><a href="http://scn.slitaz.org/">Community</a></li>
   11.71 -			<li><a href="http://pkgs.slitaz.org/">Packages</a></li>
   11.72 -			<li><a href="http://tank.slitaz.org/">Tank Server</a></li>
   11.73 -		</ul>
   11.74 -	<!-- Nav block end -->
   11.75 -	</div>
   11.76 -	<!-- Top block begin -->
   11.77 -	<div id="block_top">
   11.78 -		<h1>Mercurial Repos</h1>
   11.79 -		<p>
   11.80 -			This web interface lets you follow in real time all improvements,
   11.81 -			fixes and other changes made by SliTaz GNU/Linux contributors.
   11.82 -			Each project provides its own RSS feed and the latest commits to
   11.83 -			the Cooking wok are on the SliTaz <a href="http://www.slitaz.org/">website</a>.
   11.84 -		</p>
   11.85 -	<!-- Top block end -->
   11.86 -	</div>
   11.87 -<!-- Block end -->
   11.88 -</div>
   11.89 +<div id="content">
   11.90  
   11.91  <h2>Repositories list</h2>
   11.92  
    12.1 --- a/slitaz-mercurial-style/templates/slitaz/manifest.tmpl	Tue Mar 15 05:49:31 2011 +0100
    12.2 +++ b/slitaz-mercurial-style/templates/slitaz/manifest.tmpl	Sun Mar 27 23:31:28 2011 +0200
    12.3 @@ -5,56 +5,65 @@
    12.4  
    12.5  <!-- Header -->
    12.6  <div id="header">
    12.7 -    <a href="http://hg.slitaz.org/"><img id="logo"
    12.8 -		src="{staticurl}logo.png" 
    12.9 -		title="hg.slitaz.org" alt="hg.slitaz.org" /></a>
   12.10 -    <p id="titre">#!/Hg/repos</p>
   12.11 +	<div id="logo"></div>
   12.12 +	<div id="network">
   12.13 +		<a href="http://www.slitaz.org/">
   12.14 +			<img src="{staticurl}/images/network.png" alt="network.png" /></a>
   12.15 +		<a href="http://scn.slitaz.org/">Community</a>
   12.16 +		<a href="http://doc.slitaz.org/">Doc</a>
   12.17 +		<a href="http://forum.slitaz.org/">Forum</a>
   12.18 +		<a href="http://labs.slitaz.org/issues">Bugs</a>
   12.19 +		<a href="http://hg.slitaz.org/">Hg</a>
   12.20 +	</div>
   12.21 +	<h1><a href="http://hg.slitaz.org/">SliTaz Repositories</a></h1>
   12.22 +</div>
   12.23 +
   12.24 +<!-- Block -->
   12.25 +<div id="block">
   12.26 +	<!-- Navigation -->
   12.27 +	<div id="block_nav">
   12.28 +		<h4>Navigation</h4>
   12.29 +		<div class="right_box">
   12.30 +			<ul>
   12.31 +				<li><a href="{url}rev/{node|short}{sessionvars%urlparameter}">Changeset</a></li>
   12.32 +				<li>Browse</li>
   12.33 +			</ul>
   12.34 +		</div>
   12.35 +		<div class="left_box">
   12.36 +			<ul>
   12.37 +				<li><a href="{url}summary{sessionvars%urlparameter}">Summary</a></li>
   12.38 +				<li><a href="{url}log{sessionvars%urlparameter}">Changelog</a></li>
   12.39 +				<li><a href="{url}graph/{node|short}{sessionvars%urlparameter}">Graph</a></li>
   12.40 +				<li><a href="{url}tags{sessionvars%urlparameter}">Tags</a></li>
   12.41 +				<li><a href="{url}branches{sessionvars%urlparameter}">Branches</a></li>
   12.42 +			</ul>
   12.43 +		</div>
   12.44 +	</div>
   12.45 +	<!-- Information/image -->
   12.46 +	<div id="block_info">
   12.47 +		<h4>Project: {repo|escape}</h4>
   12.48 +		<p>
   12.49 +			Clone project: hg clone http://hg.slitaz.org/{repo|escape}
   12.50 +		</p>
   12.51 +		<div id="tarball">
   12.52 +			<ul>
   12.53 +				<li>Download tarball:</li>
   12.54 +				{archives%archiveentry}
   12.55 +			</ul>
   12.56 +		</div>
   12.57 +		<h4>Search</h4>
   12.58 +		<form class="search" action="{url}log">
   12.59 +			{sessionvars%hiddenformentry}
   12.60 +			<p><input name="rev" id="search1" type="text" /></p>
   12.61 +			<!-- <div id="hint">find changesets by author, revision,
   12.62 +			files, or words in the commit message</div> -->
   12.63 +		</form>
   12.64 +	</div>
   12.65  </div>
   12.66  
   12.67  <!-- Content -->
   12.68 -<div id="content-full">
   12.69 +<div id="content">
   12.70  
   12.71 -<!-- Block begin -->
   12.72 -<div class="block">
   12.73 -	<!-- Nav block begin -->
   12.74 -	<div id="block_nav">
   12.75 -		<h3><img src="{staticurl}network.png" alt="png" />Navigation</h3>
   12.76 -		<div class="right_box">
   12.77 -			<ul>	
   12.78 -				<li>Download:</li>
   12.79 -				{archives%archiveentry}
   12.80 -			</ul>
   12.81 -		</div>
   12.82 -		<ul>
   12.83 -			<li><a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">log</a></li>
   12.84 -			<li><a href="{url}graph/{node|short}{sessionvars%urlparameter}">graph</a></li>
   12.85 -			<li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li>
   12.86 -			<li><a href="{url}branches{sessionvars%urlparameter}">branches</a></li>
   12.87 -			<li><a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a></li>
   12.88 -			<li class="active">browse</li>
   12.89 -		</ul>
   12.90 -	<!-- Nav block end -->
   12.91 -	</div>
   12.92 -	<!-- Top block begin -->
   12.93 -	<div id="block_top">
   12.94 -		<h1>Project: {repo|escape}</h1>
   12.95 -		<p>
   12.96 -			This web interface lets you follow in real time all improvements,
   12.97 -			fixes and other changes made by SliTaz GNU/Linux contributors.
   12.98 -		</p> 
   12.99 -		<h3>Search</h3>
  12.100 -		<form class="search" action="{url}log">
  12.101 -			{sessionvars%hiddenformentry}
  12.102 -			<p><input name="rev" id="search1" type="text" /></p>
  12.103 -			<div id="hint">find changesets by author, revision,
  12.104 -			files, or words in the commit message</div>
  12.105 -		</form>
  12.106 -	<!-- Top block end -->
  12.107 -	</div>
  12.108 -<!-- Block end -->
  12.109 -</div>
  12.110 -
  12.111 -<div class="main">
  12.112  <h2><a href="{url}{sessionvars%urlparameter}">{repo|escape}</a>
  12.113  	directory {path|escape} @ {rev}:{node|short} {tags%changelogtag}</h2>
  12.114  
    13.1 --- a/slitaz-mercurial-style/templates/slitaz/map	Tue Mar 15 05:49:31 2011 +0100
    13.2 +++ b/slitaz-mercurial-style/templates/slitaz/map	Sun Mar 27 23:31:28 2011 +0200
    13.3 @@ -5,6 +5,7 @@
    13.4  footer = footer.tmpl
    13.5  search = search.tmpl
    13.6  
    13.7 +summary = summary.tmpl
    13.8  changelog = shortlog.tmpl
    13.9  shortlog = shortlog.tmpl
   13.10  shortlogentry = shortlogentry.tmpl
    14.1 --- a/slitaz-mercurial-style/templates/slitaz/notfound.tmpl	Tue Mar 15 05:49:31 2011 +0100
    14.2 +++ b/slitaz-mercurial-style/templates/slitaz/notfound.tmpl	Sun Mar 27 23:31:28 2011 +0200
    14.3 @@ -5,42 +5,64 @@
    14.4  
    14.5  <!-- Header -->
    14.6  <div id="header">
    14.7 -    <a href="http://hg.slitaz.org/"><img id="logo"
    14.8 -		src="{staticurl}logo.png" 
    14.9 -		title="hg.slitaz.org" alt="hg.slitaz.org" /></a>
   14.10 -    <p id="titre">#!/Hg/repos</p>
   14.11 +	<div id="logo"></div>
   14.12 +	<div id="network">
   14.13 +		<a href="http://www.slitaz.org/">
   14.14 +			<img src="{staticurl}/images/network.png" alt="network.png" /></a>
   14.15 +		<a href="http://scn.slitaz.org/">Community</a>
   14.16 +		<a href="http://doc.slitaz.org/">Doc</a>
   14.17 +		<a href="http://forum.slitaz.org/">Forum</a>
   14.18 +		<a href="http://labs.slitaz.org/issues">Bugs</a>
   14.19 +		<a href="http://hg.slitaz.org/">Hg</a>
   14.20 +	</div>
   14.21 +	<h1><a href="http://hg.slitaz.org/">SliTaz Repositories</a></h1>
   14.22 +</div>
   14.23 +
   14.24 +<!-- Block -->
   14.25 +<div id="block">
   14.26 +	<!-- Navigation -->
   14.27 +	<div id="block_nav">
   14.28 +		<h4>Developers corner</h4>
   14.29 +		<div class="right_box">
   14.30 +			<ul>
   14.31 +				<li><a href="http://bb.slitaz.org/">Build Bot</a></li>
   14.32 +				<li><a href="http://pkgs.slitaz.org/">Packages</a></li>
   14.33 +				<li><a href="http://tank.slitaz.org/">Tank Server</a></li>
   14.34 +			</ul>
   14.35 +		</div>
   14.36 +		<div class="left_box">
   14.37 +			<ul>
   14.38 +				<li><a href="http://www.slitaz.org/en/devel/">Website Devel</a></li>
   14.39 +				<li><a href="http://scn.slitaz.org/groups/devel/">Community Group</a></li>
   14.40 +				<li><a href="http://labs.slitaz.org/">Laboratories</a></li>
   14.41 +				<li><a href="http://doc.slitaz.org/en:cookbook:start">Cookbook</a></li>
   14.42 +			</ul>
   14.43 +		</div>
   14.44 +	</div>
   14.45 +	<!-- Information/image -->
   14.46 +	<div id="block_info">
   14.47 +		<h4>Repository not found</h4>
   14.48 +		<p>
   14.49 +			The specified repository "{repo|escape}" is unknown, sorry.
   14.50 +		</p>
   14.51 +		<p>
   14.52 +			Please go back to the 
   14.53 +			<a href="http://hg.slitaz.org/">main repository list page</a>.
   14.54 +		</p>
   14.55 +		<h4>Search</h4>
   14.56 +		<form class="search" action="{url}log">
   14.57 +			{sessionvars%hiddenformentry}
   14.58 +			<p><input name="rev" id="search1" type="text" /></p>
   14.59 +			<!-- <div id="hint">find changesets by author, revision,
   14.60 +			files, or words in the commit message</div> -->
   14.61 +		</form>
   14.62 +	</div>
   14.63  </div>
   14.64  
   14.65  <!-- Content -->
   14.66 -<div id="content-full">
   14.67 +<div id="content">
   14.68  
   14.69 -<!-- Block begin -->
   14.70 -<div class="block">
   14.71 -	<!-- Nav block begin -->
   14.72 -	<div id="block_nav">
   14.73 -		<h3><img src="{staticurl}development.png" alt="png" />Devel corner</h3>
   14.74 -		<ul>
   14.75 -			<li><a href="http://www.slitaz.org/en/devel/">Website/devel</a></li>
   14.76 -			<li><a href="http://labs.slitaz.org/">Laboratories</a></li>
   14.77 -			<li><a href="http://bb.slitaz.org/">Build Bot</a></li>
   14.78 -			<li><a href="http://scn.slitaz.org/">Community</a></li>
   14.79 -			<li><a href="http://pkgs.slitaz.org/">Packages</a></li>
   14.80 -			<li><a href="http://tank.slitaz.org/">Tank Server</a></li>
   14.81 -		</ul>
   14.82 -	<!-- Nav block end -->
   14.83 -	</div>
   14.84 -	<!-- Top block begin -->
   14.85 -	<div id="block_top">
   14.86 -		<h1>Repository not found</h1>
   14.87 -		<p>
   14.88 -			The specified repository "{repo|escape}" is unknown, sorry.
   14.89 -			Please go back to the 
   14.90 -			<a href="http://hg.slitaz.org/">main repository list page</a>.
   14.91 -		</p>
   14.92 -	<!-- Top block end -->
   14.93 -	</div>
   14.94 -<!-- Block end -->
   14.95 -</div>
   14.96 +
   14.97  
   14.98  <!-- End of content -->
   14.99  </div>
    15.1 --- a/slitaz-mercurial-style/templates/slitaz/search.tmpl	Tue Mar 15 05:49:31 2011 +0100
    15.2 +++ b/slitaz-mercurial-style/templates/slitaz/search.tmpl	Sun Mar 27 23:31:28 2011 +0200
    15.3 @@ -5,46 +5,56 @@
    15.4  
    15.5  <!-- Header -->
    15.6  <div id="header">
    15.7 -    <a href="http://hg.slitaz.org/"><img id="logo"
    15.8 -		src="{staticurl}logo.png" 
    15.9 -		title="hg.slitaz.org" alt="hg.slitaz.org" /></a>
   15.10 -    <p id="titre">#!/Hg/repos</p>
   15.11 +	<div id="logo"></div>
   15.12 +	<div id="network">
   15.13 +		<a href="http://www.slitaz.org/">
   15.14 +			<img src="{staticurl}/images/network.png" alt="network.png" /></a>
   15.15 +		<a href="http://scn.slitaz.org/">Community</a>
   15.16 +		<a href="http://doc.slitaz.org/">Doc</a>
   15.17 +		<a href="http://forum.slitaz.org/">Forum</a>
   15.18 +		<a href="http://labs.slitaz.org/issues">Bugs</a>
   15.19 +		<a href="http://hg.slitaz.org/">Hg</a>
   15.20 +	</div>
   15.21 +	<h1><a href="http://hg.slitaz.org/">SliTaz Repositories</a></h1>
   15.22 +</div>
   15.23 +
   15.24 +<!-- Block -->
   15.25 +<div id="block">
   15.26 +	<!-- Navigation -->
   15.27 +	<div id="block_nav">
   15.28 +		<h4>Navigation</h4>
   15.29 +		<ul>
   15.30 +			<li><a href="{url}summary{sessionvars%urlparameter}">Summary</a></li>
   15.31 +			<li><a href="{url}log{sessionvars%urlparameter}">Changelog</a></li>
   15.32 +			<li><a href="{url}graph{sessionvars%urlparameter}">Graph</a></li>
   15.33 +			<li><a href="{url}tags{sessionvars%urlparameter}">Tags</a></li>
   15.34 +			<li><a href="{url}branches{sessionvars%urlparameter}">Branches</a></li>
   15.35 +		</ul>
   15.36 +	</div>
   15.37 +	<!-- Information/image -->
   15.38 +	<div id="block_info">
   15.39 +		<h4>Project: {repo|escape}</h4>
   15.40 +		<p>
   15.41 +			Clone project: hg clone http://hg.slitaz.org/{repo|escape}
   15.42 +		</p>
   15.43 +		<div id="tarball">
   15.44 +			<ul>
   15.45 +				<li>Download tarball:</li>
   15.46 +				{archives%archiveentry}
   15.47 +			</ul>
   15.48 +		</div>
   15.49 +		<h4>Search</h4>
   15.50 +		<form class="search" action="{url}log">
   15.51 +			{sessionvars%hiddenformentry}
   15.52 +			<p><input name="rev" id="search1" type="text" /></p>
   15.53 +			<!-- <div id="hint">find changesets by author, revision,
   15.54 +			files, or words in the commit message</div> -->
   15.55 +		</form>
   15.56 +	</div>
   15.57  </div>
   15.58  
   15.59  <!-- Content -->
   15.60 -<div id="content-full">
   15.61 -
   15.62 -<!-- Block begin -->
   15.63 -<div class="block">
   15.64 -	<!-- Nav block begin -->
   15.65 -	<div id="block_nav">
   15.66 -		<h3><img src="{staticurl}network.png" alt="png" />Navigation</h3>
   15.67 -		<ul>
   15.68 -			<li><a href="{url}shortlog{sessionvars%urlparameter}">log</a></li>
   15.69 -			<li><a href="{url}graph{sessionvars%urlparameter}">graph</a></li>
   15.70 -			<li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li>
   15.71 -			<li><a href="{url}branches{sessionvars%urlparameter}">branches</a></li>
   15.72 -		</ul>
   15.73 -	<!-- Nav block end -->
   15.74 -	</div>
   15.75 -	<!-- Top block begin -->
   15.76 -	<div id="block_top">
   15.77 -		<h1>Project: {repo|escape}</h1>
   15.78 -		<p>
   15.79 -			This web interface lets you follow in real time all improvements,
   15.80 -			fixes and other changes made by SliTaz GNU/Linux contributors.
   15.81 -		</p>
   15.82 -		<h3>Search</h3>
   15.83 -		<form class="search" action="{url}log">
   15.84 -			{sessionvars%hiddenformentry}
   15.85 -			<p><input name="rev" id="search1" type="text" /></p>
   15.86 -			<div id="hint">find changesets by author, revision,
   15.87 -			files, or words in the commit message</div>
   15.88 -		</form>
   15.89 -	<!-- Top block end -->
   15.90 -	</div>
   15.91 -<!-- Block end -->
   15.92 -</div>
   15.93 +<div id="content">
   15.94  
   15.95  <h2><a href="{url}{sessionvars%urlparameter}">{repo|escape}</a>
   15.96  	- Searching for '{query|escape}'</h2>
    16.1 --- a/slitaz-mercurial-style/templates/slitaz/shortlog.tmpl	Tue Mar 15 05:49:31 2011 +0100
    16.2 +++ b/slitaz-mercurial-style/templates/slitaz/shortlog.tmpl	Sun Mar 27 23:31:28 2011 +0200
    16.3 @@ -9,54 +9,64 @@
    16.4  
    16.5  <!-- Header -->
    16.6  <div id="header">
    16.7 -    <a href="http://hg.slitaz.org/"><img id="logo"
    16.8 -		src="{staticurl}logo.png" 
    16.9 -		title="hg.slitaz.org" alt="hg.slitaz.org" /></a>
   16.10 -    <p id="titre">#!/Hg/repos</p>
   16.11 +	<div id="logo"></div>
   16.12 +	<div id="network">
   16.13 +		<a href="http://www.slitaz.org/">
   16.14 +			<img src="{staticurl}/images/network.png" alt="network.png" /></a>
   16.15 +		<a href="http://scn.slitaz.org/">Community</a>
   16.16 +		<a href="http://doc.slitaz.org/">Doc</a>
   16.17 +		<a href="http://forum.slitaz.org/">Forum</a>
   16.18 +		<a href="http://labs.slitaz.org/issues">Bugs</a>
   16.19 +		<a href="http://hg.slitaz.org/">Hg</a>
   16.20 +	</div>
   16.21 +	<h1><a href="http://hg.slitaz.org/">SliTaz Repositories</a></h1>
   16.22 +</div>
   16.23 +
   16.24 +<!-- Block -->
   16.25 +<div id="block">
   16.26 +	<!-- Navigation -->
   16.27 +	<div id="block_nav">
   16.28 +		<h4>Navigation</h4>
   16.29 +		<div class="right_box">
   16.30 +			<ul>
   16.31 +				<li><a href="{url}rev/{node|short}{sessionvars%urlparameter}">Changeset</a></li>
   16.32 +				<li><a href="{url}file/{node|short}{path|urlescape}{sessionvars%urlparameter}">Browse</a></li>
   16.33 +			</ul>
   16.34 +		</div>
   16.35 +		<div class="left_box">
   16.36 +			<ul>
   16.37 +				<li><a href="{url}summary{sessionvars%urlparameter}">Summary</a></li>
   16.38 +				<li>Changelog</li>
   16.39 +				<li><a href="{url}graph/{node|short}{sessionvars%urlparameter}">Graph</a></li>
   16.40 +				<li><a href="{url}tags{sessionvars%urlparameter}">Tags</a></li>
   16.41 +				<li><a href="{url}branches{sessionvars%urlparameter}">Branches</a></li>
   16.42 +			</ul>
   16.43 +		</div>
   16.44 +	</div>
   16.45 +	<!-- Information/image -->
   16.46 +	<div id="block_info">
   16.47 +		<h4>Project: {repo|escape}</h4>
   16.48 +		<p>
   16.49 +			Clone project: hg clone http://hg.slitaz.org/{repo|escape}
   16.50 +		</p>
   16.51 +		<div id="tarball">
   16.52 +			<ul>
   16.53 +				<li>Download tarball:</li>
   16.54 +				{archives%archiveentry}
   16.55 +			</ul>
   16.56 +		</div>
   16.57 +		<h4>Search</h4>
   16.58 +		<form class="search" action="{url}log">
   16.59 +			{sessionvars%hiddenformentry}
   16.60 +			<p><input name="rev" id="search1" type="text" /></p>
   16.61 +			<!-- <div id="hint">find changesets by author, revision,
   16.62 +			files, or words in the commit message</div> -->
   16.63 +		</form>
   16.64 +	</div>
   16.65  </div>
   16.66  
   16.67  <!-- Content -->
   16.68 -<div id="content-full">
   16.69 -
   16.70 -<!-- Block begin -->
   16.71 -<div class="block">
   16.72 -	<!-- Nav block begin -->
   16.73 -	<div id="block_nav">
   16.74 -		<h3><img src="{staticurl}network.png" alt="png" />Navigation</h3>
   16.75 -		<div class="right_box">
   16.76 -			<ul>	
   16.77 -				<li>Download:</li>
   16.78 -				{archives%archiveentry}
   16.79 -			</ul>
   16.80 -		</div>
   16.81 -		<ul>
   16.82 -			<li class="active">log</li>
   16.83 -			<li><a href="{url}graph/{node|short}{sessionvars%urlparameter}">graph</a></li>
   16.84 -			<li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li>
   16.85 -			<li><a href="{url}branches{sessionvars%urlparameter}">branches</a></li>
   16.86 -			<li><a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a></li>
   16.87 -			<li><a href="{url}file/{node|short}{path|urlescape}{sessionvars%urlparameter}">browse</a></li>
   16.88 -		</ul>
   16.89 -	<!-- Nav block end -->
   16.90 -	</div>
   16.91 -	<!-- Top block begin -->
   16.92 -	<div id="block_top">
   16.93 -		<h1>Project: {repo|escape}</h1>
   16.94 -		<p>
   16.95 -			This web interface lets you follow in real time all improvements,
   16.96 -			fixes and other changes made by SliTaz GNU/Linux contributors.
   16.97 -		</p>
   16.98 -		<h3>Search</h3>
   16.99 -		<form class="search" action="{url}log">
  16.100 -			{sessionvars%hiddenformentry}
  16.101 -			<p><input name="rev" id="search1" type="text" /></p>
  16.102 -			<div id="hint">find changesets by author, revision,
  16.103 -			files, or words in the commit message</div>
  16.104 -		</form>
  16.105 -	<!-- Top block end -->
  16.106 -	</div>
  16.107 -<!-- Block end -->
  16.108 -</div>
  16.109 +<div id="content">
  16.110  
  16.111  <h2><a href="{url}{sessionvars%urlparameter}">{repo|escape}</a> log</h2>
  16.112  
    17.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    17.2 +++ b/slitaz-mercurial-style/templates/slitaz/summary.tmpl	Sun Mar 27 23:31:28 2011 +0200
    17.3 @@ -0,0 +1,107 @@
    17.4 +{header}
    17.5 +<title>{repo|escape}: Summary</title>
    17.6 +<link rel="alternate" type="application/atom+xml"
    17.7 +   href="{url}atom-log" title="Atom feed for {repo|escape}"/>
    17.8 +<link rel="alternate" type="application/rss+xml"
    17.9 +   href="{url}rss-log" title="RSS feed for {repo|escape}"/>
   17.10 +</head>
   17.11 +<body>
   17.12 +
   17.13 +<!-- Header -->
   17.14 +<div id="header">
   17.15 +	<div id="logo"></div>
   17.16 +	<div id="network">
   17.17 +		<a href="http://www.slitaz.org/">
   17.18 +			<img src="{staticurl}/images/network.png" alt="network.png" /></a>
   17.19 +		<a href="http://scn.slitaz.org/">Community</a>
   17.20 +		<a href="http://doc.slitaz.org/">Doc</a>
   17.21 +		<a href="http://forum.slitaz.org/">Forum</a>
   17.22 +		<a href="http://labs.slitaz.org/issues">Bugs</a>
   17.23 +		<a href="http://hg.slitaz.org/">Hg</a>
   17.24 +	</div>
   17.25 +	<h1><a href="http://hg.slitaz.org/">SliTaz Repositories</a></h1>
   17.26 +</div>
   17.27 +
   17.28 +<!-- Block -->
   17.29 +<div id="block">
   17.30 +	<!-- Navigation -->
   17.31 +	<div id="block_nav">
   17.32 +		<h4>Navigation</h4>
   17.33 +		<div class="right_box">
   17.34 +			<ul>
   17.35 +				<li><a href="{url}rev/{node|short}{sessionvars%urlparameter}">Changeset</a></li>
   17.36 +				<li><a href="{url}file/{node|short}{path|urlescape}{sessionvars%urlparameter}">Browse</a></li>
   17.37 +			</ul>
   17.38 +		</div>
   17.39 +		<div class="left_box">
   17.40 +			<ul>
   17.41 +				<li>Summary</li>
   17.42 +				<li><a href="{url}log{sessionvars%urlparameter}">Changelog</a></li>
   17.43 +				<li><a href="{url}graph/{node|short}{sessionvars%urlparameter}">Graph</a></li>
   17.44 +				<li><a href="{url}tags{sessionvars%urlparameter}">Tags</a></li>
   17.45 +				<li><a href="{url}branches{sessionvars%urlparameter}">Branches</a></li>
   17.46 +			</ul>
   17.47 +		</div>
   17.48 +	</div>
   17.49 +	<!-- Information/image -->
   17.50 +	<div id="block_info">
   17.51 +		<h4>Project: {repo|escape}</h4>
   17.52 +		<p>
   17.53 +			Clone project: hg clone http://hg.slitaz.org/{repo|escape}
   17.54 +		</p>
   17.55 +		<div id="tarball">
   17.56 +			<ul>
   17.57 +				<li>Download tarball:</li>
   17.58 +				{archives%archiveentry}
   17.59 +			</ul>
   17.60 +		</div>
   17.61 +		<h4>Search</h4>
   17.62 +		<form class="search" action="{url}log">
   17.63 +			{sessionvars%hiddenformentry}
   17.64 +			<p><input name="rev" id="search1" type="text" /></p>
   17.65 +			<!-- <div id="hint">find changesets by author, revision,
   17.66 +			files, or words in the commit message</div> -->
   17.67 +		</form>
   17.68 +	</div>
   17.69 +</div>
   17.70 +
   17.71 +
   17.72 +<div id="content">
   17.73 +
   17.74 +<h2>Repository Overview</h2>
   17.75 +
   17.76 +<ul style="list-style-type: square;">
   17.77 +	<li>Repo: {repo|escape} - {desc}</li>
   17.78 +	<li>Owner: {owner|obfuscate}</li>
   17.79 +	<li>Last change: {lastchange|rfc822date}</li>
   17.80 +</ul>
   17.81 +
   17.82 +<h2>Changes</h2>
   17.83 +<table style="margin-top: 10px;">
   17.84 +{shortlog}
   17.85 +	<tr class="light">
   17.86 +		<td colspan="4">
   17.87 +			<a class="list" href="{url}shortlog{sessionvars%urlparameter}">More changes...</a>
   17.88 +		</td>
   17.89 +	</tr>
   17.90 +</table>
   17.91 +
   17.92 +<h2>Tags</h2>
   17.93 +<table style="margin-top: 10px;">
   17.94 +{tags}
   17.95 +	<tr class="light">
   17.96 +		<td colspan="3">
   17.97 +			<a class="list" href="{url}tags{sessionvars%urlparameter}">More tags...</a>
   17.98 +		</td>
   17.99 +	</tr>
  17.100 +</table>
  17.101 +
  17.102 +<h2>Branches</h2>
  17.103 +<table style="margin-top: 10px;">
  17.104 +{branches%branchentry}
  17.105 +</table>
  17.106 +
  17.107 +<!-- End of content -->
  17.108 +</div>
  17.109 +
  17.110 +{footer}
    18.1 --- a/slitaz-mercurial-style/templates/slitaz/tags.tmpl	Tue Mar 15 05:49:31 2011 +0100
    18.2 +++ b/slitaz-mercurial-style/templates/slitaz/tags.tmpl	Sun Mar 27 23:31:28 2011 +0200
    18.3 @@ -9,46 +9,53 @@
    18.4  
    18.5  <!-- Header -->
    18.6  <div id="header">
    18.7 -    <a href="http://hg.slitaz.org/"><img id="logo"
    18.8 -		src="{staticurl}logo.png" 
    18.9 -		title="hg.slitaz.org" alt="hg.slitaz.org" /></a>
   18.10 -    <p id="titre">#!/Hg/repos</p>
   18.11 +	<div id="logo"></div>
   18.12 +	<div id="network">
   18.13 +		<a href="http://www.slitaz.org/">
   18.14 +			<img src="{staticurl}/images/network.png" alt="network.png" /></a>
   18.15 +		<a href="http://scn.slitaz.org/">Community</a>
   18.16 +		<a href="http://doc.slitaz.org/">Doc</a>
   18.17 +		<a href="http://forum.slitaz.org/">Forum</a>
   18.18 +		<a href="http://labs.slitaz.org/issues">Bugs</a>
   18.19 +		<a href="http://hg.slitaz.org/">Hg</a>
   18.20 +	</div>
   18.21 +	<h1><a href="http://hg.slitaz.org/">SliTaz Repositories</a></h1>
   18.22 +</div>
   18.23 +
   18.24 +<!-- Block -->
   18.25 +<div id="block">
   18.26 +	<!-- Navigation -->
   18.27 +	<div id="block_nav">
   18.28 +		<h4>Navigation</h4>
   18.29 +		<ul>
   18.30 +			<li><a href="{url}summary{sessionvars%urlparameter}">Summary</a></li>
   18.31 +			<li><a href="{url}shortlog{sessionvars%urlparameter}">Changelog</a></li>
   18.32 +			<li><a href="{url}graph{sessionvars%urlparameter}">Graph</a></li>
   18.33 +			<li>Tags</li>
   18.34 +			<li><a href="{url}branches{sessionvars%urlparameter}">Branches</a></li>
   18.35 +		</ul>
   18.36 +	</div>
   18.37 +	<!-- Information/image -->
   18.38 +	<div id="block_info">
   18.39 +		<h4>Project: {repo|escape}</h4>
   18.40 +		<p>
   18.41 +			Clone project: hg clone http://hg.slitaz.org/{repo|escape}
   18.42 +		</p>
   18.43 +		<p>
   18.44 +			Tags are used to name particular revisions.
   18.45 +		</p>
   18.46 +		<h4>Search</h4>
   18.47 +		<form class="search" action="{url}log">
   18.48 +			{sessionvars%hiddenformentry}
   18.49 +			<p><input name="rev" id="search1" type="text" /></p>
   18.50 +			<!-- <div id="hint">find changesets by author, revision,
   18.51 +			files, or words in the commit message</div> -->
   18.52 +		</form>
   18.53 +	</div>
   18.54  </div>
   18.55  
   18.56  <!-- Content -->
   18.57 -<div id="content-full">
   18.58 -
   18.59 -<!-- Block begin -->
   18.60 -<div class="block">
   18.61 -	<!-- Nav block begin -->
   18.62 -	<div id="block_nav">
   18.63 -		<h3><img src="{staticurl}network.png" alt="png" />Navigation</h3>
   18.64 -		<ul>
   18.65 -			<li><a href="{url}shortlog{sessionvars%urlparameter}">log</a></li>
   18.66 -			<li><a href="{url}graph{sessionvars%urlparameter}">graph</a></li>
   18.67 -			<li class="active">tags</li>
   18.68 -			<li><a href="{url}branches{sessionvars%urlparameter}">branches</a></li>
   18.69 -		</ul>
   18.70 -	<!-- Nav block end -->
   18.71 -	</div>
   18.72 -	<!-- Top block begin -->
   18.73 -	<div id="block_top">
   18.74 -		<h1>Project: {repo|escape}</h1>
   18.75 -		<p>
   18.76 -			This web interface lets you follow in real time all improvements,
   18.77 -			fixes and other changes made by SliTaz GNU/Linux contributors.
   18.78 -		</p>
   18.79 -		<h3>Search</h3>
   18.80 -		<form class="search" action="{url}log">
   18.81 -			{sessionvars%hiddenformentry}
   18.82 -			<p><input name="rev" id="search1" type="text" /></p>
   18.83 -			<div id="hint">find changesets by author, revision,
   18.84 -			files, or words in the commit message</div>
   18.85 -		</form>
   18.86 -	<!-- Top block end -->
   18.87 -	</div>
   18.88 -<!-- Block end -->
   18.89 -</div>
   18.90 +<div id="content">
   18.91  
   18.92  <h2><a href="{url}{sessionvars%urlparameter}">{repo|escape}</a> tags</h2>
   18.93  
    19.1 Binary file slitaz-mercurial-style/templates/static/development.png has changed
    20.1 Binary file slitaz-mercurial-style/templates/static/header-img.png has changed
    21.1 Binary file slitaz-mercurial-style/templates/static/images/development.png has changed
    22.1 Binary file slitaz-mercurial-style/templates/static/images/logo.png has changed
    23.1 Binary file slitaz-mercurial-style/templates/static/images/network.png has changed
    24.1 Binary file slitaz-mercurial-style/templates/static/logo.png has changed
    25.1 Binary file slitaz-mercurial-style/templates/static/network.png has changed
    26.1 --- a/slitaz-mercurial-style/templates/static/style-slitaz.css	Tue Mar 15 05:49:31 2011 +0100
    26.2 +++ b/slitaz-mercurial-style/templates/static/style-slitaz.css	Sun Mar 27 23:31:28 2011 +0200
    26.3 @@ -1,3 +1,7 @@
    26.4 +/*
    26.5 +	CSS style for SliTaz Network - (C) 2011 SliTaz GNU/Linux
    26.6 +*/
    26.7 +
    26.8  html {
    26.9  	min-height:  102%;
   26.10  }
   26.11 @@ -7,186 +11,145 @@
   26.12  	color: black;
   26.13  	font: 13px sans-serif, vernada, arial;
   26.14  	margin: 0;
   26.15 -	border-top: 34px solid #f1f1f1;
   26.16 +	min-width: 900px;
   26.17  }
   26.18  
   26.19 -/* Accessibility */
   26.20 -
   26.21 -#access {
   26.22 -	position: absolute;
   26.23 -	top: 4px;
   26.24 -	right: 0px;
   26.25 -	text-align: right;
   26.26 -	width: auto;
   26.27 -	margin: 0;
   26.28 -	padding: 4px 4px 4px 20px;
   26.29 -	font-size: 11px;
   26.30 -	font-weight: bold;
   26.31 +a { text-decoration: underline; color: #215090; }
   26.32 +a:hover { text-decoration: none; color: blue; }
   26.33 +img { border: 0pt none; vertical-align: middle; }
   26.34 +h2 { color: #444; margin-bottom: 0;}
   26.35 +h3 { color: #666; font-size: 140%; }
   26.36 +h4 { color: #888; font-size: 120%; }
   26.37 +pre { 
   26.38 +	background-color: #f8f8f8; 
   26.39 +	border: 1px solid #ddd; 
   26.40 +	padding: 10px;
   26.41  }
   26.42  
   26.43 -#access a {
   26.44 -	background: transparent;
   26.45 -	color: #0F314E;
   26.46 +/* Header */
   26.47 +
   26.48 +#header { 
   26.49 +	height: 40px; 
   26.50 +	background: #351a0a;
   26.51 +}
   26.52 +
   26.53 +#header h1 {
   26.54 +	margin: 0;
   26.55 +	padding: 2px 0 0 42px;
   26.56 +	width: 250px;
   26.57 +}
   26.58 +
   26.59 +#header h1 a { 
   26.60 +	color: white; 
   26.61 +	text-decoration: none;
   26.62 +	font-size: 20px;
   26.63 +	font-style: italic;
   26.64 +}
   26.65 +
   26.66 +#header h1 a:hover, #network a:hover { 
   26.67 +	color: #d66018;
   26.68 +}
   26.69 +
   26.70 +/* Logo */
   26.71 +
   26.72 +#logo {
   26.73 +	background: url(images/logo.png) no-repeat left;
   26.74 +	position: absolute;
   26.75 +	float: left;
   26.76 +	left: 0px;
   26.77 +	top: 0px;
   26.78 +	width: 40px;
   26.79 +	height: 40px;
   26.80 +}
   26.81 +
   26.82 +/* SliTaz Network */
   26.83 +
   26.84 +#network { 
   26.85 +	float: right; 
   26.86 +	padding: 10px 5px 0; 
   26.87 +	font-size: 12px;
   26.88 +}
   26.89 +
   26.90 +#network a { padding: 0 6px; }
   26.91 +
   26.92 +/* Block */
   26.93 +
   26.94 +#block { 
   26.95 +	min-height: 160px; 
   26.96 +	background: #d66018; 
   26.97 +	padding: 26px 10% 0px;
   26.98 +	text-align: center;
   26.99 +	color: #333;
  26.100 +	border-bottom: 1px solid #f5f5f5;
  26.101 +}
  26.102 +
  26.103 +#block_info {
  26.104 +	text-align: justify; 
  26.105 +	width: 48%;
  26.106 +	padding: 10px 10px 0 0;
  26.107 +}
  26.108 +
  26.109 +#block a, #network a { 
  26.110 +	color: #fff; 
  26.111 +	font-weight: bold;
  26.112  	text-decoration: none;
  26.113  }
  26.114  
  26.115 -#access a:hover {
  26.116 -	background: inherit;
  26.117 -	color: #b64b22;
  26.118 +#block h4 {
  26.119 +	color: #351a0a;
  26.120 +	margin: 0 0 6px;
  26.121 +	font-weight: bold;
  26.122 +	font-size: 110%;
  26.123  }
  26.124  
  26.125 -#access img {
  26.126 -	vertical-align: middle;
  26.127 +#block_info p { margin: 6px 0; padding: 0 12px 0 0; }
  26.128 +#block_info a { font-weight: normal; }
  26.129 +#block ul { list-style-type: square; }
  26.130 +#block a:hover { color: #351a0a; }
  26.131 +
  26.132 +/* Navigation */
  26.133 +
  26.134 +#block_nav {
  26.135 +	background: #cc5b17;
  26.136 +	padding: 10px 10px 15px;
  26.137 +	text-align: justify;
  26.138 +	width: 48%;
  26.139 +	float: right;
  26.140  }
  26.141  
  26.142 -/* Header and title */
  26.143 -
  26.144 -#header {
  26.145 -	background: #351a0a url(header-img.png) no-repeat top right;
  26.146 -	color: black;
  26.147 -	width: 100%;
  26.148 -	height: 42px;
  26.149 -	border-top: 1px solid black;
  26.150 -	border-bottom: 1px solid #999;
  26.151 -	margin-bottom: 33px;
  26.152 +#block_nav ul { 
  26.153 +	list-style-type: none; 
  26.154 +	margin:  0px 0; 
  26.155 +	padding: 0;
  26.156  }
  26.157  
  26.158 -#titre {
  26.159 -	position: absolute;
  26.160 -	font-size: 14px;
  26.161 -	font-weight: bolder ;
  26.162 -	left: 180px;
  26.163 -	top: 4px;
  26.164 +#block_nav h4 img { 
  26.165 +	margin: 0 4px 0 0; 
  26.166 +	padding: 0;
  26.167  }
  26.168  
  26.169 -#logo {
  26.170 -	position: absolute;
  26.171 -	float: left;
  26.172 -	left: 16px;
  26.173 -	top: -10px;
  26.174 -	width: 200px;
  26.175 -	height: 74px;
  26.176 +/* Languages */
  26.177 +
  26.178 +#lang {
  26.179 +	float: right;
  26.180 +	padding: 6px;
  26.181 +	font-size: 11px;
  26.182  }
  26.183  
  26.184 -/* Side bar Navigation */
  26.185 -
  26.186 -#nav {
  26.187 -	position: absolute;
  26.188 -	top: 102px;
  26.189 -	right: 80px;
  26.190 -	color: #555555;
  26.191 -	float: right;
  26.192 -	width: 250px;
  26.193 -	line-height: 1.5em;
  26.194 -	text-align: left;
  26.195 -	font-size: 12px;
  26.196 +#lang a {
  26.197 +	text-decoration: none;
  26.198 +	padding: 0 2px;
  26.199  }
  26.200  
  26.201 -#nav .nav_box ul {
  26.202 -	list-style-type: none;
  26.203 -	margin: 0;
  26.204 -	padding: 10px 24px 10px 0px;
  26.205 -	background-color: inherit;
  26.206 -}
  26.207 -
  26.208 -#nav li {
  26.209 -	display: inline;
  26.210 -}
  26.211 -
  26.212 -#nav h4 {
  26.213 -	font-size: 120%;
  26.214 -	color: #666666;
  26.215 -	font-weight: bold;
  26.216 -	margin: 0;
  26.217 -	padding: 0 0 1px 0;
  26.218 -	border-bottom: 1px solid #cecece;
  26.219 -}
  26.220 -
  26.221 -#nav a {
  26.222 -	color: #0F314E;
  26.223 -	background: inherit;
  26.224 -	display: block;
  26.225 -	text-decoration: none;
  26.226 -	font-weight: bold;
  26.227 -}
  26.228 -
  26.229 -#nav a:hover {
  26.230 -	color: #b64b22;
  26.231 -	text-decoration: none;
  26.232 -	display: block;
  26.233 -}
  26.234 -
  26.235 -#nav ul {
  26.236 -	-moz-border-radius: 8px;
  26.237 -	-webkit-border-radius: 8px;
  26.238 -	border-radius: 8px;
  26.239 -	list-style-type: none;
  26.240 -	margin: 10px 0;
  26.241 -	padding: 10px 24px 10px 24px;
  26.242 -	background-color: #eaeaea;
  26.243 -}
  26.244 -
  26.245 -.nav_box {
  26.246 -	margin: 10px 0;
  26.247 -	padding: 10px 24px 10px 24px;
  26.248 -	background-color: #eaeaea;
  26.249 -	text-align: justify;
  26.250 -	-moz-border-radius: 8px;
  26.251 -	-webkit-border-radius: 8px;
  26.252 -	border-radius: 8px;
  26.253 -	-moz-box-shadow: 0 1px 3px #666;
  26.254 -	-webkit-box-shadow: 0 1px 3px #666;
  26.255 -	box-shadow: 0 1px 3px #666;
  26.256 -	/* CSS3 transition */
  26.257 -	-webkit-transition-property: background-color;
  26.258 -	-webkit-transition-duration: 2s;
  26.259 -	-moz-transition-property: background-color;
  26.260 -	-moz-transition-duration: 2s;
  26.261 -	transition-property: background-color;
  26.262 -	transition-duration: 2s;
  26.263 -}
  26.264 -
  26.265 -.nav_box:hover { background-color: #f8f8f8; }
  26.266 -
  26.267 -#nav .nav_box p {
  26.268 -	line-height: 1.3em;
  26.269 -}
  26.270 -
  26.271 -#nav .nav_box p a {
  26.272 -	display: inline;
  26.273 -	font-weight: normal;
  26.274 +#lang a:hover {
  26.275  	text-decoration: underline;
  26.276  }
  26.277  
  26.278 -#nav .nav_box p a:hover {
  26.279 -	text-decoration: none;
  26.280 -	color: blue;
  26.281 -	background: inherit;
  26.282 -}
  26.283 -
  26.284 -/* Page content */
  26.285 +/* Content */
  26.286  
  26.287  #content {
  26.288 -	background: white;
  26.289 -	color: black;
  26.290 +	padding: 30px 80px;
  26.291  	text-align: justify;
  26.292 -	height: auto;
  26.293 -	margin: 6px 320px 0px 0px;
  26.294 -	padding: 0px 40px 60px 80px;
  26.295 -}
  26.296 -
  26.297 -#content-full {
  26.298 -	background: white;
  26.299 -	color: black;
  26.300 -	text-align: justify;
  26.301 -	height: auto;
  26.302 -	margin: 0;
  26.303 -	padding: 0px 80px 40px 80px;
  26.304 -}
  26.305 -
  26.306 -#content li, #content-full li {
  26.307 -	line-height: 1.5em;
  26.308 -	text-align: left;
  26.309  }
  26.310  
  26.311  #news li {
  26.312 @@ -196,81 +159,69 @@
  26.313  	padding: 4px 0px 4px 0px;
  26.314  }
  26.315  
  26.316 -#news a {
  26.317 -	text-decoration: none;
  26.318 +#news a, .feed-grid a { text-decoration: none; }
  26.319 +#news p a { text-decoration: underline; }
  26.320 +#news p a:hover { text-decoration: none; }
  26.321 +#twitter { margin: 20px 0; }
  26.322 +#gallery { text-align: center; }
  26.323 +
  26.324 +/* Classes */
  26.325 +
  26.326 +.right_box { width: 48%; float: right; }
  26.327 +.left_box { width: 48%; float: left; }
  26.328 +
  26.329 +.box {
  26.330 +	margin: 20px 60px;
  26.331 +	padding: 12px;
  26.332 +	background: #efefef;
  26.333 +	border: 1px solid #ddd;
  26.334  }
  26.335  
  26.336 -#gallery {
  26.337 +.searchbox { 
  26.338 +	margin: 20px 80px; 
  26.339 +	padding: 12px; 
  26.340 +	background: #f8f8f8;
  26.341  	text-align: center;
  26.342 +	border: 1px solid #ddd;
  26.343  }
  26.344  
  26.345 -/* Box and block. */
  26.346 +.feed-grid { height: 180px; overflow: hidden; text-align: left; }
  26.347 +.feed-grid h3 { 
  26.348 +	margin: 15px 0 0; font-size: 16px; 
  26.349 +	padding: 0 22px;
  26.350 +	background: url(images/feed.png) no-repeat left; }
  26.351 +.feed-grid span { font-size: 10px; color: #888; margin-left: 24px; }
  26.352 +.feed-grid ul { color: #666; }
  26.353 +.feed-grid a { color: #666; }
  26.354 +.feed-grid a:hover { color: blue; }
  26.355  
  26.356 -.infobox {
  26.357 -	margin: 20px 60px;
  26.358 -	padding: 12px;
  26.359 -	background: #f8f8f8;
  26.360 +/* Button */
  26.361 +
  26.362 +.button a { 
  26.363 +	background-color: #b64b22;
  26.364 +	color: #ffffff;
  26.365 +	margin-right: 6px;
  26.366 +	padding: 6px 10px;
  26.367 +	font-size: 12px;
  26.368 +	text-decoration: none;
  26.369 +	font-weight: bold;
  26.370 +}
  26.371 +.button a:hover, input[type=submit]:hover { 
  26.372 +	background-color: #a3431f;
  26.373 +	color: #ffffff;
  26.374  }
  26.375  
  26.376 -.infobox img { vertical-align: middle; }
  26.377 -/* .infobox:hover { background-color: #f2b21d; } */
  26.378 -.infobox:hover { background-color: #FBFBFB; }
  26.379 +/* Round corner */
  26.380  
  26.381 -.block {
  26.382 -	/*padding-bottom: 35%;*/
  26.383 -	color: black;
  26.384 -	min-height: 200px;
  26.385 -	margin-bottom: 40px;
  26.386 +#block_nav, pre, .box, .searchbox, .button a, #twitter {
  26.387 +	-moz-border-radius: 4px;
  26.388 +	-webkit-border-radius: 4px;
  26.389 +	border-radius: 4px;
  26.390  }
  26.391  
  26.392 -.block ul {
  26.393 -	list-style-type: none;
  26.394 -	margin: 0;
  26.395 -	padding: 0 20px;
  26.396 -}
  26.397 +/* Transition */
  26.398  
  26.399 -.block_left {
  26.400 -	width: 46%;
  26.401 -	float: left;
  26.402 -	background-color: #eaeaea;
  26.403 -	margin: 4px 2px;
  26.404 -	padding: 0 10px 10px 10px;
  26.405 -}
  26.406 -
  26.407 -.block_right {
  26.408 -	width: 46%;
  26.409 -	float: right;
  26.410 -	background-color: #eaeaea;
  26.411 -	margin: 4px 2px;
  26.412 -	padding: 0 10px 10px 10px;
  26.413 -}
  26.414 -
  26.415 -#block_top {
  26.416 -	color: black;
  26.417 -	background-color: #eaeaea;
  26.418 -	min-height: 180px;
  26.419 -	margin-bottom: 40px;
  26.420 -	margin-right: 340px;
  26.421 -	padding: 0 10px;
  26.422 -}
  26.423 -
  26.424 -#block_nav {
  26.425 -	width: 300px;
  26.426 -	min-height: 180px;
  26.427 -	float: right;
  26.428 -	background-color: #eaeaea;
  26.429 -	margin: 0;
  26.430 -	padding: 0 10px;
  26.431 -}
  26.432 -
  26.433 -.infobox, .block_left, .block_right, #block_top, #block_nav, #footer {
  26.434 -	-moz-border-radius: 8px;
  26.435 -	-webkit-border-radius: 8px;
  26.436 -	border-radius: 8px;
  26.437 -	-moz-box-shadow: 0 1px 3px #666;
  26.438 -	-webkit-box-shadow: 0 1px 3px #666;
  26.439 -	box-shadow: 0 1px 3px #666;
  26.440 -	/* CSS3 transition */
  26.441 +.box {	
  26.442  	-webkit-transition-property: background-color;
  26.443  	-webkit-transition-duration: 2s;
  26.444  	-moz-transition-property: background-color;
  26.445 @@ -279,72 +230,7 @@
  26.446  	transition-duration: 2s;
  26.447  }
  26.448  
  26.449 -#block_nav {
  26.450 -	font-weight: bold;
  26.451 -}
  26.452 -
  26.453 -#block_nav a {
  26.454 -	text-decoration: none;
  26.455 -}
  26.456 -
  26.457 -#block_nav li a:hover {
  26.458 -	color: #b64b22;
  26.459 -}
  26.460 -
  26.461 -#block_nav ul {
  26.462 -	margin: 0;
  26.463 -	list-style-type: none;
  26.464 -}
  26.465 -
  26.466 -#block_nav h3 {
  26.467 -	font-size: 110%;
  26.468 -}
  26.469 -
  26.470 -.block_left:hover, .block_right:hover, #block_top:hover,
  26.471 -#block_nav:hover, #footer:hover { 
  26.472 -	background-color: #f8f8f8;
  26.473 -}
  26.474 -
  26.475 -#block_top li { display: inline; }
  26.476 -#block_top li a { font-weight: bold; }
  26.477 -
  26.478 -.right_box {
  26.479 -	width: 50%;
  26.480 -	float: right;
  26.481 -}
  26.482 -
  26.483 -.floor {
  26.484 -	color: #999999;
  26.485 -	font-size: 20px;
  26.486 -	-webkit-transform: rotate(-45deg) skew(15deg, 15deg);
  26.487 -	-moz-transform: rotate(-45deg) skew(15deg, 15deg);
  26.488 -	-o-transform: rotate(-45deg) skew(15deg, 15deg);
  26.489 -	-ms-transform: rotate(-45deg) skew(15deg, 15deg);
  26.490 -	transform: rotate(-45deg) skew(15deg, 15deg);
  26.491 -}
  26.492 -	
  26.493 -/* Button */
  26.494 -
  26.495 -.button { margin-left: 20px; }
  26.496 -
  26.497 -.button a { 
  26.498 -	background-color: #b64b22;
  26.499 -	color: #ffffff;
  26.500 -	margin-right: 6px;
  26.501 -	padding: 6px 10px;
  26.502 -	font-size: 14px;
  26.503 -	-moz-border-radius: 4px;
  26.504 -	-webkit-border-radius: 4px;
  26.505 -	border-radius: 4px;
  26.506 -	-moz-box-shadow: 0 1px 3px #666;
  26.507 -	-webkit-box-shadow: 0 1px 3px #666;
  26.508 -	box-shadow: 0 1px 3px #666;
  26.509 -}
  26.510 -
  26.511 -.button a:hover, input[type=submit]:hover { 
  26.512 -	background-color: #a3431f;
  26.513 -	color: #ffffff;
  26.514 -}
  26.515 +/* Form */
  26.516  
  26.517  input[type=submit] {
  26.518  	border: 1px solid #b64b22;
  26.519 @@ -352,144 +238,57 @@
  26.520  	color: white;
  26.521  	font-weight: bold;
  26.522  	cursor: pointer;
  26.523 -	padding: 2px 10px;
  26.524 +	padding: 4px 10px;
  26.525  	font-size: 14px;
  26.526 -	-moz-border-radius: 2px;
  26.527 -	-webkit-border-radius: 2px;
  26.528 -	border-radius: 2px;
  26.529 -	-moz-box-shadow: 0 0 5px #666;
  26.530 -	-webkit-box-shadow: 0 0 5px#666;
  26.531 -	box-shadow: 0 0 5px #666;
  26.532 +	margin-left: -5px;
  26.533 +	-webkit-border-top-right-radius: 4px;
  26.534 +	-webkit-border-bottom-right-radius: 4px;
  26.535 +	-moz-border-radius-topright: 4px;
  26.536 +	-moz-border-radius-bottomright: 4px;
  26.537 +	border-top-right-radius: 4px;
  26.538 +	border-bottom-right-radius: 4px;
  26.539  }
  26.540  
  26.541 +input[type=submit]:hover { background-color: #a3431f; }
  26.542 +
  26.543  input[type=text] {
  26.544 -	border: 1px solid #333333;
  26.545 -	padding: 3px;
  26.546 +	border: 1px inset #333333;
  26.547 +	padding: 2px;
  26.548 +	height: 17px;
  26.549  	width: 100%;
  26.550 -	max-width: 500px;
  26.551 +	-webkit-border-radius: 4px;
  26.552 +	-moz-border-radius: 4px;
  26.553 +	border-radius: 4px;
  26.554  }
  26.555  
  26.556 -/* HTML styles */
  26.557 +/* Footer */
  26.558  
  26.559 -h1 {
  26.560 -	color: #444444;
  26.561 -	background: transparent;
  26.562 -	text-align: left;
  26.563 -	margin: 0px 0px 4px 0px;
  26.564 -	font-size: 150%;
  26.565 -	font-weight: bold;
  26.566 -	padding: 5px 0 0 10px;
  26.567 +#footer {
  26.568 +	background: #f1f1f1;
  26.569 +	text-align: center;
  26.570 +	border-top: 1px solid #ddd;
  26.571 +	padding: 40px;
  26.572 +	color: #666;
  26.573  }
  26.574  
  26.575 -h2 {
  26.576 -	color: #b64b22;
  26.577 -	padding: 0;
  26.578 -	margin: 20px 0 0 0;
  26.579 -	font-size: 130%;
  26.580 -	font-weight: bold;
  26.581 -}
  26.582 -
  26.583 -h3 {
  26.584 -	font-weight: bold;
  26.585 -	color: #666666;
  26.586 -	background: transparent;
  26.587 -}
  26.588 -	
  26.589 -h3 img { 
  26.590 -	vertical-align: middle;
  26.591 -	width: 20px;
  26.592 -	height: 20px;
  26.593 -	padding-right: 4px; 
  26.594 -}
  26.595 -
  26.596 -a {
  26.597 -	text-decoration: underline;
  26.598 -	color: #103A5E;
  26.599 -	background: inherit;
  26.600 -}
  26.601 -
  26.602 -a:hover {
  26.603 -	text-decoration: none;
  26.604 -	color: blue;
  26.605 -	background: inherit;
  26.606 -}
  26.607 -
  26.608 -code {
  26.609 -	font-size: 12px;
  26.610 -	color: #669900;
  26.611 -	background: inherit;
  26.612 -}
  26.613 -
  26.614 -tt {
  26.615 -	color: #15EE15;
  26.616 -	background: inherit;
  26.617 -}
  26.618 -
  26.619 -img {
  26.620 -	border: 0pt none;
  26.621 -}
  26.622 -
  26.623 -
  26.624 -pre {
  26.625 -	padding: 5px;
  26.626 -	color: black;
  26.627 -	background: #f1f1f1;
  26.628 -}
  26.629 -
  26.630 -pre.script {
  26.631 -	padding: 10px;
  26.632 -	color: black;
  26.633 -	background: #E8E8E8;
  26.634 -	border: 1px inset #606060;
  26.635 -}
  26.636 -
  26.637 -textarea {
  26.638 -	background: #E5E5E5;
  26.639 -	margin-top: 12px;
  26.640 -}
  26.641 +#footer a { color: #666; padding: 0 2px; }
  26.642  
  26.643  .year:after {
  26.644  	/* content: "2007-2011"; */
  26.645  	content: "2011";
  26.646  }
  26.647  
  26.648 -/* Footer */
  26.649 +/* Mercurial */
  26.650  
  26.651 -#footer {
  26.652 -	margin: 0px 80px 80px 80px;
  26.653 -	padding: 10px;
  26.654 -	background: #eaeaea;
  26.655 -	color: #666666;
  26.656 -	height: 180px;
  26.657 -	clear: both;
  26.658 -	border-radius: 8px;
  26.659 -	-moz-border-radius: 8px;
  26.660 -	-webkit-border-radius: 8px;
  26.661 -	-moz-box-shadow: 0 1px 3px #666;
  26.662 -	-webkit-box-shadow: 0 1px 3px #666;
  26.663 -	box-shadow: 0 1px 3px #666;
  26.664 -}
  26.665 -#footer a {
  26.666 -	background: inherit;
  26.667 -	color: #666666;
  26.668 -}
  26.669 -#footer a:hover {
  26.670 -	background: inherit;
  26.671 -	color: #333333;
  26.672 -}
  26.673 -#footer ul {
  26.674 -	list-style-type: none;
  26.675 -}
  26.676 -#footer li {
  26.677 -	padding: 2px;
  26.678 -}
  26.679 -#footer h4 {
  26.680 -	margin: 0 20px;
  26.681 -	font-size: 125%;
  26.682 -}
  26.683 +#tarball ul { margin: 0 0 6px; padding: 0px; }
  26.684 +#tarball li { display: inline-block; }
  26.685 +
  26.686 +#content a { text-decoration:none; }
  26.687 +
  26.688 +#block_nav li { font-weight: bold; }
  26.689  
  26.690  .container {
  26.691 -  margin: 6px 280px 0px 0px;
  26.692 +  margin: 0px 280px 0px 0px;
  26.693    padding: 0px 40px 60px 40px;
  26.694  }
  26.695  
  26.696 @@ -513,20 +312,18 @@
  26.697  form.search div#hint {
  26.698    display: none;
  26.699    position: absolute;
  26.700 -  top: 0px;
  26.701 -  right: 280px;
  26.702 -  width: 200px;
  26.703 -  padding: 5px;
  26.704 -  background: #ffc;
  26.705 -  font-size: 80%;
  26.706 -  border: 1px solid yellow;
  26.707 +  top: 96px;
  26.708 +  left: 10%;
  26.709 +  width: 300px;
  26.710 +  padding: 5px 10px;
  26.711 +  background: #f1f1f1;
  26.712 +  border: 1px solid #c5c5c5;
  26.713    -moz-border-radius: 5px; /* this works only in camino/firefox */
  26.714    -webkit-border-radius: 5px; /* this is just for Safari */
  26.715  }
  26.716  
  26.717  form.search:hover div#hint { display: block; }
  26.718  
  26.719 -a { text-decoration:none; }
  26.720  .age { white-space:nowrap; }
  26.721  .date { white-space:nowrap; }
  26.722  .indexlinks { white-space:nowrap; }
  26.723 @@ -577,7 +374,7 @@
  26.724  /* Common */
  26.725  pre { margin: 0; }
  26.726  
  26.727 -h2 a { color: #b64b22; }
  26.728 +h2 a { color: #215090; }
  26.729  
  26.730  /* log and tags tables */
  26.731  .bigtable {
  26.732 @@ -587,7 +384,7 @@
  26.733    width: 100%;
  26.734    font-weight: normal;
  26.735    text-align: left;
  26.736 -  margin-top: 20px;
  26.737 +  margin-top: 10px;
  26.738  }
  26.739  
  26.740  .bigtable td {