| 1 | ================================================================= |
|---|
| 2 | Logtalk - Object oriented extension to Prolog |
|---|
| 3 | Release 2.29.2 |
|---|
| 4 | |
|---|
| 5 | Copyright (c) 1998-2007 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. Customization |
|---|
| 17 | 7. Quick start |
|---|
| 18 | 8. Documentation |
|---|
| 19 | 9. Upgrading |
|---|
| 20 | 10. Citations |
|---|
| 21 | 11. Contributions |
|---|
| 22 | |
|---|
| 23 | |
|---|
| 24 | 1. LICENSE |
|---|
| 25 | |
|---|
| 26 | The overall copyright and permission notice for Logtalk can be found in the |
|---|
| 27 | LICENSE file in this directory. Logtalk follows the Artistic License 2.0. |
|---|
| 28 | The copyright notice and license applies to all files in this release |
|---|
| 29 | (including sources, documentation, and examples) unless otherwise explicitly |
|---|
| 30 | stated. |
|---|
| 31 | |
|---|
| 32 | |
|---|
| 33 | 2. HOME OF LOGTALK PACKAGE |
|---|
| 34 | |
|---|
| 35 | The latest release of the Logtalk package is always available at the URL: |
|---|
| 36 | |
|---|
| 37 | http://logtalk.org/ |
|---|
| 38 | |
|---|
| 39 | At this address you can also find additional documentation and information |
|---|
| 40 | about Logtalk. |
|---|
| 41 | |
|---|
| 42 | |
|---|
| 43 | 3. REGISTRATION |
|---|
| 44 | |
|---|
| 45 | To register as a Logtalk user either use the registration form found at |
|---|
| 46 | the Logtalk web site or send an email message to: |
|---|
| 47 | |
|---|
| 48 | registration@logtalk.org |
|---|
| 49 | |
|---|
| 50 | with the following information: |
|---|
| 51 | |
|---|
| 52 | email address, full name, organization, organization type (education, |
|---|
| 53 | commercial, government, ...), prolog compilers used (optional), |
|---|
| 54 | platforms (mac, pc, unix,...) (optional) |
|---|
| 55 | |
|---|
| 56 | |
|---|
| 57 | 4. SUPPORT |
|---|
| 58 | |
|---|
| 59 | Logtalk support is available for registered users via email to |
|---|
| 60 | support@logtalk.org. |
|---|
| 61 | |
|---|
| 62 | At the URL http://logtalk.org/bugs.html you can find a list of known |
|---|
| 63 | problems and download bug fixes. The latest news about Logtalk are |
|---|
| 64 | available at the URL http://logtalk.org/news.html. |
|---|
| 65 | |
|---|
| 66 | There is also a mailing list, "logtalk", used to announce new releases and |
|---|
| 67 | bug fixes and for discussion between registered Logtalk users, that you |
|---|
| 68 | may subscribe. For instructions on how to subscribe, please visit the web |
|---|
| 69 | page: |
|---|
| 70 | |
|---|
| 71 | http://lserv.ci.uc.pt/mailman/listinfo/logtalk |
|---|
| 72 | |
|---|
| 73 | or send an email message to: |
|---|
| 74 | |
|---|
| 75 | logtalk-request@lserv.ci.uc.pt |
|---|
| 76 | |
|---|
| 77 | with just the word "help" in the subject or in the message body. |
|---|
| 78 | |
|---|
| 79 | |
|---|
| 80 | 5. INSTALLATION |
|---|
| 81 | |
|---|
| 82 | Logtalk can be installed either from sources by running a few shell scripts |
|---|
| 83 | or by using one of the provided installers, depending on your operating |
|---|
| 84 | system. For manual installation, see the file "INSTALL.txt" for detailed |
|---|
| 85 | instructions. |
|---|
| 86 | |
|---|
| 87 | See the user manual for a description of the source files organization |
|---|
| 88 | and for using instructions (to read the user manual open the file |
|---|
| 89 | "manuals/index.html" with a web browser). Most files are formatted |
|---|
| 90 | using four-space tabs. |
|---|
| 91 | |
|---|
| 92 | |
|---|
| 93 | 6. CUSTOMIZATION |
|---|
| 94 | |
|---|
| 95 | The file "CUSTOMIZE.txt" provides detailed instructions for customizing the |
|---|
| 96 | Logtalk installation and working environment. |
|---|
| 97 | |
|---|
| 98 | |
|---|
| 99 | 7. QUICK START |
|---|
| 100 | |
|---|
| 101 | The file "QUICK_START.txt" provides quick instructions for those of you in |
|---|
| 102 | a hurry to run Logtalk, provided that your favorite Prolog compiler is |
|---|
| 103 | supported. |
|---|
| 104 | |
|---|
| 105 | |
|---|
| 106 | 8. DOCUMENTATION |
|---|
| 107 | |
|---|
| 108 | The reference and user manuals and the tutorial are provided in XHTML format |
|---|
| 109 | and can be found in the "manuals" directory. |
|---|
| 110 | |
|---|
| 111 | The file "RELEASE_NOTES.txt" contains descriptions of all Logtalk updates |
|---|
| 112 | since the first public version. Read it carefully if you have been using a |
|---|
| 113 | previous Logtalk version. |
|---|
| 114 | |
|---|
| 115 | |
|---|
| 116 | 9. UPGRADING |
|---|
| 117 | |
|---|
| 118 | If you are upgrading from a previous Logtalk version, please check the file |
|---|
| 119 | "UPGRADING.txt" for instructions on how to upgrade your programs or your |
|---|
| 120 | custom configuration files to run under this new version. |
|---|
| 121 | |
|---|
| 122 | |
|---|
| 123 | 10. CITATIONS |
|---|
| 124 | |
|---|
| 125 | If you want to cite Logtalk in your publications, please consult the file |
|---|
| 126 | "BIBLIOGRAPHY.bib" for bibliographic references in BibTeX format. |
|---|
| 127 | |
|---|
| 128 | |
|---|
| 129 | 11. CONTRIBUTIONS |
|---|
| 130 | |
|---|
| 131 | Contributions, constructive criticisms, code, bug reports, and suggestions |
|---|
| 132 | are always welcome. If you want to contribute to this project, drop me a |
|---|
| 133 | line to the support address given above. |
|---|
| 134 | |
|---|
| 135 | |
|---|
| 136 | Happy Logtalking! |
|---|
| 137 | |
|---|
| 138 | Paulo Moura |
|---|
| 139 | pmoura@logtalk.org |
|---|