Menu

First public beta release: version 1.0b1

The first public beta release of the Tcladdressbook extension for Tcl has
been posted today. This is version 1.0b1.

Tcladdressbook is a Tcl extension defining a new Tcl command called
addressbook which lets you manipulate the OSX AddressBook. Under OSX
(versions 10.2 or greater) every user has a single addressbook which all
applications are allowed to share.
The addressbook command has many subcommands such as addressbook
create, addressbook persons, addressbook record, addressbook set etc. used
to invoke the various actions to perform.

Note that this extension is useful only on Macintosh platforms with OSX
System. Version 10.2 (aka Jaguar) or greater of the system is required.

1. Download
Binary releases of Tcladdressbook are available on the SourceForge site in
the download area of the project:
<http://sourceforge.net/project/showfiles.php?group_id=96169>

2. Source code
Tcladdressbook is an open source project. Its code is publicly
available and can be found on the SourceForge site
<http://sourceforge.net/projects/tcladdressbook>.
The code is under CVS control. You can retrieve the latest stage of
development using any CVS client. See instructions there:
<http://sourceforge.net/cvs/?group_id=96169>
You can also browse the cvs repository online:
<http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/tcladdressbook>

3. Help
Tcladdressbook is distributed with a help file containing the exact reference of
all the subcommands in man format:

man tcladdressbook

or in Html format:
<http://webperso.easyconnect.fr/bdesgraupes/DocHTML/TclAddressBookHelp.html>
See also the Quick Start file which is a tutorial with basic usage examples:
<http://webperso.easyconnect.fr/bdesgraupes/DocHTML/TclAB_QuickStart.html>

4. Bug reports

Bugs can be officially reported via the Bug Tracker of the project:
<http://sourceforge.net/tracker/?atid=613882&group_id=96169&func=browse>

You can also address feature requests
<http://sourceforge.net/tracker/?atid=613885&group_id=96169&func=browse>
and propose patches
<http://sourceforge.net/tracker/?atid=613884&group_id=96169&func=browse>.

Posted by Bernard Desgraupes 2004-01-27

Log in to post a comment.