slitaz-dev-tools diff mirror-tools/slitaz/mirror/floppies/mkindex.sh @ 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 e4ec52b6fa11
line diff
     1.1 --- a/mirror-tools/slitaz/mirror/floppies/mkindex.sh	Fri Sep 01 19:43:31 2017 +0100
     1.2 +++ b/mirror-tools/slitaz/mirror/floppies/mkindex.sh	Sun Sep 03 18:03:50 2017 +0200
     1.3 @@ -123,9 +123,9 @@
     1.4  list_version | \
     1.5  while read dir; do
     1.6  	case "$dir" in
     1.7 -	web*)	echo -en "\n				· <a href=\"index-$dir.html\">web</a>" ;;
     1.8 -	mini*)	echo -en "\n				· <a href=\"index-$dir.html\">mini</a>" ;;
     1.9 -	loram*)	echo -en "\n				· <a href=\"index-$dir.html\">loram</a>" ;;
    1.10 +	web*)	echo -en "\n				&middot; <a href=\"index-$dir.html\">web</a>" ;;
    1.11 +	mini*)	echo -en "\n				&middot; <a href=\"index-$dir.html\">mini</a>" ;;
    1.12 +	loram*)	echo -en "\n				&middot; <a href=\"index-$dir.html\">loram</a>" ;;
    1.13  	*)   	echo -en "$tail			<li><a href=\"index-$dir.html\">SliTaz $dir</a>" ;;
    1.14  	esac
    1.15  	tail="</li>\n"
    1.16 @@ -259,24 +259,24 @@
    1.17  
    1.18  <footer>
    1.19  	<div>
    1.20 -		Copyright © <span class="year"></span>
    1.21 +		Copyright &copy; <span class="year"></span>
    1.22  		<a href="http://www.slitaz.org/">SliTaz</a>
    1.23  	</div>
    1.24  	<div>
    1.25  		Network:
    1.26 -		<a href="http://scn.slitaz.org/">Community</a> ·
    1.27 -		<a href="http://doc.slitaz.org/">Doc</a> ·
    1.28 -		<a href="http://forum.slitaz.org/">Forum</a> ·
    1.29 -		<a href="http://pkgs.slitaz.org/">Packages</a> ·
    1.30 -		<a href="http://bugs.slitaz.org">Bugs</a> ·
    1.31 +		<a href="http://scn.slitaz.org/">Community</a> &middot;
    1.32 +		<a href="http://doc.slitaz.org/">Doc</a> &middot;
    1.33 +		<a href="http://forum.slitaz.org/">Forum</a> &middot;
    1.34 +		<a href="http://pkgs.slitaz.org/">Packages</a> &middot;
    1.35 +		<a href="http://bugs.slitaz.org">Bugs</a> &middot;
    1.36  		<a href="http://hg.slitaz.org/?sort=lastchange">Hg</a>
    1.37  	</div>
    1.38  	<div>
    1.39  		SliTaz @
    1.40 -		<a href="http://twitter.com/slitaz">Twitter</a> ·
    1.41 -		<a href="http://www.facebook.com/slitaz">Facebook</a> ·
    1.42 -		<a href="http://distrowatch.com/slitaz">Distrowatch</a> ·
    1.43 -		<a href="http://en.wikipedia.org/wiki/SliTaz">Wikipedia</a> ·
    1.44 +		<a href="http://twitter.com/slitaz">Twitter</a> &middot;
    1.45 +		<a href="http://www.facebook.com/slitaz">Facebook</a> &middot;
    1.46 +		<a href="http://distrowatch.com/slitaz">Distrowatch</a> &middot;
    1.47 +		<a href="http://en.wikipedia.org/wiki/SliTaz">Wikipedia</a> &middot;
    1.48  		<a href="http://flattr.com/profile/slitaz">Flattr</a>
    1.49  	</div>
    1.50  	<img src="/static/qr.png" alt="#" onmouseover="this.title = location.href"