tracker r2309 - trunk/docs/manpages



Author: ifrade
Date: Fri Oct  3 17:16:40 2008
New Revision: 2309
URL: http://svn.gnome.org/viewvc/tracker?rev=2309&view=rev

Log:
Added missing files and fixed typo

Added:
   trunk/docs/manpages/tracker-info.1
   trunk/docs/manpages/tracker-unique.1
Modified:
   trunk/docs/manpages/tracker-services.1

Added: trunk/docs/manpages/tracker-info.1
==============================================================================
--- (empty file)
+++ trunk/docs/manpages/tracker-info.1	Fri Oct  3 17:16:40 2008
@@ -0,0 +1,33 @@
+.TH tracker-info 1 "Oct 2008" GNU "User Commands"
+
+.SH NAME
+tracker-info \- command line tool to retrieve all metadata available
+in tracker for a certain file.
+
+.SH SYNOPSIS
+\fBtracker-info\fR 
+-s ServiceType \fIFILE\fR
+
+.SH DESCRIPTION
+.B tracker-info
+asks tracker for all the known metadata available for the 
+\fIFILE\fR. The actual information is stored in the
+.B tracker
+database.
+
+.SH OPTIONS
+.TP
+.B \-?, \-\-help
+Show summary of options.
+.TP
+.B \-s, \-\-service=SERVICE
+Look for the file in this service type. For more information on
+tracker services, see 
+.BR tracker-services (1)
+
+.SH SEE ALSO
+.BR trackerd (1),
+.BR tracker-services (1).
+
+.SH AUTHOR
+tracker-info was written by Ivan Frade <ivan frade nokia com>.

Modified: trunk/docs/manpages/tracker-services.1
==============================================================================
--- trunk/docs/manpages/tracker-services.1	(original)
+++ trunk/docs/manpages/tracker-services.1	Fri Oct  3 17:16:40 2008
@@ -1,4 +1,4 @@
-.TH tracker-services 7 "July 2007" GNU "Conventions"
+.TH tracker-services 1 "July 2007" GNU "Conventions"
 
 .SH NAME
 tracker-services \- service types of trackerd

Added: trunk/docs/manpages/tracker-unique.1
==============================================================================
--- (empty file)
+++ trunk/docs/manpages/tracker-unique.1	Fri Oct  3 17:16:40 2008
@@ -0,0 +1,55 @@
+.TH tracker-unique 1 "Oct 2008" GNU "User Commands"
+
+.SH NAME
+tracker-unique \- command line tool to ask for unique values of a
+property in tracker.
+
+.SH SYNOPSIS
+\fBtracker-unique\fR 
+[OPTIONS]
+-p \fIRDFFILE\fR \fIFIELD\fR [FIELD...]
+
+.SH DESCRIPTION
+.B tracker-unique
+gets all the unique values of \fIFIELD\fR
+after running the RDF query in \fIRDFFILE\fR. 
+
+.PP
+More than one field can be used, and then it will return the 
+unique values of the combination.
+
+.SH OPTIONS
+.TP
+.B \-?, \-\-help
+Show summary of options.
+.TP
+.B \-p, \-\-path=RDFFILE
+A file containing a RDF query. (See
+documentation for description of the format).
+.TP
+.B FIELD
+A valid property in tracker. For more information on tracker
+properties, see
+.BR tracker-services (1)
+.TP
+.B \-s, \-\-service=SERVICE
+Limit the query to the specified service type. For more information on
+tracker services, see 
+.BR tracker-services (1)
+.TP
+.B \-c, \-\-count=FIELD
+Count different values of \fIFIELD\fR in the result of the query.
+.TP
+.B \-u, \-\-sum=FIELD
+Add all values of \fIFIELD\fR in the result of the query.
+.TP
+.B \-o, \-\-desc
+Sort to descending order
+
+
+.SH SEE ALSO
+.BR trackerd (1),
+.BR tracker-services (1).
+
+.SH AUTHOR
+tracker-unique was written by Mikael Ottela <mikael ottela ixonos com>.



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