On 2/19/07, Tshepang Lekhonkhobe <[EMAIL PROTECTED]> wrote:
On 2/19/07, Michael Biebl <[EMAIL PROTECTED]> wrote:
> Hi everyone,
>
> spotted some errors on the website and some outdated information:
>
> 1.) Getting Started page:
>   - The Debian packages are now available from the official unstable
> (a.k.a sid) archive for all supported architectures.
>     see also: http://packages.debian.org/unstable/utils/tracker
>     (note: this page is currently not up yet, but will be by 24h)
>   - Ubuntu Feisty: It's not x86 only but all supported architectures for 
feisty.
>     see also: http://packages.ubuntu.com/feisty/utils/tracker
>   - The log file is ~/.Tracker/tracker.log (not logfile)
>
> 2.) Download page:
>   - Small typo s/Startted/Started/

I'll submit a patch tomorrow.

Attached...
Index: start.html
===================================================================
--- start.html	(revision 5028)
+++ start.html	(working copy)
@@ -42,7 +42,7 @@
 
 <h3>Getting Started</h3>
 <p>To install tracker you can compile from the source or grab an RPM or DEB package.</p>
-<h4>Installing from the source</h4>
+<h4>Installing from source</h4>
 <ol>
     <li>
         Download the latest source tarball from the <a href="download.html">download</a> page
@@ -72,27 +72,26 @@
     </li>
 </ol>
 
-<h4>Binary repositories</h4>
+<h4>Binary Packages</h4>
 
 
-<p>All the following <a href="http://www.michaelbiebl.de/debian/dists";>repositories</a> for Debian/Ubuntu system can be authenticathed with this <a href="http://www.michaelbiebl.de/biebl.asc";>GPG key</a>.
-  Download the key and import it into apt using: <span class="terminal">sudo apt-key add biebl.asc</span></p>
 
 <ul>
     <li>
-        <p><strong>Debian Sid</strong> (x86 arch) - add the following to your /etc/apt/sources.list</p>
-        <div class="terminal">deb http://debs.michaelbiebl.de/ unstable main</div>
+        <p><strong>Debian</strong> - available in Sid.</p>
     </li>
     <li>
-        <p><strong>Ubuntu Feisty</strong> (x86 arch) -  available in Universe.</p>
+        <p><strong>Ubuntu Feisty</strong> -  available in Universe.</p>
     </li>
     <li>
         <p><strong>Ubuntu Edgy</strong> (x86 arch) -  add the following to your /etc/apt/sources.list</p>
         <div class="terminal">deb http://debs.michaelbiebl.de/ edgy main</div>
+        <em>(download this <a href="http://www.michaelbiebl.de/biebl.asc";>GPG key</a> and import it into APT using "sudo apt-key add biebl.asc"</em>
     </li>
     <li>
         <p><strong>Ubuntu Dapper</strong> (x86 arch) -  add the following to your /etc/apt/sources.list</p>
         <div class="terminal">deb http://debs.michaelbiebl.de/ dapper main</div>
+        <em>(download this <a href="http://www.michaelbiebl.de/biebl.asc";>GPG key</a> and import it into APT using "sudo apt-key add biebl.asc"</em>
     </li>
     <li>
         <p><strong>Fedora 5 or 6</strong> -  available in Fedora Extras.</p>
@@ -100,31 +99,19 @@
     <li>
 			<p><strong>Gentoo</strong> - Tracker is now included in portage.</p>
     </li>
-	<li><strong>Debian-based distros OR non-x86 Debian and Ubuntu systems</strong>
-		<p>Add the following to your /etc/apt/sources.list:</p>
-        <div class="terminal">deb-src http://debs.michaelbiebl.de/ <em>your_distro_here</em> main</div>
-    </li>
-    <li>
-        <p>Download the build-dependancies:</p>
-        <div class="terminal">sudo apt-get build-dep tracker</div>
-    </li>
-    <li>
-        <p>Compilation:</p>
-        <div class="terminal">sudo apt-get source -b tracker</div>
-    </li>
 </ul>
 
 <h3>Using Tracker</h3>
 <ul>
     <li>
-        <p>To run Tracker which should start indexing your home directory, simply run:</p>
+        <p>To run Tracker, which should immediately start indexing your home directory, simply run:</p>
         <div class="terminal">trackerd &</div>
     </li>
 </ul>
 <ul>
     <li>
         <p>To get a glimpse Tracker's activities, run:</p>
-        <div class="terminal">tail -f ~/.Tracker/logfile</div>
+        <div class="terminal">tail -f ~/.Tracker/tracker.log</div>
     </li>
 </ul>
 <ul>
Index: download.html
===================================================================
--- download.html	(revision 5028)
+++ download.html	(working copy)
@@ -48,8 +48,8 @@
 <h4>Source tarball</h4>
 <a href="http://www.gnome.org/~jamiemcc/tracker/tracker-0.5.4.tar.gz";>http://www.gnome.org/~jamiemcc/tracker/tracker-0.5.4.tar.gz</a>
 
-<h4>Binary packages</h4>
-Please see <a href=start.html>Getting Startted</a>.
+<h4>Binary Packages</h4>
+Please see <a href=start.html>Getting Started</a>.
 <div id="footer">
 <hr/>
 <script type="text/javascript" src="js/datemod.js" language="JavaScript"></script>
_______________________________________________
tracker-list mailing list
tracker-list@gnome.org
http://mail.gnome.org/mailman/listinfo/tracker-list

Reply via email to