slitaz-forge diff boot/en/index.php @ rev 237

boot: utf-8 & russian added
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Apr 06 17:43:01 2012 +0300 (2012-04-06)
parents 2c4bf9c28d8d
children 7381bc5d5f27
line diff
     1.1 --- a/boot/en/index.php	Fri Mar 23 18:05:51 2012 +0100
     1.2 +++ b/boot/en/index.php	Fri Apr 06 17:43:01 2012 +0300
     1.3 @@ -3,7 +3,7 @@
     1.4  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
     1.5  <head>
     1.6      <title>SliTaz Web Boot</title>
     1.7 -    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
     1.8 +    <meta http-equiv="content-type" content="text/html; charset=utf-8" />
     1.9      <meta name="description" content="slitaz gPXE boot online your OS web-boot slitaz-cooking" />
    1.10      <meta name="keywords" lang="en" content="slitaz, boot, pxe, web OS" />
    1.11      <meta name="robots" content="index, follow, all" />
    1.12 @@ -39,7 +39,7 @@
    1.13  			<li><a href="http://pizza.slitaz.org/">LiveCD Online Builder</a></li>
    1.14  			<li><a href="http://doc.slitaz.org/en:cookbook:start">SliTaz Cookbook</a></li>
    1.15  			<li><a href="http://doc.slitaz.org/en:handbook:genlivecd">LiveCD flavor howto</a></li>
    1.16 -		</ul>	
    1.17 +		</ul>
    1.18  	</div>
    1.19  	<!-- Information/image -->
    1.20  	<div id="block_info">
    1.21 @@ -47,7 +47,7 @@
    1.22  		<p>
    1.23  			Welcome to the <a href="http://www.slitaz.org/en/">SliTaz GNU/Linux</a>
    1.24  			gPXE boot host; boot.slitaz.org allows you to boot SliTaz from the Web
    1.25 -			using a cdrom, USB media or a floppy disk. 
    1.26 +			using a cdrom, USB media or a floppy disk.
    1.27  		</p>
    1.28  		<div class="button" style="padding-top: 8px;">
    1.29  			Quick Download:
    1.30 @@ -59,10 +59,12 @@
    1.31  <!-- Languages -->
    1.32  <div id="lang">
    1.33  	<a href="http://www.slitaz.org/i18n.php">
    1.34 -		<img src="../images/locale.png" alt="locale.png" /></a>
    1.35 +		<img src="../images/locale.png" alt="i18n" /></a>
    1.36  	<a href="../de/">Deutsch</a>
    1.37  	<a href="../en/">English</a>
    1.38 -	<a href="../fr/">Franais</a>
    1.39 +	<a href="../fr/">Français</a>
    1.40 +	<a href="../pt/">Português</a>
    1.41 +	<a href="../ru/">Русский</a>
    1.42  </div>
    1.43  
    1.44  <!-- Content -->
    1.45 @@ -85,16 +87,16 @@
    1.46  for network connection.
    1.47  </p>
    1.48  <ul>
    1.49 -	<li>SliTaz Cooking has the boot option <code>web</code>, so you can 
    1.50 +	<li>SliTaz Cooking has the boot option <code>web</code>, so you can
    1.51  	use boot.slitaz.org from the standard core LiveCD.</li>
    1.52  	<li>SliTaz boot ISO: Download
    1.53  	<a href="http://mirror.slitaz.org/boot/slitaz-boot.iso">slitaz-boot.iso</a>
    1.54  	(<a href="http://mirror.slitaz.org/boot/slitaz-boot.md5">md5</a>)
    1.55 -	and burn the image to a cdrom. Boot from the cdrom device and select 
    1.56 +	and burn the image to a cdrom. Boot from the cdrom device and select
    1.57  	gPXE. This ISO image also provides Memtest86 to test system memory.
    1.58  	</li>
    1.59 -	<li>USB media: Use TazUSB to generate bootable USB media. Install 
    1.60 -	the package <code>gpxe</code>, copy /boot/gpxe into the boot 
    1.61 +	<li>USB media: Use TazUSB to generate bootable USB media. Install
    1.62 +	the package <code>gpxe</code>, copy /boot/gpxe into the boot
    1.63  	directory of the USB media and add an entry to the Syslinux configuration
    1.64  	file <code>syslinux.cfg</code>:
    1.65  	<pre class="script">
    1.66 @@ -104,14 +106,14 @@
    1.67  	<li>Floppy image: Download
    1.68  	<a href="http://mirror.slitaz.org/boot/floppy-grub">floppy-grub</a>
    1.69  	(<a href="http://mirror.slitaz.org/boot/floppy-grub.md5">md5</a>)
    1.70 -	and transfer the image to a blank floppy disk using the command: 
    1.71 +	and transfer the image to a blank floppy disk using the command:
    1.72  	<code>dd if=floppy-grub of=/dev/fd0</code>. Boot the floppy and select
    1.73  	gPXE entry.</li>
    1.74  </ul>
    1.75  
    1.76  <h3>Boot time</h3>
    1.77  <p>
    1.78 -The boot time largely depends on your network connection. With a 1Mb 
    1.79 +The boot time largely depends on your network connection. With a 1Mb
    1.80  connection in France, it takes 5 min. If you want, you can report the
    1.81  boot time on the Mailing list or the Forum.
    1.82  </p>