Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
LOOKOUT(1)							      LOOKOUT(1)

NAME
      lookout  -  convert  Microsoft Outlook address-book export files to KAB or
     GnomeCard format

SYNOPSIS
     lookout [--gc] [--kab] [file]

DESCRIPTION
     The lookout converts Outlook address-book export files, as produced by Out-
     look 97 or Outlook Express, to either the KAB format used by the  abbrowser
     address-book  browser  in KDE or the GnomeCard format used by the GNOME ad-
     dress book application.

     You may select the format to be written with  --kab  for  KAB  or	-gc  for
     GnomeCard.  If  you  do  not select a format, lookout will try to determine
     what format it should translate to by looking for a ~/.kde or ~/.gnome  di-
     rectory.

     Run  with	a  single file argument, lookout will interpret it as an Outlook
     address-book export file to be converted, and write the corresponding  KAB-
     or  GnomeCard  format  address file to the default location for the calling
     user's address book. The new information will be appended to any previously
     existing address book.

     Run with no arguments, lookout will act as a filter, translating an Outlook
     address-book export file presented on standard input to  KAB  or  GnomeCard
     address-book data written to standard output.

     The fields supported by Outlook do not always have exact equivalents in the
     output  address-book formats that lookout supports. Despite this, no infor-
     mation is ever  discarded	in  translation;  lookout  inserts  untranslated
     fields  into  whatever facility for notes or user-defined fields the output
     format supports.

THEORY OF OPERATION
     To export your Outlook address book in the format this program  reads,  use
     the  the  'Tab  Separated Values (Windows)' export format. To generate this
     export file:

     1.
	In Outlook (on your Windows machine), select File -> 'Import and Export'
	to call up the import/export wizard.

     2.
	In that wizard, select 'Export to a file', which should  be  the  second
	entry of the wizard's first menu. Press Next to continue.

     3.
	Select the "Contacts" folder. Press Next to continue.

     4.
	Select	'Tab  Separated Values (Windows)'. This is the last entry in the
	list; you may have to scroll down to see it. Press Next to continue.

     5.
	Outlook will prompt you for a path and filename to write to. Supply one,
	or accept the default. Press Next to continue.

     6.
	Press `Finish' to write the file.

     7.
	Transfer the export file to your Unix machine by  any  available  means.
	(An  MS-DOS-formatted floppy disk read on your Unix box by mcopy(1) will
	do nicely.)

     To use the export file you have just generated in KDE:

     1.
	Select abbrowser as your address-book interface. Note that it is not (at
	time of writing) the default address-book interface of KMail. To  enable
	it, run kmail select Settings -> Configuration to pull up the Configura-
	tion  dialog, then select `Appearance' and select the `Addressbook' tab.
	Change the pulldown from  `Traditional	Kmail'	(the  default)	to  `Ab-
	browser'.

     2.
	Make  sure  that  the directory in which your contact manager expects to
	find address-book files exists before running lookout. The  easiest  way
	to  make  sure	is  to run abbrowser once before converting, to create a
	dummy address-book file in the right location.

     As of KDE 2.1.1 (as shipped in Red Hat 7.1) abbrowser is the only	address-
     book interface shipped with KDE which can handle anything like the full set
     of  Outlook  address-book fields. The KAB format that lookout writes can be
     written and read by some other KDE address books, however.

     Under either KDE or GNOME:

     1.
	Run lookout file, replacing file with the actual name  of  your  Outlook
	export file.

     2.
	Call  up  your	address-book application to verify that the transfer was
	successful.

FILES
     ~/.kde/share/apps/kab/addressbook.kab
	    location of the address book used by abbrowser and other KDE address
	    book plugins.

     ~/.gnome/GnomeCard.gcrd
	    location of the address book used by the GNOME address-book applica-
	    tion.

REQUIREMENTS
     Requires Python 1.5.2 or greater.

COMPATIBILITY
     This version of lookout was written for the 1.2.0 of gnomecard and the  KDE
     2.1.1  version  of abbrowser. Future versions of these addressbook applica-
     tions may add more fields matching Outlook fields.  Therefore,  you  should
     check  which  version  of	your addressbook you are using; it may be that a
     more up-to-date version of lookout will do a better  semantic  translation,
     relegating  less  data  to  the notes or extension fields. You can find the
     latest   version	of   lookout   at   the   :   lookout	project    page-
     http://www.tuxedo.org/~esr/lookout/.

AUTHORS
     Eric S. Raymond <esr@thyrsus.com>

     Rob Landley <telomerase@yahoo.com>

								      LOOKOUT(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=lookout&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help