Hi, Attached is a patch containing some grammar fixes and other small enhancements.
diff -ru tracker-website_4966/development.html tracker-website/development.html --- tracker-website_4966/development.html 2007-01-30 17:05:07.000000000 +0200 +++ tracker-website/development.html 2007-01-30 21:11:57.000000000 +0200 @@ -36,15 +36,15 @@ <h3>Development</h3> <p> -Currently Tracker 0.5.5 is in development with work ongoing to bring in new services like emails. +Currently, Tracker 0.5.5 is in development with ongoing work to support other services, like email. </p> <h3>Hacking</h3> -<p>The development code is available from the gnome svn, to check out:</p> +<p>Retrieve current development code with the following command:</p> <p><code>svn checkout http://svn.gnome.org/svn/tracker/trunk</code></p> -<h3>BUGS!!</h3> +<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>
diff -ru tracker-website_4966/documentation.html tracker-website/documentation.html --- tracker-website_4966/documentation.html 2007-01-30 17:05:07.000000000 +0200 +++ tracker-website/documentation.html 2007-01-30 20:49:26.000000000 +0200 @@ -33,7 +33,7 @@ <h3>Documentation</h3> <p>For a quickstart in how to install and run tracker read <a href="start.html">here</a>.</p> <p>For tuning how you tracker is indexing just keep on reading :) .</p> -<p><em>Tracker is under an hard development that's why we are going to cover only some of the configurations.</em></p> +<p><em>Tracker is under heavy development that's why we are going to cover only some of the configurations.</em></p> <h3>Choose what to index!!!</h3> <p> You can configure the behavior of tracker using the configuration file : <code>~/.Tracker/tracker.cfg</code>.</p> diff -ru tracker-website_4966/download.html tracker-website/download.html --- tracker-website_4966/download.html 2007-01-30 17:05:07.000000000 +0200 +++ tracker-website/download.html 2007-01-30 21:04:15.000000000 +0200 @@ -41,9 +41,9 @@ <strong>Tarball</strong> : <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> </p> </li> - <li> + <li><p> <strong>Debian</strong> : experimental debian repo can be found at : <code>"deb http://debs.michaelbiebl.de/ unstable main"</code> - </li> + </p></li> <li> <strong>Ubuntu</strong> : <ul> @@ -56,7 +56,7 @@ Edgy: repo <code>"deb http://debs.michaelbiebl.de/ edgy main"</code> </li> <li> - Dappper: repo <code>"deb http://debs.michaelbiebl.de/ dapper main"</code> + Dapper: repo <code>"deb http://debs.michaelbiebl.de/ dapper main"</code> </li> </ul> If your architeture is !i386 you can use <code>"deb-src http://debs.michaelbiebl.de/ dapper main"</code> @@ -64,8 +64,8 @@ </li> - <li><strong>RPM (FC5/FC6)</strong>: Can now be found in Fedora Extras </li> - <li><strong>Gentoo</strong>: Tracker is in portage just <code>emerge tracker</code> to install it + <li><p><strong>RPM (FC5/FC6)</strong>: Can now be found in Fedora Extras.</p></li> + <li><strong>Gentoo</strong>: Just <code>"emerge tracker"</code> to install. </li> </ul> diff -ru tracker-website_4966/faq.html tracker-website/faq.html --- tracker-website_4966/faq.html 2007-01-30 17:05:07.000000000 +0200 +++ tracker-website/faq.html 2007-01-30 20:57:58.000000000 +0200 @@ -65,7 +65,7 @@ <p> There is a GTK-based GUI known as <code>tracker-search-tool</code> (here's the <a href="screenshots.html">screenshots)</a>. A QT-based one which is under development and can be downloaded from Tracker's subversion sources. -There are also other option to search using the tracker engine. Refer to <a href="documentation.html">Documentation</a>. +Refer to <a href="documentation.html">Documentation</a> for additional search clients. </p> <h3><a id="point6"> Ok, I want to try it!!</a></h3> diff -ru tracker-website_4966/features.html tracker-website/features.html --- tracker-website_4966/features.html 2007-01-30 17:05:07.000000000 +0200 +++ tracker-website/features.html 2007-01-30 19:26:43.000000000 +0200 @@ -34,10 +34,10 @@ <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 file system changes, automaticall keeping its metadata database up to date.</li> -<li> Also extracts file contents as plain text and indexes them.</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> +<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> @@ -54,7 +54,7 @@ <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>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> @@ -62,15 +62,15 @@ <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>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> +<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 [8] and file-chooser dialogs.</li> +<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 tracker as its desktop file parser, or rhythmbox could use tracker as its song index. In addition by using a DBus based API one can take advantage of asynchronous replies for improved GUI responsiveness.</li> diff -ru tracker-website_4966/index.html tracker-website/index.html --- tracker-website_4966/index.html 2007-01-30 17:05:07.000000000 +0200 +++ tracker-website/index.html 2007-01-30 19:13:58.000000000 +0200 @@ -52,19 +52,21 @@ <tr><td><img alt="videos" src="images/videos.png"/></td><td><strong>Videos</strong></td></tr> <tr><td><img alt="text" src="images/text.png"/></td><td><strong>Text Files</strong></td></tr> <tr><td><img alt="developmentfiles" src="images/development.png"/></td><td><strong>Development Files</strong></td></tr> - <tr><td><img alt="playlist" src="images/playlist.png"/></td><td><strong>Playlists*</strong></td></tr> - <tr><td><img alt="notes" src="images/notes.png"/></td><td><strong>Notes*</strong></td></tr> - <tr><td><img alt="application" src="images/app.png"/></td><td><strong>Applications*</strong></td></tr> - <tr><td><img alt="contacts" src="images/contacts.png"/></td><td><strong>People/Contacts*</strong></td></tr> - <tr><td><img alt="emails" src="images/email.png"/></td><td><strong>Emails*</strong></td></tr> - <tr><td><img alt="conversation" src="images/conversation.png"/></td><td><strong>Conversations*</strong></td></tr> - <tr><td><img alt="appointments" src="images/appointments.png"/></td><td><strong>Appointments*</strong></td></tr> - <tr><td><img alt="tasks" src="images/tasks.png"/></td><td><strong>Tasks*</strong></td></tr> - <tr><td><img alt="bookmarks" src="images/bookmark.png"/></td><td><strong>Bookmarks and History*</strong></td></tr> - <tr><td><img alt="project" src="images/projects.png"/></td><td><strong>Projects*</strong></td></tr> </table> -<p><small>(* these services are not currently indexed at the moment but will be in later versions)</small></p> +<p>Planned support:</p> +<table class="tab_class"> + <tr><td><img alt="playlist" src="images/playlist.png"/></td><td><strong>Playlists</strong></td></tr> + <tr><td><img alt="notes" src="images/notes.png"/></td><td><strong>Notes</strong></td></tr> + <tr><td><img alt="application" src="images/app.png"/></td><td><strong>Applications</strong></td></tr> + <tr><td><img alt="contacts" src="images/contacts.png"/></td><td><strong>People/Contacts</strong></td></tr> + <tr><td><img alt="emails" src="images/email.png"/></td><td><strong>Emails</strong></td></tr> + <tr><td><img alt="conversation" src="images/conversation.png"/></td><td><strong>Conversations</strong></td></tr> + <tr><td><img alt="appointments" src="images/appointments.png"/></td><td><strong>Appointments</strong></td></tr> + <tr><td><img alt="tasks" src="images/tasks.png"/></td><td><strong>Tasks</strong></td></tr> + <tr><td><img alt="bookmarks" src="images/bookmark.png"/></td><td><strong>Bookmarks and History</strong></td></tr> + <tr><td><img alt="project" src="images/projects.png"/></td><td><strong>Projects</strong></td></tr> +</table> <h3>News</h3> diff -ru tracker-website_4966/start.html tracker-website/start.html --- tracker-website_4966/start.html 2007-01-30 17:05:07.000000000 +0200 +++ tracker-website/start.html 2007-01-30 20:56:26.000000000 +0200 @@ -49,16 +49,16 @@ <p>If you run Ubuntu you maybe want to have a look to : <a href="https://help.ubuntu.com/community/Tracker">How-to install Meta Tracker</a> on Ubuntu Community Documentation</p> <h3>Run tracker</h3> -<p>To run tracker simple digit <code>trackerd</code></p> +<p>To run tracker simply run the command <code>'trackerd'</code></p> <p><strong>Tracker is indexing your home!!</strong></p> -<p>To search you can use :</p> +<p>To search you can use any of the following:</p> <ul> - <li>the command line <code>tracker-search</code></li> - <li>the tracker-search-tool <code>tracker-search-tool</code></li> + <li><code>tracker-search</code></li> + <li><code>tracker-search-tool (GUI client)</code></li> </ul> -<p>For more information in how configure tracker read the README file or refer to <a href="documentation.html">Documentation</a>.</p> -<p>For more information about the others GUI available to search with tracker refer to <a href="documentation.html#other_gui">Documention Other GUI</a> </p> +<p>For information on configuring tracker and other GUI clients, see +<a href="documentation.html">Documentation</a>.</p>
_______________________________________________ tracker-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/tracker-list
