[Tracker] website updates

2007-02-19 Thread Michael Biebl
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/

Cheers,
Michael
___
tracker-list mailing list
tracker-list@gnome.org
http://mail.gnome.org/mailman/listinfo/tracker-list


Re: [Tracker] website updates

2007-02-19 Thread Tshepang Lekhonkhobe
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.

I thought NEW processing would be delayed until Etch release. Great
stuff and thanks for your work...
___
tracker-list mailing list
tracker-list@gnome.org
http://mail.gnome.org/mailman/listinfo/tracker-list


Re: [Tracker] website updates

2007-02-19 Thread Tshepang Lekhonkhobe

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 @@
 
 h3Getting Started/h3
 pTo install tracker you can compile from the source or grab an RPM or DEB package./p
-h4Installing from the source/h4
+h4Installing from source/h4
 ol
 li
 Download the latest source tarball from the a href=download.htmldownload/a page
@@ -72,27 +72,26 @@
 /li
 /ol
 
-h4Binary repositories/h4
+h4Binary Packages/h4
 
 
-pAll 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=terminalsudo apt-key add biebl.asc/span/p
 
 ul
 li
-pstrongDebian Sid/strong (x86 arch) - add the following to your /etc/apt/sources.list/p
-div class=terminaldeb http://debs.michaelbiebl.de/ unstable main/div
+pstrongDebian/strong - available in Sid./p
 /li
 li
-pstrongUbuntu Feisty/strong (x86 arch) -  available in Universe./p
+pstrongUbuntu Feisty/strong -  available in Universe./p
 /li
 li
 pstrongUbuntu Edgy/strong (x86 arch) -  add the following to your /etc/apt/sources.list/p
 div class=terminaldeb 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
 pstrongUbuntu Dapper/strong (x86 arch) -  add the following to your /etc/apt/sources.list/p
 div class=terminaldeb 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
 pstrongFedora 5 or 6/strong -  available in Fedora Extras./p
@@ -100,31 +99,19 @@
 li
 			pstrongGentoo/strong - Tracker is now included in portage./p
 /li
-	listrongDebian-based distros OR non-x86 Debian and Ubuntu systems/strong
-		pAdd the following to your /etc/apt/sources.list:/p
-div class=terminaldeb-src http://debs.michaelbiebl.de/ emyour_distro_here/em main/div
-/li
-li
-pDownload the build-dependancies:/p
-div class=terminalsudo apt-get build-dep tracker/div
-/li
-li
-pCompilation:/p
-div class=terminalsudo apt-get source -b tracker/div
-/li
 /ul
 
 h3Using Tracker/h3
 ul
 li
-pTo run Tracker which should start indexing your home directory, simply run:/p
+pTo run Tracker, which should immediately start indexing your home directory, simply run:/p
 div class=terminaltrackerd /div
 /li
 /ul
 ul
 li
 pTo get a glimpse Tracker's activities, run:/p
-div class=terminaltail -f ~/.Tracker/logfile/div
+div class=terminaltail -f ~/.Tracker/tracker.log/div
 /li
 /ul
 ul
Index: download.html
===
--- download.html	(revision 5028)
+++ download.html	(working copy)
@@ -48,8 +48,8 @@
 h4Source 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
 
-h4Binary packages/h4
-Please see a href=start.htmlGetting Startted/a.
+h4Binary Packages/h4
+Please see a href=start.htmlGetting 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