Index: start.html =================================================================== --- start.html (revision 4983) +++ start.html (working copy) @@ -33,12 +33,32 @@

To install tracker you can compile from the source or grab an RPM or DEB package.

Installing from the source

    -
  1. Extract the tarball
    - tar xvzf tracker-x.y.z.tar.gz where x.y.z is the version number
  2. -
  3. cd tracker-x.y.z
  4. -
  5. ./configure --prefix=/usr
  6. -
  7. make
  8. -
  9. sudo make install or run as root if you don't use sudo
  10. +
  11. + Download the latest source tarball from the download page +
  12. +
  13. + Extract the tarball (where x.y.z is the version number)
    +
    tar xvzf tracker-x.y.z.tar.gz
    +
  14. +
  15. + Change to tracker source directory
    +
    cd tracker-x.y.z
    +
  16. +
  17. + Configure the make process
    +
    ./configure --prefix=/usr
    +
  18. +
  19. + Compile the code
    +
    make
    +
  20. +
  21. + Install the software
    +
    sudo make install

    + OR
    +
    sudo checkinstall

    + Run as root if you do not use sudo +

Installing using packages

@@ -56,17 +76,18 @@

As example we write how to install using a Debian/Ubuntu system

Run tracker

-

To run tracker simple digit trackerd

-

Tracker is indexing your home!!

+

To run tracker simply run

trackerd &

+

Tracker is indexing your home directory by default

+

To get a view of what Tracker is doing run

tail ~/.Tracker/logfile

To search you can use :

For more information in how configure tracker read the README file or refer to Documentation.

Index: development.html =================================================================== --- development.html (revision 4983) +++ development.html (working copy) @@ -36,7 +36,8 @@

Hacking

Retrieve current development code with the following command:

-

svn checkout http://svn.gnome.org/svn/tracker/trunk

+

svn checkout http://svn.gnome.org/svn/tracker/trunk

+

ViewCVS web interface for svn: http://svn.gnome.org/viewcvs/tracker/

If you want to write a 3rd Party Application using tracker, but you have question in how to do it just jump in in the IRC channel for now. Tutorials and Documentation are coming soon.

Index: style.css =================================================================== --- style.css (revision 4983) +++ style.css (working copy) @@ -1,10 +1,5 @@ /* -Initial Style sheet Copyright 2006 by Peter Vander Klippe -Free to modify and redistribute as long as credit is given -*/ -/* - New Freedesktop colors: #747474 - Background #A2C7DF - Lightest @@ -14,35 +9,36 @@ */ body { - margin-left:50px; - margin-right:20px; color: black; - background-color: rgb(255, 255, 240);} + background-color: rgb(255, 255, 240); + } div#navigation { - float:left; - width:180px;} + float:left; + width:160px; + } div#logo { - margin-left:200px; - } + margin-left:180px; + } div#content { - margin-left:200px; - width:800px; - } + margin-left:180px; + width:800px; + } div#footer { - font-style: italic; - text-align: center; - font-size: small; - color: grey; - clear:both;} + font-style: italic; + text-align: center; + font-size: small; + color: grey; + clear:both; + } table.tab_class { - padding: 15; -} + padding: 15; + } ul.navbar { width:150px; @@ -52,84 +48,86 @@ } ul.navbar li a { - display:block; - text-decoration:none; + display:block; + text-decoration:none; + padding: 0.3em; + height:1.5em; + line-height:1.5em; + border-top: 0.1em solid black; + border-bottom: 0.1em solid black; + border-left: 0.1em solid black; + border-right: 0.1em solid black; + } - padding: 0.3em; - height:1.5em; - line-height:1.5em; - border-top: 0.1em solid black; - border-bottom: 0.1em solid black; - border-left: 0.1em solid black; - border-right: 0.1em solid black; - } +ul.navbar li { + margin-top:10px; + } - ul.navbar li { - - margin-top:10px; - } - ul.navbar li a:hover, ul.navbar li a:active { - background: orange; - } + background: orange; + } - ul.navbar li.sel { - background: orange; - border-top: 0.1em solid black; - border-bottom: 0.1em solid black; - border-left: 0.1em solid black; - border-right: 0.1em solid black; -} -/* -ul.navbar li { - background: #FFFFF0; - margin: 0.5em 0; - padding: 0.3em; + background: orange; border-top: 0.1em solid black; border-bottom: 0.1em solid black; border-left: 0.1em solid black; border-right: 0.1em solid black; -} - -*/ + } ul.navbar a { - color: black; - text-decoration: none } + color: black; + text-decoration: none; + } - - h2 { - color: #142C3B; + color: #142C3B; background: #65B6FF; margin: 0.5em 0; - padding: 0.4em;} + padding: 0.4em; + } h3 { - color: black; + color: black; background: #BCC7CF; margin: 0.5em 0; - padding: 0.3em;} + padding: 0.3em; + } h3.a { - color: black; + color: black; background: #BCC7CF; margin: 0.5em 0; - padding: 0.3em;} + padding: 0.3em; + } h4 { - color: black; - border: 2px #9F9BBF solid; - margin-top: 1.5em; - margin-bottom: 0.5em; - padding: 0.3em;} + color: black; + border: 2px #9F9BBF solid; + margin-top: 1.5em; + margin-bottom: 0.5em; + padding: 0.3em; + } img { - border:0px; } + border:0px; + } .example { - border: 0.1em solid #142C3B; - background: #A2C7DF; - padding: 12px; } - + border: 0.1em solid #142C3B; + background: black; + color: white; + padding: 6px; + font-family: monospace; + margin-left:12px; + margin-right:12px; + } + +.terminal { + border: 0.1em solid #142C3B; + background: black; + color: white; + padding: 6px; + font-family: monospace; + margin:10px; + } Index: download.html =================================================================== --- download.html (revision 4983) +++ download.html (working copy) @@ -35,42 +35,47 @@

Here is the latest stable release for Tracker.

Note that the deb's and the rpm's may be outdated.

- +

Tarball

+http://www.gnome.org/~jamiemcc/tracker/tracker-0.5.4.tar.gz -

If your architeture is not i386 you can use "deb-src http://debs.michaelbiebl.de/ dapper main" -
and recompiling yourself using "apt-get build-dep tracker && apt-get source -b tracker"

- -