So, this is my first attempt to do a svn checkout + patch, so if I did
anything wrong please tell me so I can fix it.

This patch is basically just a thorough cleanup of the
tracker-project.orghtml files. I just removed a lot of whitespace and
inserted a lot of
carriage returns and tabs to better structure the code.

Two major things I did change:
I removed my "Original site designed by Peter Vander Klippe
(peter.vkgmail,com)"  copyright line from the bottom of every page.
All it did was
get a lot of users confused that I was the primary developer of Tracker.
Also I don't think there is much left of what I originally did, so it's kind
of a waste.
I removed the random footer/navigation/news comments. These were remaining
from when I first did the site in php and they really are just a waste of
space now.

So, yeah. I hope I did the svn commands right. (svn diff > patchfile ?)

~Peter VK
Index: start.html
===================================================================
--- start.html	(revision 4971)
+++ start.html	(working copy)
@@ -1,38 +1,32 @@
-<!DOCTYPE html
-PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
+<!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";>
 <head>
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-<meta name="description" content="Meta Tracker -- tracker-project.org" />
-<title>Meta Tracker - tracker-project.org</title>
-<link type="text/css" rel="stylesheet" href="style.css" media="screen" />
+	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+	<meta name="description" content="Meta Tracker -- tracker-project.org" />
+	<title>Meta Tracker - tracker-project.org</title>
+	<link type="text/css" rel="stylesheet" href="style.css" media="screen" />
 </head>
+
 <body>
 
-<!-- header.php -->
-
-<!-- navigation.php -->
-
 <div id="logo">
-<img src="images/meta_tracker_logo.png" alt="Meta Tracker"/>
+	<img src="images/meta_tracker_logo.png" alt="Meta Tracker"/>
 </div>
 
 <div id="navigation">
-<ul class="navbar">
-  <li><a href="index.html">About</a></li>
-  <li><a href="features.html">Features</a></li>
-  <li class="sel" ><a href="start.html">Getting Started</a></li>
-  <li><a href="faq.html">FAQ</a></li>
-  <li><a href="screenshots.html">Screenshots</a></li>
-  <li><a href="download.html">Download</a></li>
-  <li><a href="development.html">Development</a></li>
-  <li><a href="documentation.html">Documentation</a></li>
-</ul>
+	<ul class="navbar">
+		<li><a href="index.html">About</a></li>
+		<li><a href="features.html">Features</a></li>
+		<li class="sel" ><a href="start.html">Getting Started</a></li>
+		<li><a href="faq.html">FAQ</a></li>
+		<li><a href="screenshots.html">Screenshots</a></li>
+		<li><a href="download.html">Download</a></li>
+		<li><a href="development.html">Development</a></li>
+		<li><a href="documentation.html">Documentation</a></li>
+	</ul>
 </div>
-<!-- navigation.php -->
 
-<!-- start.php -->
 <div id="content">
 
 <h3>Installation</h3>
@@ -48,25 +42,24 @@
 </ol>
 
 <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>
-<p>
-Every distribution has its own way to pack tracker, however you can recognise two main part:
+<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>
 
-<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>
+	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>As example we write how to install using a Debian/Ubuntu system
-<ul>
-<li><code>apt-get install tracker tracker-utils</code> to install the indexer and the command line</li>
 
-<li><code>apt-get install tracker tracker-utils tracker-search-tool libdeskbar-tracker</code> to install the Gnome GUI and the deskbar handler.</li>
+<ul>
+	<li><code>apt-get install tracker tracker-utils</code> to install the indexer and the command line</li>
+	<li><code>apt-get install tracker tracker-utils tracker-search-tool libdeskbar-tracker</code> to install the Gnome GUI and the deskbar handler.</li>
 </ul>
+
 <h3>Run tracker</h3>
 <p>To run tracker simple digit <code>trackerd</code></p>
 <p><strong>Tracker is indexing your home!!</strong></p>
@@ -79,24 +72,14 @@
 <p>For more information in how configure tracker read the README file or refer to <a href="documentation.html">Documentation</a>.</p>
 <p>For more information about the others GUI available to search with tracker refer to <a href="documentation.html#other_gui">Documention Other GUI</a> </p>
 
-
-
-
-<!-- start.php -->
-
-
-<!-- footer.php -->
-
 <div id="footer">
 <hr/>
 <script type="text/javascript" src="js/datemod.js" language="JavaScript"></script>
 <br/>
-Original site designed by Peter Vander Klippe (peter.vk gmail,com)
+
 </div>
 
 </div>
 
 </body>
 </html>
-
-<!-- footer.php -->
Index: features.html
===================================================================
--- features.html	(revision 4971)
+++ features.html	(working copy)
@@ -1,79 +1,78 @@
-<!DOCTYPE html
-PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
+<!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";>
+
 <head>
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-<meta name="description" content="Meta Tracker -- tracker-project.org" />
-<title>Meta Tracker - tracker-project.org</title>
-<link type="text/css" rel="stylesheet" href="style.css" media="screen" />
+	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+	<meta name="description" content="Meta Tracker -- tracker-project.org" />
+	<title>Meta Tracker - tracker-project.org</title>
+	<link type="text/css" rel="stylesheet" href="style.css" media="screen" />
 </head>
+
 <body>
 
-
-
 <div id="logo">
-<img src="images/meta_tracker_logo.png" alt="Meta Tracker"/>
+	<img src="images/meta_tracker_logo.png" alt="Meta Tracker"/>
 </div>
 
 <div id="navigation">
-<ul class="navbar">
-  <li ><a href="index.html">About</a></li>
-  <li class="sel"><a href="features.html">Features</a></li>
-  <li ><a href="start.html">Getting Started</a></li>
-  <li ><a href="faq.html">FAQ</a></li>
-  <li ><a href="screenshots.html">Screenshots</a></li>
-  <li ><a href="download.html">Download</a></li>
-  <li ><a href="development.html">Development</a></li>
-  <li ><a href="documentation.html">Documentation</a></li>
-</ul>
+	<ul class="navbar">
+		<li><a href="index.html">About</a></li>
+		<li class="sel"><a href="features.html">Features</a></li>
+		<li><a href="start.html">Getting Started</a></li>
+		<li><a href="faq.html">FAQ</a></li>
+		<li><a href="screenshots.html">Screenshots</a></li>
+		<li><a href="download.html">Download</a></li>
+		<li><a href="development.html">Development</a></li>
+		<li><a href="documentation.html">Documentation</a></li>
+	</ul>
 </div>
 
 <div id="content">
 
 <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>
-<li> Extracts file contents as plain text and indexes them.</li>
-<li> Can provide thumbnailing on the fly if a thumbnail does not currently exist.</li>
-<li> Uses multilingual word stemmers to help find more relevant results. For example a search for motorbikes (plural) will also return results relevant to motorbike (singular).</li>
+	<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>
+	<li>Extracts file contents as plain text and indexes them.</li>
+	<li>Can provide thumbnailing on the fly if a thumbnail does not currently exist.</li>
+	<li>Uses multilingual word stemmers to help find more relevant results. For example a search for motorbikes (plural) will also return results relevant to motorbike (singular).</li>
 </ul>
 
 <h3>Desktop Neutral Design</h3>
 <ul>
- <li>Adheres to freedesktop thumbail spec.</li>
- <li>Uses freedesktop technologies like DBus and XDGMime.</li>
- <li>Uses XDG utils like xdg-open.</li>
- <li>Implements the freedesktop specification for metadata (http://freedesktop.org/wiki/Standards/shared-filemetadata-spec).</li>
- <li>Supports the WC3's RDF Query syntax for querying that metadata.</li>
+	<li>Adheres to freedesktop thumbail spec.</li>
+	<li>Uses freedesktop technologies like DBus and XDGMime.</li>
+	<li>Uses XDG utils like xdg-open.</li>
+	<li>Implements the freedesktop specification for metadata (http://freedesktop.org/wiki/Standards/shared-filemetadata-spec).</li>
+	<li>Supports the WC3's RDF Query syntax for querying that metadata.</li>
 </ul>
 
 <h3>Efficienct and Stable</h3>
 <ul>
 <li>Written in C for maximum efficiency.</li>
- <li>Designed and built to run well on lower-memory systems with typically 128MB or 256MB memory. Typical RAM usage is 3-9 MB.</li>
- <li>High performance indexer capable of indexing 100+ text files a second.</li>
- <li>Scheduled nicely so that you can work and use your machine without noticing any slow downs.</li>
- <li>Extractors run in separate processes, so a crash in one will not bring down the daemon.</li>
+	<li>Designed and built to run well on lower-memory systems with typically 128MB or 256MB memory. Typical RAM usage is 3-9 MB.</li>
+	<li>High performance indexer capable of indexing 100+ text files a second.</li>
+	<li>Scheduled nicely so that you can work and use your machine without noticing any slow downs.</li>
+	<li>Extractors run in separate processes, so a crash in one will not bring down the daemon.</li>
 </ul>
 
 <h3>Components</h3>
 <ul>
-<li>Indexer, a lightweight daemon that extracts information from files (trackerd).</li>
-<li>Tracker search tool, a small GUI to search for indexed data.</li>
-<li>Command line tools for searching, querying the daemon status, and tagging.</li>
-<li>libtracker, a C wrapper around the DBus API.</li>
-<li>Full DBus API for application authors using different toolkits or programming languages.</li>
+	<li>Indexer, a lightweight daemon that extracts information from files (trackerd).</li>
+	<li>Tracker search tool, a small GUI to search for indexed data.</li>
+	<li>Command line tools for searching, querying the daemon status, and tagging.</li>
+	<li>libtracker, a C wrapper around the DBus API.</li>
+	<li>Full DBus API for application authors using different toolkits or programming languages.</li>
 </ul>
 
 
 <h3> Use Cases </h3>
 <ul>
-<li> Application-neutral and desktop-neutral tagging. Tagging support 'for free' in any application that uses tracker, such as Nautilus and file-chooser dialogs.</li>
-<li> A cross-application metadata database. If applications chooses to use Tracker as their metadata database and indexer, they would see signifigant improvements. Users would no longer need to add a MP3 they have downloaded to Rhythmbox, nor a photo they have taken to f-spot, these items would be detected and imported automatically.</li>
-<li> Users may completely move away from a folder-heirarchy based home folder, and instead organise their data into collections using tags. The combination of tagging support in the file-chooser, tagging awareness in Nautilus, or even a tag based filesystem using FUSE could allow radical exploration of new desktop ideas.</li>
-<li> Improved performance. With an always running indexer application start up time could be dramatically reduced in instances where applicaions scan or parse a numer of files on disk. For example alacarte could use tracker as its desktop file parser, or rhythmbox could use tracker as its song index. In addition by using a DBus based API one can take advantage of asynchronous replies for improved GUI responsiveness.</li>
+	<li> Application-neutral and desktop-neutral tagging. Tagging support 'for free' in any application that uses tracker, such as Nautilus and file-chooser dialogs.</li>
+	<li> A cross-application metadata database. If applications chooses to use Tracker as their metadata database and indexer, they would see signifigant improvements. Users would no longer need to add a MP3 they have downloaded to Rhythmbox, nor a photo they have taken to f-spot, these items would be detected and imported automatically.</li>
+	<li> Users may completely move away from a folder-heirarchy based home folder, and instead organise their data into collections using tags. The combination of tagging support in the file-chooser, tagging awareness in Nautilus, or even a tag based filesystem using FUSE could allow radical exploration of new desktop ideas.</li>
+	<li> Improved performance. With an always running indexer application start up time could be dramatically reduced in instances where applicaions scan or parse a numer of files on disk. For example alacarte could use tracker as its desktop file parser, or rhythmbox could use tracker as its song index. In addition by using a DBus based API one can take advantage of asynchronous replies for improved GUI responsiveness.</li>
 </ul>
 
 <h3>Object store</h3>
@@ -86,8 +85,6 @@
 	<li>Link and define explicit relationships between different objects</li>
 	<li>Easily explotable and shareable via high level and rich Dbus based interfaces</li>
 	<li>Searchable and queryable by content or by any criteria. Provides one of the richest and most powerful search frameworks currently available</li>
-	
-	
 </ul>
 <h3>Tagging</h3>
 Tags are one-word labels that you can assign to any file to help you categorize and remember them. 
@@ -96,22 +93,15 @@
 	<li>You can organize under a logical tag several file in different folder an retrieve all of them using the common tag.</li>
 </ul> 
 
-
-
-<!-- news.php -->
-
-
-<!-- footer.php -->
-
 <div id="footer">
 <hr/>
 <script type="text/javascript" src="js/datemod.js" language="JavaScript"></script>
 <br/>
-Original site designed by Peter Vander Klippe (peter.vk gmail,com)
+
 </div>
+
 </div>
 
 </body>
-</html>
 
-<!-- footer.php -->
+</html>
Index: screenshots.html
===================================================================
--- screenshots.html	(revision 4971)
+++ screenshots.html	(working copy)
@@ -1,70 +1,74 @@
-<!DOCTYPE html
-PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
+<!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";>
+
 <head>
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-<meta name="description" content="Meta Tracker -- tracker-project.org" />
-<title>Meta Tracker - tracker-project.org</title>
-<link type="text/css" rel="stylesheet" href="style.css" media="screen" />
+	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+	<meta name="description" content="Meta Tracker -- tracker-project.org" />
+	<title>Meta Tracker - tracker-project.org</title>
+	<link type="text/css" rel="stylesheet" href="style.css" media="screen" />
 </head>
+
 <body>
 
-<!-- navigation.php -->
+<div id="logo">
+	<img src="images/meta_tracker_logo.png" alt="Meta Tracker"/>
+</div>
 
-<img src="images/meta_tracker_logo.png" alt="Meta Tracker"/>
-
 <div id="navigation">
-<ul class="navbar">
-  <li ><a href="index.html">About</a></li>
-  <li ><a href="features.html">Features</a></li>
-  <li ><a href="start.html">Getting Started</a></li>
-  <li ><a href="faq.html">FAQ</a></li>
-  <li class="sel" ><a href="screenshots.html">Screenshots</a></li>
-  <li ><a href="download.html">Download</a></li>
-  <li ><a href="development.html">Development</a></li>
-  <li><a href="documentation.html">Documentation</a></li>
-</ul>
+	<ul class="navbar">
+		<li><a href="index.html">About</a></li>
+		<li><a href="features.html">Features</a></li>
+		<li><a href="start.html">Getting Started</a></li>
+		<li><a href="faq.html">FAQ</a></li>
+		<li class="sel"><a href="screenshots.html">Screenshots</a></li>
+		<li><a href="download.html">Download</a></li>
+		<li><a href="development.html">Development</a></li>
+		<li><a href="documentation.html">Documentation</a></li>
+	</ul>
 </div>
-<!-- navigation.php -->
 
-
 <div id="content">
 
-
 <h3>Tracker Search Tool (t-s-t): </h3>
 <h4>Search for test</h4>
 <p>
-<a href="images/screenshot-search_for_test.png"><img src="images/screenshot-search_for_test_thumbnail.png" width="350" height="217" alt="Screenshot -- Search for test" /></a>
+	<a href="images/screenshot-search_for_test.png">
+		<img src="images/screenshot-search_for_test_thumbnail.png" width="350" height="217" alt="Screenshot -- Search for test" />
+	</a>
 </p>
+
 <h4>Search for technologies</h4>
 <p>
-<a href="images/screenshot-search_for_technologies.png"><img src="images/screenshot-search_for_technologies_thumbnail.png" width="313" height="211" alt="search for technologies" /></a>
+	<a href="images/screenshot-search_for_technologies.png">
+		<img src="images/screenshot-search_for_technologies_thumbnail.png" width="313" height="211" alt="search for technologies" />
+	</a>
 </p>
 
 <h3>Low Memory Use:</h3>
 <h4>Tracker memory occupation after several hours of intensive use.</h4>
 <p>
-<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>
+	<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>
+
 <h3>Fast:</h3>
 <h4>Time to retrieve results.</h4>
 <p>
-<a href="images/screenshot-time-tracker-search.png"><img src="images/screenshot-time-tracker-search_thumbnail.png" width="293" height="165" alt="Screenshot - time tracker-search" /></a>
+	<a href="images/screenshot-time-tracker-search.png">
+		<img src="images/screenshot-time-tracker-search_thumbnail.png" width="293" height="165" alt="Screenshot - time tracker-search" />
+	</a>
 </p>
-<!-- index.php -->
 
+<div id="footer">
 
-<!-- footer.php -->
-
-<div id="footer">
 <hr/>
 <script type="text/javascript" src="js/datemod.js" language="JavaScript"></script>
 <br/>
-Original site designed by Peter Vander Klippe (peter.vk gmail,com)
+
 </div>
+
 </div>
 
 </body>
 </html>
-
-<!-- footer.php -->
Index: development.html
===================================================================
--- development.html	(revision 4971)
+++ development.html	(working copy)
@@ -1,45 +1,39 @@
-<!DOCTYPE html
-PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
+<!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";>
+
 <head>
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-<meta name="description" content="Meta Tracker -- tracker-project.org" />
-<title>Meta Tracker - tracker-project.org</title>
-<link type="text/css" rel="stylesheet" href="style.css" media="screen" />
+	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+	<meta name="description" content="Meta Tracker -- tracker-project.org" />
+	<title>Meta Tracker - tracker-project.org</title>
+	<link type="text/css" rel="stylesheet" href="style.css" media="screen" />
 </head>
+
 <body>
 
 <div id="logo">
-<img src="images/meta_tracker_logo.png" alt="Meta Tracker"/>
+	<img src="images/meta_tracker_logo.png" alt="Meta Tracker"/>
 </div>
 
 <div id="navigation">
-<ul class="navbar">
-  <li ><a href="index.html">About</a></li>
-  <li ><a href="features.html">Features</a></li>
-  <li ><a href="start.html">Getting Started</a></li>
-  <li ><a href="faq.html">FAQ</a></li>
-  <li ><a href="screenshots.html">Screenshots</a></li>
-  <li ><a href="download.html">Download</a></li>
-  <li  class="sel" ><a href="development.html">Development</a></li>
-  <li><a href="documentation.html">Documentation</a></li>
-</ul>
-
+	<ul class="navbar">
+		<li><a href="index.html">About</a></li>
+		<li><a href="features.html">Features</a></li>
+		<li><a href="start.html">Getting Started</a></li>
+		<li><a href="faq.html">FAQ</a></li>
+		<li><a href="screenshots.html">Screenshots</a></li>
+		<li><a href="download.html">Download</a></li>
+		<li class="sel" ><a href="development.html">Development</a></li>
+		<li><a href="documentation.html">Documentation</a></li>
+	</ul>
 </div>
 
-
-
-
 <div id="content">
 
 <h3>Development</h3>
+<p>Currently, Tracker 0.6.0 is in development with ongoing work to support other services, like email.</p>
 
-<p>
-Currently, Tracker 0.6.0 is in development with ongoing work to support other services, like email.
-</p>
 
-
 <h3>Hacking</h3>
 <p>Retrieve current development code with the following command:</p>
 <p><code>svn checkout http://svn.gnome.org/svn/tracker/trunk</code></p>
@@ -58,23 +52,16 @@
 <p>
 You can contact us:</p>
 <ul>
-<li>Using the Mailing List <a href="http://mail.gnome.org/mailman/listinfo/tracker-list";>Tracker mailing list</a></li>
-<li>On IRC: GimpNet, channel #tracker</li>
+	<li>Using the Mailing List <a href="http://mail.gnome.org/mailman/listinfo/tracker-list";>Tracker mailing list</a></li>
+	<li>On IRC: GimpNet, channel #tracker</li>
 </ul>
 
-<!-- development.php -->
-
-
-<!-- footer.php -->
-
 <div id="footer">
 <hr/>
 <script type="text/javascript" src="js/datemod.js" language="JavaScript"></script>
 <br/>
-Original site designed by Peter Vander Klippe (peter.vk gmail,com)
 </div>
+
 </div>
 </body>
 </html>
-
-<!-- footer.php -->
Index: download.html
===================================================================
--- download.html	(revision 4971)
+++ download.html	(working copy)
@@ -1,39 +1,39 @@
-<!DOCTYPE html
-PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
+<!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";>
+
 <head>
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-<meta name="description" content="Meta Tracker -- tracker-project.org" />
-<title>Meta Tracker - tracker-project.org</title>
-<link type="text/css" rel="stylesheet" href="style.css" media="screen" />
+	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+	<meta name="description" content="Meta Tracker -- tracker-project.org" />
+	<title>Meta Tracker - tracker-project.org</title>
+	<link type="text/css" rel="stylesheet" href="style.css" media="screen" />
 </head>
+
 <body>
 
 <div id="logo">
-<img src="images/meta_tracker_logo.png" alt="Meta Tracker"/>
+	<img src="images/meta_tracker_logo.png" alt="Meta Tracker"/>
 </div>
 
 <div id="navigation">
-<ul class="navbar">
-  <li ><a href="index.html">About</a></li>
-  <li ><a href="features.html">Features</a></li>
-  <li ><a href="start.html">Getting Started</a></li>
-  <li ><a href="faq.html">FAQ</a></li>
-  <li ><a href="screenshots.html">Screenshots</a></li>
-  <li class="sel" ><a href="download.html">Download</a></li>
-  <li ><a href="development.html">Development</a></li>
-  <li ><a href="documentation.html">Documentation</a></li>
-</ul>
+	<ul class="navbar">
+		<li><a href="index.html">About</a></li>
+		<li><a href="features.html">Features</a></li>
+		<li><a href="start.html">Getting Started</a></li>
+		<li><a href="faq.html">FAQ</a></li>
+		<li><a href="screenshots.html">Screenshots</a></li>
+		<li class="sel"><a href="download.html">Download</a></li>
+  		<li><a href="development.html">Development</a></li>
+		<li><a href="documentation.html">Documentation</a></li>
+	</ul>
 </div>
 
 <div id="content">
+
 <h3>Download</h3>
 
-<p>
-Here is the latest stable release for Tracker.
-Note that the deb's and the rpm's may be outdated.
-</p>
+<p>Here is the latest stable release for Tracker.</p>
+<p>Note that the deb's and the rpm's may be outdated.</p>
 
 <ul>
 	<li>
@@ -62,26 +62,23 @@
 		<br/>and recompiling yourself using <code>"apt-get build-dep tracker &amp;&amp; apt-get source -b tracker" </code></p>
 		 
 <ul>
-	<li><p><strong>RPM (FC5/FC6)</strong>: Can now be found in Fedora Extras</p>	</li>
-	<li><p><strong>Gentoo</strong>: Tracker is in portage just <code>emerge tracker</code> to install it</p>
+	<li>
+		<p><strong>RPM (FC5/FC6)</strong>: Can now be found in Fedora Extras</p>
 	</li>
+	<li>
+		<p><strong>Gentoo</strong>: Tracker is in portage just <code>emerge tracker</code> to install it</p>\
+	</li>
 </ul>
 
 
-<!-- download.php -->
-
-
-<!-- footer.php -->
-
 <div id="footer">
 <hr/>
 <script type="text/javascript" src="js/datemod.js" language="JavaScript"></script>
 <br/>
-Original site designed by Peter Vander Klippe (peter.vk gmail,com)
+
 </div>
+
 </div>
 
 </body>
 </html>
-
-<!-- footer.php -->
Index: faq.html
===================================================================
--- faq.html	(revision 4971)
+++ faq.html	(working copy)
@@ -1,31 +1,31 @@
-<!DOCTYPE html
-PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
+<!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";>
+
 <head>
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-<meta name="description" content="Meta Tracker -- tracker-project.org" />
-<title>Meta Tracker - tracker-project.org</title>
-<link type="text/css" rel="stylesheet" href="style.css" media="screen" />
+	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+	<meta name="description" content="Meta Tracker -- tracker-project.org" />
+	<title>Meta Tracker - tracker-project.org</title>
+	<link type="text/css" rel="stylesheet" href="style.css" media="screen" />
 </head>
+
 <body>
 
 <div id="logo">
-<img src="images/meta_tracker_logo.png" alt="Meta Tracker"/>
+	<img src="images/meta_tracker_logo.png" alt="Meta Tracker"/>
 </div>
 
 <div id="navigation">
-
-<ul class="navbar">
-  <li><a href="index.html">About</a></li>
-  <li ><a href="features.html">Features</a></li>
-  <li ><a href="start.html">Getting Started</a></li>
-  <li class="sel" ><a href="faq.html">FAQ</a></li>
-  <li ><a href="screenshots.html">Screenshots</a></li>
-  <li ><a href="download.html">Download</a></li>
-  <li ><a href="development.html">Development</a></li>
-  <li ><a href="documentation.html">Documentation</a></li>
-</ul>
+	<ul class="navbar">
+		<li><a href="index.html">About</a></li>
+		<li><a href="features.html">Features</a></li>
+		<li><a href="start.html">Getting Started</a></li>
+		<li class="sel"><a href="faq.html">FAQ</a></li>
+		<li><a href="screenshots.html">Screenshots</a></li>
+		<li><a href="download.html">Download</a></li>
+		<li><a href="development.html">Development</a></li>
+		<li><a href="documentation.html">Documentation</a></li>
+	</ul>
 </div>
 <div id="content">
 
@@ -73,13 +73,15 @@
 
 
 <div id="footer">
+
 <hr/>
+
 <script type="text/javascript" src="js/datemod.js" language="JavaScript"></script>
 <br/>
-Original site designed by Peter Vander Klippe (peter.vk gmail,com)
+
 </div>
+
 </div>
 
 </body>
 </html>
-<!-- footer.php -->
Index: index.html
===================================================================
--- index.html	(revision 4971)
+++ index.html	(working copy)
@@ -1,49 +1,43 @@
-<!DOCTYPE html
-PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
+<!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";>
+
 <head>
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-<meta name="description" content="Meta Tracker -- tracker-project.org" />
-<title>Meta Tracker - tracker-project.org</title>
-<link type="text/css" rel="stylesheet" href="style.css" media="screen" />
+	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+	<meta name="description" content="Meta Tracker -- tracker-project.org" />
+	<title>Meta Tracker - tracker-project.org</title>
+	<link type="text/css" rel="stylesheet" href="style.css" media="screen" />
 </head>
 
 <body>
 
-<!-- header.php -->
-
-<!-- navigation.php -->
-
 <div id="logo">
-<img src="images/meta_tracker_logo.png" alt="Meta Tracker"/>
+	<img src="images/meta_tracker_logo.png" alt="Meta Tracker"/>
 </div>
+
 <div id="navigation">
-<ul class="navbar">
-  <li class="sel"><a href="index.html">About</a></li>
-  <li ><a href="features.html">Features</a></li>
-  <li ><a href="start.html">Getting Started</a></li>
-  <li ><a href="faq.html">FAQ</a></li>
-  <li ><a href="screenshots.html">Screenshots</a></li>
-  <li ><a href="download.html">Download</a></li>
-  <li ><a href="development.html">Development</a></li>
-  <li ><a href="documentation.html">Documentation</a></li>
-</ul>
+	<ul class="navbar">
+		<li class="sel"><a href="index.html">About</a></li>
+		<li><a href="features.html">Features</a></li>
+		<li><a href="start.html">Getting Started</a></li>
+		<li><a href="faq.html">FAQ</a></li>
+		<li><a href="screenshots.html">Screenshots</a></li>
+		<li><a href="download.html">Download</a></li>
+		<li><a href="development.html">Development</a></li>
+		<li><a href="documentation.html">Documentation</a></li>
+	</ul>
 </div>
 
 <div id="content">
 
-
-
 <h3>What is it?</h3>
 <p>Tracker is a tool designed to extract information and metadata about your personal data so that it can be searched easily and quickly.</p>
 <p>By using Tracker, you no longer have to remember where you've left your files. To locate a file you only need to remember something about it, such as a word in the document or the artist of the song. This is because as well as searching for files in the traditional way, by name and location, Tracker searches files' contents and metadata.</p>
 <p>Metadata, or data about data includes attributes specific to each file, such as the artist of a song or the author of a document. Tracker reads this metadata, and places it into and index, which allows searches to be lightning fast. Tracker updates its index automatically, so search results are always accurate up-to-the-moment.</p>
+<p>Tracker doesn't stop there -- by allowing you to attach your own metadata to files it frees you from having to keep everything in highly organised folders. You can add one or many 'tags' to files, effectively grouping several files in your filesystem even if they are located in different folders. So, tagging can be much easier and more flexible than fitting your information into preconceived categories or folders.</p>
 
-Tracker doesn't stop there -- by allowing you to attach your own metadata to files it frees you from having to keep everything in highly organised folders. You can add one or many 'tags' to files, effectively grouping several files in your filesystem even if they are located in different folders. So, tagging can be much easier and more flexible than fitting your information into preconceived categories or folders.
+<h4>Supported information sources include:</h4>
 
-<p>Supported information sources include:</p>
-
 <table class="tab_class">
 	<tr><td><img alt="files" src="images/files.png"/></td><td><strong>Files</strong></td></tr>
 	<tr><td><img alt="documents" src="images/docs.png"/></td><td><strong>Documents</strong></td></tr>
@@ -54,7 +48,7 @@
 	<tr><td><img alt="developmentfiles" src="images/development.png"/></td><td><strong>Development Files</strong></td></tr>
 </table>
 
-<p>Planned support:</p>
+<h4>Planned support:</h4>
 <table class="tab_class">
 	<tr><td><img alt="playlist" src="images/playlist.png"/></td><td><strong>Playlists</strong></td></tr>
 	<tr><td><img alt="notes" src="images/notes.png"/></td><td><strong>Notes</strong></td></tr>
@@ -73,52 +67,52 @@
 <h4>26th January 2007 - Tracker 0.5.4 "Speed Daemon" released!</h4>
 
 <p>A lot of BUGS Fixes and New Features:
-<ul>
+	<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>
 
-<li> <strong>Indexing at ludicrous speed</strong> - massively optimised indexing so its now 
-10x faster than previous version. Indexing speeds are now around 100 
-text 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>
 </p>
-<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></p>
 
-
-
-
 <div id="footer">
 <hr/>
 <script type="text/javascript" src="js/datemod.js" language="JavaScript"></script>
 <br/>
-Original site designed by Peter Vander Klippe (peter.vk gmail,com)
+
 </div>
+
 </div>
 
 </body>
 </html>
-
-<!-- footer.php -->
Index: documentation.html
===================================================================
--- documentation.html	(revision 4971)
+++ documentation.html	(working copy)
@@ -1,40 +1,39 @@
-<!DOCTYPE html
-PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
+<!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";>
+
 <head>
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-<meta name="description" content="Meta Tracker -- tracker-project.org" />
-<title>Meta Tracker - tracker-project.org</title>
-<link type="text/css" rel="stylesheet" href="style.css" media="screen" />
+	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+	<meta name="description" content="Meta Tracker -- tracker-project.org" />
+	<title>Meta Tracker - tracker-project.org</title>
+	<link type="text/css" rel="stylesheet" href="style.css" media="screen" />
 </head>
+
 <body>
 
 <div id="logo">
-<img src="images/meta_tracker_logo.png" alt="Meta Tracker"/>
+	<img src="images/meta_tracker_logo.png" alt="Meta Tracker"/>
 </div>
 
 <div id="navigation">
-<ul class="navbar">
-  <li><a href="index.html">About</a></li>
-  <li><a href="features.html">Features</a></li>
-  <li><a href="start.html">Getting Started</a></li>
-  <li><a href="faq.html">FAQ</a></li>
-  <li><a href="screenshots.html">Screenshots</a></li>
-
-  <li><a href="download.html">Download</a></li>
-  <li><a href="development.html">Development</a></li>
-  <li class="sel"><a href="documentation.html">Documentation</a></li>
-</ul>
+	<ul class="navbar">
+		<li><a href="index.html">About</a></li>
+		<li><a href="features.html">Features</a></li>
+		<li><a href="start.html">Getting Started</a></li>
+		<li><a href="faq.html">FAQ</a></li>
+		<li><a href="screenshots.html">Screenshots</a></li>
+		<li><a href="download.html">Download</a></li>
+		<li><a href="development.html">Development</a></li>
+		<li class="sel"><a href="documentation.html">Documentation</a></li>
+	</ul>
 </div>
-<!-- navigation.php -->
 
 <div id="content">
 <h3>Documentation</h3>
 <p>For a quickstart in how to install and run tracker read <a href="start.html">here</a>.</p>
-<p> Refer to the <a href="download.html">download</a> to see how to download the tracker-packages for your favourite distribution.
-</p>
 
+<p>Refer to the <a href="download.html">download</a> to see how to download the tracker-packages for your favourite distribution.</p>
+
 <p>For tuning tracker keep on reading :) .</p>
 
 <h3>Choose what to index</h3>
@@ -73,16 +72,18 @@
 <h4>QT Gui</h4>
 
 <p>Coming soon!!</p>
-<!-- footer -->
 
 <div id="footer">
+
 <hr/>
+
 <script type="text/javascript" src="js/datemod.js" language="JavaScript"></script>
+
 <br/>
-Original site designed by Peter Vander Klippe (peter.vk gmail,com)
+
 </div>
+
 </div>
+
 </body>
 </html>
-
-<!-- footer.php -->
_______________________________________________
tracker-list mailing list
tracker-list@gnome.org
http://mail.gnome.org/mailman/listinfo/tracker-list

Reply via email to