| 1 | ================================================================= |
|---|
| 2 | Logtalk - Object oriented extension to Prolog |
|---|
| 3 | Release 2.9.0 |
|---|
| 4 | |
|---|
| 5 | Copyright (c) 1998-2001 Paulo Moura. All Rights Reserved. |
|---|
| 6 | ================================================================= |
|---|
| 7 | |
|---|
| 8 | |
|---|
| 9 | CONTENTS |
|---|
| 10 | |
|---|
| 11 | 1. License |
|---|
| 12 | 2. Home of Logtalk package |
|---|
| 13 | 3. Registration |
|---|
| 14 | 4. Support |
|---|
| 15 | 5. Installation |
|---|
| 16 | 6. Documentation |
|---|
| 17 | 7. Upgrading |
|---|
| 18 | 8. Contributions |
|---|
| 19 | |
|---|
| 20 | |
|---|
| 21 | 1. LICENSE |
|---|
| 22 | |
|---|
| 23 | The overall copyright and permission notice for Logtalk can be found in |
|---|
| 24 | the LICENSE file in this directory. Logtalk follows the Perl Artistic |
|---|
| 25 | license. The copyright notice and license applies to all files in this |
|---|
| 26 | release (sources, documentation and examples) unless otherwise explicitly |
|---|
| 27 | stated. |
|---|
| 28 | |
|---|
| 29 | |
|---|
| 30 | 2. HOME OF LOGTALK PACKAGE |
|---|
| 31 | |
|---|
| 32 | The latest release of the Logtalk package is always available at the |
|---|
| 33 | URL: |
|---|
| 34 | |
|---|
| 35 | http://www.ci.uc.pt/logtalk/logtalk.html |
|---|
| 36 | |
|---|
| 37 | At this address you can also find useful documentation and information |
|---|
| 38 | about Logtalk. |
|---|
| 39 | |
|---|
| 40 | |
|---|
| 41 | 3. REGISTRATION |
|---|
| 42 | |
|---|
| 43 | To register as a Logtalk user either use the registration form found at |
|---|
| 44 | the Logtalk web site or send an email message to: |
|---|
| 45 | |
|---|
| 46 | pmoura@noe.ubi.pt |
|---|
| 47 | |
|---|
| 48 | with the following information: |
|---|
| 49 | |
|---|
| 50 | email address, full name, organization, organization type |
|---|
| 51 | (education, commercial, government,...), prolog compilers used (optional), |
|---|
| 52 | platforms (mac, pc, unix,...) (optional) |
|---|
| 53 | |
|---|
| 54 | |
|---|
| 55 | 4. SUPPORT |
|---|
| 56 | |
|---|
| 57 | Logtalk support is available for registered users via email to |
|---|
| 58 | pmoura@noe.ubi.pt. |
|---|
| 59 | |
|---|
| 60 | At the URL http://www.ci.uc.pt/logtalk/bugs.html you can find a list of |
|---|
| 61 | known problems and download bug fixes. The latest news about Logtalk are |
|---|
| 62 | available at the URL http://www.ci.uc.pt/logtalk/news.html |
|---|
| 63 | |
|---|
| 64 | There is also a mailing list, logtalk, used to announce new releases and |
|---|
| 65 | bug fixes and for discussion between Logtalk users, that you can subscribe. |
|---|
| 66 | For instructions on how to subscribe open the web page: |
|---|
| 67 | |
|---|
| 68 | http://sagitta.ci.uc.pt/mailman/listinfo.cgi/logtalk |
|---|
| 69 | |
|---|
| 70 | or send an email message to: |
|---|
| 71 | |
|---|
| 72 | logtalk-request@list-serv.ci.uc.pt |
|---|
| 73 | |
|---|
| 74 | with just the word "help" as subject or in the body. |
|---|
| 75 | |
|---|
| 76 | |
|---|
| 77 | 5. INSTALLATION |
|---|
| 78 | |
|---|
| 79 | Installing Logtalk is just a matter of uncompressing/unpacking the |
|---|
| 80 | distribution archive file for your operating system. You can install |
|---|
| 81 | Logtalk in any directory that you find convenient. |
|---|
| 82 | |
|---|
| 83 | See the user manual for a description of the source files organization |
|---|
| 84 | and for installing/using instructions (to read the user manual open the |
|---|
| 85 | file manuals/index.html with a web browser). |
|---|
| 86 | |
|---|
| 87 | |
|---|
| 88 | 6. DOCUMENTATION |
|---|
| 89 | |
|---|
| 90 | The reference and user manuals and the tutorial are provided in HTML format |
|---|
| 91 | and are contained in the manuals directory. |
|---|
| 92 | |
|---|
| 93 | PDF versions of all documentation are also available as a separated download |
|---|
| 94 | from the Logtalk web site. The PDF files include page numbers, index and a |
|---|
| 95 | table of contents and are available for printing in both A4 and US Letter |
|---|
| 96 | paper formats. |
|---|
| 97 | |
|---|
| 98 | The file RELEASE_NOTES contains descriptions of the changes made in |
|---|
| 99 | Logtalk since the first public version. Read it carefully if you have |
|---|
| 100 | been using a previous Logtalk version. |
|---|
| 101 | |
|---|
| 102 | The file QUICK_START provides quick instructions for those of you in a hurry |
|---|
| 103 | to run Logtalk, provided that your usual Prolog compiler is supported. |
|---|
| 104 | |
|---|
| 105 | |
|---|
| 106 | 7. UPGRADING |
|---|
| 107 | |
|---|
| 108 | If you have been using a previous Logtalk version read the file UPGRADING for |
|---|
| 109 | instructions on how to upgrade your programs to run under this new version. |
|---|
| 110 | |
|---|
| 111 | |
|---|
| 112 | 8. CONTRIBUTIONS |
|---|
| 113 | |
|---|
| 114 | Contributions, constructive criticisms, code and suggestions are always |
|---|
| 115 | welcome. If you want to contribute to this project, drop me a line to the |
|---|
| 116 | support address given above. |
|---|
| 117 | |
|---|
| 118 | |
|---|
| 119 | Happy Logtalking! |
|---|
| 120 | |
|---|
| 121 | Paulo Moura |
|---|