[Tcladdressbook-commits] Help ReadMe,1.4,1.5
Status: Alpha
Brought to you by:
bdesgraupes
|
From: Bernard D. <bde...@us...> - 2004-08-02 06:33:00
|
Update of /cvsroot/tcladdressbook/Help In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9238/Help Modified Files: ReadMe Log Message: Updated for 1.1 release Index: ReadMe =================================================================== RCS file: /cvsroot/tcladdressbook/Help/ReadMe,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- ReadMe 26 Jan 2004 23:06:18 -0000 1.4 +++ ReadMe 2 Aug 2004 06:32:51 -0000 1.5 @@ -1,4 +1,4 @@ -TclAddressBook 1.0 +TclAddressBook 1.1 ================== This is the Tcladdressbook extension implementing an [addressbook] command @@ -6,7 +6,7 @@ was introduced in this version of the System (Jaguar). This extension is only useful on Macintosh platforms. -The TclAddressBook1.0 folder should be installed on your system in +The TclAddressBook1.1 folder should be installed on your system in /Library/Tcl or ~/Library/Tcl or any folder contained in your auto_path variable. If you use it from within the AlphaX editor (version 8.0b11 or greater), you can also install it in the Tclextensions folder which is @@ -15,17 +15,18 @@ To load the extension in a Tcl script, just use the following instruction: package require addressbook -Please read the documentation about the command in the Help file - TclAddressBookHelp.html +Please read the documentation about the command in the "doc" subfolder +inside the distribution folder. The main file for reference is +TclAddressBookHelp.html. There is also a Tutorial named TclAB_QuickStart.html +to get you started. The file tcladdressbook.n contains the same documentation in troff format. -You can copy it to /usr/share/man/mann from the Terminal like this - sudo cp tcladdressbook.n /usr/share/man/mann -Then you can read it like any man page by just typing - man tcladdressbook +You should copy it to /Library/Tcl/man/mann then read it by typing + man tcladdressbook +from a Terminal window. Please e-mail any bug or problem you encounter to Bernard Desgraupes e-mail <bde...@us...> Web page <http://tcladdressbook.sourceforge.net/> -Last modification: $Date 2003-11-29 11:36:54$ \ No newline at end of file +Last modification: $Date$ \ No newline at end of file |