[gnomeweb-wml/tracker-site-update: 1/12] Tracker: Initial rework



commit 40c3b8c14f6d2f5732e85dc9723128452ec09d49
Author: Martyn Russell <martyn lanedo com>
Date:   Wed Nov 25 15:18:41 2009 +0000

    Tracker: Initial rework

 projects.gnome.org/tracker/Makefile.am             |   16 +-
 projects.gnome.org/tracker/development.html        |  231 ++++++------
 projects.gnome.org/tracker/documentation.html      |  230 +++++-------
 projects.gnome.org/tracker/download.html           |  114 +++---
 projects.gnome.org/tracker/features.html           |  209 +++++------
 projects.gnome.org/tracker/images/Makefile.am      |   74 ++---
 .../tracker/images/header-background.png           |  Bin 0 -> 1965 bytes
 projects.gnome.org/tracker/images/print_images.pl  |   22 -
 .../tracker/images/screenshots/Makefile.am         |   33 ++
 .../screenshot-0.6.0-tracker-prefs.png             |  Bin 20238 -> 20238 bytes
 .../screenshot-0.6.0-tracker-prefs2.png            |  Bin 27142 -> 27142 bytes
 .../screenshot-0.6.0-tracker-search-tool.png       |  Bin 86404 -> 86404 bytes
 .../screenshot-deskbar-live-search-for-daze.png    |  Bin 40033 -> 40033 bytes
 ...shot-deskbar-live-search-for-daze_thumbnail.png |  Bin 53380 -> 53380 bytes
 ...reenshot-nautilus_search_for_bioinformatics.png |  Bin 110988 -> 110988 bytes
 ...autilus_search_for_bioinformatics_thumbnail.png |  Bin 46017 -> 46017 bytes
 .../screenshot-nautilus_search_for_echoes.png      |  Bin 80657 -> 80657 bytes
 ...enshot-nautilus_search_for_echoes_thumbnail.png |  Bin 36015 -> 36015 bytes
 .../screenshot-search_for_technologies.png         |  Bin 59845 -> 59845 bytes
 ...creenshot-search_for_technologies_thumbnail.png |  Bin 43272 -> 43272 bytes
 .../screenshot-search_for_test.png                 |  Bin 45199 -> 45199 bytes
 .../screenshot-search_for_test_thumbnail.png       |  Bin 26277 -> 26277 bytes
 .../screenshot-system_monitor-trackerd.png         |  Bin 84779 -> 84779 bytes
 ...creenshot-system_monitor-trackerd_thumbnail.png |  Bin 25974 -> 25974 bytes
 .../screenshot-t-s-t_search_for_pearl_jam.png      |  Bin 37880 -> 37880 bytes
 ...reenshot-t-s-t_search_for_pearl_jam_and_ten.png |  Bin 36563 -> 36563 bytes
 ...-s-t_search_for_pearl_jam_and_ten_thumbnail.png |  Bin 20154 -> 20154 bytes
 ...enshot-t-s-t_search_for_pearl_jam_thumbnail.png |  Bin 20550 -> 20550 bytes
 .../screenshot-time-tracker-search.png             |  Bin 21974 -> 21974 bytes
 .../screenshot-time-tracker-search_thumbnail.png   |  Bin 18090 -> 18090 bytes
 projects.gnome.org/tracker/index.html              |  222 +++--------
 projects.gnome.org/tracker/js/Makefile.am          |    8 -
 projects.gnome.org/tracker/js/datemod.js           |   10 -
 projects.gnome.org/tracker/screenshots.html        |  179 +++++-----
 projects.gnome.org/tracker/scripts/Makefile.am     |    9 +
 .../tracker/scripts/jquery.corners.js              |  405 ++++++++++++++++++++
 projects.gnome.org/tracker/scripts/tracker.js      |    4 +
 projects.gnome.org/tracker/start.html              |   95 -----
 projects.gnome.org/tracker/style.css               |  156 --------
 projects.gnome.org/tracker/style/Makefile.am       |    8 +
 projects.gnome.org/tracker/style/tracker.css       |  347 +++++++++++++++++
 41 files changed, 1352 insertions(+), 1020 deletions(-)
---
diff --git a/projects.gnome.org/tracker/Makefile.am b/projects.gnome.org/tracker/Makefile.am
index 820811b..5a1187e 100644
--- a/projects.gnome.org/tracker/Makefile.am
+++ b/projects.gnome.org/tracker/Makefile.am
@@ -1,16 +1,14 @@
-SUBDIRS=images js
+SUBDIRS = images scripts style
 
 urlpath = /tracker/
 
-page_SCRIPTS=		\
+page_SCRIPTS =			\
 	development.html	\
 	documentation.html	\
-	download.html	\
-	faq.html	\
-	features.html	\
-	index.html	\
-	screenshots.html	\
-	start.html	\
-	style.css
+	download.html		\
+	faq.html		\
+	features.html		\
+	index.html		\
+	screenshots.html
 
 include $(top_srcdir)/rules.common
diff --git a/projects.gnome.org/tracker/development.html b/projects.gnome.org/tracker/development.html
index 5388a6e..0e96b2f 100644
--- a/projects.gnome.org/tracker/development.html
+++ b/projects.gnome.org/tracker/development.html
@@ -1,123 +1,120 @@
-<!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" />
-</head>
-
-<body>
-
-<div id="logo">
-	<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>
-
-</div>
-
-<div id="content">
-
-<h3>Development</h3>
-
-<h4>Installing from source</h4>
-
-<p>You can retrieve current development code with the following command:</p>
-<div class="terminal">git clone git://git.gnome.org/tracker </div>
-
-<p>If you are new to <a href="http://git-scm.com/";>Git</a> maybe there is a quick and dirty <a href="http://mail.gnome.org/archives/tracker-list/2009-April/msg00037.html";>mail</a> that you want to read. More generic info <a href="http://live.gnome.org/Git";>how to use Git with GNOME infrastracture</a>.</p>
-
-<p>For the GitWeb interface <a href="http://git.gnome.org/cgit/tracker/";>http://git.gnome.org/cgit/tracker/</a></p>
+<!DOCTYPE html 
+	  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+	  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
+<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
+  <head>
+    <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
+    
+    <meta name="Description" content="Tracker Project" />
+    <meta name="Keywords" content="Tracker, Metadata, SPARQL, Nepomuk, Semantic, Search, FTS, RDF" />
+    
+    <meta name="allow-search" content="yes" />
+    <meta name="revisit-after" content="10 Days" />
 
+    <script type="text/javascript" src="http://www.google.com/jsapi";></script>
 
-<ol>
-    <li>
-        Ensure that you install the following packages on a Debian-based
-        system using any package manager (the example uses apt-get);
-        RPM system shouldn't be too different
-        <div class="terminal">sudo apt-get install libgmime-2.0-2a libgmime-2.0-2-dev dbus-glib-1-dev libdbus-glib-1-dev libhal-dev libhal-storage-dev sqlite3-dev libsqlite3-dev libexif-dev libdeskbar-tracker libgsf-1-dev libjpeg62-dev libtiff4-dev libxine-dev libpoppler-dev libgstreamer0.10-dev libpoppler-glib-dev libtotem-plparser-dev libunac1-dev libexempi-dev libraptor1-dev libtracker-gtk-dev libgnome-desktop-dev libgnome-desktop-dev libnotify-dev</div>
-    </li>
-    <li>
-        Download the latest source tarball from the <a href="download.html">download</a> page
-    </li>
-    <li>
-        Extract the tarball <em>(where x.y.z is the version number)</em><br/>
-        <div class="terminal">tar xvzf tracker-x.y.z.tar.gz</div>
-    </li>
-    <li>
-        Change to tracker source directory
+    <script type="text/javascript">google.load("jquery", "1.2.6")</script>
+    <script type="text/javascript" src="scripts/jquery.corners.js"></script>
+    <script type="text/javascript" src="scripts/tracker.js"></script>
+    
+    <link href="style/tracker.css" rel="stylesheet" type="text/css" />
+
+    <link rel="icon" href="favicon.ico" type="image/x-icon" />
+    <title>Tracker</title>
+  </head>
+  <body>
+    <div id="container" class="rounded {12px top bottom}">
+      <div id="header" class="rounded {12px top}">
+        <img src="images/meta_tracker_logo.png" alt="Tracker"/>
+      </div>
+      
+      <div id="menu">
+	<table>
+	  <tr>
+	    <td><a title="About Tracker." href="index.html">About</a></td>
+	    <td><a title="Find out what Tracker can do." href="features.html">Features</a></td>
+	    <td><a title="Download Tracker." href="download.html">Download</a></td>
+	    <td><a title="See Tracker in use." href="screenshots.html">Screenshots</a></td>
+	    <td><a title="Read up on documentation about Tracker+." href="documentation.html">Documentation</a></td>
+	    <td><a title="Find out how you can get involved in the development of Tracker." href="development.html" class="current">Development</a></td>
+	  </tr>
+	</table>
+      </div>
+      
+      <div id="content">
+	<h2>Installing from source</h2>
+	<p>You can retrieve current development code with the
+	following command:</p> 
+	<div class="terminal">git clone git://git.gnome.org/tracker </div>
+
+	<p>If you are new to <a href="http://git-scm.com/";>Git</a>
+	maybe there is a quick and
+	dirty <a href="http://mail.gnome.org/archives/tracker-list/2009-April/msg00037.html";>mail</a>
+	that you want to read. More generic
+	info <a href="http://live.gnome.org/Git";>how to use Git with
+	GNOME infrastracture</a>.</p> 
+
+	<p>For the GitWeb
+	interface <a href="http://git.gnome.org/cgit/tracker/";>http://git.gnome.org/cgit/tracker/</a></p> 
+
+	<ol>
+	  <li>
+            Ensure that you install the following packages on a Debian-based
+            system using any package manager (the example uses apt-get);
+            RPM system shouldn't be too different
+            <div class="terminal">sudo apt-get install libgmime-2.0-2a libgmime-2.0-2-dev dbus-glib-1-dev libdbus-glib-1-dev libhal-dev libhal-storage-dev sqlite3-dev libsqlite3-dev libexif-dev libdeskbar-tracker libgsf-1-dev libjpeg62-dev libtiff4-dev libxine-dev libpoppler-dev libgstreamer0.10-dev libpoppler-glib-dev libtotem-plparser-dev libunac1-dev libexempi-dev libraptor1-dev libtracker-gtk-dev libgnome-desktop-dev libgnome-desktop-dev libnotify-dev</div>
+	  </li>
+	  <li>
+            Download the latest source tarball from the <a href="download.html">download</a> page
+	  </li>
+	  <li>
+            Extract the tarball <em>(where x.y.z is the version number)</em><br/>
+            <div class="terminal">tar xvzf tracker-x.y.z.tar.gz</div>
+	  </li>
+	  <li>
+            Change to tracker source directory
 	    <div class="terminal">cd tracker-x.y.z</div>
-	</li>
-	<li>Read the <a href="http://git.gnome.org/cgit/tracker/tree/README";>README</a> which comes with the source. Tracker has a lot of filters that can be enabled if you met the dependencies. 
-	</li>
-    <li>
-        Configure the make process
-        <div class="terminal">./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var</div>
-    </li>
-    <li>
-        Compile the code
-        <div class="terminal">make</div>
-    </li>
-    <li>
-        Install the software
-        <div class="terminal">sudo make install</div><br/>
-    </li>
-</ol>
-
-
-
-
-<p>Some ideas about the new Features that want to be added to Tracker can be found on the <a href="http://live.gnome.org/Tracker";>wiki</a>.</p>
-
-<h3>Tracker Development</h3>
-<p>On the <a href="http://live.gnome.org/Tracker/Documentation";>Wiki</a> you can find all the info for the on going development.</p>
-
-<p>The <a href="http://live.gnome.org/Tracker/Roadmap";>RoadMap to 0.7</a> is on the wiki.</p>
-
-<h3>Bugs!</h3>
-<p>To report a bug you can use:</p>
-<ul>
-	<li>the bugzilla on gnome <a href="http://bugzilla.gnome.org/browse.cgi?product=tracker";>http://bugzilla.gnome.org/browse.cgi?product=tracker</a></li>
-	<li>the Tracker Mailing list <a href="http://mail.gnome.org/mailman/listinfo/tracker-list";>Tracker mailing list</a></li>
-</ul>
-
-<h3 id="contacts">Contacts</h3>
+	  </li>
+	  <li>Read the <a href="http://git.gnome.org/cgit/tracker/tree/README";>README</a> which comes with the source. Tracker has a lot of filters that can be enabled if you met the dependencies. 
+	  </li>
+	  <li>
+            Configure the make process
+            <div class="terminal">./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var</div>
+	  </li>
+	  <li>
+            Compile the code
+            <div class="terminal">make</div>
+	  </li>
+	  <li>
+            Install the software
+            <div class="terminal">sudo make install</div><br/>
+	  </li>
+	</ol>
+
+	<p>Some ideas about the new Features that want to be added to Tracker can be found on the <a href="http://live.gnome.org/Tracker";>wiki</a>.</p>
+
+	<h3>Tracker Development</h3>
+	<p>On the <a href="http://live.gnome.org/Tracker/Documentation";>Wiki</a> you can find all the info for the on going development.</p>
+
+	<p>The <a href="http://live.gnome.org/Tracker/Roadmap";>RoadMap to 0.7</a> is on the wiki.</p>
+
+	<h3>Bugs!</h3>
+	<p>To report a bug you can use:</p>
+	<ul>
+	  <li>the bugzilla on gnome <a href="http://bugzilla.gnome.org/browse.cgi?product=tracker";>http://bugzilla.gnome.org/browse.cgi?product=tracker</a></li>
+	  <li>the Tracker Mailing list <a href="http://mail.gnome.org/mailman/listinfo/tracker-list";>Tracker mailing list</a></li>
+	</ul>
 
-<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>
-</ul>
+	<h3 id="contacts">Contacts</h3>
 
-<div id="footer">
-<hr/>
-<p><a href="http://validator.w3.org/check?uri=referer";><img
-        src="http://www.w3.org/Icons/valid-xhtml10-blue";
-        alt="Valid XHTML 1.0 Transitional" height="31" width="88" /></a>
-    
-        <a href="http://jigsaw.w3.org/css-validator/check/referer";>
-            <img style="border:0;width:88px;height:31px" src="http://www.w3.org/Style/CSS/Buttons/cssos"; alt="Made with CSS" />
-        </a>
-</p>
-        <script type="text/javascript" src="js/datemod.js" language="JavaScript"></script>
-<br/>
-    
-</div>
-
-</div>
-</body>
+	<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>
+	</ul>
+      </div> <!-- content -->
+      
+    </div> <!-- container -->
+  </body>
 </html>
diff --git a/projects.gnome.org/tracker/documentation.html b/projects.gnome.org/tracker/documentation.html
index 412d852..e0c8e87 100644
--- a/projects.gnome.org/tracker/documentation.html
+++ b/projects.gnome.org/tracker/documentation.html
@@ -1,144 +1,102 @@
-<!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" />
-</head>
-
-<body>
+<!DOCTYPE html 
+	  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+	  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
+<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
+  <head>
+    <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
+    
+    <meta name="Description" content="Tracker Project" />
+    <meta name="Keywords" content="Tracker, Metadata, SPARQL, Nepomuk, Semantic, Search, FTS, RDF" />
+    
+    <meta name="allow-search" content="yes" />
+    <meta name="revisit-after" content="10 Days" />
 
-<div id="logo">
-	<img src="images/meta_tracker_logo.png" alt="Meta Tracker"/>
-</div>
+    <script type="text/javascript" src="http://www.google.com/jsapi";></script>
 
-<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>
+    <script type="text/javascript">google.load("jquery", "1.2.6")</script>
+    <script type="text/javascript" src="scripts/jquery.corners.js"></script>
+    <script type="text/javascript" src="scripts/tracker.js"></script>
+    
+    <link href="style/tracker.css" rel="stylesheet" type="text/css" />
+
+    <link rel="icon" href="favicon.ico" type="image/x-icon" />
+    <title>Tracker</title>
+  </head>
+  <body>
+    <div id="container" class="rounded {12px top bottom}">
+      <div id="header" class="rounded {12px top}">
+        <img src="images/meta_tracker_logo.png" alt="Tracker"/>
+      </div>
+      
+      <div id="menu">
+	<table>
+	  <tr>
+	    <td><a title="About Tracker." href="index.html" class="current">About</a></td>
+	    <td><a title="Find out what Tracker can do." href="features.html">Features</a></td>
+	    <td><a title="Download Tracker." href="download.html">Download</a></td>
+	    <td><a title="See Tracker in use." href="screenshots.html">Screenshots</a></td>
+	    <td><a title="Read up on documentation about Tracker+." href="documentation.html" class="current">Documentation</a></td>
+	    <td><a title="Find out how you can get involved in the development of Tracker." href="development.html">Development</a></td>
+	  </tr>
+	</table>
+      </div>
+      
+      <div id="content">
+	<h2>Documentation</h2>
+	<p>For <b>a quickstart</b> in how to install and run tracker
+	read <a href="start.html">here</a>.</p> 
+	<p>The <b>documentation to develop an applications using
+	tracker</b> as backend can be found in
+	the <a href="http://live.gnome.org/Tracker/Documentation";>wiki</a>.</p> 
+
+	<p>The <b>list of the application</b> using Tracker can be
+	found <a href="documentation.html#applications">here</a>.</p> 
+
+	<h2>Choose what to index</h2>
+	<p>Tracker comes with a GUI (Gtk2) interface to choose what
+	and how index. From a terminal
+	digit: <span class="terminal">tracker-preferences</span> to
+	fire up the preferences dialog.</p>  
+	<p><img src="images/screenshots/screenshot-0.6.0-tracker-prefs.png" width="441" height="489" alt="tracker preferences" /></p>
+
+	<p>You can always tune Tracker's behaviour by writing directly
+	the config file under <em>~/.config/tracker.cfg</em>. Tracker
+	can automatically detect those changes even when running.</p>
+
+	<h2>Command line</h2>
+	<p>Tracker has several command line:</p>
+	<ul>
+	  <li><span>tracker-tag</span> for setting and searching
+	  tags/keywords</li> 
+	  <li><span>tracker-extract FILE</span> this extracts embedded
+	  metadata from FILE and prints to stdout</li> 
+	  <li><span>tracker-query</span> this reads an RDF Query that
+	  specifies the search criteria for various fields. </li> 
 	</ul>
 
-</div>
-
-<div id="content">
-<h3>Documentation</h3>
-<p>For <b>a quickstart</b> in how to install and run tracker read <a href="start.html">here</a>.</p>
-<p>The <b>documentation to develop an applications using tracker</b> as backend can be found in the <a href="http://live.gnome.org/Tracker/Documentation";>wiki</a>.</p>
-
-<p>The <b>list of the application</b> using Tracker can be found <a href="documentation.html#applications">here</a>. </p>
-
-<h4>Choose what to index</h4>
-<p>Tracker comes with a GUI (Gtk2) interface to choose what and how index. From a terminal digit: <span class="terminal">tracker-preferences</span> to fire up the preferences dialog.</p> 
-<p><img src="images/screenshot-0.6.0-tracker-prefs.png" width="441" height="489" alt="tracker preferences" /></p>
-
-<p>You can always tune Tracker's behaviour by writing directly the
-   config file under <em>~/.config/tracker.cfg</em>. Tracker can
-   automatically detect those changes even when running.</p>
-
-
-<h4>Command line</h4>
-
-<p>Tracker has several command line:</p>
-<ul>
-	<li class="spacer"><span class="terminal">tracker-tag</span> for setting and searching tags/keywords</li>
-	<li class="spacer"><span class="terminal">tracker-extract FILE</span> this extracts embedded metadata from FILE and prints
-to stdout</li>
-	<li class="spacer"><span class="terminal">tracker-query</span> this reads an RDF Query that specifies the search criteria for various fields. </li>
-</ul>
-<h4>Following the Fredesktop.org standards</h4>
-<p>From 0.6.0 Tracker follows the <a href="http://standards.freedesktop.org/basedir-spec/basedir-spec-0.6.html";>freedesktop.org standards</a>:</p> 
+	<h2>Following the Fredesktop.org standards</h2>
+	<p>From 0.6.0 Tracker follows
+	the <a href="http://standards.freedesktop.org/basedir-spec/basedir-spec-0.6.html";>freedesktop.org
+	standards</a>:</p>  
 	<ul>
-		<li><strong>configuration</strong> -- <em>~/.config/tracker/tracker.cfg</em></li>
-		<li><strong>data</strong> -- <em>~/.local/share/tracker</em></li>
-		<li><strong>index cache</strong> -- <em>~/.cache/tracker</em></li>
+	  <li><strong>configuration</strong> -- <em>~/.config/tracker/tracker.cfg</em></li>
+	  <li><strong>data</strong> -- <em>~/.local/share/tracker</em></li>
+	  <li><strong>index cache</strong> -- <em>~/.cache/tracker</em></li>
 	</ul>
 
-<h4>Autostart Tracker</h4>
-<p>Tracker should be alredy added to your session if you use a Desktop Enviroment that respects the freedesktop spec. </p>
-<ul>
-	<li>In Gnome check your Session Property and enable Tracker if is not already.</li>
-	<li>In KDE check your Autostart program and enable Tracker if is not already.</li>
-	<li>In XFCE check your Session Manager and enable Tracker if is not already.</li>
-</ul>
-
-<h3 id="applications">Applications using Tracker:</h3>
-
-<h4><a href="http://projects.gnome.org/nautilus/";>Nautilus</a></h4>
-
-
-<p>Nautilus may not ship with tracker integration for all the distro so you should compile it. The following distro has the support for tracker already compiled (you don't need to do the job ):</p> 
-<ul>
-	<li>Debian Unstable</li>
-	<li>Fedora</li>
-</ul>
-<p>
-To compile Nautilus with tracker integration just compile version Nautilus (ver 2.13.4 or above) after you have installed the package tracker-devel.
-If you have compiled tracker by your own you don't need anything else. Nautilus should auto detect the Tracker library and automatically add the tracker support. Check the Make report.</p>
-
-<h4><a href="http://raphael.slinckx.net/deskbar/";>Deskbar</a></h4>
-
-<p>A package should be available to install the deskbar handler, if it is not provided with the tracker-search-tool. On Debian/Ubuntu is called <code>libdeskbar-tracker</code>.</p>
-
-<h4><a href="http://demandiseineseite.gmxhome.de/find/";>Kio-find</a></h4>
-
-<p>Kio-find is a KIO slave that allows KDE's file manager Konqueror to access tracker's indexing database. find_applet adds a search box to the kicker bar.</p>
-
-<h4><a href="http://www.grillbar.org/wordpress/?p=173";>Daze</a></h4>
-<p>Daze is a small note-taking/annotation tool. A bit in the spirit of Tomboy, but with a considerably smaller feature scope.</p>
-
-<h4><a href="http://www.twotoasts.de/index.php?/pages/catfish_summary.html";>Catfish</a></h4>
-
-<p>Catfish is a handy file searching tool for linux and unix. Basically it is a frontend for different search engines (daemons) which provides a unified interface.</p>
-
-<h4><a href="http://code.google.com/p/affinity-search/";>Affinity</a></h4>
-
-<p>Affinity is a desktop search tool, which hopes to provide a quick way to get at all the different information on your desktop. It achieves this by having various back-ends, but implemented through one standard interface.</p>
-
-<h4><a href="http://live.gnome.org/PaperBox";>PaperBox</a></h4>
-
-<p>PaperBox is a metadata-driven document browser. It is based on Tracker, desktop indexer and metadata store. It is able to retrieve information about all the documents present on your desktop, and presents them in a convenient way. It lets you organize your documents by tags, which are shared across all Tracker-based applications.</p>
- 
-<h4><a href="http://sourceforge.net/projects/gabasa/";>Gabasa</a></h4>
-
-<p>Gabasa is a spotlight like frontend for tracker.</p>
-
-<h4><a href="http://www.iola.dk/nemo/";>Nemo</a></h4>
-
-<p>Nemo is a new way of managing files. Or rather not manage files. Currently it's a cross between a calendar and a file browser with labels. It's a free/open source GTK application written in C#.</p>
-
-<h4><a href="http://live.gnome.org/Rygel";>Rygel</a></h4>
-
-<p>Rygel is a collection of UPnP/DLNA devices, implemented through a plug-in mechanism. </p>
-
-<!-- end applications -->
-
-<p><em>If you know an application using tracker let us know <a href="development.html#contacts">Contacts</a></em></p>
-
-
-<div id="footer">
-<hr/>
-<p><a href="http://validator.w3.org/check?uri=referer";><img
-        src="http://www.w3.org/Icons/valid-xhtml10-blue";
-        alt="Valid XHTML 1.0 Transitional" height="31" width="88" /></a>
-    
-        <a href="http://jigsaw.w3.org/css-validator/check/referer";>
-            <img style="border:0;width:88px;height:31px" src="http://www.w3.org/Style/CSS/Buttons/cssos"; alt="Made with CSS" />
-        </a>
-</p>
-        <script type="text/javascript" src="js/datemod.js" language="JavaScript"></script>
-<br/>
-    
-</div>
-</div>
-
-</body>
+	<h2>Autostart Tracker</h2>
+	<p>Tracker should be alredy added to your session if you use a
+	Desktop Enviroment that respects the freedesktop spec. </p> 
+	<ul>
+	  <li>In Gnome check your Session Property and enable Tracker
+	  if is not already.</li> 
+	  <li>In KDE check your Autostart program and enable Tracker
+	  if is not already.</li> 
+	  <li>In XFCE check your Session Manager and enable Tracker if
+	  is not already.</li> 
+	</ul>
+      </div> <!-- content -->
+      
+    </div> <!-- container -->
+  </body>
 </html>
diff --git a/projects.gnome.org/tracker/download.html b/projects.gnome.org/tracker/download.html
index e6feeec..691b165 100644
--- a/projects.gnome.org/tracker/download.html
+++ b/projects.gnome.org/tracker/download.html
@@ -1,65 +1,65 @@
-<!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" />
-</head>
-
-<body>
-
-<div id="logo">
-	<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>
-
-</div>
-
-<div id="content">
+<!DOCTYPE html 
+	  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+	  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
+<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
+  <head>
+    <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
+    
+    <meta name="Description" content="Tracker Project" />
+    <meta name="Keywords" content="Tracker, Metadata, SPARQL, Nepomuk, Semantic, Search, FTS, RDF" />
+    
+    <meta name="allow-search" content="yes" />
+    <meta name="revisit-after" content="10 Days" />
 
-<h3>Download</h3>
+    <script type="text/javascript" src="http://www.google.com/jsapi";></script>
 
-<p>Here are the latest source tarballs for Tracker:</p>
+    <script type="text/javascript">google.load("jquery", "1.2.6")</script>
+    <script type="text/javascript" src="scripts/jquery.corners.js"></script>
+    <script type="text/javascript" src="scripts/tracker.js"></script>
+    
+    <link href="style/tracker.css" rel="stylesheet" type="text/css" />
 
-<ul>
-	<li><a href="http://ftp.gnome.org/pub/GNOME/sources/tracker/0.6/tracker-0.6.95.tar.gz";>
-			Tracker 0.6.95 (gz)</a></li>
-	<li><a href="http://ftp.gnome.org/pub/GNOME/sources/tracker/0.6/tracker-0.6.95.tar.bz2";>
-			Tracker 0.6.95 (bz2)</a></li>
-</ul>
+    <link rel="icon" href="favicon.ico" type="image/x-icon" />
+    <title>Tracker</title>
+  </head>
+  <body>
+    <div id="container" class="rounded {12px top bottom}">
+      <div id="header" class="rounded {12px top}">
+        <img src="images/meta_tracker_logo.png" alt="Tracker"/>
+      </div>
+      
+      <div id="menu">
+	<table>
+	  <tr>
+	    <td><a title="About Tracker." href="index.html">About</a></td>
+	    <td><a title="Find out what Tracker can do." href="features.html">Features</a></td>
+	    <td><a title="Download Tracker." href="download.html" class="current">Download</a></td>
+	    <td><a title="See Tracker in use." href="screenshots.html">Screenshots</a></td>
+	    <td><a title="Read up on documentation about Tracker+." href="documentation.html">Documentation</a></td>
+	    <td><a title="Find out how you can get involved in the development of Tracker." href="development.html">Development</a></td>
+	  </tr>
+	</table>
+      </div>
+      
+      <div id="content">
+	<h2>Bleeding Edge</h2>
+	<p>You can check out the latest unstable release of Tracker using <a href="http://git-scm.com/";>git</a>.</p>
+	<pre>git clone git://git.gnome.org/tracker</pre>
 
-See <a href="start.html">Getting Started</a> for installation instructions.
+	<p>If you plan on pushing changes back upstream and have a GNOME account, use the following instead:</p>
+	<pre>git clone ssh://&lt;username&gt;@git.gnome.org/git/tracker</pre>
 
-<div id="footer">
-<hr/>
-<p><a href="http://validator.w3.org/check?uri=referer";><img
-        src="http://www.w3.org/Icons/valid-xhtml10-blue";
-        alt="Valid XHTML 1.0 Transitional" height="31" width="88" /></a>
-    
-        <a href="http://jigsaw.w3.org/css-validator/check/referer";>
-            <img style="border:0;width:88px;height:31px" src="http://www.w3.org/Style/CSS/Buttons/cssos"; alt="Made with CSS" />
-        </a>
-</p>
-        <script type="text/javascript" src="js/datemod.js" language="JavaScript"></script>
-<br/>
-    
-</div>
+	<p>For more information on this, see the <a href="http://live.gnome.org/GitMigration/Git";>instructions on how to use the repository</a></p>
 
-</div>
+	<h2>Unstable Release</h2>
+	<p>Check out the latest unstable releases of <a href="http://download.gnome.org/sources/tracker/0.7/
+">Tracker 0.7</a>.</p>
 
-</body>
+	<h2>Stable Release</h2>
+	<p>Check out the latest stable releases of <a href="http://download.gnome.org/sources/tracker/0.6/
+">Tracker 0.6</a>.</p>
+      </div> <!-- content -->
+      
+    </div> <!-- container -->
+  </body>
 </html>
diff --git a/projects.gnome.org/tracker/features.html b/projects.gnome.org/tracker/features.html
index 169b951..5eb876e 100644
--- a/projects.gnome.org/tracker/features.html
+++ b/projects.gnome.org/tracker/features.html
@@ -1,117 +1,110 @@
-<!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" />
-</head>
-
-<body>
+<!DOCTYPE html 
+	  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+	  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
+<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
+  <head>
+    <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
+    
+    <meta name="Description" content="Tracker Project" />
+    <meta name="Keywords" content="Tracker, Metadata, SPARQL, Nepomuk, Semantic, Search, FTS, RDF" />
+    
+    <meta name="allow-search" content="yes" />
+    <meta name="revisit-after" content="10 Days" />
 
-<div id="logo">
-	<img src="images/meta_tracker_logo.png" alt="Meta Tracker"/>
-</div>
+    <script type="text/javascript" src="http://www.google.com/jsapi";></script>
 
-<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>
+    <script type="text/javascript">google.load("jquery", "1.2.6")</script>
+    <script type="text/javascript" src="scripts/jquery.corners.js"></script>
+    <script type="text/javascript" src="scripts/tracker.js"></script>
+    
+    <link href="style/tracker.css" rel="stylesheet" type="text/css" />
+
+    <link rel="icon" href="favicon.ico" type="image/x-icon" />
+    <title>Tracker</title>
+  </head>
+  <body>
+    <div id="container" class="rounded {12px top bottom}">
+      <div id="header" class="rounded {12px top}">
+        <img src="images/meta_tracker_logo.png" alt="Tracker"/>
+      </div>
+      
+      <div id="menu">
+	<table>
+	  <tr>
+	    <td><a title="About Tracker." href="index.html">About</a></td>
+	    <td><a title="Find out what Tracker can do." href="features.html" class="current">Features</a></td>
+	    <td><a title="Download Tracker." href="download.html">Download</a></td>
+	    <td><a title="See Tracker in use." href="screenshots.html">Screenshots</a></td>
+	    <td><a title="Read up on documentation about Tracker+." href="documentation.html">Documentation</a></td>
+	    <td><a title="Find out how you can get involved in the development of Tracker." href="development.html">Development</a></td>
+	  </tr>
+	</table>
+      </div>
+      
+      <div id="content">
+	<h2>Key Features</h2>
+	<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>
 	</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>
-</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>
-</ul>
-
-<h3>Efficient 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>
-</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>
-</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 it as its desktop file parser, or Rhythmbox 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>
-Tracker can also provide a user definable object store (for things like notes, playlists, contacts, etc) complete with user-definable properties (metadata). Using Tracker as a storage base has a number of benefits:
-<ul>
-	<li>Automatically indexed via crawler or notifications frameworks. </li>
-	<li>Embedded metadata and text contents are fully extracted and indexed for storage and high speed search.</li>
-	<li>Extensible metadata and tags. All entities can have an almost infinite number of properties which can be application or user-defined.</li>
-	<li>Persistent internal storage of objects removes the need for storing them externally if desired.</li>
-	<li>Link and define explicit relationships between different objects.</li>
-	<li>Easily exploitable 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. 
-<ul>
-	<li>You can assign as many tags to a file as you like and rename or delete the tags later.</li>
-	<li>You can organize, under a logical tag, several files in different folders and retrieve all of them using the common tag.</li>
-</ul> 
+	<h2>Desktop Neutral Design</h2>
+	<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>
+	</ul>
 
-<div id="footer">
-<hr/>
-<p><a href="http://validator.w3.org/check?uri=referer";><img
-        src="http://www.w3.org/Icons/valid-xhtml10-blue";
-        alt="Valid XHTML 1.0 Transitional" height="31" width="88" /></a>
-    
-        <a href="http://jigsaw.w3.org/css-validator/check/referer";>
-            <img style="border:0;width:88px;height:31px" src="http://www.w3.org/Style/CSS/Buttons/cssos"; alt="Made with CSS" />
-        </a>
-</p>
-        <script type="text/javascript" src="js/datemod.js" language="JavaScript"></script>
-<br/>
-    
+	<h2>Efficient and Stable</h2>
+	<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>
+	</ul>
 
-</div>
+	<h2>Components</h2>
+	<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>
+	</ul>
 
-</div>
 
-</body>
+	<h2> Use Cases </h2>
+	<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 it as its desktop file parser, or Rhythmbox 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>
 
-</html>
+	<h2>Object store</h2>
+	Tracker can also provide a user definable object store (for things like notes, playlists, contacts, etc) complete with user-definable properties (metadata). Using Tracker as a storage base has a number of benefits:
+	<ul>
+	  <li>Automatically indexed via crawler or notifications frameworks. </li>
+	  <li>Embedded metadata and text contents are fully extracted and indexed for storage and high speed search.</li>
+	  <li>Extensible metadata and tags. All entities can have an almost infinite number of properties which can be application or user-defined.</li>
+	  <li>Persistent internal storage of objects removes the need for storing them externally if desired.</li>
+	  <li>Link and define explicit relationships between different objects.</li>
+	  <li>Easily exploitable 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>
+	<h2>Tagging</h2>
+	Tags are one-word labels that you can assign to any file to help you categorize and remember them. 
+	<ul>
+	  <li>You can assign as many tags to a file as you like and rename or delete the tags later.</li>
+	  <li>You can organize, under a logical tag, several files in different folders and retrieve all of them using the common tag.</li>
+	</ul> 
+
+      </div> <!-- container -->
+    </body>
+  </html>
diff --git a/projects.gnome.org/tracker/images/Makefile.am b/projects.gnome.org/tracker/images/Makefile.am
index 16bee53..4bec947 100644
--- a/projects.gnome.org/tracker/images/Makefile.am
+++ b/projects.gnome.org/tracker/images/Makefile.am
@@ -1,57 +1,35 @@
-SUBDIRS=
+SUBDIRS =
 
 urlpath = /tracker/images
 
-page_SCRIPTS=
+page_SCRIPTS =
 
 include $(top_srcdir)/rules.common
 
-misc_images=\
-        0.6.0_badge.png \
-        app.png \
-        appointments.png \
-        bookmark.png \
-        contacts.png \
-        conversation.png \
-        development.png \
-        docs.png \
-        email.png \
-        files.png \
-        images.png \
-        meta_tracker_logo.png \
-        music.png \
-        notes.png \
-        playlist.png \
-        projects.png \
-        screenshot-0.6.0-tracker-prefs.png \
-        screenshot-0.6.0-tracker-prefs2.png \
-        screenshot-0.6.0-tracker-search-tool.png \
-        screenshot-deskbar-live-search-for-daze.png \
-        screenshot-deskbar-live-search-for-daze_thumbnail.png \
-        screenshot-nautilus_search_for_bioinformatics.png \
-        screenshot-nautilus_search_for_bioinformatics_thumbnail.png \
-        screenshot-nautilus_search_for_echoes.png \
-        screenshot-nautilus_search_for_echoes_thumbnail.png \
-        screenshot-search_for_technologies.png \
-        screenshot-search_for_technologies_thumbnail.png \
-        screenshot-search_for_test.png \
-        screenshot-search_for_test_thumbnail.png \
-        screenshot-system_monitor-trackerd.png \
-        screenshot-system_monitor-trackerd_thumbnail.png \
-        screenshot-t-s-t_search_for_pearl_jam.png \
-        screenshot-t-s-t_search_for_pearl_jam_and_ten.png \
-        screenshot-t-s-t_search_for_pearl_jam_and_ten_thumbnail.png \
-        screenshot-t-s-t_search_for_pearl_jam_thumbnail.png \
-        screenshot-time-tracker-search.png \
-        screenshot-time-tracker-search_thumbnail.png \
-        t-s-t.png \
-        tasks.png \
-        text.png \
-        tracker_logo.png \
-        videos.png \
+misc_images = 								\
+	header-background.png						\
+        0.6.0_badge.png 						\
+        app.png 							\
+        appointments.png 						\
+        bookmark.png 							\
+        contacts.png 							\
+        conversation.png						\
+        development.png 						\
+        docs.png 							\
+        email.png 							\
+        files.png 							\
+        images.png 							\
+        meta_tracker_logo.png 						\
+        music.png 							\
+        notes.png 							\
+        playlist.png 							\
+        projects.png 							\
+        t-s-t.png 							\
+        tasks.png 							\
+        text.png 							\
+        tracker_logo.png						\
+        videos.png 							\
         x-office-spreadsheet.png
 
-
-
-page_DATA=$(misc_images)
+page_DATA = $(misc_images)
 
diff --git a/projects.gnome.org/tracker/images/header-background.png b/projects.gnome.org/tracker/images/header-background.png
new file mode 100644
index 0000000..9f8f076
Binary files /dev/null and b/projects.gnome.org/tracker/images/header-background.png differ
diff --git a/projects.gnome.org/tracker/images/screenshots/Makefile.am b/projects.gnome.org/tracker/images/screenshots/Makefile.am
new file mode 100644
index 0000000..38e9ed3
--- /dev/null
+++ b/projects.gnome.org/tracker/images/screenshots/Makefile.am
@@ -0,0 +1,33 @@
+SUBDIRS =
+
+urlpath = /tracker/images/screenshots
+
+page_SCRIPTS =
+
+include $(top_srcdir)/rules.common
+
+misc_images = 								\
+        screenshot-0.6.0-tracker-prefs.png 				\
+        screenshot-0.6.0-tracker-prefs2.png 				\
+        screenshot-0.6.0-tracker-search-tool.png 			\
+        screenshot-deskbar-live-search-for-daze.png 			\
+        screenshot-deskbar-live-search-for-daze_thumbnail.png 		\
+        screenshot-nautilus_search_for_bioinformatics.png 		\
+        screenshot-nautilus_search_for_bioinformatics_thumbnail.png 	\
+        screenshot-nautilus_search_for_echoes.png 			\
+        screenshot-nautilus_search_for_echoes_thumbnail.png 		\
+        screenshot-search_for_technologies.png 				\
+        screenshot-search_for_technologies_thumbnail.png 		\
+        screenshot-search_for_test.png 					\
+        screenshot-search_for_test_thumbnail.png 			\
+        screenshot-system_monitor-trackerd.png 				\
+        screenshot-system_monitor-trackerd_thumbnail.png 		\
+        screenshot-t-s-t_search_for_pearl_jam.png 			\
+        screenshot-t-s-t_search_for_pearl_jam_and_ten.png 		\
+        screenshot-t-s-t_search_for_pearl_jam_and_ten_thumbnail.png 	\
+        screenshot-t-s-t_search_for_pearl_jam_thumbnail.png 		\
+        screenshot-time-tracker-search.png 				\
+        screenshot-time-tracker-search_thumbnail.png
+
+page_DATA = $(misc_images)
+
diff --git a/projects.gnome.org/tracker/images/screenshot-0.6.0-tracker-prefs.png b/projects.gnome.org/tracker/images/screenshots/screenshot-0.6.0-tracker-prefs.png
similarity index 100%
rename from projects.gnome.org/tracker/images/screenshot-0.6.0-tracker-prefs.png
rename to projects.gnome.org/tracker/images/screenshots/screenshot-0.6.0-tracker-prefs.png
diff --git a/projects.gnome.org/tracker/images/screenshot-0.6.0-tracker-prefs2.png b/projects.gnome.org/tracker/images/screenshots/screenshot-0.6.0-tracker-prefs2.png
similarity index 100%
rename from projects.gnome.org/tracker/images/screenshot-0.6.0-tracker-prefs2.png
rename to projects.gnome.org/tracker/images/screenshots/screenshot-0.6.0-tracker-prefs2.png
diff --git a/projects.gnome.org/tracker/images/screenshot-0.6.0-tracker-search-tool.png b/projects.gnome.org/tracker/images/screenshots/screenshot-0.6.0-tracker-search-tool.png
similarity index 100%
rename from projects.gnome.org/tracker/images/screenshot-0.6.0-tracker-search-tool.png
rename to projects.gnome.org/tracker/images/screenshots/screenshot-0.6.0-tracker-search-tool.png
diff --git a/projects.gnome.org/tracker/images/screenshot-deskbar-live-search-for-daze.png b/projects.gnome.org/tracker/images/screenshots/screenshot-deskbar-live-search-for-daze.png
similarity index 100%
rename from projects.gnome.org/tracker/images/screenshot-deskbar-live-search-for-daze.png
rename to projects.gnome.org/tracker/images/screenshots/screenshot-deskbar-live-search-for-daze.png
diff --git a/projects.gnome.org/tracker/images/screenshot-deskbar-live-search-for-daze_thumbnail.png b/projects.gnome.org/tracker/images/screenshots/screenshot-deskbar-live-search-for-daze_thumbnail.png
similarity index 100%
rename from projects.gnome.org/tracker/images/screenshot-deskbar-live-search-for-daze_thumbnail.png
rename to projects.gnome.org/tracker/images/screenshots/screenshot-deskbar-live-search-for-daze_thumbnail.png
diff --git a/projects.gnome.org/tracker/images/screenshot-nautilus_search_for_bioinformatics.png b/projects.gnome.org/tracker/images/screenshots/screenshot-nautilus_search_for_bioinformatics.png
similarity index 100%
rename from projects.gnome.org/tracker/images/screenshot-nautilus_search_for_bioinformatics.png
rename to projects.gnome.org/tracker/images/screenshots/screenshot-nautilus_search_for_bioinformatics.png
diff --git a/projects.gnome.org/tracker/images/screenshot-nautilus_search_for_bioinformatics_thumbnail.png b/projects.gnome.org/tracker/images/screenshots/screenshot-nautilus_search_for_bioinformatics_thumbnail.png
similarity index 100%
rename from projects.gnome.org/tracker/images/screenshot-nautilus_search_for_bioinformatics_thumbnail.png
rename to projects.gnome.org/tracker/images/screenshots/screenshot-nautilus_search_for_bioinformatics_thumbnail.png
diff --git a/projects.gnome.org/tracker/images/screenshot-nautilus_search_for_echoes.png b/projects.gnome.org/tracker/images/screenshots/screenshot-nautilus_search_for_echoes.png
similarity index 100%
rename from projects.gnome.org/tracker/images/screenshot-nautilus_search_for_echoes.png
rename to projects.gnome.org/tracker/images/screenshots/screenshot-nautilus_search_for_echoes.png
diff --git a/projects.gnome.org/tracker/images/screenshot-nautilus_search_for_echoes_thumbnail.png b/projects.gnome.org/tracker/images/screenshots/screenshot-nautilus_search_for_echoes_thumbnail.png
similarity index 100%
rename from projects.gnome.org/tracker/images/screenshot-nautilus_search_for_echoes_thumbnail.png
rename to projects.gnome.org/tracker/images/screenshots/screenshot-nautilus_search_for_echoes_thumbnail.png
diff --git a/projects.gnome.org/tracker/images/screenshot-search_for_technologies.png b/projects.gnome.org/tracker/images/screenshots/screenshot-search_for_technologies.png
similarity index 100%
rename from projects.gnome.org/tracker/images/screenshot-search_for_technologies.png
rename to projects.gnome.org/tracker/images/screenshots/screenshot-search_for_technologies.png
diff --git a/projects.gnome.org/tracker/images/screenshot-search_for_technologies_thumbnail.png b/projects.gnome.org/tracker/images/screenshots/screenshot-search_for_technologies_thumbnail.png
similarity index 100%
rename from projects.gnome.org/tracker/images/screenshot-search_for_technologies_thumbnail.png
rename to projects.gnome.org/tracker/images/screenshots/screenshot-search_for_technologies_thumbnail.png
diff --git a/projects.gnome.org/tracker/images/screenshot-search_for_test.png b/projects.gnome.org/tracker/images/screenshots/screenshot-search_for_test.png
similarity index 100%
rename from projects.gnome.org/tracker/images/screenshot-search_for_test.png
rename to projects.gnome.org/tracker/images/screenshots/screenshot-search_for_test.png
diff --git a/projects.gnome.org/tracker/images/screenshot-search_for_test_thumbnail.png b/projects.gnome.org/tracker/images/screenshots/screenshot-search_for_test_thumbnail.png
similarity index 100%
rename from projects.gnome.org/tracker/images/screenshot-search_for_test_thumbnail.png
rename to projects.gnome.org/tracker/images/screenshots/screenshot-search_for_test_thumbnail.png
diff --git a/projects.gnome.org/tracker/images/screenshot-system_monitor-trackerd.png b/projects.gnome.org/tracker/images/screenshots/screenshot-system_monitor-trackerd.png
similarity index 100%
rename from projects.gnome.org/tracker/images/screenshot-system_monitor-trackerd.png
rename to projects.gnome.org/tracker/images/screenshots/screenshot-system_monitor-trackerd.png
diff --git a/projects.gnome.org/tracker/images/screenshot-system_monitor-trackerd_thumbnail.png b/projects.gnome.org/tracker/images/screenshots/screenshot-system_monitor-trackerd_thumbnail.png
similarity index 100%
rename from projects.gnome.org/tracker/images/screenshot-system_monitor-trackerd_thumbnail.png
rename to projects.gnome.org/tracker/images/screenshots/screenshot-system_monitor-trackerd_thumbnail.png
diff --git a/projects.gnome.org/tracker/images/screenshot-t-s-t_search_for_pearl_jam.png b/projects.gnome.org/tracker/images/screenshots/screenshot-t-s-t_search_for_pearl_jam.png
similarity index 100%
rename from projects.gnome.org/tracker/images/screenshot-t-s-t_search_for_pearl_jam.png
rename to projects.gnome.org/tracker/images/screenshots/screenshot-t-s-t_search_for_pearl_jam.png
diff --git a/projects.gnome.org/tracker/images/screenshot-t-s-t_search_for_pearl_jam_and_ten.png b/projects.gnome.org/tracker/images/screenshots/screenshot-t-s-t_search_for_pearl_jam_and_ten.png
similarity index 100%
rename from projects.gnome.org/tracker/images/screenshot-t-s-t_search_for_pearl_jam_and_ten.png
rename to projects.gnome.org/tracker/images/screenshots/screenshot-t-s-t_search_for_pearl_jam_and_ten.png
diff --git a/projects.gnome.org/tracker/images/screenshot-t-s-t_search_for_pearl_jam_and_ten_thumbnail.png b/projects.gnome.org/tracker/images/screenshots/screenshot-t-s-t_search_for_pearl_jam_and_ten_thumbnail.png
similarity index 100%
rename from projects.gnome.org/tracker/images/screenshot-t-s-t_search_for_pearl_jam_and_ten_thumbnail.png
rename to projects.gnome.org/tracker/images/screenshots/screenshot-t-s-t_search_for_pearl_jam_and_ten_thumbnail.png
diff --git a/projects.gnome.org/tracker/images/screenshot-t-s-t_search_for_pearl_jam_thumbnail.png b/projects.gnome.org/tracker/images/screenshots/screenshot-t-s-t_search_for_pearl_jam_thumbnail.png
similarity index 100%
rename from projects.gnome.org/tracker/images/screenshot-t-s-t_search_for_pearl_jam_thumbnail.png
rename to projects.gnome.org/tracker/images/screenshots/screenshot-t-s-t_search_for_pearl_jam_thumbnail.png
diff --git a/projects.gnome.org/tracker/images/screenshot-time-tracker-search.png b/projects.gnome.org/tracker/images/screenshots/screenshot-time-tracker-search.png
similarity index 100%
rename from projects.gnome.org/tracker/images/screenshot-time-tracker-search.png
rename to projects.gnome.org/tracker/images/screenshots/screenshot-time-tracker-search.png
diff --git a/projects.gnome.org/tracker/images/screenshot-time-tracker-search_thumbnail.png b/projects.gnome.org/tracker/images/screenshots/screenshot-time-tracker-search_thumbnail.png
similarity index 100%
rename from projects.gnome.org/tracker/images/screenshot-time-tracker-search_thumbnail.png
rename to projects.gnome.org/tracker/images/screenshots/screenshot-time-tracker-search_thumbnail.png
diff --git a/projects.gnome.org/tracker/index.html b/projects.gnome.org/tracker/index.html
index 9df749e..ce3846d 100644
--- a/projects.gnome.org/tracker/index.html
+++ b/projects.gnome.org/tracker/index.html
@@ -1,165 +1,59 @@
-<!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 foo" />
-	<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"/>
-</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>
-
-</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>
-
-<table class="tab_class">
-    <tr>
-        <td colspan="2"><h4>Supported data sources:</h4></td>
-        <td colspan="2"><h4>Planned support:</h4></td>
-    </tr>
-    
-    <tr>
-        <td><img alt="documents" src="images/docs.png"/></td>
-        <td><strong>Documents</strong></td>
-        <td><img alt="notes" src="images/notes.png"/></td>
-        <td><strong>Notes</strong></td>
-    </tr>
-    
-    <tr>
-        <td><img alt="music" src="images/music.png"/></td>
-        <td><strong>Music</strong></td>
-        <td><img alt="tasks" src="images/tasks.png"/></td>
-        <td><strong>Tasks</strong></td>
-    </tr>
-    
-    <tr>
-        <td><img alt="images" src="images/images.png"/></td>
-        <td><strong>Images</strong></td>
-        <td><img alt="contacts" src="images/contacts.png"/></td>
-        <td><strong>People/Contacts</strong></td>
-    </tr>
-    
-    <tr>
-        <td><img alt="videos" src="images/videos.png"/></td>
-        <td><strong>Videos</strong></td>
-	    <td><img alt="project" src="images/projects.png"/></td>
-	    <td><strong>Projects</strong></td>
-    </tr>
-    
-    <tr>
-        <td><img alt="text" src="images/text.png"/></td>
-        <td><strong>Text Files</strong></td>
-	    <td><img alt="bookmarks" src="images/bookmark.png"/></td>
-	    <td><strong>Bookmarks and History</strong></td>
-    </tr>
-    
-    <tr>
-        <td><img alt="developmentfiles" src="images/development.png"/></td>
-        <td><strong>Development Files</strong></td>
-        <td><img alt="appointments" src="images/appointments.png"/></td>
-        <td><strong>Appointments</strong></td>
-    </tr>
-
-	<tr>
-        <td><img alt="conversation" src="images/conversation.png"/></td>
-        <td><strong>Conversations</strong> </td>
-        <td><img alt="emails" src="images/email.png"/></td>
-        <td><strong>Emails*</strong> (Evolution)</td>     
-	    <td colspan="2"/>
-	</tr>
-
-	<tr>
-        <td><img alt="application" src="images/app.png"/></td>
-        <td><strong>Applications</strong></td>        
-	    <td colspan="2"/>
-	</tr>
-
-   <tr>
-        <td><img alt="files" src="images/files.png"/></td>
-        <td><strong>Files</strong></td>
-   </tr>
-
-	<tr>
-		  <td><img alt="playlist" src="images/playlist.png"/></td>
-        <td><strong>Playlists</strong></td>
-	</tr>
-</table>
-
-<p>* Evoluton plugin has been disabled on the 0.6.9x series. It will be renabled for the incoming 0.7.x.</p>
-
-<h3>News</h3>
-
-
-<ul>
-<li>
-<p>
-<a href="http://mail.gnome.org/archives/tracker-list/2009-May/msg00071.html";>Tracker 0.6.95</a> - 22 May</p>
-</li>
-
-<li>
-<p><a href="http://mail.gnome.org/archives/tracker-list/2009-April/msg00103.html";>Tracker 0.6.94</a> - 24 Apr</p>
-</li>
-
-<li><p>
-<a href="http://mail.gnome.org/archives/tracker-list/2009-April/msg00044.html";>Tracker 0.6.93</a> - 09 Apr</p>
-</li>
-
-<li><p>
-<a href="http://mail.gnome.org/archives/tracker-list/2009-March/msg00078.html";>Tracker 0.6.92</a> - 27 Mar</p>
-<p/></li>
-
-<li><p>
-<a href="http://mail.gnome.org/archives/tracker-list/2009-March/msg00025.html";>Tracker 0.6.91</a> - 13 Mar</p>
-</li>
-
-<li><p>
-<a href="http://mail.gnome.org/archives/tracker-list/2009-February/msg00064.html";>Tracker 0.6.90</a> - 09 Feb
-</p></li>
-
-<li><p>(see the <a href="http://git.gnome.org/cgit/tracker/tree/NEWS?h=tracker-0.6";>NEWS file</a> for info on all releases)
-</p></li>
-</ul>
-
-<div id="footer">
-<hr/>
-<p><a href="http://validator.w3.org/check?uri=referer";><img
-        src="http://www.w3.org/Icons/valid-xhtml10-blue";
-        alt="Valid XHTML 1.0 Transitional" height="31" width="88" /></a>
-    
-        <a href="http://jigsaw.w3.org/css-validator/check/referer";>
-            <img style="border:0;width:88px;height:31px" src="http://www.w3.org/Style/CSS/Buttons/cssos"; alt="Made with CSS" />
-        </a>
-</p>
-        <script type="text/javascript" src="js/datemod.js" language="JavaScript"></script>
-<br/>
-    
-
-</div>
-
-</div>
-
-</body>
+<!DOCTYPE html 
+	  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+	  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
+<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
+  <head>
+    <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
+    
+    <meta name="Description" content="Tracker Project" />
+    <meta name="Keywords" content="Tracker, Metadata, SPARQL, Nepomuk, Semantic, Search, FTS, RDF" />
+    
+    <meta name="allow-search" content="yes" />
+    <meta name="revisit-after" content="10 Days" />
+
+    <script type="text/javascript" src="http://www.google.com/jsapi";></script>
+
+    <script type="text/javascript">google.load("jquery", "1.2.6")</script>
+    <script type="text/javascript" src="scripts/jquery.corners.js"></script>
+    <script type="text/javascript" src="scripts/tracker.js"></script>
+    
+    <link href="style/tracker.css" rel="stylesheet" type="text/css" />
+
+    <link rel="icon" href="favicon.ico" type="image/x-icon" />
+    <title>Tracker</title>
+  </head>
+  <body>
+    <div id="container" class="rounded {12px top bottom}">
+      <div id="header" class="rounded {12px top}">
+        <img src="images/meta_tracker_logo.png" alt="Tracker"/>
+      </div>
+      
+      <div id="menu">
+	<table>
+	  <tr>
+	    <td><a title="About Tracker." href="index.html" class="current">About</a></td>
+	    <td><a title="Find out what Tracker can do." href="features.html">Features</a></td>
+	    <td><a title="Download Tracker." href="download.html">Download</a></td>
+	    <td><a title="See Tracker in use." href="screenshots.html">Screenshots</a></td>
+	    <td><a title="Read up on documentation about Tracker+." href="documentation.html">Documentation</a></td>
+	    <td><a title="Find out how you can get involved in the development of Tracker." href="development.html">Development</a></td>
+	  </tr>
+	</table>
+      </div>
+    
+      <div id="content">
+	<h2>What is Tracker?</h2>
+	<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> 
+      </div> <!-- content -->
+      
+    </div> <!-- container -->
+  </body>
 </html>
diff --git a/projects.gnome.org/tracker/screenshots.html b/projects.gnome.org/tracker/screenshots.html
index ba6c6f0..fbc1eee 100644
--- a/projects.gnome.org/tracker/screenshots.html
+++ b/projects.gnome.org/tracker/screenshots.html
@@ -1,95 +1,94 @@
-<!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" />
-</head>
-
-<body>
-
-<div id="logo">
-	<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 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>
-
-<div id="content">
-
-<h3>Tracker Search Tool (t-s-t): </h3>
-
-<p>Search for technology: </p>
-<p><img src="images/screenshot-0.6.0-tracker-search-tool.png" width="815" height="529" alt="t-s-t screenshot" /></p>
-
-<h3>Tracker Preferences</h3>
-<p>Take the control back.</p>
-<p><img src="images/screenshot-0.6.0-tracker-prefs.png" width="441" height="489" alt="tracker preferences 0.6.0" /></p>
-<p><img src="images/screenshot-0.6.0-tracker-prefs2.png" width="441" height="489" alt="tracker preferences 2" /></p>
-
-
-<h3>Nautilus integration</h3>
-<p> Search for <em>Bioinformatics</em> only in the PDF/PS mimetype.</p>
-<p>
-	<a href="images/screenshot-nautilus_search_for_bioinformatics.png"><img src="images/screenshot-nautilus_search_for_bioinformatics_thumbnail.png" width="442" height="268" alt="example search" /></a>
-</p>
-<p>Search for <em>Echoes</em> only in the Music mimetype.</p>
-<p>
-	<a href="images/screenshot-nautilus_search_for_echoes.png"><img src="images/screenshot-nautilus_search_for_echoes_thumbnail.png" width="366" height="222" alt="example search" /></a>
-</p>
-
-<h3>Deskbar Integration</h3>
-<p>Live search for <em>daze</em>.</p>
-<p>
-	<a href="images/screenshot-deskbar-live-search-for-daze.png"><img src="images/screenshot-deskbar-live-search-for-daze_thumbnail.png" width="354" height="433" alt="live search daze" /></a>
-</p>
-
-<h3>Low Memory Use:</h3>
-<p>Tracker memory occupation after several hours of intensive use.</p>
-<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>
-</p>
-
-<h3>Fast:</h3>
-<p>Time to retrieve results.</p>
-<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>
-</p>
-
-<div id="footer">
-
-<hr/>
-<p><a href="http://validator.w3.org/check?uri=referer";><img
-        src="http://www.w3.org/Icons/valid-xhtml10-blue";
-        alt="Valid XHTML 1.0 Transitional" height="31" width="88" /></a>
+<!DOCTYPE html 
+	  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+	  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
+<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
+  <head>
+    <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
     
-        <a href="http://jigsaw.w3.org/css-validator/check/referer";>
-            <img style="border:0;width:88px;height:31px" src="http://www.w3.org/Style/CSS/Buttons/cssos"; alt="Made with CSS" />
-        </a>
-</p>
-        <script type="text/javascript" src="js/datemod.js" language="JavaScript"></script>
-<br/>
+    <meta name="Description" content="Tracker Project" />
+    <meta name="Keywords" content="Tracker, Metadata, SPARQL, Nepomuk, Semantic, Search, FTS, RDF" />
     
-</div>
+    <meta name="allow-search" content="yes" />
+    <meta name="revisit-after" content="10 Days" />
 
-</div>
+    <script type="text/javascript" src="http://www.google.com/jsapi";></script>
 
-</body>
+    <script type="text/javascript">google.load("jquery", "1.2.6")</script>
+    <script type="text/javascript" src="scripts/jquery.corners.js"></script>
+    <script type="text/javascript" src="scripts/tracker.js"></script>
+    
+    <link href="style/tracker.css" rel="stylesheet" type="text/css" />
+
+    <link rel="icon" href="favicon.ico" type="image/x-icon" />
+    <title>Tracker</title>
+  </head>
+  <body>
+    <div id="container" class="rounded {12px top bottom}">
+      <div id="header" class="rounded {12px top}">
+        <img src="images/meta_tracker_logo.png" alt="Tracker"/>
+      </div>
+      
+      <div id="menu">
+	<table>
+	  <tr>
+	    <td><a title="About Tracker." href="index.html">About</a></td>
+	    <td><a title="Find out what Tracker can do." href="features.html">Features</a></td>
+	    <td><a title="Download Tracker." href="download.html">Download</a></td>
+	    <td><a title="See Tracker in use." href="screenshots.html" class="current">Screenshots</a></td>
+	    <td><a title="Read up on documentation about Tracker+." href="documentation.html">Documentation</a></td>
+	    <td><a title="Find out how you can get involved in the development of Tracker." href="development.html">Development</a></td>
+	  </tr>
+	</table>
+      </div>
+      
+      <div id="content">
+	<h2>Tracker Search Tool</h2>
+	<p>Search for technology: </p>
+	<p><img src="images/screenshots/screenshot-0.6.0-tracker-search-tool.png" width="815" height="529" alt="t-s-t screenshot" /></p>
+
+	<h2>Tracker Preferences</h2>
+	<p>Take the control back.</p>
+	<p><img src="images/screenshots/screenshot-0.6.0-tracker-prefs.png" width="441" height="489" alt="tracker preferences 0.6.0" /></p>
+	<p><img src="images/screenshots/screenshot-0.6.0-tracker-prefs2.png" width="441" height="489" alt="tracker preferences 2" /></p>
+
+	<h2>Nautilus integration</h2>
+	<p> Search for <em>Bioinformatics</em> only in the PDF/PS mimetype.</p>
+	<p>
+	  <a href="images/screenshots/screenshot-nautilus_search_for_bioinformatics.png">
+	    <img src="images/screenshots/screenshot-nautilus_search_for_bioinformatics_thumbnail.png" width="442" height="268" alt="example search" />
+	  </a>
+	</p>
+	<p>Search for <em>Echoes</em> only in the Music mimetype.</p>
+	<p>
+	  <a href="images/screenshots/screenshot-nautilus_search_for_echoes.png">
+	    <img src="images/screenshots/screenshot-nautilus_search_for_echoes_thumbnail.png" width="366" height="222" alt="example search" />
+	  </a>
+	</p>
+
+	<h2>Deskbar Integration</h2>
+	<p>Live search for <em>daze</em>.</p>
+	<p>
+	  <a href="images/screenshots/screenshot-deskbar-live-search-for-daze.png">
+	    <img src="images/screenshots/screenshot-deskbar-live-search-for-daze_thumbnail.png" width="354" height="433" alt="live search daze" /></a>
+	</p>
+
+	<h2>Low Memory Use:</h2>
+	<p>Tracker memory occupation after several hours of intensive use.</p>
+	<p>
+	  <a href="images/screenshots/screenshot-system_monitor-trackerd.png">
+	    <img src="images/screenshots/screenshot-system_monitor-trackerd_thumbnail.png" width="252" height="247" alt="Screenshot - System Monitor: trackerd" />
+	  </a>
+	</p>
+
+	<h2>Fast:</h2>
+	<p>Time to retrieve results.</p>
+	<p>
+	  <a href="images/screenshots/screenshot-time-tracker-search.png">
+	    <img src="images/screenshots/screenshot-time-tracker-search_thumbnail.png" width="293" height="165" alt="Screenshot - time tracker-search" />
+	  </a>
+	</p>
+      </div> <!-- content -->
+      
+    </div> <!-- container -->
+  </body>
 </html>
diff --git a/projects.gnome.org/tracker/scripts/Makefile.am b/projects.gnome.org/tracker/scripts/Makefile.am
new file mode 100644
index 0000000..b0c6808
--- /dev/null
+++ b/projects.gnome.org/tracker/scripts/Makefile.am
@@ -0,0 +1,9 @@
+SUBDIRS=
+
+urlpath = /tracker/scripts
+
+page_SCRIPTS = 				\
+	tracker.js			\
+	jquery.corners.js
+
+include $(top_srcdir)/rules.common
diff --git a/projects.gnome.org/tracker/scripts/jquery.corners.js b/projects.gnome.org/tracker/scripts/jquery.corners.js
new file mode 100644
index 0000000..4037ed7
--- /dev/null
+++ b/projects.gnome.org/tracker/scripts/jquery.corners.js
@@ -0,0 +1,405 @@
+/*!
+ * jQuery Corners 0.3
+ * Copyright (c) 2008 David Turnbull, Steven Wittens
+ * Dual licensed under the MIT (MIT-LICENSE.txt)
+ * and GPL (GPL-LICENSE.txt) licenses.
+ */
+
+jQuery.fn.corners = function(options) {
+  var doneClass = 'rounded_by_jQuery_corners'; /* To prevent double rounding */
+  var settings = parseOptions(options);
+  var webkitAvailable = false;
+  try {
+    webkitAvailable = (document.body.style.WebkitBorderRadius !== undefined);
+    /* Google Chrome corners look awful */
+    var versionIndex = navigator.userAgent.indexOf('Chrome');
+    if (versionIndex >= 0) webkitAvailable = false;
+  } catch(err) {}
+  var mozillaAvailable = false;
+  try {
+    mozillaAvailable = (document.body.style.MozBorderRadius !== undefined);
+    /* Firefox 2 corners look worse */
+    var versionIndex = navigator.userAgent.indexOf('Firefox');
+    if (versionIndex >= 0 && parseInt(navigator.userAgent.substring(versionIndex+8)) < 3) mozillaAvailable = false;
+  } catch(err) {}
+  return this.each(function(i,e){
+    $e = jQuery(e);
+    if ($e.hasClass(doneClass)) return;
+    $e.addClass(doneClass);
+    var classScan = /{(.*)}/.exec(e.className);
+    var s = classScan ? parseOptions(classScan[1], settings) : settings;
+    var nodeName = e.nodeName.toLowerCase();
+    if (nodeName=='input') e = changeInput(e);
+    if (webkitAvailable && s.webkit) roundWebkit(e, s);
+    else if(mozillaAvailable && s.mozilla && (s.sizex == s.sizey)) roundMozilla(e, s);
+    else {
+      var bgColor = backgroundColor(e.parentNode);
+      var fgColor = backgroundColor(e);
+      switch (nodeName) {
+        case 'a':
+        case 'input':
+          roundLink(e, s, bgColor, fgColor);
+          break;
+        default:
+          roundDiv(e, s, bgColor, fgColor);
+          break;
+      }
+    }
+  });
+  
+  function roundWebkit(e, s) {
+    var radius = '' + s.sizex + 'px ' + s.sizey + 'px';
+    var $e = jQuery(e);
+    if (s.tl) $e.css('WebkitBorderTopLeftRadius', radius);
+    if (s.tr) $e.css('WebkitBorderTopRightRadius', radius);
+    if (s.bl) $e.css('WebkitBorderBottomLeftRadius', radius);
+    if (s.br) $e.css('WebkitBorderBottomRightRadius', radius);
+  }
+  
+  function roundMozilla(e, s)
+  {  
+    var radius = '' + s.sizex + 'px';
+    var $e = jQuery(e);
+    if (s.tl) $e.css('-moz-border-radius-topleft', radius);
+    if (s.tr) $e.css('-moz-border-radius-topright', radius);
+    if (s.bl) $e.css('-moz-border-radius-bottomleft', radius);
+    if (s.br) $e.css('-moz-border-radius-bottomright', radius);  
+  }
+  
+  function roundLink(e, s, bgColor, fgColor) {
+    var table = tableElement("table");
+    var tbody = tableElement("tbody");
+    table.appendChild(tbody);
+    var tr1 = tableElement("tr");
+    var td1 = tableElement("td", "top");
+    tr1.appendChild(td1);
+    var tr2 = tableElement("tr");
+    var td2 = relocateContent(e, s, tableElement("td"));
+    tr2.appendChild(td2);
+    var tr3 = tableElement("tr");
+    var td3 = tableElement("td", "bottom");
+    tr3.appendChild(td3);
+    if (s.tl||s.tr) {
+      tbody.appendChild(tr1);
+      addCorners(td1, s, bgColor, fgColor, true);
+    }
+    tbody.appendChild(tr2);
+    if (s.bl||s.br) {
+      tbody.appendChild(tr3);
+      addCorners(td3, s, bgColor, fgColor, false);
+    }
+    e.appendChild(table);
+    /* Clicking on $('a>table') in IE will trigger onclick but not the href  */
+    if (jQuery.browser.msie) table.onclick = ieLinkBypass;
+    /* Firefox 2 will render garbage unless we hide the overflow here */
+    e.style.overflow = 'hidden';
+  }
+  
+  function ieLinkBypass() {
+    if (!this.parentNode.onclick) this.parentNode.click();
+  }
+  
+  function changeInput(e) {
+    var a1 = document.createElement("a");
+    a1.id = e.id;
+    a1.className = e.className;
+    if (e.onclick) {
+      a1.href = 'javascript:'
+      a1.onclick = e.onclick;
+    } else {
+      jQuery(e).parent('form').each(function() {a1.href = this.action;});
+      a1.onclick = submitForm;
+    }
+    var a2 = document.createTextNode(e.value);
+    a1.appendChild(a2);
+    e.parentNode.replaceChild(a1, e);
+    return a1;
+  }
+
+  function submitForm() {
+    jQuery(this).parent('form').each(function() {this.submit()});
+    return false;
+  }
+
+  function roundDiv(e, s, bgColor, fgColor) {
+    var div = relocateContent(e, s, document.createElement('div'));
+    e.appendChild(div);
+    if (s.tl||s.tr) addCorners(e, s, bgColor, fgColor, true);
+    if (s.bl||s.br) addCorners(e, s, bgColor, fgColor, false);
+  }
+  
+  function relocateContent(e, s, d) {
+    var $e = jQuery(e);
+    var c;
+    while(c=e.firstChild) d.appendChild(c);
+    if (e.style.height) {
+      var h = parseInt($e.css('height'));
+      d.style.height = h + 'px';
+      h += parseInt($e.css('padding-top')) + parseInt($e.css('padding-bottom'));
+      e.style.height = h + 'px';
+    }
+    if (e.style.width) {
+      var w = parseInt($e.css('width'));
+      d.style.width = w + 'px';
+      w += parseInt($e.css('padding-left')) + parseInt($e.css('padding-right'));
+      e.style.width = w + 'px';
+    }
+    d.style.paddingLeft = $e.css('padding-left');
+    d.style.paddingRight = $e.css('padding-right');
+    if (s.tl||s.tr) {
+      d.style.paddingTop = adjustedPadding(e, s, $e.css('padding-top'), true);
+    } else {
+      d.style.paddingTop = $e.css('padding-top');
+    }
+    if (s.bl||s.br) {
+      d.style.paddingBottom = adjustedPadding(e, s, $e.css('padding-bottom'), false);
+    } else {
+      d.style.paddingBottom = $e.css('padding-bottom');
+    }
+    e.style.padding = 0;
+    return d;
+  }
+  
+  function adjustedPadding(e, s, pad, top) {
+    if (pad.indexOf("px") < 0) {
+      try {
+        //TODO Make this check work otherwise remove it
+        console.error('%s padding not in pixels', (top ? 'top' : 'bottom'), e);
+      }
+      catch(err) {}
+      pad = s.sizey + 'px';
+    }
+    pad = parseInt(pad);
+    if (pad - s.sizey < 0) {
+      try {
+        console.error('%s padding is %ipx for %ipx corner:', (top ? 'top' : 'bottom'), pad, s.sizey, e);
+      }
+      catch(err) {}
+      pad = s.sizey;
+    }
+    return pad - s.sizey + 'px';
+  }
+
+  function tableElement(kind, valign) {
+    var e = document.createElement(kind)
+    e.style.border = 'none';
+    e.style.borderCollapse = 'collapse';
+    e.style.borderSpacing = 0;
+    e.style.padding = 0;
+    e.style.margin = 0;
+    if (valign) e.style.verticalAlign = valign;
+    return e;
+  }
+  
+  function backgroundColor(e) {
+    try {
+      var c = jQuery.css(e, "background-color");
+      if ( c.match(/^(transparent|rgba\(0,\s*0,\s*0,\s*0\))$/i) && e.parentNode )
+         return backgroundColor(e.parentNode);
+      if (c==null)
+        return "#ffffff";
+      if (c.indexOf("rgb") > -1)
+    	  c = rgb2hex(c);
+      if (c.length == 4)
+  	    c = hexShort2hex(c);
+      return c;
+    } catch(err) {
+      return "#ffffff";
+    }
+  }
+  
+  function hexShort2hex(c) {
+    return '#' +
+    c.substring(1,2) +
+    c.substring(1,2) +
+    c.substring(2,3) +
+    c.substring(2,3) +
+    c.substring(3,4) +
+    c.substring(3,4);
+  }
+
+  function rgb2hex(c) {
+  	var x = 255;
+  	var hex = '';
+  	var i;
+  	var regexp=/([0-9]+)[, ]+([0-9]+)[, ]+([0-9]+)/;
+  	var array=regexp.exec(c);
+  	for(i=1;i<4;i++) hex += ('0'+parseInt(array[i]).toString(16)).slice(-2);
+  	return '#'+hex;
+  }
+  
+  function parseOptions(options, settings) {
+    var options = options || '';
+    var s = {sizex:5, sizey:5, tl: false, tr: false, bl: false, br: false, webkit:true, mozilla: true, transparent:false};
+    if (settings) {
+      s.sizex = settings.sizex;
+      s.sizey = settings.sizey;
+      s.webkit = settings.webkit;
+      s.transparent = settings.transparent;
+      s.mozilla = settings.mozilla;
+    }
+    var sizex_set = false;
+    var corner_set = false;
+    jQuery.each(options.split(' '), function(idx, option) {
+      option = option.toLowerCase();
+      var i = parseInt(option);
+      if (i > 0 && option == i + 'px') {
+        s.sizey = i;
+        if (!sizex_set) s.sizex = i;
+        sizex_set = true;
+      } else switch (option) {
+        case 'no-native': s.webkit = s.mozilla = false; break;
+        case 'webkit': s.webkit = true; break;
+        case 'no-webkit': s.webkit = false; break;
+        case 'mozilla': s.mozilla = true; break;
+        case 'no-mozilla': s.mozilla = false; break;
+        case 'anti-alias': s.transparent = false; break;
+        case 'transparent': s.transparent = true; break;
+        case 'top': corner_set = s.tl = s.tr = true; break;
+        case 'right': corner_set = s.tr = s.br = true; break;
+        case 'bottom': corner_set = s.bl = s.br = true; break;
+        case 'left': corner_set = s.tl = s.bl = true; break;
+        case 'top-left': corner_set = s.tl = true; break;
+        case 'top-right': corner_set = s.tr = true; break;
+        case 'bottom-left': corner_set = s.bl = true; break;
+        case 'bottom-right': corner_set = s.br = true; break;
+      }
+    });
+    if (!corner_set) {
+      if (!settings) {
+        s.tl = s.tr = s.bl = s.br = true;
+      } else {
+        s.tl = settings.tl;
+        s.tr = settings.tr;
+        s.bl = settings.bl;
+        s.br = settings.br;
+      }
+    }
+    return s;
+  }
+  
+  function alphaBlend(a, b, alpha) {
+    var ca = Array(
+      parseInt('0x' + a.substring(1, 3)),
+      parseInt('0x' + a.substring(3, 5)),
+      parseInt('0x' + a.substring(5, 7))
+    );
+    var cb = Array(
+      parseInt('0x' + b.substring(1, 3)),
+      parseInt('0x' + b.substring(3, 5)),
+      parseInt('0x' + b.substring(5, 7))
+    );
+    r = '0' + Math.round(ca[0] + (cb[0] - ca[0])*alpha).toString(16);
+    g = '0' + Math.round(ca[1] + (cb[1] - ca[1])*alpha).toString(16);
+    b = '0' + Math.round(ca[2] + (cb[2] - ca[2])*alpha).toString(16);
+    return '#'
+      + r.substring(r.length - 2)
+      + g.substring(g.length - 2)
+      + b.substring(b.length - 2);
+  }
+
+  function addCorners(e, s, bgColor, fgColor, top) {
+    if (s.transparent) addTransparentCorners(e, s, bgColor, top);
+    else addAntiAliasedCorners(e, s, bgColor, fgColor, top);
+  }
+  
+  function addAntiAliasedCorners(e, s, bgColor, fgColor, top) {
+    var i, j;
+    var d = document.createElement("div");
+    d.style.fontSize = '1px';
+    d.style.backgroundColor = bgColor;
+    var lastarc = 0;
+    for (i = 1; i <= s.sizey; i++) {
+      var coverage, arc2, arc3;
+      // Find intersection of arc with bottom of pixel row
+      arc = Math.sqrt(1.0 - Math.pow(1.0 - i / s.sizey, 2)) * s.sizex;
+      // Calculate how many pixels are bg, fg and blended.
+      var n_bg = s.sizex - Math.ceil(arc);
+      var n_fg = Math.floor(lastarc);
+      var n_aa = s.sizex - n_bg - n_fg;
+      // Create pixel row wrapper
+      var x = document.createElement("div");
+      var y = d;
+      x.style.margin = "0px " + n_bg + "px";
+      x.style.height = '1px';
+      x.style.overflow = 'hidden';
+      // Create the pixel divs for a row (at least one)
+      for (j = 1; j <= n_aa; j++) {
+        // Calculate coverage per pixel (approximates arc within the pixel)
+        if (j == 1) {
+          if (j == n_aa) {
+            // Single pixel
+            coverage = ((arc + lastarc) * .5) - n_fg;
+          }
+          else {
+            // First in a run
+            arc2 = Math.sqrt(1.0 - Math.pow(1.0 - (n_bg + 1) / s.sizex, 2)) * s.sizey;
+            coverage = (arc2 - (s.sizey - i)) * (arc - n_fg - n_aa + 1) * .5;
+          }
+        }
+        else if (j == n_aa) {
+          // Last in a run
+          arc2 = Math.sqrt(1.0 - Math.pow((s.sizex - n_bg - j + 1) / s.sizex, 2)) * s.sizey;
+          coverage = 1.0 - (1.0 - (arc2 - (s.sizey - i))) * (1.0 - (lastarc - n_fg)) * .5;
+        }
+        else {
+          // Middle of a run
+          arc3 = Math.sqrt(1.0 - Math.pow((s.sizex - n_bg - j) / s.sizex, 2)) * s.sizey;
+          arc2 = Math.sqrt(1.0 - Math.pow((s.sizex - n_bg - j + 1) / s.sizex, 2)) * s.sizey;
+          coverage = ((arc2 + arc3) * .5) - (s.sizey - i);
+        }
+        
+        addCornerDiv(s, x, y, top, alphaBlend(bgColor, fgColor, coverage));
+        y = x;
+        var x = y.cloneNode(false);
+        x.style.margin = "0px 1px";
+      }
+      addCornerDiv(s, x, y, top, fgColor);
+      lastarc = arc;
+    }
+    if (top)
+      e.insertBefore(d, e.firstChild);
+    else
+      e.appendChild(d);
+  }
+  
+  function addCornerDiv(s, x, y, top, color) {
+    if (top && !s.tl) x.style.marginLeft = 0;
+    if (top && !s.tr) x.style.marginRight = 0;
+    if (!top && !s.bl) x.style.marginLeft = 0;
+    if (!top && !s.br) x.style.marginRight = 0;
+    x.style.backgroundColor = color;
+    if (top)
+      y.appendChild(x);
+    else
+      y.insertBefore(x, y.firstChild);
+  }
+
+  function addTransparentCorners(e, s, bgColor, top) {
+    var d = document.createElement("div");
+    d.style.fontSize = '1px';
+    var strip = document.createElement('div');
+    strip.style.overflow = 'hidden';
+    strip.style.height = '1px';
+    strip.style.borderColor = bgColor;
+    strip.style.borderStyle = 'none solid';
+    var sizex = s.sizex-1;
+    var sizey = s.sizey-1;
+    if (!sizey) sizey = 1; /* hint for 1x1 */
+    for (var i=0; i < s.sizey; i++) {
+      var w = sizex - Math.floor(Math.sqrt(1.0 - Math.pow(1.0 - i / sizey, 2)) * sizex);
+      if (i==2 && s.sizex==6 && s.sizey==6) w = 2; /* hint for 6x6 */
+      var x = strip.cloneNode(false);
+      x.style.borderWidth = '0 '+ w +'px';
+      if (top) x.style.borderWidth = '0 '+(s.tr?w:0)+'px 0 '+(s.tl?w:0)+'px';
+      else x.style.borderWidth = '0 '+(s.br?w:0)+'px 0 '+(s.bl?w:0)+'px';
+      top ? d.appendChild(x) : d.insertBefore(x, d.firstChild);
+    } 
+    if (top)
+      e.insertBefore(d, e.firstChild);
+    else
+      e.appendChild(d);
+  }
+
+
+}
diff --git a/projects.gnome.org/tracker/scripts/tracker.js b/projects.gnome.org/tracker/scripts/tracker.js
new file mode 100644
index 0000000..269bbc9
--- /dev/null
+++ b/projects.gnome.org/tracker/scripts/tracker.js
@@ -0,0 +1,4 @@
+$(document).ready(function(){
+        $('.rounded').corners();
+        $('.rounded').corners(); /* test for double rounding */
+    });
diff --git a/projects.gnome.org/tracker/style/Makefile.am b/projects.gnome.org/tracker/style/Makefile.am
new file mode 100644
index 0000000..23677df
--- /dev/null
+++ b/projects.gnome.org/tracker/style/Makefile.am
@@ -0,0 +1,8 @@
+SUBDIRS =
+
+urlpath = /tracker/style
+
+page_SCRIPTS = 				\
+	tracker.css
+
+include $(top_srcdir)/rules.common
diff --git a/projects.gnome.org/tracker/style/tracker.css b/projects.gnome.org/tracker/style/tracker.css
new file mode 100644
index 0000000..677678b
--- /dev/null
+++ b/projects.gnome.org/tracker/style/tracker.css
@@ -0,0 +1,347 @@
+/* Green = #3ee63c, Red = #f6524d, Blue = #3e76e4, Dark Blue = #000080, Orange = #f60, Dark Grey = #2e3436;
+ */
+body {
+    background : black;
+    color : #2e3436;
+    width : 45em;
+    margin : 0 auto;
+    font-family : Bitstream Vera Sans, Arial, Helvetica, Verdana, sans-serif;
+}
+
+a {
+    text-decoration : none;
+    color : #f60;
+}
+
+a:hover {
+    color : black;
+    border-bottom : 1px dotted;
+}
+
+a img, a:hover img {
+    border : 0 none;
+}
+
+img {
+    vertical-align : middle;
+}
+
+a {
+    color : #3e76e4;
+}
+
+h2, h2 a {
+    color : #3b80ae;
+    margin-top : 1em;
+    margin-bottom : 0.1em;
+}
+
+h3 {
+    margin-top : 1em;
+    margin-bottom : 0.1em;
+}
+
+h4 {
+    margin-bottom : 0.1em;
+}
+
+h1, h2, h3, h4 {
+    color : #666666;
+}
+
+h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
+    border-bottom : none;
+}
+
+q {
+    font-style : italic;
+    color : gray;
+}
+
+p {
+    margin-top : 0em;
+    margin-bottom : 0.7em;
+    vertical-align : middle;
+}
+
+/* This is the only non-compliance, but it is needed */
+p:last-child {
+    margin-bottom : 0em;
+}
+
+pre {
+    background : #444444;
+    color : white;
+    padding : 0.5em;
+    margin-bottom : 1em;
+}
+
+ul > li {
+    list-style-image : url(images/bullet.gif);
+    list-style-type : circle;
+}
+
+ul > li:hover {
+    list-style-image : url(images/bullet.gif);
+}
+
+os.ul {
+    list-style-image : none;
+    list-style : none;
+}
+
+#screenshots {
+    width : 100%;
+}
+
+#screenshots tr {
+    vertical-align : bottom;
+    text-align : center;
+    font-size : 80%;
+}
+
+#screenshots tr td {
+    padding : 0.5em;
+}
+
+table.documentation-table td, table.documentation td, table.maintainers td {
+    padding-right : 1em;
+    text-align : left;
+}
+
+table.styled th, table.documentation th, table.maintainers th {
+    padding-top : 0.5em;
+    border-bottom : 1px solid #999;
+    text-align : left;
+}
+
+table.styled, table.documentation {
+    border-collapse : collapse;
+    border : 0;
+    margin-left : 1.5em;
+}
+
+table.maintainers {
+    border-collapse : collapse;
+    border : 0;
+    margin-left : 1.5em;
+    margin-right : 1.5em;
+    margin-bottom : 1.5em;
+}
+
+table.styled th, table.styled td {
+    padding-right : 1em;
+    text-align : left;
+}
+
+table.styled th {
+    padding-top : 0.5em;
+    border-bottom : 1px solid #999;
+}
+
+table.styled tr td.required {
+    text-align : center;
+}
+
+table.styled img {
+    vertical-align : middle;
+}
+
+h1 {
+    color : white;
+    font-size : 22pt;
+    text-decoration : none; 
+    letter-spacing : 5px;
+    padding : 55px; 
+    margin : 0;
+}
+
+#header {
+    background : #444444 url(../images/header-background.png);
+    height : 145px;     /* fixed height */
+    text-align: left;
+}
+
+#header img {
+    margin-top : 22px;
+    margin-left : 48px;
+    vertical-align : middle;
+}
+
+#spaced {
+    letter-spacing : 20px;
+    display : inline;
+}
+
+#container {
+    margin-top : 12px;
+    margin-bottom : 12px;
+    background : white;
+    border : 2px solid;
+    border-color : #f60;
+}
+
+#menu {
+    background : #f60;
+    color : white;
+    padding-top: 0.5em;
+    padding-bottom: 0.5em;
+    text-align : center;
+}
+
+#menu a {
+    color : white;
+}
+
+#menu a:hover {
+    color : black;
+    border-bottom : 1px dotted;
+}
+
+#menu table {
+    margin-left : auto;
+    margin-right : auto;
+}
+
+#menu td {
+    padding-left : 0.5em;
+    padding-right : 0.5em;
+}
+
+.current {
+    font-weight : bold;
+}
+
+#content {
+    padding : 1em 3.5em 2.5em 3.5em;
+    line-height : 150%;
+}
+
+#content a {
+    line-height : 150%;
+    font-weight : bold;
+}
+
+#columns {
+    clear : both;
+    margin-top : 2em;
+}
+
+#news {
+}
+
+#news h2, #events h2 {
+    margin-top : 0em;
+}
+
+#events {
+}
+
+.news-item {
+    margin-bottom: 1.2em;
+}
+
+p.news-title, p.events-title {
+    margin : 0em;
+    font-weight : bold;
+}
+
+p.news-date, p.events-date {
+    margin : 0em;
+    font-size : 90%;
+    color : #888a85;
+}
+
+p.news-desc, p.events-desc {
+    margin : 0em;
+}
+
+p.news-link, p.events-link {
+    margin : 0em;
+    padding-bottom : 1em;
+}
+
+p.news-title, p.events-title {
+    margin : 0em;
+}
+
+#technology {
+    margin-top : 2em;
+    margin-left : -3.5em;
+}
+
+#technology li {
+    list-style : none;
+    padding-bottom : 1em;
+    clear : both;
+}
+
+#technology li img {
+    float : left;
+    margin : 1em;
+    padding : 5px;
+    padding-right : 20px;
+}
+
+#projects table {
+    margin-top : 1em;
+}
+
+#projects th {
+    text-align : left;
+    padding : 0.3em;
+    background : #d0d0cb;
+}
+
+#projects td {
+    vertical-align : top;
+}
+
+#projects td.project-credits  {
+    vertical-align : bottom;
+    font-family : monospace;
+    color : gray;
+}
+
+#projects img {
+    margin-top : 0.2em;
+}
+
+#bio img {
+    margin-top : 0.3em;
+    vertical-align : top;
+    padding : 1px;
+    border : 1px solid #021a40;
+    background-color : white;
+}
+
+#bio table {
+    margin-top : 1em;
+}
+
+#bio th {
+    text-align : left;
+    color : #797b76;
+}
+
+#bio td {
+    vertical-align : top;
+    padding-right : 0.5em;
+}
+
+table tr.odd {
+    background : #e4e4e1;
+}
+
+#footer {
+    clear : both;
+    padding : 0.5em;
+    background : #444444;
+    color : white;
+    text-align : center;
+}
+
+.footnote {
+    font-size: 80%;
+}
+



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]