slitaz-forge rev 184

mirror/info: add missing server icon and fix some links
author Christophe Lincoln <pankso@slitaz.org>
date Tue Mar 20 20:52:21 2012 +0100 (2012-03-20)
parents 076ab51e4997
children 6ed4582df956
files mirror/info/bin/makegraphs mirror/info/graphs.php mirror/info/images/iso.png mirror/info/images/server.png mirror/info/index.php
line diff
     1.1 --- a/mirror/info/bin/makegraphs	Tue Mar 20 20:37:15 2012 +0100
     1.2 +++ b/mirror/info/bin/makegraphs	Tue Mar 20 20:52:21 2012 +0100
     1.3 @@ -5,7 +5,7 @@
     1.4  rrdlog="/var/spool/rrd"
     1.5  
     1.6  # Images directory
     1.7 -rrdgraph="/var/www/mirror-info/pics/rrd"
     1.8 +rrdgraph="/var/www/mirror-info/images/rrd"
     1.9  
    1.10  # Colors
    1.11  #rrdcolors="--color SHADEA#EAE9EE --color SHADEB#EAE9EE --color BACK#EAE9EE" 
     2.1 --- a/mirror/info/graphs.php	Tue Mar 20 20:37:15 2012 +0100
     2.2 +++ b/mirror/info/graphs.php	Tue Mar 20 20:52:21 2012 +0100
     2.3 @@ -28,10 +28,13 @@
     2.4  		<a href="http://www.slitaz.org/">
     2.5  			<img src="/static/home.png" alt=" [ Home ] " /></a>
     2.6  		<a href="http://scn.slitaz.org/">Community</a>
     2.7 -		<a href="http://doc.slitaz.org/" title="SliTaz Community Documentation">Doc</a>
     2.8 -		<a href="http://forum.slitaz.org/" title="Slitaz Forum">Forum</a>
     2.9 -		<a href="http://bugs.slitaz.org/" title="Bug Tracking System">Bugs</a>
    2.10 -		<a href="http://hg.slitaz.org/" title="SliTaz repositories">Hg</a>
    2.11 +		<a href="http://doc.slitaz.org/">Doc</a>
    2.12 +		<a href="http://forum.slitaz.org/">Forum</a>
    2.13 +		<a href="http://pro.slitaz.org/">Pro</a>
    2.14 +		<a href="http://slitaz.spreadshirt.net/">Shop</a>
    2.15 +		<a href="http://bugs.slitaz.org">Bugs</a>
    2.16 +		<a href="http://hg.slitaz.org/">Hg</a>
    2.17 +		<a href="http://cook.slitaz.org/">Cook</a>
    2.18  	</div>
    2.19  	<h1><a href="http://<?php echo $_SERVER["HTTP_HOST"]; ?>/">SliTaz 
    2.20  	<?php $host=preg_replace('/(\w+).*/i','$1',$_SERVER["HTTP_HOST"]); echo $host; ?></a></h1>
     3.1 Binary file mirror/info/images/iso.png has changed
     4.1 Binary file mirror/info/images/server.png has changed
     5.1 --- a/mirror/info/index.php	Tue Mar 20 20:37:15 2012 +0100
     5.2 +++ b/mirror/info/index.php	Tue Mar 20 20:52:21 2012 +0100
     5.3 @@ -10,13 +10,7 @@
     5.4  	<link rel="shortcut icon" href="/static/favicon.ico" />
     5.5  	<link rel="stylesheet" type="text/css" href="/static/slitaz.css" />
     5.6  	<style type="text/css">
     5.7 -#copy {
     5.8 -	text-align: center;
     5.9 -}
    5.10 -
    5.11 -#bottom {
    5.12 -	text-align: center;
    5.13 -}
    5.14 +		h2 img { padding-right: 4px; }
    5.15  	</style>
    5.16  </head>
    5.17  <body>
    5.18 @@ -26,12 +20,15 @@
    5.19  	<div id="logo"></div>
    5.20  	<div id="network">
    5.21  		<a href="http://www.slitaz.org/">
    5.22 -		<img src="/css/pics/network.png" alt="network.png" /></a>
    5.23 +			<img src="/static/home.png" alt=" [ Home ] " /></a>
    5.24  		<a href="http://scn.slitaz.org/">Community</a>
    5.25 -		<a href="http://doc.slitaz.org/" title="SliTaz Community Documentation">Doc</a>
    5.26 -		<a href="http://forum.slitaz.org/" title="Slitaz Forum">Forum</a>
    5.27 -		<a href="http://bugs.slitaz.org/" title="Bug Tracking System">Bugs</a>
    5.28 -		<a href="http://hg.slitaz.org/" title="SliTaz repositories">Hg</a>
    5.29 +		<a href="http://doc.slitaz.org/">Doc</a>
    5.30 +		<a href="http://forum.slitaz.org/">Forum</a>
    5.31 +		<a href="http://pro.slitaz.org/">Pro</a>
    5.32 +		<a href="http://slitaz.spreadshirt.net/">Shop</a>
    5.33 +		<a href="http://bugs.slitaz.org">Bugs</a>
    5.34 +		<a href="http://hg.slitaz.org/">Hg</a>
    5.35 +		<a href="http://cook.slitaz.org/">Cook</a>
    5.36  	</div>
    5.37  	<h1><a href="http://<?php echo $_SERVER["HTTP_HOST"]; ?>/">SliTaz 
    5.38  	<?php $host=preg_replace('/(\w+).*/i','$1',$_SERVER["HTTP_HOST"]); echo $host; ?></a></h1>
    5.39 @@ -75,7 +72,6 @@
    5.40  <div id="content">
    5.41  
    5.42  <h2><a href="graphs.php"><img 
    5.43 -	style="padding: 0 4px 0 0;"
    5.44  	title="Mirror RRDtool graphs" alt="graphs"
    5.45      src="images/monitor.png" /></a>System stats</h2>
    5.46  
    5.47 @@ -120,9 +116,8 @@
    5.48  <?php } ?>
    5.49  
    5.50  <a name="vhosts"></a>
    5.51 -<h3><a href="http://mirror.slitaz.org/awstats.pl?config=info.mirror.slitaz.org">
    5.52 -	<img title="Mirror Virtual hosts" alt="vhosts"
    5.53 -    src="pics/website/vhosts.png" /></a>Virtual hosts</h3>
    5.54 +<h2><img title="Mirror Virtual hosts" alt="vhosts"
    5.55 +    src="/static/network.png" />Virtual hosts</h2>
    5.56  
    5.57  <ul>
    5.58  	<li><a href="http://mirror.slitaz.org/">mirror.slitaz.org</a> - SliTaz Mirror.
    5.59 @@ -138,9 +133,9 @@
    5.60  </ul>
    5.61  
    5.62  <a name="replicas"></a>
    5.63 -<h3><a href="http://mirror.slitaz.org/awstats.pl?config=replicas.mirror.slitaz.org">
    5.64 -         <img title="Tank replicas" alt="replicas"
    5.65 -    src="pics/website/vhosts.png" /></a>Tank replicas</h3>
    5.66 +<h2><a href="http://mirror.slitaz.org/awstats.pl?config=replicas.mirror.slitaz.org">
    5.67 +		<img title="Tank replicas" alt="replicas"
    5.68 +    src="/static/network.png" /></a>Tank replicas</h2>
    5.69  
    5.70  <ul>
    5.71  	<li><a href="http://mirror.slitaz.org/www/">www.slitaz.org</a> - SliTaz Website.
    5.72 @@ -157,9 +152,9 @@
    5.73  </ul>
    5.74  
    5.75  <a name="boot"></a>
    5.76 -<h3><a href="http://doc.slitaz.org/en:guides:pxe#web-booting">
    5.77 +<h2><a href="http://doc.slitaz.org/en:guides:pxe#web-booting">
    5.78  	<img title="Web boot" src="/static/network.png" 
    5.79 -	 alt="web boot" /></a>Web boot services</h3>
    5.80 +	 alt="web boot" /></a>Web boot services</h2>
    5.81  	 The SliTaz mirror provides a <b>tftp</b> access and a 
    5.82  	 <a href="/pxe">pxe</a> tree. Simply add to your DHCP server configuration file:
    5.83  	 <ul>
    5.84 @@ -180,9 +175,9 @@
    5.85  	 </ul>
    5.86  
    5.87  <a name="mirrors"></a>
    5.88 -<h3><a href="http://mirror.slitaz.org/awstats.pl?config=rsync">
    5.89 +<h2><a href="http://mirror.slitaz.org/awstats.pl?config=rsync">
    5.90  	<img title="Secondary mirrors" src="/static/network.png" 
    5.91 -	 alt="mirrors" /></a>Mirrors</h3>
    5.92 +	 alt="mirrors" /></a>Mirrors</h2>
    5.93  	Most mirrors are updated using the url: <b>rsync://mirror.slitaz.org/slitaz/</b>
    5.94  	(<a href="http://mirror.slitaz.org/awstats.pl?config=rsync">stats</a>)
    5.95  	<pre>