~jplacerda/zeitgeist/slots

« back to all changes in this revision

Viewing changes to doc/zeitgeist-datahub.1

  • Committer: Siegfried-Angel Gevatter Pujals
  • Date: 2009-06-11 13:51:02 UTC
  • Revision ID: rainct@ubuntu.com-20090611135102-oz65opp8etea9q3e
Restore manpages which got deleted with the project split. Change datahub to use .get_name() instead of accessing .name directly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH ZEITGEIST\-DATAHUB 1 "May 20, 2009" "GNOME Zeitgeist"
 
2
 
 
3
.SH NAME
 
4
zeitgeist\-datahub \- passive loggers for GNOME Zeitgeist
 
5
 
 
6
.SH SYNOPSIS
 
7
\fBzeitgeist\-datahub\fP \fI[OPTION]\fP
 
8
 
 
9
.SH DESCRIPTION
 
10
\fBzeitgeist\-datahub\fP is a daemon which centralizes all passive
 
11
data sources written in Python into a single process, and interfaces
 
12
between said data sources (also known as \fIloggers\fP) and
 
13
\fBzeitgeist-daemon\fP (with which it communicates via D-Bus).
 
14
.PP
 
15
\fBPassive\fP data sources are those which run in the background and
 
16
look for activities independently to the programs they monitor, whereas
 
17
Zeitgeist can also work with \fBactive\fP data sources which are those
 
18
in-build into other applications (either natively or through
 
19
extensions).
 
20
 
 
21
.SH OPTIONS
 
22
The program follows the usual GNU command line syntax, with
 
23
options starting with two dashes (`--'). A summary of options is
 
24
included below.
 
25
.TP
 
26
.B \-\-exclude\-datasources <...>
 
27
Not implemented yet.
 
28
 
 
29
.SH FILES
 
30
.TP
 
31
.B /usr/share/gnome-zeitgeist/zeitgeist/loggers/datasources/
 
32
Python data sources inside this directory will be dinamically
 
33
load at start time.
 
34
 
 
35
.SH SEE ALSO
 
36
\fBzeitgeist-daemon\fR, \fBzeitgeist-trayicon\fR
 
37
 
 
38
.SH BUGS
 
39
Please report any bugs on https://bugs.launchpad.net/gnome-zeitgeist.
 
40
 
 
41
.SH AUTHORS
 
42
Please see the AUTHORS file bundled with this application for
 
43
a complete list of contributors.
 
44
 
 
45
.SH LICENSE
 
46
This program is free software: you can redistribute it and/or modify
 
47
it under the terms of the GNU General Public License as published by
 
48
the Free Software Foundation, either version 3 of the License, or
 
49
(at your option) any later version.
 
50
.PP
 
51
This program is distributed in the hope that it will be useful,
 
52
but WITHOUT ANY WARRANTY; without even the implied warranty of
 
53
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
54
GNU General Public License for more details.
 
55
.PP
 
56
You should have received a copy of the GNU General Public License
 
57
along with this program.  If not, see <http://www.gnu.org/licenses/>.