slitaz-dev-tools rev 305

mirror/floppies: ascii only for switch.ch
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Sep 03 18:03:50 2017 +0200 (2017-09-03)
parents 0870c20833ef
children 1705daa4b44a
files mirror-tools/slitaz/mirror/floppies/builder/index.php mirror-tools/slitaz/mirror/floppies/download.php mirror-tools/slitaz/mirror/floppies/mkindex.sh
line diff
     1.1 --- a/mirror-tools/slitaz/mirror/floppies/builder/index.php	Fri Sep 01 19:43:31 2017 +0100
     1.2 +++ b/mirror-tools/slitaz/mirror/floppies/builder/index.php	Sun Sep 03 18:03:50 2017 +0200
     1.3 @@ -575,24 +575,24 @@
     1.4  
     1.5  <footer>
     1.6  	<div>
     1.7 -		Copyright © <span class="year"></span>
     1.8 +		Copyright &copy; <span class="year"></span>
     1.9  		<a href="http://www.slitaz.org/">SliTaz</a>
    1.10  	</div>
    1.11  	<div>
    1.12  		Network:
    1.13 -		<a href="http://scn.slitaz.org/">Community</a> ·
    1.14 -		<a href="http://doc.slitaz.org/">Doc</a> ·
    1.15 -		<a href="http://forum.slitaz.org/">Forum</a> ·
    1.16 -		<a href="http://pkgs.slitaz.org/">Packages</a> ·
    1.17 -		<a href="http://bugs.slitaz.org">Bugs</a> ·
    1.18 +		<a href="http://scn.slitaz.org/">Community</a> &middot;
    1.19 +		<a href="http://doc.slitaz.org/">Doc</a> &middot;
    1.20 +		<a href="http://forum.slitaz.org/">Forum</a> &middot;
    1.21 +		<a href="http://pkgs.slitaz.org/">Packages</a> &middot;
    1.22 +		<a href="http://bugs.slitaz.org">Bugs</a> &middot;
    1.23  		<a href="http://hg.slitaz.org/?sort=lastchange">Hg</a>
    1.24  	</div>
    1.25  	<div>
    1.26  		SliTaz @
    1.27 -		<a href="http://twitter.com/slitaz">Twitter</a> ·
    1.28 -		<a href="http://www.facebook.com/slitaz">Facebook</a> ·
    1.29 -		<a href="http://distrowatch.com/slitaz">Distrowatch</a> ·
    1.30 -		<a href="http://en.wikipedia.org/wiki/SliTaz">Wikipedia</a> ·
    1.31 +		<a href="http://twitter.com/slitaz">Twitter</a> &middot;
    1.32 +		<a href="http://www.facebook.com/slitaz">Facebook</a> &middot;
    1.33 +		<a href="http://distrowatch.com/slitaz">Distrowatch</a> &middot;
    1.34 +		<a href="http://en.wikipedia.org/wiki/SliTaz">Wikipedia</a> &middot;
    1.35  		<a href="http://flattr.com/profile/slitaz">Flattr</a>
    1.36  	</div>
    1.37  	<img src="/static/qr.png" alt="#" onmouseover="this.title = location.href"
     2.1 --- a/mirror-tools/slitaz/mirror/floppies/download.php	Fri Sep 01 19:43:31 2017 +0100
     2.2 +++ b/mirror-tools/slitaz/mirror/floppies/download.php	Sun Sep 03 18:03:50 2017 +0200
     2.3 @@ -82,7 +82,7 @@
     2.4  while (--$i > 0) {
     2.5  	echo "			<li><a href=\"index-$i.0.html\">SliTaz $i.0</a>";
     2.6  	if (file_exists("index-loram-".$i.".0.html"))
     2.7 -		echo "				· <a href=\"index-loram-$i.0.html\">loram</a>";
     2.8 +		echo "				&middot; <a href=\"index-loram-$i.0.html\">loram</a>";
     2.9  	echo "			</li>\n";
    2.10  }
    2.11  ?>
    2.12 @@ -155,24 +155,24 @@
    2.13  
    2.14  <footer>
    2.15  	<div>
    2.16 -		Copyright © <span class="year"></span>
    2.17 +		Copyright &copy; <span class="year"></span>
    2.18  		<a href="http://www.slitaz.org/">SliTaz</a>
    2.19  	</div>
    2.20  	<div>
    2.21  		Network:
    2.22 -		<a href="http://scn.slitaz.org/">Community</a> ·
    2.23 -		<a href="http://doc.slitaz.org/">Doc</a> ·
    2.24 -		<a href="http://forum.slitaz.org/">Forum</a> ·
    2.25 -		<a href="http://pkgs.slitaz.org/">Packages</a> ·
    2.26 -		<a href="http://bugs.slitaz.org">Bugs</a> ·
    2.27 +		<a href="http://scn.slitaz.org/">Community</a> &middot;
    2.28 +		<a href="http://doc.slitaz.org/">Doc</a> &middot;
    2.29 +		<a href="http://forum.slitaz.org/">Forum</a> &middot;
    2.30 +		<a href="http://pkgs.slitaz.org/">Packages</a> &middot;
    2.31 +		<a href="http://bugs.slitaz.org">Bugs</a> &middot;
    2.32  		<a href="http://hg.slitaz.org/?sort=lastchange">Hg</a>
    2.33  	</div>
    2.34  	<div>
    2.35  		SliTaz @
    2.36 -		<a href="http://twitter.com/slitaz">Twitter</a> ·
    2.37 -		<a href="http://www.facebook.com/slitaz">Facebook</a> ·
    2.38 -		<a href="http://distrowatch.com/slitaz">Distrowatch</a> ·
    2.39 -		<a href="http://en.wikipedia.org/wiki/SliTaz">Wikipedia</a> ·
    2.40 +		<a href="http://twitter.com/slitaz">Twitter</a> &middot;
    2.41 +		<a href="http://www.facebook.com/slitaz">Facebook</a> &middot;
    2.42 +		<a href="http://distrowatch.com/slitaz">Distrowatch</a> &middot;
    2.43 +		<a href="http://en.wikipedia.org/wiki/SliTaz">Wikipedia</a> &middot;
    2.44  		<a href="http://flattr.com/profile/slitaz">Flattr</a>
    2.45  	</div>
    2.46  	<img src="/static/qr.png" alt="#" onmouseover="this.title = location.href"
     3.1 --- a/mirror-tools/slitaz/mirror/floppies/mkindex.sh	Fri Sep 01 19:43:31 2017 +0100
     3.2 +++ b/mirror-tools/slitaz/mirror/floppies/mkindex.sh	Sun Sep 03 18:03:50 2017 +0200
     3.3 @@ -123,9 +123,9 @@
     3.4  list_version | \
     3.5  while read dir; do
     3.6  	case "$dir" in
     3.7 -	web*)	echo -en "\n				· <a href=\"index-$dir.html\">web</a>" ;;
     3.8 -	mini*)	echo -en "\n				· <a href=\"index-$dir.html\">mini</a>" ;;
     3.9 -	loram*)	echo -en "\n				· <a href=\"index-$dir.html\">loram</a>" ;;
    3.10 +	web*)	echo -en "\n				&middot; <a href=\"index-$dir.html\">web</a>" ;;
    3.11 +	mini*)	echo -en "\n				&middot; <a href=\"index-$dir.html\">mini</a>" ;;
    3.12 +	loram*)	echo -en "\n				&middot; <a href=\"index-$dir.html\">loram</a>" ;;
    3.13  	*)   	echo -en "$tail			<li><a href=\"index-$dir.html\">SliTaz $dir</a>" ;;
    3.14  	esac
    3.15  	tail="</li>\n"
    3.16 @@ -259,24 +259,24 @@
    3.17  
    3.18  <footer>
    3.19  	<div>
    3.20 -		Copyright © <span class="year"></span>
    3.21 +		Copyright &copy; <span class="year"></span>
    3.22  		<a href="http://www.slitaz.org/">SliTaz</a>
    3.23  	</div>
    3.24  	<div>
    3.25  		Network:
    3.26 -		<a href="http://scn.slitaz.org/">Community</a> ·
    3.27 -		<a href="http://doc.slitaz.org/">Doc</a> ·
    3.28 -		<a href="http://forum.slitaz.org/">Forum</a> ·
    3.29 -		<a href="http://pkgs.slitaz.org/">Packages</a> ·
    3.30 -		<a href="http://bugs.slitaz.org">Bugs</a> ·
    3.31 +		<a href="http://scn.slitaz.org/">Community</a> &middot;
    3.32 +		<a href="http://doc.slitaz.org/">Doc</a> &middot;
    3.33 +		<a href="http://forum.slitaz.org/">Forum</a> &middot;
    3.34 +		<a href="http://pkgs.slitaz.org/">Packages</a> &middot;
    3.35 +		<a href="http://bugs.slitaz.org">Bugs</a> &middot;
    3.36  		<a href="http://hg.slitaz.org/?sort=lastchange">Hg</a>
    3.37  	</div>
    3.38  	<div>
    3.39  		SliTaz @
    3.40 -		<a href="http://twitter.com/slitaz">Twitter</a> ·
    3.41 -		<a href="http://www.facebook.com/slitaz">Facebook</a> ·
    3.42 -		<a href="http://distrowatch.com/slitaz">Distrowatch</a> ·
    3.43 -		<a href="http://en.wikipedia.org/wiki/SliTaz">Wikipedia</a> ·
    3.44 +		<a href="http://twitter.com/slitaz">Twitter</a> &middot;
    3.45 +		<a href="http://www.facebook.com/slitaz">Facebook</a> &middot;
    3.46 +		<a href="http://distrowatch.com/slitaz">Distrowatch</a> &middot;
    3.47 +		<a href="http://en.wikipedia.org/wiki/SliTaz">Wikipedia</a> &middot;
    3.48  		<a href="http://flattr.com/profile/slitaz">Flattr</a>
    3.49  	</div>
    3.50  	<img src="/static/qr.png" alt="#" onmouseover="this.title = location.href"