wok-6.x rev 9242
Up: tazdev, tazwikiss, and slitaz-mercurial-style to 1.0.5.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat Mar 12 16:26:35 2011 +0000 (2011-03-12) |
parents | 16c6a94a2c94 |
children | 8502c6fe00f2 |
files | slitaz-mercurial-style/receipt slitaz-mercurial-style/stuff/templates/slitaz/branches.tmpl slitaz-mercurial-style/stuff/templates/slitaz/changeset.tmpl slitaz-mercurial-style/stuff/templates/slitaz/error.tmpl slitaz-mercurial-style/stuff/templates/slitaz/fileannotate.tmpl slitaz-mercurial-style/stuff/templates/slitaz/filediff.tmpl slitaz-mercurial-style/stuff/templates/slitaz/filelog.tmpl slitaz-mercurial-style/stuff/templates/slitaz/filelogentry.tmpl slitaz-mercurial-style/stuff/templates/slitaz/filerevision.tmpl slitaz-mercurial-style/stuff/templates/slitaz/footer.tmpl slitaz-mercurial-style/stuff/templates/slitaz/graph.tmpl slitaz-mercurial-style/stuff/templates/slitaz/header.tmpl slitaz-mercurial-style/stuff/templates/slitaz/index.tmpl slitaz-mercurial-style/stuff/templates/slitaz/manifest.tmpl slitaz-mercurial-style/stuff/templates/slitaz/map slitaz-mercurial-style/stuff/templates/slitaz/notfound.tmpl slitaz-mercurial-style/stuff/templates/slitaz/search.tmpl slitaz-mercurial-style/stuff/templates/slitaz/shortlog.tmpl slitaz-mercurial-style/stuff/templates/slitaz/shortlogentry.tmpl slitaz-mercurial-style/stuff/templates/slitaz/tags.tmpl slitaz-mercurial-style/stuff/templates/static/coal-folder.png slitaz-mercurial-style/stuff/templates/static/development.png slitaz-mercurial-style/stuff/templates/static/favicon.ico slitaz-mercurial-style/stuff/templates/static/header-img.png slitaz-mercurial-style/stuff/templates/static/logo.png slitaz-mercurial-style/stuff/templates/static/network.png slitaz-mercurial-style/stuff/templates/static/style-slitaz.css tazdev/receipt tazwikiss/receipt |
line diff
1.1 --- a/slitaz-mercurial-style/receipt Sat Mar 12 15:10:26 2011 +0000 1.2 +++ b/slitaz-mercurial-style/receipt Sat Mar 12 16:26:35 2011 +0000 1.3 @@ -1,11 +1,15 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="slitaz-mercurial-style" 1.7 -VERSION="2.7" 1.8 +VERSION="1.0.5" 1.9 CATEGORY="misc" 1.10 SHORT_DESC="SliTaz CSS style and images for Mercurial Web repos." 1.11 +MAINTAINER="pankso@slitaz.org" 1.12 DEPENDS="mercurial" 1.13 -MAINTAINER="pankso@slitaz.org" 1.14 +BUILD_DEPENDS="mercurial" 1.15 +SOURCE="slitaz-dev-tools" 1.16 +WGET_URL="mercurial|http://hg.slitaz.org/slitaz-dev-tools" 1.17 +BRANCH="$VERSION" 1.18 WEB_SITE="http://www.slitaz.org/" 1.19 1.20 # Rules to gen a SliTaz package suitable for Tazpkg. 1.21 @@ -13,6 +17,6 @@ 1.22 { 1.23 PYTHON_LIB=python$(grep ^VERSION= $WOK/python/receipt | sed 's/.*"\(...\).*/\1/') 1.24 mkdir -p $fs/usr/lib/$PYTHON_LIB/site-packages/mercurial 1.25 - cp -a stuff/templates $fs/usr/lib/$PYTHON_LIB/site-packages/mercurial 1.26 + cp -a $src/$PACKAGE/templates $fs/usr/lib/$PYTHON_LIB/site-packages/mercurial 1.27 chown -R root.root $fs 1.28 }
2.1 --- a/slitaz-mercurial-style/stuff/templates/slitaz/branches.tmpl Sat Mar 12 15:10:26 2011 +0000 2.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 2.3 @@ -1,66 +0,0 @@ 2.4 -{header} 2.5 -<title>{repo|escape}: branches</title> 2.6 -<link rel="alternate" type="application/atom+xml" 2.7 - href="{url}atom-tags" title="Atom feed for {repo|escape}: branches" /> 2.8 -<link rel="alternate" type="application/rss+xml" 2.9 - href="{url}rss-tags" title="RSS feed for {repo|escape}: branches" /> 2.10 -</head> 2.11 -<body> 2.12 - 2.13 -<!-- Header --> 2.14 -<div id="header"> 2.15 - <a href="http://hg.slitaz.org/"><img id="logo" 2.16 - src="{staticurl}logo.png" 2.17 - title="hg.slitaz.org" alt="hg.slitaz.org" /></a> 2.18 - <p id="titre">#!/Hg/repos</p> 2.19 -</div> 2.20 - 2.21 -<!-- Content --> 2.22 -<div id="content-full"> 2.23 - 2.24 -<!-- Block begin --> 2.25 -<div class="block"> 2.26 - <!-- Nav block begin --> 2.27 - <div id="block_nav"> 2.28 - <h3><img src="{staticurl}network.png" alt="png" />Navigation</h3> 2.29 - <ul> 2.30 - <li><a href="{url}shortlog{sessionvars%urlparameter}">log</a></li> 2.31 - <li><a href="{url}graph{sessionvars%urlparameter}">graph</a></li> 2.32 - <li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li> 2.33 - <li class="active">branches</li> 2.34 - </ul> 2.35 - <!-- Nav block end --> 2.36 - </div> 2.37 - <!-- Top block begin --> 2.38 - <div id="block_top"> 2.39 - <h1>Project: {repo|escape}</h1> 2.40 - <p> 2.41 - This web interface lets you follow in real time all improvements, 2.42 - fixes and other changes made by SliTaz GNU/Linux contributors. 2.43 - </p> 2.44 - <h3>Search</h3> 2.45 - <form class="search" action="{url}log"> 2.46 - {sessionvars%hiddenformentry} 2.47 - <p><input name="rev" id="search1" type="text" /></p> 2.48 - <div id="hint">find changesets by author, revision, 2.49 - files, or words in the commit message</div> 2.50 - </form> 2.51 - <!-- Top block end --> 2.52 - </div> 2.53 -<!-- Block end --> 2.54 -</div> 2.55 - 2.56 -<h2><a href="{url}{sessionvars%urlparameter}">{repo|escape}</a> branches</h2> 2.57 - 2.58 -<table class="bigtable"> 2.59 -<tr> 2.60 - <th>branch</th> 2.61 - <th>node</th> 2.62 -</tr> 2.63 -{entries%branchentry} 2.64 -</table> 2.65 - 2.66 -<!-- End of content --> 2.67 -</div> 2.68 - 2.69 -{footer}
3.1 --- a/slitaz-mercurial-style/stuff/templates/slitaz/changeset.tmpl Sat Mar 12 15:10:26 2011 +0000 3.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 3.3 @@ -1,94 +0,0 @@ 3.4 -{header} 3.5 -<title>{repo|escape}: {node|short}</title> 3.6 -</head> 3.7 -<body> 3.8 - 3.9 -<!-- Header --> 3.10 -<div id="header"> 3.11 - <a href="http://hg.slitaz.org/"><img id="logo" 3.12 - src="{staticurl}logo.png" 3.13 - title="hg.slitaz.org" alt="hg.slitaz.org" /></a> 3.14 - <p id="titre">#!/Hg/repos</p> 3.15 -</div> 3.16 - 3.17 -<!-- Content --> 3.18 -<div id="content-full"> 3.19 - 3.20 -<!-- Block begin --> 3.21 -<div class="block"> 3.22 - <!-- Nav block begin --> 3.23 - <div id="block_nav"> 3.24 - <h3><img src="{staticurl}network.png" alt="png" />Navigation</h3> 3.25 - <div class="right_box"> 3.26 - <ul> 3.27 - <li>Download:</li> 3.28 - {archives%archiveentry} 3.29 - </ul> 3.30 - </div> 3.31 - <ul> 3.32 - <li><a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">log</a></li> 3.33 - <li><a href="{url}graph/{node|short}{sessionvars%urlparameter}">graph</a></li> 3.34 - <li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li> 3.35 - <li><a href="{url}branches{sessionvars%urlparameter}">branches</a></li> 3.36 - <li class="active">changeset</li> 3.37 - <li><a href="{url}raw-rev/{node|short}{sessionvars%urlparameter}">raw</a></li> 3.38 - <li><a href="{url}file/{node|short}{sessionvars%urlparameter}">browse</a></li> 3.39 - </ul> 3.40 - <!-- Nav block end --> 3.41 - </div> 3.42 - <!-- Top block begin --> 3.43 - <div id="block_top"> 3.44 - <h1>Project: {repo|escape}</h1> 3.45 - <p> 3.46 - This web interface lets you follow in real time all improvements, 3.47 - fixes and other changes made by SliTaz GNU/Linux contributors. 3.48 - </p> 3.49 - <h3>Search</h3> 3.50 - <form class="search" action="{url}log"> 3.51 - {sessionvars%hiddenformentry} 3.52 - <p><input name="rev" id="search1" type="text" /></p> 3.53 - <div id="hint">find changesets by author, revision, 3.54 - files, or words in the commit message</div> 3.55 - </form> 3.56 - <!-- Top block end --> 3.57 - </div> 3.58 -<!-- Block end --> 3.59 -</div> 3.60 - 3.61 -<h2><a href="{url}{sessionvars%urlparameter}">{repo|escape}</a> 3.62 - changeset {rev}:{node|short} {changesetbranch%changelogbranchname} {changesettag}</h2> 3.63 - 3.64 -<div class="description">{desc|strip|escape|addbreaks|nonempty}</div> 3.65 - 3.66 -<table id="changesetEntry"> 3.67 -<tr> 3.68 - <th class="author">author</th> 3.69 - <td class="author">{author|obfuscate}</td> 3.70 -</tr> 3.71 -<tr> 3.72 - <th class="date">date</th> 3.73 - <td class="date">{date|date} ({date|age} ago)</td></tr> 3.74 -<tr> 3.75 - <th class="author">parents</th> 3.76 - <td class="author">{parent%changesetparent}</td> 3.77 -</tr> 3.78 -<tr> 3.79 - <th class="author">children</th> 3.80 - <td class="author">{child%changesetchild}</td> 3.81 -</tr> 3.82 -<tr> 3.83 - <th class="files">files</th> 3.84 - <td class="files">{files}</td> 3.85 -</tr> 3.86 -</table> 3.87 - 3.88 -<div class="overflow"> 3.89 -<div class="sourcefirst"> line diff</div> 3.90 - 3.91 -{diff} 3.92 -</div> 3.93 - 3.94 -<!-- End of content --> 3.95 -</div> 3.96 - 3.97 -{footer}
4.1 --- a/slitaz-mercurial-style/stuff/templates/slitaz/error.tmpl Sat Mar 12 15:10:26 2011 +0000 4.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 4.3 @@ -1,63 +0,0 @@ 4.4 -{header} 4.5 -<title>{repo|escape}: error</title> 4.6 -</head> 4.7 -<body> 4.8 - 4.9 -<!-- Header --> 4.10 -<div id="header"> 4.11 - <a href="http://hg.slitaz.org/"><img id="logo" 4.12 - src="{staticurl}logo.png" 4.13 - title="hg.slitaz.org" alt="hg.slitaz.org" /></a> 4.14 - <p id="titre">#!/Hg/repos</p> 4.15 -</div> 4.16 - 4.17 -<!-- Content --> 4.18 -<div id="content-full"> 4.19 - 4.20 -<!-- Block begin --> 4.21 -<div class="block"> 4.22 - <!-- Nav block begin --> 4.23 - <div id="block_nav"> 4.24 - <h3><img src="{staticurl}network.png" alt="png" />Navigation</h3> 4.25 - <ul> 4.26 - <li><a href="{url}shortlog{sessionvars%urlparameter}">log</a></li> 4.27 - <li><a href="{url}graph{sessionvars%urlparameter}">graph</a></li> 4.28 - <li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li> 4.29 - <li><a href="{url}branches{sessionvars%urlparameter}">branches</a></li> 4.30 - </ul> 4.31 - <!-- Nav block end --> 4.32 - </div> 4.33 - <!-- Top block begin --> 4.34 - <div id="block_top"> 4.35 - <h1>Project: {repo|escape}</h1> 4.36 - <p> 4.37 - This web interface lets you follow in real time all improvements, 4.38 - fixes and other changes made by SliTaz GNU/Linux contributors. 4.39 - </p> 4.40 - <h3>Search</h3> 4.41 - <form class="search" action="{url}log"> 4.42 - {sessionvars%hiddenformentry} 4.43 - <p><input name="rev" id="search1" type="text" /></p> 4.44 - <div id="hint">find changesets by author, revision, 4.45 - files, or words in the commit message</div> 4.46 - </form> 4.47 - <!-- Top block end --> 4.48 - </div> 4.49 -<!-- Block end --> 4.50 -</div> 4.51 - 4.52 -<h2><a href="{url}{sessionvars%urlparameter}">{repo|escape}</a> error</h2> 4.53 - 4.54 -<div class="description"> 4.55 -<p> 4.56 - An error occurred while processing your request: 4.57 -</p> 4.58 -<p> 4.59 -{error|escape} 4.60 -</p> 4.61 -</div> 4.62 - 4.63 -<!-- End of content --> 4.64 -</div> 4.65 - 4.66 -{footer}
5.1 --- a/slitaz-mercurial-style/stuff/templates/slitaz/fileannotate.tmpl Sat Mar 12 15:10:26 2011 +0000 5.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 5.3 @@ -1,98 +0,0 @@ 5.4 -{header} 5.5 -<title>{repo|escape}: {file|escape} annotate</title> 5.6 -</head> 5.7 -<body> 5.8 - 5.9 -<!-- Header --> 5.10 -<div id="header"> 5.11 - <a href="http://hg.slitaz.org/"><img id="logo" 5.12 - src="{staticurl}logo.png" 5.13 - title="hg.slitaz.org" alt="hg.slitaz.org" /></a> 5.14 - <p id="titre">#!/Hg/repos</p> 5.15 -</div> 5.16 - 5.17 -<!-- Content --> 5.18 -<div id="content-full"> 5.19 - 5.20 -<!-- Block begin --> 5.21 -<div class="block"> 5.22 - <!-- Nav block begin --> 5.23 - <div id="block_nav"> 5.24 - <h3><img src="{staticurl}network.png" alt="png" />Navigation & View</h3> 5.25 - <div class="right_box"> 5.26 - <ul> 5.27 - <li><a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">file</a></li> 5.28 - <li><a href="{url}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">diff</a></li> 5.29 - <li class="active">annotate</li> 5.30 - <li><a href="{url}log/{node|short}/{file|urlescape}{sessionvars%urlparameter}">file log</a></li> 5.31 - <li><a href="{url}raw-annotate/{node|short}/{file|urlescape}">raw</a></li> 5.32 - </ul> 5.33 - </div> 5.34 - <ul> 5.35 - <li><a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">log</a></li> 5.36 - <li><a href="{url}graph/{node|short}{sessionvars%urlparameter}">graph</a></li> 5.37 - <li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li> 5.38 - <li><a href="{url}branches{sessionvars%urlparameter}">branches</a></li> 5.39 - <li><a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a></li> 5.40 - <li><a href="{url}file/{node|short}{path|urlescape}{sessionvars%urlparameter}">browse</a></li> 5.41 - </ul> 5.42 - <!-- Nav block end --> 5.43 - </div> 5.44 - <!-- Top block begin --> 5.45 - <div id="block_top"> 5.46 - <h1>Project: {repo|escape}</h1> 5.47 - <p> 5.48 - This web interface lets you follow in real time all improvements, 5.49 - fixes and other changes made by SliTaz GNU/Linux contributors. 5.50 - </p> 5.51 - <h3>Search</h3> 5.52 - <form class="search" action="{url}log"> 5.53 - {sessionvars%hiddenformentry} 5.54 - <p><input name="rev" id="search1" type="text" /></p> 5.55 - <div id="hint">find changesets by author, revision, 5.56 - files, or words in the commit message</div> 5.57 - </form> 5.58 - <!-- Top block end --> 5.59 - </div> 5.60 -<!-- Block end --> 5.61 -</div> 5.62 - 5.63 -<h2><a href="{url}{sessionvars%urlparameter}">{repo|escape}</a> 5.64 - annotate {file|escape} @ {rev}:{node|short}</h2> 5.65 - 5.66 -<div class="description">{desc|strip|escape|addbreaks|nonempty}</div> 5.67 - 5.68 -<table id="changesetEntry"> 5.69 -<tr> 5.70 - <th class="author">author</th> 5.71 - <td class="author">{author|obfuscate}</td> 5.72 -</tr> 5.73 -<tr> 5.74 - <th class="date">date</th> 5.75 - <td class="date">{date|date} ({date|age} ago)</td> 5.76 -</tr> 5.77 -<tr> 5.78 - <th class="author">parents</th> 5.79 - <td class="author">{parent%filerevparent}</td> 5.80 -</tr> 5.81 -<tr> 5.82 - <th class="author">children</th> 5.83 - <td class="author">{child%filerevchild}</td> 5.84 -</tr> 5.85 -{changesettag} 5.86 -</table> 5.87 - 5.88 -<div class="overflow"> 5.89 -<table class="bigtable"> 5.90 -<tr> 5.91 - <th class="annotate">rev</th> 5.92 - <th class="line"> line source</th> 5.93 -</tr> 5.94 -{annotate%annotateline} 5.95 -</table> 5.96 -</div> 5.97 - 5.98 -<!-- End of content --> 5.99 -</div> 5.100 - 5.101 -{footer}
6.1 --- a/slitaz-mercurial-style/stuff/templates/slitaz/filediff.tmpl Sat Mar 12 15:10:26 2011 +0000 6.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 6.3 @@ -1,94 +0,0 @@ 6.4 -{header} 6.5 -<title>{repo|escape}: {file|escape} diff</title> 6.6 -</head> 6.7 -<body> 6.8 - 6.9 -<!-- Header --> 6.10 -<div id="header"> 6.11 - <a href="http://hg.slitaz.org/"><img id="logo" 6.12 - src="{staticurl}logo.png" 6.13 - title="hg.slitaz.org" alt="hg.slitaz.org" /></a> 6.14 - <p id="titre">#!/Hg/repos</p> 6.15 -</div> 6.16 - 6.17 -<!-- Content --> 6.18 -<div id="content-full"> 6.19 - 6.20 -<!-- Block begin --> 6.21 -<div class="block"> 6.22 - <!-- Nav block begin --> 6.23 - <div id="block_nav"> 6.24 - <h3><img src="{staticurl}network.png" alt="png" />Navigation & View</h3> 6.25 - <div class="right_box"> 6.26 - <ul> 6.27 - <li><a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">file</a></li> 6.28 - <li class="active">diff</li> 6.29 - <li><a href="{url}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}">annotate</a></li> 6.30 - <li><a href="{url}log/{node|short}/{file|urlescape}{sessionvars%urlparameter}">file log</a></li> 6.31 - <li><a href="{url}raw-file/{node|short}/{file|urlescape}">raw</a></li> 6.32 - </ul> 6.33 - </div> 6.34 - <ul> 6.35 - <li><a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">log</a></li> 6.36 - <li><a href="{url}graph/{node|short}{sessionvars%urlparameter}">graph</a></li> 6.37 - <li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li> 6.38 - <li><a href="{url}branches{sessionvars%urlparameter}">branches</a></li> 6.39 - <li><a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a></li> 6.40 - <li><a href="{url}file/{node|short}{path|urlescape}{sessionvars%urlparameter}">browse</a></li> 6.41 - </ul> 6.42 - <!-- Nav block end --> 6.43 - </div> 6.44 - <!-- Top block begin --> 6.45 - <div id="block_top"> 6.46 - <h1>Project: {repo|escape}</h1> 6.47 - <p> 6.48 - This web interface lets you follow in real time all improvements, 6.49 - fixes and other changes made by SliTaz GNU/Linux contributors. 6.50 - </p> 6.51 - <h3>Search</h3> 6.52 - <form class="search" action="{url}log"> 6.53 - {sessionvars%hiddenformentry} 6.54 - <p><input name="rev" id="search1" type="text" /></p> 6.55 - <div id="hint">find changesets by author, revision, 6.56 - files, or words in the commit message</div> 6.57 - </form> 6.58 - <!-- Top block end --> 6.59 - </div> 6.60 -<!-- Block end --> 6.61 -</div> 6.62 - 6.63 -<h2><a href="{url}{sessionvars%urlparameter}">{repo|escape}</a> 6.64 - diff {file|escape} @ {rev}:{node|short}</h2> 6.65 - 6.66 -<div class="description">{desc|strip|escape|addbreaks|nonempty}</div> 6.67 - 6.68 -<table id="changesetEntry"> 6.69 -<tr> 6.70 - <th>author</th> 6.71 - <td>{author|obfuscate}</td> 6.72 -</tr> 6.73 -<tr> 6.74 - <th>date</th> 6.75 - <td>{date|date} ({date|age} ago)</td> 6.76 -</tr> 6.77 -<tr> 6.78 - <th>parents</th> 6.79 - <td>{parent%filerevparent}</td> 6.80 -</tr> 6.81 -<tr> 6.82 - <th>children</th> 6.83 - <td>{child%filerevchild}</td> 6.84 -</tr> 6.85 -{changesettag} 6.86 -</table> 6.87 - 6.88 -<div class="overflow"> 6.89 -<div class="sourcefirst"> line diff</div> 6.90 - 6.91 -{diff} 6.92 -</div> 6.93 - 6.94 -<!-- End of content --> 6.95 -</div> 6.96 - 6.97 -{footer}
7.1 --- a/slitaz-mercurial-style/stuff/templates/slitaz/filelog.tmpl Sat Mar 12 15:10:26 2011 +0000 7.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 7.3 @@ -1,81 +0,0 @@ 7.4 -{header} 7.5 -<title>{repo|escape}: {file|escape} history</title> 7.6 -<link rel="alternate" type="application/atom+xml" 7.7 - href="{url}atom-log/tip/{file|urlescape}" title="Atom feed for {repo|escape}:{file}" /> 7.8 -<link rel="alternate" type="application/rss+xml" 7.9 - href="{url}rss-log/tip/{file|urlescape}" title="RSS feed for {repo|escape}:{file}" /> 7.10 -</head> 7.11 -<body> 7.12 - 7.13 -<!-- Header --> 7.14 -<div id="header"> 7.15 - <a href="http://hg.slitaz.org/"><img id="logo" 7.16 - src="{staticurl}logo.png" 7.17 - title="hg.slitaz.org" alt="hg.slitaz.org" /></a> 7.18 - <p id="titre">#!/Hg/repos</p> 7.19 -</div> 7.20 - 7.21 -<!-- Content --> 7.22 -<div id="content-full"> 7.23 - 7.24 -<!-- Block begin --> 7.25 -<div class="block"> 7.26 - <!-- Nav block begin --> 7.27 - <div id="block_nav"> 7.28 - <h3><img src="{staticurl}network.png" alt="png" />Navigation & View</h3> 7.29 - <div class="right_box"> 7.30 - <ul> 7.31 - <li><a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">file</a></li> 7.32 - <li><a href="{url}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">diff</a></li> 7.33 - <li><a href="{url}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}">annotate</a></li> 7.34 - <li class="active">file log</li> 7.35 - <li><a href="{url}raw-file/{node|short}/{file|urlescape}">raw</a></li> 7.36 - </ul> 7.37 - </div> 7.38 - <ul> 7.39 - <li><a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">log</a></li> 7.40 - <li><a href="{url}graph/{node|short}{sessionvars%urlparameter}">graph</a></li> 7.41 - <li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li> 7.42 - <li><a href="{url}branches{sessionvars%urlparameter}">branches</a></li> 7.43 - <li><a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a></li> 7.44 - <li><a href="{url}file/{node|short}{path|urlescape}{sessionvars%urlparameter}">browse</a></li> 7.45 - </ul> 7.46 - <!-- Nav block end --> 7.47 - </div> 7.48 - <!-- Top block begin --> 7.49 - <div id="block_top"> 7.50 - <h1>Project: {repo|escape}</h1> 7.51 - <p> 7.52 - This web interface lets you follow in real time all improvements, 7.53 - fixes and other changes made by SliTaz GNU/Linux contributors. 7.54 - </p> 7.55 - <h3>Search</h3> 7.56 - <form class="search" action="{url}log"> 7.57 - {sessionvars%hiddenformentry} 7.58 - <p><input name="rev" id="search1" type="text" /></p> 7.59 - <div id="hint">find changesets by author, revision, 7.60 - files, or words in the commit message</div> 7.61 - </form> 7.62 - <!-- Top block end --> 7.63 - </div> 7.64 -<!-- Block end --> 7.65 -</div> 7.66 - 7.67 -<h2><a href="{url}{sessionvars%urlparameter}">{repo|escape}</a> 7.68 - log {file|escape}</h2> 7.69 - 7.70 -<div class="navigate">{nav%filenaventry}</div> 7.71 - 7.72 -<table class="bigtable"> 7.73 - <tr> 7.74 - <th class="age">age</th> 7.75 - <th class="author">author</th> 7.76 - <th class="description">description</th> 7.77 - </tr> 7.78 -{entries%filelogentry} 7.79 -</table> 7.80 - 7.81 -<!-- End of content --> 7.82 -</div> 7.83 - 7.84 -{footer}
8.1 --- a/slitaz-mercurial-style/stuff/templates/slitaz/filelogentry.tmpl Sat Mar 12 15:10:26 2011 +0000 8.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 8.3 @@ -1,5 +0,0 @@ 8.4 - <tr class="parity{parity}"> 8.5 - <td class="age">{date|age}</td> 8.6 - <td class="author">{author|person}</td> 8.7 - <td class="description"><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape|nonempty}</a>{inbranch%changelogbranchname}{branches%changelogbranchhead}{tags%changelogtag}</td> 8.8 - </tr>
9.1 --- a/slitaz-mercurial-style/stuff/templates/slitaz/filerevision.tmpl Sat Mar 12 15:10:26 2011 +0000 9.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 9.3 @@ -1,94 +0,0 @@ 9.4 -{header} 9.5 -<title>{repo|escape}: {node|short} {file|escape}</title> 9.6 -</head> 9.7 -<body> 9.8 - 9.9 -<!-- Header --> 9.10 -<div id="header"> 9.11 - <a href="http://hg.slitaz.org/"><img id="logo" 9.12 - src="{staticurl}logo.png" 9.13 - title="hg.slitaz.org" alt="hg.slitaz.org" /></a> 9.14 - <p id="titre">#!/Hg/repos</p> 9.15 -</div> 9.16 - 9.17 -<!-- Content --> 9.18 -<div id="content-full"> 9.19 - 9.20 -<!-- Block begin --> 9.21 -<div class="block"> 9.22 - <!-- Nav block begin --> 9.23 - <div id="block_nav"> 9.24 - <h3><img src="{staticurl}network.png" alt="png" />Navigation & View</h3> 9.25 - <div class="right_box"> 9.26 - <ul> 9.27 - <li class="active">file</li> 9.28 - <li><a href="{url}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">diff</a></li> 9.29 - <li><a href="{url}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}">annotate</a></li> 9.30 - <li><a href="{url}log/{node|short}/{file|urlescape}{sessionvars%urlparameter}">file log</a></li> 9.31 - <li><a href="{url}raw-file/{node|short}/{file|urlescape}">raw</a></li> 9.32 - </ul> 9.33 - </div> 9.34 - <ul> 9.35 - <li><a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">log</a></li> 9.36 - <li><a href="{url}graph/{node|short}{sessionvars%urlparameter}">graph</a></li> 9.37 - <li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li> 9.38 - <li><a href="{url}branches{sessionvars%urlparameter}">branches</a></li> 9.39 - <li><a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a></li> 9.40 - <li><a href="{url}file/{node|short}{path|urlescape}{sessionvars%urlparameter}">browse</a></li> 9.41 - </ul> 9.42 - <!-- Nav block end --> 9.43 - </div> 9.44 - <!-- Top block begin --> 9.45 - <div id="block_top"> 9.46 - <h1>Project: {repo|escape}</h1> 9.47 - <p> 9.48 - This web interface lets you follow in real time all improvements, 9.49 - fixes and other changes made by SliTaz GNU/Linux contributors. 9.50 - </p> 9.51 - <h3>Search</h3> 9.52 - <form class="search" action="{url}log"> 9.53 - {sessionvars%hiddenformentry} 9.54 - <p><input name="rev" id="search1" type="text" /></p> 9.55 - <div id="hint">find changesets by author, revision, 9.56 - files, or words in the commit message</div> 9.57 - </form> 9.58 - <!-- Top block end --> 9.59 - </div> 9.60 -<!-- Block end --> 9.61 -</div> 9.62 - 9.63 -<h2><a href="{url}{sessionvars%urlparameter}">{repo|escape}</a> 9.64 - view {file|escape} @ {rev}:{node|short}</h2> 9.65 - 9.66 -<div class="description">{desc|strip|escape|addbreaks|nonempty}</div> 9.67 - 9.68 -<table id="changesetEntry"> 9.69 -<tr> 9.70 - <th class="author">author</th> 9.71 - <td class="author">{author|obfuscate}</td> 9.72 -</tr> 9.73 -<tr> 9.74 - <th class="date">date</th> 9.75 - <td class="date">{date|date} ({date|age} ago)</td> 9.76 -</tr> 9.77 -<tr> 9.78 - <th class="author">parents</th> 9.79 - <td class="author">{parent%filerevparent}</td> 9.80 -</tr> 9.81 -<tr> 9.82 - <th class="author">children</th> 9.83 - <td class="author">{child%filerevchild}</td> 9.84 -</tr> 9.85 -{changesettag} 9.86 -</table> 9.87 - 9.88 -<div class="overflow"> 9.89 -<div class="sourcefirst"> line source</div> 9.90 -{text%fileline} 9.91 -<div class="sourcelast"></div> 9.92 -</div> 9.93 - 9.94 -<!-- End of content --> 9.95 -</div> 9.96 - 9.97 -{footer}
10.1 --- a/slitaz-mercurial-style/stuff/templates/slitaz/footer.tmpl Sat Mar 12 15:10:26 2011 +0000 10.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 10.3 @@ -1,30 +0,0 @@ 10.4 -<!-- Footer --> 10.5 -<div id="footer"> 10.6 - <div class="right_box"> 10.7 - <h4>SliTaz Network</h4> 10.8 - <ul> 10.9 - <li><a href="http://www.slitaz.org/">Main Website</a></li> 10.10 - <li><a href="http://doc.slitaz.org/">Documentation</a></li> 10.11 - <li><a href="http://forum.slitaz.org/">Support Forum</a></li> 10.12 - <li><a href="http://scn.slitaz.org/">Community Network</a></li> 10.13 - <li><a href="http://labs.slitaz.org/">Laboratories</a></li> 10.14 - <li><a href="http://distrowatch.com/slitaz">SliTaz on DistroWatch</a></li> 10.15 - </ul> 10.16 - </div> 10.17 - <h4>SliTaz Website</h4> 10.18 - <ul> 10.19 - <li><a href="#header">Top of the page</a></li> 10.20 - <li>Copyright © <span class="year"></span> 10.21 - <a href="http://www.slitaz.org/">SliTaz</a></li> 10.22 - <li><a href="http://www.slitaz.org/en/about/">About the project</a></li> 10.23 - <li><a href="http://www.slitaz.org/netmap.php">Network Map</a></li> 10.24 - <li>Powered by <a href="http://mercurial.selenic.com/">Mercurial</a></li> 10.25 - <li><a href="http://validator.w3.org/check?uri=referer"><img 10.26 - src="pics/website/xhtml10.png" alt="Valid XHTML 1.0" 10.27 - title="Code validé XHTML 1.0" 10.28 - style="width: 80px; height: 15px; vertical-align: middle;" /></a></li> 10.29 - </ul> 10.30 -</div> 10.31 - 10.32 -</body> 10.33 -</html>
11.1 --- a/slitaz-mercurial-style/stuff/templates/slitaz/graph.tmpl Sat Mar 12 15:10:26 2011 +0000 11.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 11.3 @@ -1,150 +0,0 @@ 11.4 -{header} 11.5 -<title>{repo|escape}: revision graph</title> 11.6 -<link rel="alternate" type="application/atom+xml" 11.7 - href="{url}atom-log" title="Atom feed for {repo|escape}: log" /> 11.8 -<link rel="alternate" type="application/rss+xml" 11.9 - href="{url}rss-log" title="RSS feed for {repo|escape}: log" /> 11.10 -<!--[if IE]><script type="text/javascript" src="{staticurl}excanvas.js"></script><![endif]--> 11.11 -</head> 11.12 -<body> 11.13 - 11.14 -<!-- Header --> 11.15 -<div id="header"> 11.16 - <a href="http://hg.slitaz.org/"><img id="logo" 11.17 - src="{staticurl}logo.png" 11.18 - title="hg.slitaz.org" alt="hg.slitaz.org" /></a> 11.19 - <p id="titre">#!/Hg/repos</p> 11.20 -</div> 11.21 - 11.22 -<!-- Content --> 11.23 -<div id="content-full"> 11.24 - 11.25 -<!-- Block begin --> 11.26 -<div class="block"> 11.27 - <!-- Nav block begin --> 11.28 - <div id="block_nav"> 11.29 - <h3><img src="{staticurl}network.png" alt="png" />Navigation</h3> 11.30 - <ul> 11.31 - <li><a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">log</a></li> 11.32 - <li class="active">graph</li> 11.33 - <li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li> 11.34 - <li><a href="{url}branches{sessionvars%urlparameter}">branches</a></li> 11.35 - <li><a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a></li> 11.36 - <li><a href="{url}file/{node|short}{path|urlescape}{sessionvars%urlparameter}">browse</a></li> 11.37 - </ul> 11.38 - <!-- Nav block end --> 11.39 - </div> 11.40 - <!-- Top block begin --> 11.41 - <div id="block_top"> 11.42 - <h1>Project: {repo|escape}</h1> 11.43 - <p> 11.44 - This web interface lets you follow in real time all improvements, 11.45 - fixes and other changes made by SliTaz GNU/Linux contributors. 11.46 - </p> 11.47 - <h3>Search</h3> 11.48 - <form class="search" action="{url}log"> 11.49 - {sessionvars%hiddenformentry} 11.50 - <p><input name="rev" id="search1" type="text" /></p> 11.51 - <div id="hint">find changesets by author, revision, 11.52 - files, or words in the commit message</div> 11.53 - </form> 11.54 - <!-- Top block end --> 11.55 - </div> 11.56 -<!-- Block end --> 11.57 -</div> 11.58 - 11.59 -<h2><a href="{url}{sessionvars%urlparameter}">{repo|escape}</a> graph</h2> 11.60 - 11.61 -<div class="navigate"> 11.62 -<a href="{url}graph/{rev}{lessvars%urlparameter}">less</a> 11.63 -<a href="{url}graph/{rev}{morevars%urlparameter}">more</a> 11.64 -| rev {rev}: {changenav%navgraphentry} 11.65 -</div> 11.66 - 11.67 -<noscript><p>The revision graph only works with JavaScript-enabled browsers.</p></noscript> 11.68 - 11.69 -<div id="wrapper"> 11.70 -<ul id="nodebgs"></ul> 11.71 -<canvas id="graph" width="224" height="{canvasheight}"></canvas> 11.72 -<ul id="graphnodes"></ul> 11.73 -</div> 11.74 - 11.75 -<script type="text/javascript" src="{staticurl}graph.js"></script> 11.76 -<script type="text/javascript"> 11.77 -<!-- hide script content 11.78 - 11.79 -var data = {jsdata|json}; 11.80 -var graph = new Graph(); 11.81 -graph.scale({bg_height}); 11.82 - 11.83 -graph.edge = function(x0, y0, x1, y1, color) { 11.84 - 11.85 - this.setColor(color, 0.0, 0.65); 11.86 - this.ctx.beginPath(); 11.87 - this.ctx.moveTo(x0, y0); 11.88 - this.ctx.lineTo(x1, y1); 11.89 - this.ctx.stroke(); 11.90 - 11.91 -} 11.92 - 11.93 -var revlink = '<li style="_STYLE"><span class="desc">'; 11.94 -revlink += '<a href="{url}rev/_NODEID{sessionvars%urlparameter}" title="_NODEID">_DESC</a>'; 11.95 -revlink += '</span>_TAGS<span class="info">_DATE ago, by _USER</span></li>'; 11.96 - 11.97 -graph.vertex = function(x, y, color, parity, cur) { 11.98 - 11.99 - this.ctx.beginPath(); 11.100 - color = this.setColor(color, 0.25, 0.75); 11.101 - this.ctx.arc(x, y, radius, 0, Math.PI * 2, true); 11.102 - this.ctx.fill(); 11.103 - 11.104 - var bg = '<li class="bg parity' + parity + '"></li>'; 11.105 - var left = (this.columns + 1) * this.bg_height; 11.106 - var nstyle = 'padding-left: ' + left + 'px;'; 11.107 - var item = revlink.replace(/_STYLE/, nstyle); 11.108 - item = item.replace(/_PARITY/, 'parity' + parity); 11.109 - item = item.replace(/_NODEID/, cur[0]); 11.110 - item = item.replace(/_NODEID/, cur[0]); 11.111 - item = item.replace(/_DESC/, cur[3]); 11.112 - item = item.replace(/_USER/, cur[4]); 11.113 - item = item.replace(/_DATE/, cur[5]); 11.114 - 11.115 - var tagspan = ''; 11.116 - if (cur[7].length || (cur[6][0] != 'default' || cur[6][1])) { 11.117 - tagspan = '<span class="logtags">'; 11.118 - if (cur[6][1]) { 11.119 - tagspan += '<span class="branchhead" title="' + cur[6][0] + '">'; 11.120 - tagspan += cur[6][0] + '</span> '; 11.121 - } else if (!cur[6][1] && cur[6][0] != 'default') { 11.122 - tagspan += '<span class="branchname" title="' + cur[6][0] + '">'; 11.123 - tagspan += cur[6][0] + '</span> '; 11.124 - } 11.125 - if (cur[7].length) { 11.126 - for (var t in cur[7]) { 11.127 - var tag = cur[7][t]; 11.128 - tagspan += '<span class="tag">' + tag + '</span> '; 11.129 - } 11.130 - } 11.131 - tagspan += '</span>'; 11.132 - } 11.133 - 11.134 - item = item.replace(/_TAGS/, tagspan); 11.135 - return [bg, item]; 11.136 - 11.137 -} 11.138 - 11.139 -graph.render(data); 11.140 - 11.141 -// stop hiding script --> 11.142 -</script> 11.143 - 11.144 -<div class="navigate"> 11.145 -<a href="{url}graph/{rev}{lessvars%urlparameter}">less</a> 11.146 -<a href="{url}graph/{rev}{morevars%urlparameter}">more</a> 11.147 -| rev {rev}: {changenav%navgraphentry} 11.148 -</div> 11.149 - 11.150 -<!-- End of content --> 11.151 -</div> 11.152 - 11.153 -{footer}
12.1 --- a/slitaz-mercurial-style/stuff/templates/slitaz/header.tmpl Sat Mar 12 15:10:26 2011 +0000 12.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 12.3 @@ -1,6 +0,0 @@ 12.4 -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> 12.5 -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US"> 12.6 -<head> 12.7 -<link rel="icon" href="{staticurl}favicon.ico" type="image/ico" /> 12.8 -<meta name="robots" content="index, nofollow" /> 12.9 -<link rel="stylesheet" href="{staticurl}style-slitaz.css" type="text/css" />
13.1 --- a/slitaz-mercurial-style/stuff/templates/slitaz/index.tmpl Sat Mar 12 15:10:26 2011 +0000 13.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 13.3 @@ -1,62 +0,0 @@ 13.4 -{header} 13.5 - <title>SliTaz - Mercurial Repos</title> 13.6 -</head> 13.7 -<body> 13.8 - 13.9 -<!-- Header --> 13.10 -<div id="header"> 13.11 - <a href="http://hg.slitaz.org/"><img id="logo" 13.12 - src="{staticurl}logo.png" 13.13 - title="hg.slitaz.org" alt="hg.slitaz.org" /></a> 13.14 - <p id="titre">#!/Hg/repos</p> 13.15 -</div> 13.16 - 13.17 -<!-- Content --> 13.18 -<div id="content-full"> 13.19 - 13.20 -<!-- Block begin --> 13.21 -<div class="block"> 13.22 - <!-- Nav block begin --> 13.23 - <div id="block_nav"> 13.24 - <h3><img src="{staticurl}development.png" alt="png" />Devel corner</h3> 13.25 - <ul> 13.26 - <li><a href="http://www.slitaz.org/en/devel/">Website/devel</a></li> 13.27 - <li><a href="http://labs.slitaz.org/">Laboratories</a></li> 13.28 - <li><a href="http://bb.slitaz.org/">Build Bot</a></li> 13.29 - <li><a href="http://scn.slitaz.org/">Community</a></li> 13.30 - <li><a href="http://pkgs.slitaz.org/">Packages</a></li> 13.31 - <li><a href="http://tank.slitaz.org/">Tank Server</a></li> 13.32 - </ul> 13.33 - <!-- Nav block end --> 13.34 - </div> 13.35 - <!-- Top block begin --> 13.36 - <div id="block_top"> 13.37 - <h1>Mercurial Repos</h1> 13.38 - <p> 13.39 - This web interface lets you follow in real time all improvements, 13.40 - fixes and other changes made by SliTaz GNU/Linux contributors. 13.41 - Each project provides its own RSS feed and the latest commits to 13.42 - the Cooking wok are on the SliTaz <a href="http://www.slitaz.org/">website</a>. 13.43 - </p> 13.44 - <!-- Top block end --> 13.45 - </div> 13.46 -<!-- Block end --> 13.47 -</div> 13.48 - 13.49 -<h2>Repositories list</h2> 13.50 - 13.51 -<table class="bigtable"> 13.52 - <tr> 13.53 - <th><a href="?sort={sort_name}">Name</a></th> 13.54 - <th><a href="?sort={sort_description}">Description</a></th> 13.55 - <th><a href="?sort={sort_contact}">Contact</a></th> 13.56 - <th><a href="?sort={sort_lastchange}">Last change</a></th> 13.57 - <th> </th> 13.58 - </tr> 13.59 - {entries%indexentry} 13.60 -</table> 13.61 - 13.62 -<!-- End of content --> 13.63 -</div> 13.64 - 13.65 -{footer}
14.1 --- a/slitaz-mercurial-style/stuff/templates/slitaz/manifest.tmpl Sat Mar 12 15:10:26 2011 +0000 14.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 14.3 @@ -1,79 +0,0 @@ 14.4 -{header} 14.5 -<title>{repo|escape}: {node|short} {path|escape}</title> 14.6 -</head> 14.7 -<body> 14.8 - 14.9 -<!-- Header --> 14.10 -<div id="header"> 14.11 - <a href="http://hg.slitaz.org/"><img id="logo" 14.12 - src="{staticurl}logo.png" 14.13 - title="hg.slitaz.org" alt="hg.slitaz.org" /></a> 14.14 - <p id="titre">#!/Hg/repos</p> 14.15 -</div> 14.16 - 14.17 -<!-- Content --> 14.18 -<div id="content-full"> 14.19 - 14.20 -<!-- Block begin --> 14.21 -<div class="block"> 14.22 - <!-- Nav block begin --> 14.23 - <div id="block_nav"> 14.24 - <h3><img src="{staticurl}network.png" alt="png" />Navigation</h3> 14.25 - <div class="right_box"> 14.26 - <ul> 14.27 - <li>Download:</li> 14.28 - {archives%archiveentry} 14.29 - </ul> 14.30 - </div> 14.31 - <ul> 14.32 - <li><a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">log</a></li> 14.33 - <li><a href="{url}graph/{node|short}{sessionvars%urlparameter}">graph</a></li> 14.34 - <li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li> 14.35 - <li><a href="{url}branches{sessionvars%urlparameter}">branches</a></li> 14.36 - <li><a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a></li> 14.37 - <li class="active">browse</li> 14.38 - </ul> 14.39 - <!-- Nav block end --> 14.40 - </div> 14.41 - <!-- Top block begin --> 14.42 - <div id="block_top"> 14.43 - <h1>Project: {repo|escape}</h1> 14.44 - <p> 14.45 - This web interface lets you follow in real time all improvements, 14.46 - fixes and other changes made by SliTaz GNU/Linux contributors. 14.47 - </p> 14.48 - <h3>Search</h3> 14.49 - <form class="search" action="{url}log"> 14.50 - {sessionvars%hiddenformentry} 14.51 - <p><input name="rev" id="search1" type="text" /></p> 14.52 - <div id="hint">find changesets by author, revision, 14.53 - files, or words in the commit message</div> 14.54 - </form> 14.55 - <!-- Top block end --> 14.56 - </div> 14.57 -<!-- Block end --> 14.58 -</div> 14.59 - 14.60 -<div class="main"> 14.61 -<h2><a href="{url}{sessionvars%urlparameter}">{repo|escape}</a> 14.62 - directory {path|escape} @ {rev}:{node|short} {tags%changelogtag}</h2> 14.63 - 14.64 -<table class="bigtable"> 14.65 -<tr> 14.66 - <th class="name">name</th> 14.67 - <th class="size">size</th> 14.68 - <th class="permissions">permissions</th> 14.69 -</tr> 14.70 -<tr class="fileline parity{upparity}"> 14.71 - <td class="name"><a href="{url}file/{node|short}{up|urlescape}{sessionvars%urlparameter}">[up]</a></td> 14.72 - <td class="size"></td> 14.73 - <td class="permissions">drwxr-xr-x</td> 14.74 -</tr> 14.75 -{dentries%direntry} 14.76 -{fentries%fileentry} 14.77 -</table> 14.78 - 14.79 -<!-- End of content --> 14.80 -</div> 14.81 - 14.82 -{footer}
15.1 --- a/slitaz-mercurial-style/stuff/templates/slitaz/map Sat Mar 12 15:10:26 2011 +0000 15.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 15.3 @@ -1,191 +0,0 @@ 15.4 -default = 'shortlog' 15.5 - 15.6 -mimetype = 'text/html; charset={encoding}' 15.7 -header = header.tmpl 15.8 -footer = footer.tmpl 15.9 -search = search.tmpl 15.10 - 15.11 -changelog = shortlog.tmpl 15.12 -shortlog = shortlog.tmpl 15.13 -shortlogentry = shortlogentry.tmpl 15.14 -graph = graph.tmpl 15.15 - 15.16 -naventry = '<a href="{url}log/{node|short}{sessionvars%urlparameter}">{label|escape}</a> ' 15.17 -navshortentry = '<a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">{label|escape}</a> ' 15.18 -navgraphentry = '<a href="{url}graph/{node|short}{sessionvars%urlparameter}">{label|escape}</a> ' 15.19 -filenaventry = '<a href="{url}log/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{label|escape}</a> ' 15.20 -filedifflink = '<a href="{url}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{file|escape}</a> ' 15.21 -filenodelink = '<a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{file|escape}</a> ' 15.22 -filenolink = '{file|escape} ' 15.23 -fileellipses = '...' 15.24 -changelogentry = shortlogentry.tmpl 15.25 -searchentry = shortlogentry.tmpl 15.26 -changeset = changeset.tmpl 15.27 -manifest = manifest.tmpl 15.28 - 15.29 -direntry = ' 15.30 - <tr class="fileline parity{parity}"> 15.31 - <td class="name"> 15.32 - <a href="{url}file/{node|short}{path|urlescape}{sessionvars%urlparameter}"> 15.33 - <img src="{staticurl}coal-folder.png" alt="dir."/> {basename|escape}/ 15.34 - </a> 15.35 - <a href="{url}file/{node|short}{path|urlescape}/{emptydirs|urlescape}{sessionvars%urlparameter}"> 15.36 - {emptydirs|escape} 15.37 - </a> 15.38 - </td> 15.39 - <td class="size"></td> 15.40 - <td class="permissions">drwxr-xr-x</td> 15.41 - </tr>' 15.42 - 15.43 -fileentry = ' 15.44 - <tr class="fileline parity{parity}"> 15.45 - <td class="filename"> 15.46 - <a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}"> 15.47 - <img src="{staticurl}coal-file.png" alt="file"/> {basename|escape} 15.48 - </a> 15.49 - </td> 15.50 - <td class="size">{size}</td> 15.51 - <td class="permissions">{permissions|permissions}</td> 15.52 - </tr>' 15.53 - 15.54 -filerevision = filerevision.tmpl 15.55 -fileannotate = fileannotate.tmpl 15.56 -filediff = filediff.tmpl 15.57 -filelog = filelog.tmpl 15.58 -fileline = ' 15.59 - <div class="parity{parity} source"><a href="#{lineid}" id="{lineid}">{linenumber}</a> {line|escape}</div>' 15.60 -filelogentry = filelogentry.tmpl 15.61 - 15.62 -annotateline = ' 15.63 - <tr class="parity{parity}"> 15.64 - <td class="annotate"> 15.65 - <a href="{url}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}#{targetline}" 15.66 - title="{node|short}: {desc|escape|firstline}">{author|user}@{rev}</a> 15.67 - </td> 15.68 - <td class="source"><a href="#{lineid}" id="{lineid}">{linenumber}</a> {line|escape}</td> 15.69 - </tr>' 15.70 - 15.71 -diffblock = '<div class="source bottomline parity{parity}"><pre>{lines}</pre></div>' 15.72 -difflineplus = '<a href="#{lineid}" id="{lineid}">{linenumber}</a> <span class="plusline">{line|escape}</span>' 15.73 -difflineminus = '<a href="#{lineid}" id="{lineid}">{linenumber}</a> <span class="minusline">{line|escape}</span>' 15.74 -difflineat = '<a href="#{lineid}" id="{lineid}">{linenumber}</a> <span class="atline">{line|escape}</span>' 15.75 -diffline = '<a href="#{lineid}" id="{lineid}">{linenumber}</a> {line|escape}' 15.76 - 15.77 -changelogparent = ' 15.78 - <tr> 15.79 - <th class="parent">parent {rev}:</th> 15.80 - <td class="parent"><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a></td> 15.81 - </tr>' 15.82 - 15.83 -changesetparent = '<a href="{url}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a> ' 15.84 - 15.85 -filerevparent = '<a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{rename%filerename}{node|short}</a> ' 15.86 -filerevchild = '<a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{node|short}</a> ' 15.87 - 15.88 -filerename = '{file|escape}@' 15.89 -filelogrename = ' 15.90 - <tr> 15.91 - <th>base:</th> 15.92 - <td> 15.93 - <a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}"> 15.94 - {file|escape}@{node|short} 15.95 - </a> 15.96 - </td> 15.97 - </tr>' 15.98 -fileannotateparent = ' 15.99 - <tr> 15.100 - <td class="metatag">parent:</td> 15.101 - <td> 15.102 - <a href="{url}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}"> 15.103 - {rename%filerename}{node|short} 15.104 - </a> 15.105 - </td> 15.106 - </tr>' 15.107 -changesetchild = ' <a href="{url}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a>' 15.108 -changelogchild = ' 15.109 - <tr> 15.110 - <th class="child">child</th> 15.111 - <td class="child"> 15.112 - <a href="{url}rev/{node|short}{sessionvars%urlparameter}"> 15.113 - {node|short} 15.114 - </a> 15.115 - </td> 15.116 - </tr>' 15.117 -fileannotatechild = ' 15.118 - <tr> 15.119 - <td class="metatag">child:</td> 15.120 - <td> 15.121 - <a href="{url}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}"> 15.122 - {node|short} 15.123 - </a> 15.124 - </td> 15.125 - </tr>' 15.126 -tags = tags.tmpl 15.127 -tagentry = ' 15.128 - <tr class="tagEntry parity{parity}"> 15.129 - <td> 15.130 - <a href="{url}rev/{node|short}{sessionvars%urlparameter}"> 15.131 - {tag|escape} 15.132 - </a> 15.133 - </td> 15.134 - <td class="node"> 15.135 - {node|short} 15.136 - </td> 15.137 - </tr>' 15.138 -branches = branches.tmpl 15.139 -branchentry = ' 15.140 - <tr class="tagEntry parity{parity}"> 15.141 - <td> 15.142 - <a href="{url}shortlog/{node|short}{sessionvars%urlparameter}" class="{status}"> 15.143 - {branch|escape} 15.144 - </a> 15.145 - </td> 15.146 - <td class="node"> 15.147 - {node|short} 15.148 - </td> 15.149 - </tr>' 15.150 -changelogtag = '<span class="tag">{name|escape}</span> ' 15.151 -changesettag = '<span class="tag">{tag|escape}</span> ' 15.152 -changelogbranchhead = '<span class="branchhead">{name|escape}</span> ' 15.153 -changelogbranchname = '<span class="branchname">{name|escape}</span> ' 15.154 - 15.155 -filediffparent = ' 15.156 - <tr> 15.157 - <th class="parent">parent {rev}:</th> 15.158 - <td class="parent"><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a></td> 15.159 - </tr>' 15.160 -filelogparent = ' 15.161 - <tr> 15.162 - <th>parent {rev}:</th> 15.163 - <td><a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{node|short}</a></td> 15.164 - </tr>' 15.165 -filediffchild = ' 15.166 - <tr> 15.167 - <th class="child">child {rev}:</th> 15.168 - <td class="child"><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a> 15.169 - </td> 15.170 - </tr>' 15.171 -filelogchild = ' 15.172 - <tr> 15.173 - <th>child {rev}:</th> 15.174 - <td><a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{node|short}</a></td> 15.175 - </tr>' 15.176 - 15.177 -indexentry = ' 15.178 - <tr class="parity{parity}"> 15.179 - <td><a href="{url}{sessionvars%urlparameter}">{name|escape}</a></td> 15.180 - <td>{description}</td> 15.181 - <td>{contact|obfuscate}</td> 15.182 - <td class="age">{lastchange|age} ago</td> 15.183 - <td class="indexlinks">{archives%indexarchiveentry}</td> 15.184 - </tr>\n' 15.185 -indexarchiveentry = '<a href="{url}archive/{node|short}{extension|urlescape}"> ↓{type|escape}</a>' 15.186 -index = index.tmpl 15.187 -archiveentry = ' 15.188 - <li> 15.189 - <a href="{url}archive/{node|short}{extension|urlescape}">{type|escape}</a> 15.190 - </li>' 15.191 -notfound = notfound.tmpl 15.192 -error = error.tmpl 15.193 -urlparameter = '{separator}{name}={value|urlescape}' 15.194 -hiddenformentry = '<input type="hidden" name="{name}" value="{value|escape}" />'
16.1 --- a/slitaz-mercurial-style/stuff/templates/slitaz/notfound.tmpl Sat Mar 12 15:10:26 2011 +0000 16.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 16.3 @@ -1,48 +0,0 @@ 16.4 -{header} 16.5 -<title>SliTaz Repos - not found</title> 16.6 -</head> 16.7 -<body> 16.8 - 16.9 -<!-- Header --> 16.10 -<div id="header"> 16.11 - <a href="http://hg.slitaz.org/"><img id="logo" 16.12 - src="{staticurl}logo.png" 16.13 - title="hg.slitaz.org" alt="hg.slitaz.org" /></a> 16.14 - <p id="titre">#!/Hg/repos</p> 16.15 -</div> 16.16 - 16.17 -<!-- Content --> 16.18 -<div id="content-full"> 16.19 - 16.20 -<!-- Block begin --> 16.21 -<div class="block"> 16.22 - <!-- Nav block begin --> 16.23 - <div id="block_nav"> 16.24 - <h3><img src="{staticurl}development.png" alt="png" />Devel corner</h3> 16.25 - <ul> 16.26 - <li><a href="http://www.slitaz.org/en/devel/">Website/devel</a></li> 16.27 - <li><a href="http://labs.slitaz.org/">Laboratories</a></li> 16.28 - <li><a href="http://bb.slitaz.org/">Build Bot</a></li> 16.29 - <li><a href="http://scn.slitaz.org/">Community</a></li> 16.30 - <li><a href="http://pkgs.slitaz.org/">Packages</a></li> 16.31 - <li><a href="http://tank.slitaz.org/">Tank Server</a></li> 16.32 - </ul> 16.33 - <!-- Nav block end --> 16.34 - </div> 16.35 - <!-- Top block begin --> 16.36 - <div id="block_top"> 16.37 - <h1>Repository not found</h1> 16.38 - <p> 16.39 - The specified repository "{repo|escape}" is unknown, sorry. 16.40 - Please go back to the 16.41 - <a href="http://hg.slitaz.org/">main repository list page</a>. 16.42 - </p> 16.43 - <!-- Top block end --> 16.44 - </div> 16.45 -<!-- Block end --> 16.46 -</div> 16.47 - 16.48 -<!-- End of content --> 16.49 -</div> 16.50 - 16.51 -{footer}
17.1 --- a/slitaz-mercurial-style/stuff/templates/slitaz/search.tmpl Sat Mar 12 15:10:26 2011 +0000 17.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 17.3 @@ -1,64 +0,0 @@ 17.4 -{header} 17.5 -<title>{repo|escape}: searching for {query|escape}</title> 17.6 -</head> 17.7 -<body> 17.8 - 17.9 -<!-- Header --> 17.10 -<div id="header"> 17.11 - <a href="http://hg.slitaz.org/"><img id="logo" 17.12 - src="{staticurl}logo.png" 17.13 - title="hg.slitaz.org" alt="hg.slitaz.org" /></a> 17.14 - <p id="titre">#!/Hg/repos</p> 17.15 -</div> 17.16 - 17.17 -<!-- Content --> 17.18 -<div id="content-full"> 17.19 - 17.20 -<!-- Block begin --> 17.21 -<div class="block"> 17.22 - <!-- Nav block begin --> 17.23 - <div id="block_nav"> 17.24 - <h3><img src="{staticurl}network.png" alt="png" />Navigation</h3> 17.25 - <ul> 17.26 - <li><a href="{url}shortlog{sessionvars%urlparameter}">log</a></li> 17.27 - <li><a href="{url}graph{sessionvars%urlparameter}">graph</a></li> 17.28 - <li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li> 17.29 - <li><a href="{url}branches{sessionvars%urlparameter}">branches</a></li> 17.30 - </ul> 17.31 - <!-- Nav block end --> 17.32 - </div> 17.33 - <!-- Top block begin --> 17.34 - <div id="block_top"> 17.35 - <h1>Project: {repo|escape}</h1> 17.36 - <p> 17.37 - This web interface lets you follow in real time all improvements, 17.38 - fixes and other changes made by SliTaz GNU/Linux contributors. 17.39 - </p> 17.40 - <h3>Search</h3> 17.41 - <form class="search" action="{url}log"> 17.42 - {sessionvars%hiddenformentry} 17.43 - <p><input name="rev" id="search1" type="text" /></p> 17.44 - <div id="hint">find changesets by author, revision, 17.45 - files, or words in the commit message</div> 17.46 - </form> 17.47 - <!-- Top block end --> 17.48 - </div> 17.49 -<!-- Block end --> 17.50 -</div> 17.51 - 17.52 -<h2><a href="{url}{sessionvars%urlparameter}">{repo|escape}</a> 17.53 - - Searching for '{query|escape}'</h2> 17.54 - 17.55 -<table class="bigtable"> 17.56 - <tr> 17.57 - <th class="age">age</th> 17.58 - <th class="author">author</th> 17.59 - <th class="description">description</th> 17.60 - </tr> 17.61 -{entries} 17.62 -</table> 17.63 - 17.64 -<!-- End of content --> 17.65 -</div> 17.66 - 17.67 -{footer}
18.1 --- a/slitaz-mercurial-style/stuff/templates/slitaz/shortlog.tmpl Sat Mar 12 15:10:26 2011 +0000 18.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 18.3 @@ -1,79 +0,0 @@ 18.4 -{header} 18.5 -<title>{repo|escape}: log</title> 18.6 -<link rel="alternate" type="application/atom+xml" 18.7 - href="{url}atom-log" title="Atom feed for {repo|escape}" /> 18.8 -<link rel="alternate" type="application/rss+xml" 18.9 - href="{url}rss-log" title="RSS feed for {repo|escape}" /> 18.10 -</head> 18.11 -<body> 18.12 - 18.13 -<!-- Header --> 18.14 -<div id="header"> 18.15 - <a href="http://hg.slitaz.org/"><img id="logo" 18.16 - src="{staticurl}logo.png" 18.17 - title="hg.slitaz.org" alt="hg.slitaz.org" /></a> 18.18 - <p id="titre">#!/Hg/repos</p> 18.19 -</div> 18.20 - 18.21 -<!-- Content --> 18.22 -<div id="content-full"> 18.23 - 18.24 -<!-- Block begin --> 18.25 -<div class="block"> 18.26 - <!-- Nav block begin --> 18.27 - <div id="block_nav"> 18.28 - <h3><img src="{staticurl}network.png" alt="png" />Navigation</h3> 18.29 - <div class="right_box"> 18.30 - <ul> 18.31 - <li>Download:</li> 18.32 - {archives%archiveentry} 18.33 - </ul> 18.34 - </div> 18.35 - <ul> 18.36 - <li class="active">log</li> 18.37 - <li><a href="{url}graph/{node|short}{sessionvars%urlparameter}">graph</a></li> 18.38 - <li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li> 18.39 - <li><a href="{url}branches{sessionvars%urlparameter}">branches</a></li> 18.40 - <li><a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a></li> 18.41 - <li><a href="{url}file/{node|short}{path|urlescape}{sessionvars%urlparameter}">browse</a></li> 18.42 - </ul> 18.43 - <!-- Nav block end --> 18.44 - </div> 18.45 - <!-- Top block begin --> 18.46 - <div id="block_top"> 18.47 - <h1>Project: {repo|escape}</h1> 18.48 - <p> 18.49 - This web interface lets you follow in real time all improvements, 18.50 - fixes and other changes made by SliTaz GNU/Linux contributors. 18.51 - </p> 18.52 - <h3>Search</h3> 18.53 - <form class="search" action="{url}log"> 18.54 - {sessionvars%hiddenformentry} 18.55 - <p><input name="rev" id="search1" type="text" /></p> 18.56 - <div id="hint">find changesets by author, revision, 18.57 - files, or words in the commit message</div> 18.58 - </form> 18.59 - <!-- Top block end --> 18.60 - </div> 18.61 -<!-- Block end --> 18.62 -</div> 18.63 - 18.64 -<h2><a href="{url}{sessionvars%urlparameter}">{repo|escape}</a> log</h2> 18.65 - 18.66 -<div class="navigate">rev {rev}: {changenav%navshortentry}</div> 18.67 - 18.68 -<table class="bigtable"> 18.69 - <tr> 18.70 - <th class="age">age</th> 18.71 - <th class="author">author</th> 18.72 - <th class="description">description</th> 18.73 - </tr> 18.74 -{entries%shortlogentry} 18.75 -</table> 18.76 - 18.77 -<div class="navigate">rev {rev}: {changenav%navshortentry}</div> 18.78 - 18.79 -<!-- End of content --> 18.80 -</div> 18.81 - 18.82 -{footer}
19.1 --- a/slitaz-mercurial-style/stuff/templates/slitaz/shortlogentry.tmpl Sat Mar 12 15:10:26 2011 +0000 19.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 19.3 @@ -1,5 +0,0 @@ 19.4 - <tr class="parity{parity}"> 19.5 - <td class="age">{date|age}</td> 19.6 - <td class="author">{author|person}</td> 19.7 - <td class="description"><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape|nonempty}</a>{inbranch%changelogbranchname}{branches%changelogbranchhead}{tags%changelogtag}</td> 19.8 - </tr>
20.1 --- a/slitaz-mercurial-style/stuff/templates/slitaz/tags.tmpl Sat Mar 12 15:10:26 2011 +0000 20.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 20.3 @@ -1,66 +0,0 @@ 20.4 -{header} 20.5 -<title>{repo|escape}: tags</title> 20.6 -<link rel="alternate" type="application/atom+xml" 20.7 - href="{url}atom-tags" title="Atom feed for {repo|escape}: tags" /> 20.8 -<link rel="alternate" type="application/rss+xml" 20.9 - href="{url}rss-tags" title="RSS feed for {repo|escape}: tags" /> 20.10 -</head> 20.11 -<body> 20.12 - 20.13 -<!-- Header --> 20.14 -<div id="header"> 20.15 - <a href="http://hg.slitaz.org/"><img id="logo" 20.16 - src="{staticurl}logo.png" 20.17 - title="hg.slitaz.org" alt="hg.slitaz.org" /></a> 20.18 - <p id="titre">#!/Hg/repos</p> 20.19 -</div> 20.20 - 20.21 -<!-- Content --> 20.22 -<div id="content-full"> 20.23 - 20.24 -<!-- Block begin --> 20.25 -<div class="block"> 20.26 - <!-- Nav block begin --> 20.27 - <div id="block_nav"> 20.28 - <h3><img src="{staticurl}network.png" alt="png" />Navigation</h3> 20.29 - <ul> 20.30 - <li><a href="{url}shortlog{sessionvars%urlparameter}">log</a></li> 20.31 - <li><a href="{url}graph{sessionvars%urlparameter}">graph</a></li> 20.32 - <li class="active">tags</li> 20.33 - <li><a href="{url}branches{sessionvars%urlparameter}">branches</a></li> 20.34 - </ul> 20.35 - <!-- Nav block end --> 20.36 - </div> 20.37 - <!-- Top block begin --> 20.38 - <div id="block_top"> 20.39 - <h1>Project: {repo|escape}</h1> 20.40 - <p> 20.41 - This web interface lets you follow in real time all improvements, 20.42 - fixes and other changes made by SliTaz GNU/Linux contributors. 20.43 - </p> 20.44 - <h3>Search</h3> 20.45 - <form class="search" action="{url}log"> 20.46 - {sessionvars%hiddenformentry} 20.47 - <p><input name="rev" id="search1" type="text" /></p> 20.48 - <div id="hint">find changesets by author, revision, 20.49 - files, or words in the commit message</div> 20.50 - </form> 20.51 - <!-- Top block end --> 20.52 - </div> 20.53 -<!-- Block end --> 20.54 -</div> 20.55 - 20.56 -<h2><a href="{url}{sessionvars%urlparameter}">{repo|escape}</a> tags</h2> 20.57 - 20.58 -<table class="bigtable"> 20.59 -<tr> 20.60 - <th>tag</th> 20.61 - <th>node</th> 20.62 -</tr> 20.63 -{entries%tagentry} 20.64 -</table> 20.65 - 20.66 -<!-- End of content --> 20.67 -</div> 20.68 - 20.69 -{footer}
21.1 Binary file slitaz-mercurial-style/stuff/templates/static/coal-folder.png has changed
22.1 Binary file slitaz-mercurial-style/stuff/templates/static/development.png has changed
23.1 Binary file slitaz-mercurial-style/stuff/templates/static/favicon.ico has changed
24.1 Binary file slitaz-mercurial-style/stuff/templates/static/header-img.png has changed
25.1 Binary file slitaz-mercurial-style/stuff/templates/static/logo.png has changed
26.1 Binary file slitaz-mercurial-style/stuff/templates/static/network.png has changed
27.1 --- a/slitaz-mercurial-style/stuff/templates/static/style-slitaz.css Sat Mar 12 15:10:26 2011 +0000 27.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 27.3 @@ -1,692 +0,0 @@ 27.4 -html { 27.5 - min-height: 102%; 27.6 -} 27.7 - 27.8 -body { 27.9 - background: #ffffff; 27.10 - color: black; 27.11 - font: 13px sans-serif, vernada, arial; 27.12 - margin: 0; 27.13 - border-top: 34px solid #f1f1f1; 27.14 -} 27.15 - 27.16 -/* Accessibility */ 27.17 - 27.18 -#access { 27.19 - position: absolute; 27.20 - top: 4px; 27.21 - right: 0px; 27.22 - text-align: right; 27.23 - width: auto; 27.24 - margin: 0; 27.25 - padding: 4px 4px 4px 20px; 27.26 - font-size: 11px; 27.27 - font-weight: bold; 27.28 -} 27.29 - 27.30 -#access a { 27.31 - background: transparent; 27.32 - color: #0F314E; 27.33 - text-decoration: none; 27.34 -} 27.35 - 27.36 -#access a:hover { 27.37 - background: inherit; 27.38 - color: #b64b22; 27.39 -} 27.40 - 27.41 -#access img { 27.42 - vertical-align: middle; 27.43 -} 27.44 - 27.45 -/* Header and title */ 27.46 - 27.47 -#header { 27.48 - background: #351a0a url(header-img.png) no-repeat top right; 27.49 - color: black; 27.50 - width: 100%; 27.51 - height: 42px; 27.52 - border-top: 1px solid black; 27.53 - border-bottom: 1px solid #999; 27.54 - margin-bottom: 33px; 27.55 -} 27.56 - 27.57 -#titre { 27.58 - position: absolute; 27.59 - font-size: 14px; 27.60 - font-weight: bolder ; 27.61 - left: 180px; 27.62 - top: 4px; 27.63 -} 27.64 - 27.65 -#logo { 27.66 - position: absolute; 27.67 - float: left; 27.68 - left: 16px; 27.69 - top: -10px; 27.70 - width: 200px; 27.71 - height: 74px; 27.72 -} 27.73 - 27.74 -/* Side bar Navigation */ 27.75 - 27.76 -#nav { 27.77 - position: absolute; 27.78 - top: 102px; 27.79 - right: 80px; 27.80 - color: #555555; 27.81 - float: right; 27.82 - width: 250px; 27.83 - line-height: 1.5em; 27.84 - text-align: left; 27.85 - font-size: 12px; 27.86 -} 27.87 - 27.88 -#nav .nav_box ul { 27.89 - list-style-type: none; 27.90 - margin: 0; 27.91 - padding: 10px 24px 10px 0px; 27.92 - background-color: inherit; 27.93 -} 27.94 - 27.95 -#nav li { 27.96 - display: inline; 27.97 -} 27.98 - 27.99 -#nav h4 { 27.100 - font-size: 120%; 27.101 - color: #666666; 27.102 - font-weight: bold; 27.103 - margin: 0; 27.104 - padding: 0 0 1px 0; 27.105 - border-bottom: 1px solid #cecece; 27.106 -} 27.107 - 27.108 -#nav a { 27.109 - color: #0F314E; 27.110 - background: inherit; 27.111 - display: block; 27.112 - text-decoration: none; 27.113 - font-weight: bold; 27.114 -} 27.115 - 27.116 -#nav a:hover { 27.117 - color: #b64b22; 27.118 - text-decoration: none; 27.119 - display: block; 27.120 -} 27.121 - 27.122 -#nav ul { 27.123 - -moz-border-radius: 8px; 27.124 - -webkit-border-radius: 8px; 27.125 - border-radius: 8px; 27.126 - list-style-type: none; 27.127 - margin: 10px 0; 27.128 - padding: 10px 24px 10px 24px; 27.129 - background-color: #eaeaea; 27.130 -} 27.131 - 27.132 -.nav_box { 27.133 - margin: 10px 0; 27.134 - padding: 10px 24px 10px 24px; 27.135 - background-color: #eaeaea; 27.136 - text-align: justify; 27.137 - -moz-border-radius: 8px; 27.138 - -webkit-border-radius: 8px; 27.139 - border-radius: 8px; 27.140 - -moz-box-shadow: 0 1px 3px #666; 27.141 - -webkit-box-shadow: 0 1px 3px #666; 27.142 - box-shadow: 0 1px 3px #666; 27.143 - /* CSS3 transition */ 27.144 - -webkit-transition-property: background-color; 27.145 - -webkit-transition-duration: 2s; 27.146 - -moz-transition-property: background-color; 27.147 - -moz-transition-duration: 2s; 27.148 - transition-property: background-color; 27.149 - transition-duration: 2s; 27.150 -} 27.151 - 27.152 -.nav_box:hover { background-color: #f8f8f8; } 27.153 - 27.154 -#nav .nav_box p { 27.155 - line-height: 1.3em; 27.156 -} 27.157 - 27.158 -#nav .nav_box p a { 27.159 - display: inline; 27.160 - font-weight: normal; 27.161 - text-decoration: underline; 27.162 -} 27.163 - 27.164 -#nav .nav_box p a:hover { 27.165 - text-decoration: none; 27.166 - color: blue; 27.167 - background: inherit; 27.168 -} 27.169 - 27.170 -/* Page content */ 27.171 - 27.172 -#content { 27.173 - background: white; 27.174 - color: black; 27.175 - text-align: justify; 27.176 - height: auto; 27.177 - margin: 6px 320px 0px 0px; 27.178 - padding: 0px 40px 60px 80px; 27.179 -} 27.180 - 27.181 -#content-full { 27.182 - background: white; 27.183 - color: black; 27.184 - text-align: justify; 27.185 - height: auto; 27.186 - margin: 0; 27.187 - padding: 0px 80px 40px 80px; 27.188 -} 27.189 - 27.190 -#content li, #content-full li { 27.191 - line-height: 1.5em; 27.192 - text-align: left; 27.193 -} 27.194 - 27.195 -#news li { 27.196 - list-style-type: square; 27.197 - border-bottom: 1px dotted #BEBEBE; 27.198 - margin-left: -25px; 27.199 - padding: 4px 0px 4px 0px; 27.200 -} 27.201 - 27.202 -#news a { 27.203 - text-decoration: none; 27.204 -} 27.205 - 27.206 -#gallery { 27.207 - text-align: center; 27.208 -} 27.209 - 27.210 -/* Box and block. */ 27.211 - 27.212 -.infobox { 27.213 - margin: 20px 60px; 27.214 - padding: 12px; 27.215 - background: #f8f8f8; 27.216 -} 27.217 - 27.218 -.infobox img { vertical-align: middle; } 27.219 -/* .infobox:hover { background-color: #f2b21d; } */ 27.220 -.infobox:hover { background-color: #FBFBFB; } 27.221 - 27.222 -.block { 27.223 - /*padding-bottom: 35%;*/ 27.224 - color: black; 27.225 - min-height: 200px; 27.226 - margin-bottom: 40px; 27.227 -} 27.228 - 27.229 -.block ul { 27.230 - list-style-type: none; 27.231 - margin: 0; 27.232 - padding: 0 20px; 27.233 -} 27.234 - 27.235 -.block_left { 27.236 - width: 46%; 27.237 - float: left; 27.238 - background-color: #eaeaea; 27.239 - margin: 4px 2px; 27.240 - padding: 0 10px 10px 10px; 27.241 -} 27.242 - 27.243 -.block_right { 27.244 - width: 46%; 27.245 - float: right; 27.246 - background-color: #eaeaea; 27.247 - margin: 4px 2px; 27.248 - padding: 0 10px 10px 10px; 27.249 -} 27.250 - 27.251 -#block_top { 27.252 - color: black; 27.253 - background-color: #eaeaea; 27.254 - min-height: 180px; 27.255 - margin-bottom: 40px; 27.256 - margin-right: 340px; 27.257 - padding: 0 10px; 27.258 -} 27.259 - 27.260 -#block_nav { 27.261 - width: 300px; 27.262 - min-height: 180px; 27.263 - float: right; 27.264 - background-color: #eaeaea; 27.265 - margin: 0; 27.266 - padding: 0 10px; 27.267 -} 27.268 - 27.269 -.infobox, .block_left, .block_right, #block_top, #block_nav, #footer { 27.270 - -moz-border-radius: 8px; 27.271 - -webkit-border-radius: 8px; 27.272 - border-radius: 8px; 27.273 - -moz-box-shadow: 0 1px 3px #666; 27.274 - -webkit-box-shadow: 0 1px 3px #666; 27.275 - box-shadow: 0 1px 3px #666; 27.276 - /* CSS3 transition */ 27.277 - -webkit-transition-property: background-color; 27.278 - -webkit-transition-duration: 2s; 27.279 - -moz-transition-property: background-color; 27.280 - -moz-transition-duration: 2s; 27.281 - transition-property: background-color; 27.282 - transition-duration: 2s; 27.283 -} 27.284 - 27.285 -#block_nav { 27.286 - font-weight: bold; 27.287 -} 27.288 - 27.289 -#block_nav a { 27.290 - text-decoration: none; 27.291 -} 27.292 - 27.293 -#block_nav li a:hover { 27.294 - color: #b64b22; 27.295 -} 27.296 - 27.297 -#block_nav ul { 27.298 - margin: 0; 27.299 - list-style-type: none; 27.300 -} 27.301 - 27.302 -#block_nav h3 { 27.303 - font-size: 110%; 27.304 -} 27.305 - 27.306 -.block_left:hover, .block_right:hover, #block_top:hover, 27.307 -#block_nav:hover, #footer:hover { 27.308 - background-color: #f8f8f8; 27.309 -} 27.310 - 27.311 -#block_top li { display: inline; } 27.312 -#block_top li a { font-weight: bold; } 27.313 - 27.314 -.right_box { 27.315 - width: 50%; 27.316 - float: right; 27.317 -} 27.318 - 27.319 -.floor { 27.320 - color: #999999; 27.321 - font-size: 20px; 27.322 - -webkit-transform: rotate(-45deg) skew(15deg, 15deg); 27.323 - -moz-transform: rotate(-45deg) skew(15deg, 15deg); 27.324 - -o-transform: rotate(-45deg) skew(15deg, 15deg); 27.325 - -ms-transform: rotate(-45deg) skew(15deg, 15deg); 27.326 - transform: rotate(-45deg) skew(15deg, 15deg); 27.327 -} 27.328 - 27.329 -/* Button */ 27.330 - 27.331 -.button { margin-left: 20px; } 27.332 - 27.333 -.button a { 27.334 - background-color: #b64b22; 27.335 - color: #ffffff; 27.336 - margin-right: 6px; 27.337 - padding: 6px 10px; 27.338 - font-size: 14px; 27.339 - -moz-border-radius: 4px; 27.340 - -webkit-border-radius: 4px; 27.341 - border-radius: 4px; 27.342 - -moz-box-shadow: 0 1px 3px #666; 27.343 - -webkit-box-shadow: 0 1px 3px #666; 27.344 - box-shadow: 0 1px 3px #666; 27.345 -} 27.346 - 27.347 -.button a:hover, input[type=submit]:hover { 27.348 - background-color: #a3431f; 27.349 - color: #ffffff; 27.350 -} 27.351 - 27.352 -input[type=submit] { 27.353 - border: 1px solid #b64b22; 27.354 - background-color: #b64b22; 27.355 - color: white; 27.356 - font-weight: bold; 27.357 - cursor: pointer; 27.358 - padding: 2px 10px; 27.359 - font-size: 14px; 27.360 - -moz-border-radius: 2px; 27.361 - -webkit-border-radius: 2px; 27.362 - border-radius: 2px; 27.363 - -moz-box-shadow: 0 0 5px #666; 27.364 - -webkit-box-shadow: 0 0 5px#666; 27.365 - box-shadow: 0 0 5px #666; 27.366 -} 27.367 - 27.368 -input[type=text] { 27.369 - border: 1px solid #333333; 27.370 - padding: 3px; 27.371 - width: 100%; 27.372 - max-width: 500px; 27.373 -} 27.374 - 27.375 -/* HTML styles */ 27.376 - 27.377 -h1 { 27.378 - color: #444444; 27.379 - background: transparent; 27.380 - text-align: left; 27.381 - margin: 0px 0px 4px 0px; 27.382 - font-size: 150%; 27.383 - font-weight: bold; 27.384 - padding: 5px 0 0 10px; 27.385 -} 27.386 - 27.387 -h2 { 27.388 - color: #b64b22; 27.389 - padding: 0; 27.390 - margin: 20px 0 0 0; 27.391 - font-size: 130%; 27.392 - font-weight: bold; 27.393 -} 27.394 - 27.395 -h3 { 27.396 - font-weight: bold; 27.397 - color: #666666; 27.398 - background: transparent; 27.399 -} 27.400 - 27.401 -h3 img { 27.402 - vertical-align: middle; 27.403 - width: 20px; 27.404 - height: 20px; 27.405 - padding-right: 4px; 27.406 -} 27.407 - 27.408 -a { 27.409 - text-decoration: underline; 27.410 - color: #103A5E; 27.411 - background: inherit; 27.412 -} 27.413 - 27.414 -a:hover { 27.415 - text-decoration: none; 27.416 - color: blue; 27.417 - background: inherit; 27.418 -} 27.419 - 27.420 -code { 27.421 - font-size: 12px; 27.422 - color: #669900; 27.423 - background: inherit; 27.424 -} 27.425 - 27.426 -tt { 27.427 - color: #15EE15; 27.428 - background: inherit; 27.429 -} 27.430 - 27.431 -img { 27.432 - border: 0pt none; 27.433 -} 27.434 - 27.435 - 27.436 -pre { 27.437 - padding: 5px; 27.438 - color: black; 27.439 - background: #f1f1f1; 27.440 -} 27.441 - 27.442 -pre.script { 27.443 - padding: 10px; 27.444 - color: black; 27.445 - background: #E8E8E8; 27.446 - border: 1px inset #606060; 27.447 -} 27.448 - 27.449 -textarea { 27.450 - background: #E5E5E5; 27.451 - margin-top: 12px; 27.452 -} 27.453 - 27.454 -.year:after { 27.455 - /* content: "2007-2011"; */ 27.456 - content: "2011"; 27.457 -} 27.458 - 27.459 -/* Footer */ 27.460 - 27.461 -#footer { 27.462 - margin: 0px 80px 80px 80px; 27.463 - padding: 10px; 27.464 - background: #eaeaea; 27.465 - color: #666666; 27.466 - height: 180px; 27.467 - clear: both; 27.468 - border-radius: 8px; 27.469 - -moz-border-radius: 8px; 27.470 - -webkit-border-radius: 8px; 27.471 - -moz-box-shadow: 0 1px 3px #666; 27.472 - -webkit-box-shadow: 0 1px 3px #666; 27.473 - box-shadow: 0 1px 3px #666; 27.474 -} 27.475 -#footer a { 27.476 - background: inherit; 27.477 - color: #666666; 27.478 -} 27.479 -#footer a:hover { 27.480 - background: inherit; 27.481 - color: #333333; 27.482 -} 27.483 -#footer ul { 27.484 - list-style-type: none; 27.485 -} 27.486 -#footer li { 27.487 - padding: 2px; 27.488 -} 27.489 -#footer h4 { 27.490 - margin: 0 20px; 27.491 - font-size: 125%; 27.492 -} 27.493 - 27.494 -.container { 27.495 - margin: 6px 280px 0px 0px; 27.496 - padding: 0px 40px 60px 40px; 27.497 -} 27.498 - 27.499 -.main { 27.500 - background: white; 27.501 -} 27.502 - 27.503 -#.main { 27.504 - width: 100%; 27.505 -} 27.506 - 27.507 -.overflow { 27.508 - width: 100%; 27.509 - overflow: auto; 27.510 -} 27.511 - 27.512 -.search { 27.513 - text-align: center; 27.514 -} 27.515 - 27.516 -form.search div#hint { 27.517 - display: none; 27.518 - position: absolute; 27.519 - top: 0px; 27.520 - right: 280px; 27.521 - width: 200px; 27.522 - padding: 5px; 27.523 - background: #ffc; 27.524 - font-size: 80%; 27.525 - border: 1px solid yellow; 27.526 - -moz-border-radius: 5px; /* this works only in camino/firefox */ 27.527 - -webkit-border-radius: 5px; /* this is just for Safari */ 27.528 -} 27.529 - 27.530 -form.search:hover div#hint { display: block; } 27.531 - 27.532 -a { text-decoration:none; } 27.533 -.age { white-space:nowrap; } 27.534 -.date { white-space:nowrap; } 27.535 -.indexlinks { white-space:nowrap; } 27.536 -.parity0 { background-color: #f0f0f0; } 27.537 -.parity1 { background-color: white; } 27.538 -.plusline { color: green; } 27.539 -.minusline { color: #dc143c; } /* crimson */ 27.540 -.atline { color: purple; } 27.541 - 27.542 -.navigate { 27.543 - text-align: right; 27.544 - font-size: 80%; 27.545 - margin: 1em 0; 27.546 -} 27.547 - 27.548 -.tag { 27.549 - color: #999; 27.550 - font-size: 70%; 27.551 - font-weight: normal; 27.552 - margin-left: .5em; 27.553 - vertical-align: baseline; 27.554 -} 27.555 - 27.556 -.branchhead { 27.557 - color: #000; 27.558 - font-size: 80%; 27.559 - font-weight: normal; 27.560 - margin-left: .5em; 27.561 - vertical-align: baseline; 27.562 -} 27.563 - 27.564 -ul#graphnodes .branchhead { 27.565 - font-size: 75%; 27.566 -} 27.567 - 27.568 -.branchname { 27.569 - color: #000; 27.570 - font-size: 60%; 27.571 - font-weight: normal; 27.572 - margin-left: .5em; 27.573 - vertical-align: baseline; 27.574 -} 27.575 - 27.576 -h3 .branchname { 27.577 - font-size: 80%; 27.578 -} 27.579 - 27.580 -/* Common */ 27.581 -pre { margin: 0; } 27.582 - 27.583 -h2 a { color: #b64b22; } 27.584 - 27.585 -/* log and tags tables */ 27.586 -.bigtable { 27.587 - border-bottom: 1px solid #999; 27.588 - border-collapse: collapse; 27.589 - font-size: 90%; 27.590 - width: 100%; 27.591 - font-weight: normal; 27.592 - text-align: left; 27.593 - margin-top: 20px; 27.594 -} 27.595 - 27.596 -.bigtable td { 27.597 - vertical-align: top; 27.598 -} 27.599 - 27.600 -.bigtable th { 27.601 - padding: 1px 4px; 27.602 - border-bottom: 1px solid #999; 27.603 -} 27.604 -.bigtable tr { border: none; } 27.605 -.bigtable .age { width: 6em; } 27.606 -.bigtable .author { width: 12em; } 27.607 -.bigtable .description { } 27.608 -.bigtable .node { width: 5em; font-family: monospace;} 27.609 -.bigtable .permissions { width: 8em; text-align: left;} 27.610 -.bigtable .size { width: 5em; text-align: right; } 27.611 -.bigtable .annotate { text-align: right; } 27.612 -.bigtable td.annotate { font-size: smaller; } 27.613 -.bigtable td.source { font-size: inherit; } 27.614 - 27.615 -.source, .sourcefirst, .sourcelast { 27.616 - font-family: monospace; 27.617 - white-space: pre; 27.618 - padding: 1px 4px; 27.619 - font-size: 90%; 27.620 -} 27.621 -.sourcefirst { border-bottom: 1px solid #999; font-weight: bold; } 27.622 -.sourcelast { border-top: 1px solid #999; } 27.623 -.source a { color: #999; font-size: smaller; font-family: monospace;} 27.624 -.bottomline { border-bottom: 1px solid #999; } 27.625 - 27.626 -.fileline { font-family: monospace; } 27.627 -.fileline img { border: 0; } 27.628 - 27.629 -.tagEntry .closed { color: #99f; } 27.630 - 27.631 -/* Changeset entry */ 27.632 -#changesetEntry { 27.633 - border-collapse: collapse; 27.634 - font-size: 90%; 27.635 - width: 100%; 27.636 - margin-bottom: 1em; 27.637 -} 27.638 - 27.639 -#changesetEntry th { 27.640 - padding: 1px 4px; 27.641 - width: 4em; 27.642 - text-align: right; 27.643 - font-weight: normal; 27.644 - color: #999; 27.645 - margin-right: .5em; 27.646 - vertical-align: top; 27.647 -} 27.648 - 27.649 -div.description { 27.650 - border-left: 2px solid #999; 27.651 - margin: 1em 0 1em 0; 27.652 - padding: .3em; 27.653 -} 27.654 - 27.655 -/* Graph */ 27.656 -div#wrapper { 27.657 - position: relative; 27.658 - border-top: 1px solid black; 27.659 - border-bottom: 1px solid black; 27.660 - margin: 0; 27.661 - padding: 0; 27.662 -} 27.663 - 27.664 -canvas { 27.665 - position: absolute; 27.666 - z-index: 5; 27.667 - top: -0.7em; 27.668 - margin: 0; 27.669 -} 27.670 - 27.671 -ul#graphnodes { 27.672 - position: absolute; 27.673 - z-index: 10; 27.674 - top: -1.0em; 27.675 - list-style: none inside none; 27.676 - padding: 0; 27.677 -} 27.678 - 27.679 -ul#nodebgs { 27.680 - list-style: none inside none; 27.681 - padding: 0; 27.682 - margin: 0; 27.683 - top: -0.7em; 27.684 -} 27.685 - 27.686 -ul#graphnodes li, ul#nodebgs li { 27.687 - height: 39px; 27.688 -} 27.689 - 27.690 -ul#graphnodes li .info { 27.691 - display: block; 27.692 - font-size: 70%; 27.693 - position: relative; 27.694 - top: -3px; 27.695 -}
28.1 --- a/tazdev/receipt Sat Mar 12 15:10:26 2011 +0000 28.2 +++ b/tazdev/receipt Sat Mar 12 16:26:35 2011 +0000 28.3 @@ -1,7 +1,7 @@ 28.4 # SliTaz package receipt 28.5 28.6 PACKAGE="tazdev" 28.7 -VERSION="1.0" 28.8 +VERSION="1.0.5" 28.9 CATEGORY="development" 28.10 SHORT_DESC="SliTaz developers tools." 28.11 MAINTAINER="pankso@slitaz.org"
29.1 --- a/tazwikiss/receipt Sat Mar 12 15:10:26 2011 +0000 29.2 +++ b/tazwikiss/receipt Sat Mar 12 16:26:35 2011 +0000 29.3 @@ -1,7 +1,7 @@ 29.4 # SliTaz package receipt. 29.5 29.6 PACKAGE="tazwikiss" 29.7 -VERSION="1.0" 29.8 +VERSION="1.0.5" 29.9 CATEGORY="office" 29.10 SHORT_DESC="Tiny SliTaz Wiki" 29.11 MAINTAINER="pascal.bellard@slitaz.org"