]> git.deb.at Git - pkg/abook.git/blob - README
*** empty log message ***
[pkg/abook.git] / README
1
2  ABOOK by JH <jheinonen@bigfoot.com>
3  -----
4
5 Abook is an addressbook program with mutt mail client support.
6
7 COMPILATION
8
9 To compile abook you must have ncurses developement libraries installed.
10 Starting from version 0.4.10 abook is know to compile with the native curses
11 library of SUN Solaris and OpenBSD.
12
13 If you compile with --enable-debug flag you should run abook like this:
14 abook 2> debug or abook 2> /dev/null. Abook has been compiled and tested
15 successfully on following platforms: (NOTE: All versions of abook haven't
16 been tested on all platforms.)
17
18 Linux (Debian GNU/Linux 2.1/2.2, RedHat 6.x)
19 Solaris 2.4
20 Solaris 2.5
21 Solaris 2.6
22 FreeBSD 3.3 (newer versions should work)
23 OpenBSD
24 NetBSD (reportedly requires ncurses to work properly)
25 AIX 3.2.5
26 DEC alpha ?
27 Irix 6.5
28
29 INSTALLATION
30
31 See INSTALL for detailed instructions.
32
33 If you want to use abook with mutt you should add following line to your
34 ~/.muttrc or to the systemwide /etc/Muttrc file.
35
36 set query_command="abook --mutt-query '%s'"
37
38 After this you can make queries from mutt using the query command ( Q ).
39
40 NOTES
41
42 If your language specific characters doesn't work correctly make sure
43 that your locale configuration has been done properly. (On Linux you
44 must set at least LC_CTYPE environment variable)
45
46 If you want to import a ldif file generated by abook in Netscape you
47 must use the extension ``.4ld''.
48
49 OBTAINING ABOOK
50
51 Get the latest version from http://abook.sourceforge.net/
52
53 LICENSE
54
55 All files in this distribution are released under GNU GENERAL PUBLIC LICENSE.
56 See COPYING for details.
57
58 CONTACT AUTHOR
59
60 Send bugreports, fixes, wishes etc. to Jaakko Heinonen <jheinonen@bigfoot.com>
61 or preferably use the mailing list. (See http://abook.sourceforge.net/ for
62 details)
63