.TH "pycocuma-server" "1" "0.4.5-5" "Debian" "Addressbook" .SH "NAME" .LP pycocuma-server \- Pythonic Contact and Customer Management .SH "SYNTAX" .LP pycocuma-server [\fB-p\fR \fIport\fR] [\fB-h\fR \fIhost\fR] [\fB-f\fR \fIaddressbook\fR] [\fB-j\fR \fIcalendar\fR] .SH "DESCRIPTION" .LP PyCoCuMa (Pythonic Contact and Customer Management) provides a personal information system for addresses, telephone numbers and other data associated with personal contacts (also supports photographic pictures). PyCoCuMa is purely written in Python with a Tk graphical interface. PyCoCuMa is based on an XML-RPC client-server architecture. The server stores its data in compatible vCard (ver. 3.0) files (*.vcf) which can be read by all modern address programs (Evolution, KAddressbook, Outlook, GnomeCard, etc). This manpage documents the PyCoCuMa server. .SH "OPTIONS" .TP \fB\-p\fR Port to listen on (default: 8810) .TP \fB\-h\fR Host (interface) to listen on (default: localhost) .TP \fB\-f\fR Addressbook filename to use (default: ~/addressbook.vcf) .TP \fB\-j\fR Calendar filename to use (default: ~/addressbook.ics) .SH "AUTHORS" .LP PyCoCuMa was written by Henning Jacobs. This manpage was written by Christoph Berg for the Debian GNU/Linux distribution (but may be used by others). .SH "SEE ALSO" .LP .TP PyCoCuMa home page http://www.srcco.de/pycocuma/ .LP pycocuma(1)