Ok, just a minor patch for the webpage to make it valid xhtml transitional.
I also added the w3c badges to each page.

~Peter VK
Index: start.html
===================================================================
--- start.html	(revision 4993)
+++ start.html	(working copy)
@@ -25,6 +25,10 @@
 		<li><a href="development.html">Development</a></li>
 		<li><a href="documentation.html">Documentation</a></li>
 	</ul>
+	
+    <p>
+        <a href="http://validator.w3.org/check?uri=referer";><img src="http://www.w3.org/Icons/valid-xhtml10"; alt="Valid XHTML 1.0 Transitional" height="31" width="88" /></a>
+    </p>
 </div>
 
 <div id="content">
@@ -64,26 +68,26 @@
 <h4>Installing using packages</h4>
 <p>Refer to the <a href="download.html">download</a> to see how to download the tracker-packages for your favourite distribution. Here we display only how the tracker packages are organized.</p>
 
-<p>
-	Every distribution has its own way to pack tracker, however you can recognise two main part:
-	<ul>
-		<li><strong>tracker</strong> -- Usually this one has no dependencies related to a Desktop Enviroment and is the "desktop agnostic part". This basicly means you can install on KDE/XFCE/Fluxbox/* without installing any GNOME-related dependecies.</li>	
-		<li><strong>tracker-search-tool</strong> -- the Graphical User Interface to search using tracker. This has GNOME-dependencies</li>
-	</ul>
-	We want to keep the indexer free from any specific dependences related to a particular Desktop Enviroment.
-</p>
+<p>Every distribution has its own way to pack tracker, however you can recognise two main part:</p>
 
-<p>As example we write how to install using a Debian/Ubuntu system
+<ul>
+	<li><strong>tracker</strong> -- Usually this one has no dependencies related to a Desktop Enviroment and is the "desktop agnostic part". This basicly means you can install on KDE/XFCE/Fluxbox/* without installing any GNOME-related dependecies.</li>	
+	<li><strong>tracker-search-tool</strong> -- the Graphical User Interface to search using tracker. This has GNOME-dependencies</li>
+</ul>
 
+<p>We want to keep the indexer free from any specific dependences related to a particular Desktop Enviroment.</p>
+
+<p>As example we write how to install using a Debian/Ubuntu system</p>
+
 <ul>
 	<li><div class="terminal">apt-get install tracker tracker-utils</div> to install the indexer and the command line</li>
 	<li><div class="terminal">apt-get install tracker tracker-utils tracker-search-tool libdeskbar-tracker</div> to install the Gnome GUI and the deskbar handler.</li>
 </ul>
 
 <h3>Run tracker</h3>
-<p>To run tracker simply run <div class="terminal">trackerd &</div></p>
+<p>To run tracker simply run:</p><div class="terminal">trackerd &lt;</div>
 <p><strong>Tracker is indexing your home directory by default</strong></p>
-<p>To get a view of what Tracker is doing run <div class="terminal">tail ~/.Tracker/logfile</div></p>
+<p>To get a view of what Tracker is doing run:</p><div class="terminal">tail -f ~/.Tracker/logfile</div>
 <p>To search you can use :</p>
 <ul>
 	<li>the command line <div class="terminal">tracker-search</div></li>
Index: features.html
===================================================================
--- features.html	(revision 4993)
+++ features.html	(working copy)
@@ -26,11 +26,15 @@
 		<li><a href="development.html">Development</a></li>
 		<li><a href="documentation.html">Documentation</a></li>
 	</ul>
+
+    <p>
+        <a href="http://validator.w3.org/check?uri=referer";><img src="http://www.w3.org/Icons/valid-xhtml10"; alt="Valid XHTML 1.0 Transitional" height="31" width="88" /></a>
+    </p>
 </div>
 
 <div id="content">
 
-<h3>Key Features</H3>
+<h3>Key Features</h3>
 <ul>
 	<li>Supports both free text search (like Beagle/Google) as well as structured searches using RDF Query.</li>
 	<li>Responds in real time to filesystem changes, automaticaly keeping its metadata database up to date.</li>
Index: screenshots.html
===================================================================
--- screenshots.html	(revision 4993)
+++ screenshots.html	(working copy)
@@ -26,6 +26,10 @@
 		<li><a href="development.html">Development</a></li>
 		<li><a href="documentation.html">Documentation</a></li>
 	</ul>
+	
+    <p>
+        <a href="http://validator.w3.org/check?uri=referer";><img src="http://www.w3.org/Icons/valid-xhtml10"; alt="Valid XHTML 1.0 Transitional" height="31" width="88" /></a>
+    </p>
 </div>
 
 <div id="content">
@@ -76,6 +80,7 @@
 	<a href="images/screenshot-system_monitor-trackerd.png">
 		<img src="images/screenshot-system_monitor-trackerd_thumbnail.png" width="252" height="247" alt="Screenshot - System Monitor: trackerd" />
 	</a>
+</p>
 
 <h3>Fast:</h3>
 <p>Time to retrieve results.</p>
Index: development.html
===================================================================
--- development.html	(revision 4993)
+++ development.html	(working copy)
@@ -26,6 +26,10 @@
 		<li class="sel" ><a href="development.html">Development</a></li>
 		<li><a href="documentation.html">Documentation</a></li>
 	</ul>
+	
+    <p>
+        <a href="http://validator.w3.org/check?uri=referer";><img src="http://www.w3.org/Icons/valid-xhtml10"; alt="Valid XHTML 1.0 Transitional" height="31" width="88" /></a>
+    </p>
 </div>
 
 <div id="content">
@@ -36,8 +40,8 @@
 
 <h3>Hacking</h3>
 <p>Retrieve current development code with the following command:</p>
-<p><div class="terminal">svn checkout http://svn.gnome.org/svn/tracker/trunk</div></p>
-<p>ViewCVS web interface for svn: <a href="http://svn.gnome.org/viewcvs/tracker/";>http://svn.gnome.org/viewcvs/tracker/</a>
+<div class="terminal">svn checkout http://svn.gnome.org/svn/tracker/trunk</div>
+<p>ViewCVS web interface for svn:</p><a href="http://svn.gnome.org/viewcvs/tracker/";>http://svn.gnome.org/viewcvs/tracker/</a>
 
 <p>If you want to write a 3rd Party Application using tracker, but you have question in how to do it just jump in in the IRC channel for now. Tutorials and Documentation are coming soon.</p>
 
Index: download.html
===================================================================
--- download.html	(revision 4993)
+++ download.html	(working copy)
@@ -26,6 +26,10 @@
   		<li><a href="development.html">Development</a></li>
 		<li><a href="documentation.html">Documentation</a></li>
 	</ul>
+
+    <p>
+        <a href="http://validator.w3.org/check?uri=referer";><img src="http://www.w3.org/Icons/valid-xhtml10"; alt="Valid XHTML 1.0 Transitional" height="31" width="88" /></a>
+    </p>
 </div>
 
 <div id="content">
@@ -48,39 +52,37 @@
         <p>Feisty 7.04: Tracker is in the universe. </p>
 	</li>
 	<li>
-        <p>Edgy 6.10: repo <div class="terminal">deb http://debs.michaelbiebl.de/ edgy main</div></p>
+        <p>Edgy 6.10: repo</p><div class="terminal">deb http://debs.michaelbiebl.de/ edgy main</div>
     </li>
     <li>
-        <p>Dappper 6.06: repo <div class="terminal">deb http://debs.michaelbiebl.de/ dapper main</div></p>
+        <p>Dappper 6.06: repo</p><div class="terminal">deb http://debs.michaelbiebl.de/ dapper main</div>
     </li>
 </ul>
 
 <h4>Debian Based Distro or non i386 Debian and Ubuntu</h4>
-Add the following to your /etc/apt/sources.list:
+<p>Add the following to your /etc/apt/sources.list:</p>
     <div class="terminal">
         deb-src http://debs.michaelbiebl.de/ dapper main
     </div>
-Download the build-dependancies
+<p>Download the build-dependancies</p>
     <div class="terminal">
         sudo apt-get build-dep tracker
     </div>
-Compile the software:
+<p>Compile the software:</p>
     <div class="terminal">
         sudo apt-get source -b tracker
     </div>
-</p>
 		 
-<h4>Fedora 5 & 6</h4>
-Install from Fedora Extras</p>
+<h4>Fedora 5 &lt; 6</h4>
+<p>Install from Fedora Extras</p>
 
 <h4>Gentoo</h4>
-Tracker is now included in portage. To install, run:<div class="terminal">emerge tracker</div>
+<p>Tracker is now included in portage. To install, run:</p><div class="terminal">emerge tracker</div>
 
 <div id="footer">
 <hr/>
 <script type="text/javascript" src="js/datemod.js" language="JavaScript"></script>
 <br/>
-
 </div>
 
 </div>
Index: faq.html
===================================================================
--- faq.html	(revision 4993)
+++ faq.html	(working copy)
@@ -26,6 +26,10 @@
 		<li><a href="development.html">Development</a></li>
 		<li><a href="documentation.html">Documentation</a></li>
 	</ul>
+
+    <p>
+        <a href="http://validator.w3.org/check?uri=referer";><img src="http://www.w3.org/Icons/valid-xhtml10"; alt="Valid XHTML 1.0 Transitional" height="31" width="88" /></a>
+    </p>
 </div>
 <div id="content">
 
Index: index.html
===================================================================
--- index.html	(revision 4993)
+++ index.html	(working copy)
@@ -26,6 +26,10 @@
 		<li><a href="development.html">Development</a></li>
 		<li><a href="documentation.html">Documentation</a></li>
 	</ul>
+	
+    <p>
+        <a href="http://validator.w3.org/check?uri=referer";><img src="http://www.w3.org/Icons/valid-xhtml10"; alt="Valid XHTML 1.0 Transitional" height="31" width="88" /></a>
+    </p>
 </div>
 
 <div id="content">
@@ -66,40 +70,39 @@
 
 <h4>26th January 2007 - Tracker 0.5.4 "Speed Daemon" released!</h4>
 
-<p>A lot of BUGS Fixes and New Features:
-	<ul>
-		<li>
-			<strong>Indexing at ludicrous speed</strong> - massively optimised indexing so its now 10x faster than previous version. Indexing speeds are now around 100 ext files per second (which is about the maximum possible considering the I/O time to read 100 files from a hard drive).
-		</li>
-		<li>
-			<strong>Index while you work</strong> - now scheduled even better so it should never slow the system down whilst allowing users to work without being affected by or even noticing it.
-		</li>
-		<li>
-			<strong>Better schedule</strong> - Tracker will not hammer your system nor consume unreasonable amounts of memory and is virtually unobtrusive in daily use.
-		</li>
-		<li>
-			<strong>Laptop friendly</strong> - Also provides additional --throttle command line parameter to customise throttling even further so no need to endure noisy fans or hot laptops while indexing.
-		</li>
-		<li>
-			<strong>Better Log</strong> - New verbosity param to control how much data is shown on screen and in log
-		</li>
-		<li>
-			<strong>Mplayer backend added</strong> - Fixed mplayer backend which is now used if gstreamer backend returns no metadata
-		</li>
-		<li>
-			<strong>No more zombies!</strong> - Improved reaping of all spawned apps
-		</li>
-		<li>
-			<strong>Better detection</strong> - Improved mime and text file detection
-		</li>
-		<li>
-			<strong>Better deskbar-handler</strong> - Added improved deskbar-handler
-		</li>
-		<li>
-			<strong>FUSE Support improved</strong> - Got tracker to run nicely on FUSE based filesystems
-		</li>
-	</ul>
-</p>
+<p>A lot of BUGS Fixes and New Features:</p>
+<ul>
+	<li>
+		<strong>Indexing at ludicrous speed</strong> - massively optimised indexing so its now 10x faster than previous version. Indexing speeds are now around 100 ext files per second (which is about the maximum possible considering the I/O time to read 100 files from a hard drive).
+	</li>
+	<li>
+		<strong>Index while you work</strong> - now scheduled even better so it should never slow the system down whilst allowing users to work without being affected by or even noticing it.
+	</li>
+	<li>
+		<strong>Better schedule</strong> - Tracker will not hammer your system nor consume unreasonable amounts of memory and is virtually unobtrusive in daily use.
+	</li>
+	<li>
+		<strong>Laptop friendly</strong> - Also provides additional --throttle command line parameter to customise throttling even further so no need to endure noisy fans or hot laptops while indexing.
+	</li>
+	<li>
+		<strong>Better Log</strong> - New verbosity param to control how much data is shown on screen and in log
+	</li>
+	<li>
+		<strong>Mplayer backend added</strong> - Fixed mplayer backend which is now used if gstreamer backend returns no metadata
+	</li>
+	<li>
+		<strong>No more zombies!</strong> - Improved reaping of all spawned apps
+	</li>
+	<li>
+		<strong>Better detection</strong> - Improved mime and text file detection
+	</li>
+	<li>
+		<strong>Better deskbar-handler</strong> - Added improved deskbar-handler
+	</li>
+	<li>
+		<strong>FUSE Support improved</strong> - Got tracker to run nicely on FUSE based filesystems
+	</li>
+</ul>
 
 <p>
 	<em>Note: The email indexer is not working yet but it is planned for the next release. The possibility to enable it in the conf file is intended only for developing purpose.</em>
Index: documentation.html
===================================================================
--- documentation.html	(revision 4993)
+++ documentation.html	(working copy)
@@ -26,6 +26,10 @@
 		<li><a href="development.html">Development</a></li>
 		<li class="sel"><a href="documentation.html">Documentation</a></li>
 	</ul>
+	
+    <p>
+        <a href="http://validator.w3.org/check?uri=referer";><img src="http://www.w3.org/Icons/valid-xhtml10"; alt="Valid XHTML 1.0 Transitional" height="31" width="88" /></a>
+    </p>
 </div>
 
 <div id="content">
_______________________________________________
tracker-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/tracker-list

Reply via email to