------------------------------------------------------------
revno: 332
committer: Siegfried-Angel Gevatter Pujals <siegfr...@gevatter.com>
branch nick: bluebird
timestamp: Tue 2011-11-01 20:38:11 +0100
message:
  Add manpage.
added:
  doc/
  doc/Makefile.am
  doc/zeitgeist-daemon.1
modified:
  Makefile.am
  configure.ac


--
lp:~zeitgeist/zeitgeist/bluebird
https://code.launchpad.net/~zeitgeist/zeitgeist/bluebird

Your team Zeitgeist Framework Team is subscribed to branch 
lp:~zeitgeist/zeitgeist/bluebird.
To unsubscribe from this branch go to 
https://code.launchpad.net/~zeitgeist/zeitgeist/bluebird/+edit-subscription
=== modified file 'Makefile.am'
--- Makefile.am	2011-11-01 18:12:14 +0000
+++ Makefile.am	2011-11-01 19:38:11 +0000
@@ -6,6 +6,7 @@
 	extra \
 	test \
 	po \
+	doc \
 	$(NULL)
 
 zeitgeistdocdir = ${prefix}/doc/zeitgeist

=== modified file 'configure.ac'
--- configure.ac	2011-10-31 15:28:09 +0000
+++ configure.ac	2011-11-01 19:38:11 +0000
@@ -66,6 +66,7 @@
 	test/Makefile
 	test/dbus/Makefile
 	test/direct/Makefile
+    doc/Makefile
 	po/Makefile.in
 ])
 

=== added directory 'doc'
=== added file 'doc/Makefile.am'
--- doc/Makefile.am	1970-01-01 00:00:00 +0000
+++ doc/Makefile.am	2011-11-01 19:38:11 +0000
@@ -0,0 +1,5 @@
+zeitgeist_MANS = \
+	zeitgeist-daemon.1
+
+EXTRA_DIST = \
+	$(zeitgeist_MANS)

=== added file 'doc/zeitgeist-daemon.1'
--- doc/zeitgeist-daemon.1	1970-01-01 00:00:00 +0000
+++ doc/zeitgeist-daemon.1	2011-11-01 19:38:11 +0000
@@ -0,0 +1,107 @@
+.TH ZEITGEIST\-DAEMON 1 "November 1, 2011" "Zeitgeist"
+
+.SH NAME
+zeitgeist\-daemon \- D\-Bus interface providing a log of activities
+
+.SH SYNOPSIS
+\fBzeitgeist\-daemon\fP \fI[OPTION]\fP
+
+.SH DESCRIPTION
+\fBzeitgeist\-daemon\fP is daemon providing an activity log. That is,
+it consists of a central database for events such as file usage, browser
+history, calendar entries, etc.
+.PP
+All this information is made available to external applications which
+communicate with \fBzeitgeist\-daemon\fP over D-Bus. Interested
+applications can request information, insert new events or delete
+existing events. 
+.PP
+Zeitgeist is also capable of establishing relationships between
+activities. Its purpose is enabling an activity-aware desktop with
+adaptive user interfaces.
+.PP
+By default, \fBzeitgeist\-daemon\fP will also start the bundled
+logging application \fBzeitgeist\-datahub\fP.
+
+.SH OPTIONS
+The program follows the usual GNU command line syntax, with
+options starting with two dashes (`--'). A summary of options is
+included below.
+.TP
+.B \-\-no\-datahub
+Do not start \fBzeitgeist\-datahub\fP together with this daemon.
+.TP
+.B \-\-replace
+Replace any existing Zeitgeist instance if there is one already
+running. If this option isn't used, \fBzeitgeist\-daemon\fP will
+refuse to start if another running instance is found.
+.TP
+.B --log-level=\fILOG_LEVEL\fP
+Specifies how much information should be printed to the standard output.
+Possible values are: DEBUG, INFO, WARNING, ERROR, CRITICAL.
+.TP
+.B \-\-quit
+Stop a currently running Zeitgeist instance and exit. This lets
+Zeitgeist finish any operation it may currently be doing.
+.TP
+.B \-v, \-\-version
+Shows which version of Zeitgeist is being executed.
+.TP
+.B \-\-help
+Shows a short help message listing all supported options.
+
+.SH ENVIRONMENT VARIABLES
+.TP
+.B ZEITGEIST_DATA_PATH
+Overrides the directory where user data files are placed. The default
+value is that of XDG's data dir (usually ~/.local/share/zeitgeist).
+.TP
+.B ZEITGEIST_DATABASE_PATH
+This variable lets you specify an override for the filename of the main
+database. The default value is $ZEITGEIST_DATA_PATH/activity.sqlite.
+.TP
+.B ZEITGEIST_DATABASE_BACKUP_PATH
+This variable lets you specify an override for the filename of a possible
+database backup. The default value is $ZEITGEIST_DATA_PATH/activity.sqlite.bck.
+
+.SH SIGNALS
+\fISIGHUP\f1: zeitgeist\-daemon will shut itself down in a clean way. 
+.RS
+It is recommended that system updates of Zeitgeist send this signal to 
+all running instances of zeitgeist-daemon. DBus activation will make sure 
+the updated software is automatically restarted when needed.
+
+.SH EXIT CODES
+.TP
+.B 0
+Zeitgeist terminated normally.
+.TP
+.B 1
+An unspecified error occurred.
+.TP
+.B 10
+There is already a running Zeitgeist instance.
+
+.SH SEE ALSO
+\fBzeitgeist-datahub\fR, \fBgnome-activity-journal\fR
+
+.SH BUGS
+Please report any bugs on https://bugs.launchpad.net/zeitgeist.
+
+.SH AUTHORS
+Please see the AUTHORS file bundled with this application for
+a complete list of contributors.
+
+.SH LICENSE
+This program is free software: you can redistribute it and/or modify
+it under the terms of the GNU Lesser General Public License as published by
+the Free Software Foundation, either version 2.1 of the License, or
+(at your option) any later version.
+.PP
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+GNU Lesser General Public License for more details.
+.PP
+You should have received a copy of the GNU Lesser General Public License
+along with this program.  If not, see <http://www.gnu.org/licenses/>.

_______________________________________________
Mailing list: https://launchpad.net/~zeitgeist
Post to     : zeitgeist@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zeitgeist
More help   : https://help.launchpad.net/ListHelp

Reply via email to