Patch: tazusb - HTML cleanup, make use of stylesheet

[ Thread Index | Date Index | More lists.tuxfamily.org/slitaz Archives ]


Here is a suggestion for for cleaning up the doc/tazusb.en.html file a tiny bit.

-Mike

-----

# HG changeset patch
# User Mike D. Smith <MikeDSmith25@xxxxxxxxx>
# Date 1216013701 0
# Node ID 79b613602d665e1cc2ff7d50f849420995721a73
# Parent  0f0a9320e57164824d5865bdd5aff63a85a17d6e
HTML cleanup - Make use of styles, change from 'fr' to 'en'.

diff -r 0f0a9320e571 -r 79b613602d66 doc/tazusb.en.html
--- a/doc/tazusb.en.html	Wed Jun 25 15:59:58 2008 +0200
+++ b/doc/tazusb.en.html	Mon Jul 14 05:35:01 2008 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
-<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="fr" lang="fr">
+<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
 <head>
 	<title>TazUSB - SliTaz Live utility English manual</title>
 	<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
@@ -8,11 +8,12 @@
 	<meta name="expires" content="never" />
 	<meta name="modified" content="2008-03-05 00:16:42" />
 	<style type="text/css"><!--
-	body { font: 90% sans-serif, vernada, arial; margin: 0; }
+	body { font: 90% sans-serif, vernada, arial; margin: 0; background: white; }
 	#header { background: #f0ba08; color: black; height: 50px;
 		border-top: 1px solid black; border-bottom: 1px solid black; }
 	#content { margin: 0px 50px 26px 50px; }
-	h1 { margin: 14px 0px 0px 16px; }
+	h1 { margin: 14px 0px 0px 16px; color: #3e1220; }
+	h3 { color: #6c0023; }
 	li { line-height: 1.4em; }
 	pre { padding: 5px; color: black; background: #e1e0b0; }
 	pre.script { padding: 10px; color: black; background: #e8e8e8;
@@ -21,9 +22,9 @@
 	hr { color: white; background: white; height: 1px; border: 0; }
 	--></style>
 </head>
-<body bgcolor="#ffffff">
+<body>
 <div id="header">
-<h1><font color="#3e1220">TazUSB Manual</font></h1>
+<h1>TazUSB Manual</h1>
 </div>
 <hr />
 <!-- Start content -->
@@ -48,7 +49,7 @@
 </p>

 <h2>COMMANDS</h2>
-<h3><font color="#6c0023">usage</font></h3>
+<h3>usage</h3>
 <p>
 The command 'usage' will display a short summary of all avalaible commands.
 </p>
@@ -56,7 +57,7 @@
  # tazusb usage
 </pre>

-<h3><font color="#6c0023">writefs</font></h3>
+<h3>writefs</h3>
 <p>
 The command 'writefs' will take the current memory resident
filesystem and create a "rootfs.gz". If your flash drive is mounted as
/home (as it should be), the new filesystem will be copied to the
drive for you, otherwise it is left on the root of the drive. Your
previous filesystem will be renamed to "previous.gz" and can be
accessed on bootup by typing "previous" at the "boot:" prompt. All
previous filesystems are renamed to rootfs.gz.unixtimestamp. These are
not removed automaticaly, so you should periodically delete these to
keep disk usage down.
 </p>
@@ -71,7 +72,7 @@
  # tazusb writefs lzma
 </pre>

-<h3><font color="#6c0023">format</font></h3>
+<h3>format</h3>
 <p>
 The command 'format' is used for formatting a device for use as a
LiveUSB device. Currently, it only supports formatting as EXT3.
 </p>
@@ -83,7 +84,7 @@
  # tazusb format /dev/sda1
 </pre>

-<h3><font color="#6c0023">gen-liveusb</font></h3>
+<h3>gen-liveusb</h3>
 <p>
 "gen-liveusb" will install a fresh MBR, set your partition as
bootable and install syslinux/extlinux depending on the detected
filesystem. It will then copy the kernel and filesystem from the CDROM
drive, and place this on the target USB drive. This will leave you
with a bootable USB copy of Slitaz.
 </p>

---
SliTaz GNU/Linux Mailing list.
Web site : http://www.slitaz.org/


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/