tracker r2641 - in trunk: . docs/manpages



Author: mr
Date: Wed Dec  3 12:10:57 2008
New Revision: 2641
URL: http://svn.gnome.org/viewvc/tracker?rev=2641&view=rev

Log:
	* NEWS:
	* README:
	* docs/manpages/trackerd.1: Patch from Tshepang Lekhonkhobe to
	update documentation.


Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/README
   trunk/docs/manpages/trackerd.1

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Wed Dec  3 12:10:57 2008
@@ -9,14 +9,17 @@
   * New binary, tracker-indexer, created so to separate indexing functionality
     away from user requests in the daemon.
 
+  GLib's GIO usage
+  * In-house file monitoring dropped.
+  * Addition of unit tests.
+  * TST (GUI search) migrated away from the deprecated gnome-vfs2
+
   Miscellaneous
   * Added support for indexing removable media.
   * Added support for the mobile email client, Modest. This adds to Evolution,
     Thunderbird, and KMail, among supported clients.
   * Added support for OR search operations.
   * Initial xesam support.
-  * Addition of unit tests.
-  * In-house file monitoring dropped in favour of GLib's GIO.
   * New functionality to estimate remaining indexing time period.
 
 

Modified: trunk/README
==============================================================================
--- trunk/README	(original)
+++ trunk/README	Wed Dec  3 12:10:57 2008
@@ -42,12 +42,11 @@
   Supported first class objects include:
 
   * Files, Documents, Music, Images, Videos, Applications, Emails,
-    Conversations, History
+    Conversations, History, Playlists
 
   Planned support:
 
-  * Appointments, Contacts, Projects, Tasks, Bookmarks, Playlists,
-    Notes
+  * Appointments, Contacts, Projects, Tasks, Bookmarks, Notes
 
   All discussion related to tracker happens on the Tracker
   mailing list
@@ -176,6 +175,7 @@
     directories, as well as whether the computer is running on
     battery)
   * GTK and GNOME stack (for GUI tools)
+  * totem-plparser (for playlist extraction)
 
 
 4.2 For building Tracker's Deskbar-applet backend
@@ -327,8 +327,9 @@
 
 6.3 Tracker files
 
-  Here is some of the files that Tracker uses during its operation,
-  apart from "~/.config/tracker" which is stated above, in Sec 6.1:
+  Here are some of the files that Tracker creates and uses for its
+  operation, apart from "~/.config/tracker/tracker.cfg" which is stated
+  in Sec 6.1 above:
 
   * "~/.local/share/tracker" is used for non-expendable content,
     like keywords and metadata definitions.
@@ -366,7 +367,8 @@
 
 9 Tracker Tools
 
-  Tracker comes with a number of utilities that you can use. These are
-  hosted in src/utils/. To find out how to use them, provide the
-  --help command line switch to know how to they are used.
+  The Tracker distribution comes with a number of useful utilities which
+  are listed at the bottom of trackerd man page, "man trackerd". It's
+  recommended that you use the "--help" command line switch
+  (e.g., "tracker-services --help") for a more up-to-date usage info.
 

Modified: trunk/docs/manpages/trackerd.1
==============================================================================
--- trunk/docs/manpages/trackerd.1	(original)
+++ trunk/docs/manpages/trackerd.1	Wed Dec  3 12:10:57 2008
@@ -104,5 +104,7 @@
 .BR tracker-query (1),
 .BR tracker-meta-folder (1),
 .BR tracker-files (1),
-.BR tracker-services (1).
-.BR tracker-info (1)
+.BR tracker-services (1),
+.BR tracker-info (1),
+.BR tracker-status (1),
+.BR tracker-services (1)



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