| 1 | ================================================================ |
|---|
| 2 | Logtalk - Open source object-oriented logic programming language |
|---|
| 3 | Release 2.30.5 |
|---|
| 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 |
|---|
| 27 | in the "LICENSE.txt" file in this directory. Logtalk follows the |
|---|
| 28 | Artistic License 2.0. The copyright notice and license applies to all |
|---|
| 29 | files in this release (including sources, documentation, and examples) |
|---|
| 30 | unless otherwise explicitly 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, http://logtalk.org/regform.html, or send an email |
|---|
| 47 | message to: |
|---|
| 48 | |
|---|
| 49 | registration@logtalk.org |
|---|
| 50 | |
|---|
| 51 | with the following information: |
|---|
| 52 | |
|---|
| 53 | email address, full name, organization, organization type (education, |
|---|
| 54 | commercial, government, ...), prolog compilers used (optional), |
|---|
| 55 | platforms (mac, pc, unix,...) (optional) |
|---|
| 56 | |
|---|
| 57 | |
|---|
| 58 | 4. SUPPORT |
|---|
| 59 | |
|---|
| 60 | For support options, please consult the page http://logtalk.org/support.html. |
|---|
| 61 | |
|---|
| 62 | |
|---|
| 63 | 5. INSTALLATION |
|---|
| 64 | |
|---|
| 65 | Logtalk can be installed either from sources by running a few shell scripts |
|---|
| 66 | or by using one of the provided installers, depending on your operating |
|---|
| 67 | system. For manual installation, see the file "INSTALL.txt" for detailed |
|---|
| 68 | instructions. |
|---|
| 69 | |
|---|
| 70 | See the user manual for a description of the source files organization |
|---|
| 71 | and for using instructions (to read the user manual open the file |
|---|
| 72 | "manuals/index.html" with a web browser). Most files are formatted |
|---|
| 73 | using four-space tabs. |
|---|
| 74 | |
|---|
| 75 | |
|---|
| 76 | 6. CUSTOMIZATION |
|---|
| 77 | |
|---|
| 78 | The file "CUSTOMIZE.txt" provides detailed instructions for customizing the |
|---|
| 79 | Logtalk installation and working environment. |
|---|
| 80 | |
|---|
| 81 | |
|---|
| 82 | 7. QUICK START |
|---|
| 83 | |
|---|
| 84 | The file "QUICK_START.txt" provides quick instructions for those of you in |
|---|
| 85 | a hurry to run Logtalk, provided that your favorite Prolog compiler is |
|---|
| 86 | supported. |
|---|
| 87 | |
|---|
| 88 | |
|---|
| 89 | 8. DOCUMENTATION |
|---|
| 90 | |
|---|
| 91 | The reference and user manuals and the tutorial are provided in XHTML format |
|---|
| 92 | and can be found in the "manuals" directory. |
|---|
| 93 | |
|---|
| 94 | The file "RELEASE_NOTES.txt" contains descriptions of all Logtalk updates |
|---|
| 95 | since the first public version. Read it carefully if you have been using a |
|---|
| 96 | previous Logtalk version. |
|---|
| 97 | |
|---|
| 98 | |
|---|
| 99 | 9. UPGRADING |
|---|
| 100 | |
|---|
| 101 | If you are upgrading from a previous Logtalk version, please check the file |
|---|
| 102 | "UPGRADING.txt" for instructions on how to upgrade your programs or your |
|---|
| 103 | custom configuration files to run under this new version. |
|---|
| 104 | |
|---|
| 105 | |
|---|
| 106 | 10. CITATIONS |
|---|
| 107 | |
|---|
| 108 | If you find Logtalk useful, please include a citation on your publications. |
|---|
| 109 | Consult the file "BIBLIOGRAPHY.bib" for bibliographic references in BibTeX |
|---|
| 110 | format (the Logtalk technical report published on 2000 or the 2003 PhD thesis |
|---|
| 111 | on Logtalk are good choices). |
|---|
| 112 | |
|---|
| 113 | |
|---|
| 114 | 11. CONTRIBUTIONS |
|---|
| 115 | |
|---|
| 116 | Contributions, constructive criticisms, code, bug reports, and suggestions |
|---|
| 117 | are always welcome. If you want to contribute to this project, drop me a |
|---|
| 118 | line to the support address given above. |
|---|
| 119 | |
|---|
| 120 | |
|---|
| 121 | Happy Logtalking! |
|---|
| 122 | |
|---|
| 123 | Paulo Moura |
|---|
| 124 | pmoura@logtalk.org |
|---|