[gnomeweb-wml] Updated Tracker website for 0.6.95 release



commit bea0fbfa4e15f0b3dca9d6f17b42d28ab334c5c4
Author: Michele Mattioni <mattioni ebi ac uk>
Date:   Fri May 22 17:21:35 2009 +0100

    Updated Tracker website for 0.6.95 release
---
 projects.gnome.org/tracker/download.html |    8 ++++----
 projects.gnome.org/tracker/index.html    |    7 +++++++
 projects.gnome.org/tracker/start.html    |    7 +++++--
 3 files changed, 16 insertions(+), 6 deletions(-)

diff --git a/projects.gnome.org/tracker/download.html b/projects.gnome.org/tracker/download.html
index 9af3aaa..9cb8421 100644
--- a/projects.gnome.org/tracker/download.html
+++ b/projects.gnome.org/tracker/download.html
@@ -36,10 +36,10 @@
 <p>Here are the latest source tarballs for Tracker:</p>
 
 <ul>
-	<li><a href="http://ftp.gnome.org/pub/GNOME/sources/tracker/0.6/tracker-0.6.94.tar.gz";>
-			Tracker 0.6.94 (gz)</a></li>
-	<li><a href="http://ftp.gnome.org/pub/GNOME/sources/tracker/0.6/tracker-0.6.94.tar.bz2";>
-			Tracker 0.6.94 (bz2)</a></li>
+	<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>
 
 for Binary Packages see <a href="start.html">Getting Started</a>.
diff --git a/projects.gnome.org/tracker/index.html b/projects.gnome.org/tracker/index.html
index 46d1ca0..0685803 100644
--- a/projects.gnome.org/tracker/index.html
+++ b/projects.gnome.org/tracker/index.html
@@ -115,6 +115,13 @@
 
 <h3>News</h3>
 
+<h4>22 May - Tracker 0.6.95 released</h4>
+<h5>Minor release</h5>
+<ul>
+<li>Read the <a href="http://mail.gnome.org/archives/tracker-list/2009-May/msg00071.html";>changelog</a></li>
+</ul>
+
+
 <h4>24 April - Tracker 0.6.94 released</h4>
 <h5>Minor release</h5>
 <ul>
diff --git a/projects.gnome.org/tracker/start.html b/projects.gnome.org/tracker/start.html
index a12735a..abedfd9 100644
--- a/projects.gnome.org/tracker/start.html
+++ b/projects.gnome.org/tracker/start.html
@@ -44,9 +44,12 @@
         Change to tracker source directory
 	    <div class="terminal">cd tracker-x.y.z</div>
 	</li>
+	<li>
+		Read the README that comes with the source. Tracker has a lot of filters that can be enabled if you met the dependencies. <a href="http://git.gnome.org/cgit/tracker/tree/README?h=tracker-0.6";>Link to the README 0.6.x series</a>.  
+	</li>
     <li>
         Configure the make process
-        <div class="terminal">./configure --prefix=/usr --sysconfdir=/etc</div>
+        <div class="terminal">./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var</div>
     </li>
     <li>
         Compile the code
@@ -56,7 +59,7 @@
         Install the software
         <div class="terminal">sudo make install</div><br/>
         OR<br/>
-        <div class="terminal">sudo checkinstall</div><br/>
+        <div class="terminal">make install</div><br/>
         Run as root if you do not use sudo
     </li>
 </ol>



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