# HG changeset patch # User Pascal Bellard # Date 1306761440 -7200 # Node ID 69a5e592e9290669f4ed4cee3ccbf4669d7bfd19 # Parent c9f517d25721d987c33a12512a2cce75cc3be8d6 mirror-tools: remove some garbage diff -r c9f517d25721 -r 69a5e592e929 mirror-tools/slitaz/mirror/floppies/include/bottom.js --- a/mirror-tools/slitaz/mirror/floppies/include/bottom.js Mon May 30 13:29:45 2011 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,27 +0,0 @@ -document.write("\n") -document.write("\n") -document.write("
\n") -document.write("
\n") -document.write("
\n") -document.write("
\n") -document.write("\n") -document.write("\n") -document.write("
\n") -document.write("

\n") -document.write("Copyright © "); -var time=new Date(); -var year=time.getYear(); -if (year < 2000) year += 1900; -document.write(year); -document.write(" SliTaz -\n") -document.write("GNU General Public License\n") -document.write("

\n") -document.write("\n") -document.write("
\n") -document.write("\n") -document.write("\n") -document.write("
\n") -document.write("

\n") -document.write("\"Valid\n") -document.write("

\n") -document.write("
\n") diff -r c9f517d25721 -r 69a5e592e929 mirror-tools/slitaz/mirror/floppies/include/fdiso.js --- a/mirror-tools/slitaz/mirror/floppies/include/fdiso.js Mon May 30 13:29:45 2011 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,32 +0,0 @@ -document.write("\n") -document.write("

ISO image floppy set

\n") -document.write("\n") -document.write("
\n") -document.write("

\n") -document.write("You may need these images to\n") -document.write("\n") -document.write("install SliTaz\n") -document.write("\n") -document.write("\n") -document.write("

\n") -document.write("
\n") -document.write("

\n") -document.write("You can restore the ISO image on your hard disk using :\n") -document.write("

\n") -document.write("
\n")
-document.write("# dd if=/dev/fd0 of=fdiso01.img\n")
-document.write("# dd if=/dev/fd0 of=fdiso02.img\n")
-document.write("# ...\n")
-document.write("# cat fdiso*.img | cpio -i\n")
-document.write("
\n") diff -r c9f517d25721 -r 69a5e592e929 mirror-tools/slitaz/mirror/floppies/include/head.js --- a/mirror-tools/slitaz/mirror/floppies/include/head.js Mon May 30 13:29:45 2011 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,21 +0,0 @@ -document.write("\n") -document.write("
\n") -document.write(" \n") -document.write("\n") -document.write("
\n") -document.write(" Generic boot floppy |\n") -document.write(" Tiny SliTaz |\n") -document.write(" Loram floppies |\n") -document.write(" Floppy set web builder |\n") -document.write(" Shell builder\n") -document.write("
\n") -document.write(" \"www.slitaz.org\"\n") -document.write("

#!/boot/floppies

\n") -document.write("
\n") -document.write("\n") -document.write("\n") -document.write("
\n") -document.write("\n") diff -r c9f517d25721 -r 69a5e592e929 mirror-tools/slitaz/mirror/floppies/include/html2js --- a/mirror-tools/slitaz/mirror/floppies/include/html2js Mon May 30 13:29:45 2011 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,6 +0,0 @@ -#!/bin/sh - -case "$0" in -*html2js) exec sed 's/"/\\"/g;s/.*/document.write("&\\n")/' ;; -*js2html) exec sed 's/^document.write("\(.*\).n")$/\1/;s/\\"/"/g' ;; -esac diff -r c9f517d25721 -r 69a5e592e929 mirror-tools/slitaz/mirror/floppies/include/top.js --- a/mirror-tools/slitaz/mirror/floppies/include/top.js Mon May 30 13:29:45 2011 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,48 +0,0 @@ -document.write("
\n") -document.write("

Available boot floppies

\n") -document.write("\n") -document.write("
\n") -document.write("\n") -document.write("
\n") -document.write("

Images generation

\n") -document.write("

\n") -document.write("All these floppy images are built with bootfloppybox from\n") -document.write("a core or a 3in1 iso. The loram is preprocessed by\n") -document.write("tazlitobox (Low RAM tab). These tools are available since 3.0.\n") -document.write("

\n") -document.write("
\n") -document.write("\n") -document.write("\n") -document.write("
\n") -document.write("\n") -document.write("\n") -document.write("
\n") -document.write("
\n") -document.write("
\n") -document.write("
\n") -document.write("\n") -document.write("\n") -document.write("
\n") -document.write("\n") -document.write("

Boot

\n") -document.write("

Floppy image set

\n") -document.write("\n") -document.write("

\n") -document.write("This floppy set will boot a Slitaz stable version. You can write floppies\n") -document.write("with SliTaz bootfloppybox, \n") -document.write("Windows rawrite or simply dd:\n") -document.write("

# dd if=fd001.img of=/dev/fd0\n")
-document.write("
\n") -document.write("\n") -document.write("

\n") -document.write("If you have a CD-ROM, an USB port and an USB key or a network card, but you\n") -document.write("can't boot these devices directly, then try\n") -document.write("floppy-grub4dos \n") -document.write("first. This 1.44Mb floppy provides tiny programs to boot these devices without BIOS\n") -document.write("support and some other tools.\n") -document.write("

\n") diff -r c9f517d25721 -r 69a5e592e929 mirror-tools/slitaz/mirror/mirrors --- a/mirror-tools/slitaz/mirror/mirrors Mon May 30 13:29:45 2011 +0200 +++ b/mirror-tools/slitaz/mirror/mirrors Mon May 30 15:17:20 2011 +0200 @@ -1,10 +1,17 @@ http://mirror.slitaz.org/ http://mirror.switch.ch/ftp/mirror/slitaz/ +ftp://mirror.switch.ch/mirror/slitaz/ http://www.gtlib.gatech.edu/pub/slitaz/ +ftp://ftp.gtlib.gatech.edu/pub/slitaz/ http://download.tuxfamily.org/slitaz/ +ftp://download.tuxfamily.org/slitaz/ http://mirror.lupaworld.com/slitaz/ http://slitaz.c3sl.ufpr.br/ +ftp://slitaz.c3sl.ufpr.br/slitaz/ +http://slitaz.mirror.garr.it/mirrors/slitaz/ +ftp://slitaz.mirror.garr.it/mirrors/slitaz/ ftp://ftp.pina.si/slitaz/ http://distro.ibiblio.org/pub/linux/distributions/slitaz/ http://ftp.ch.xemacs.org/ftp/pool/2/mirror/slitaz/ -http://slitaz.mirror.garr.it/mirrors/slitaz/ +ftp://ftp.ch.xemacs.org//pool/2/mirror/slitaz/ +http://mirror.clarkson.edu/slitaz/