root/trunk/README.txt

Revision 4466, 3.5 kB (checked in by pmoura, 38 hours ago)

Updated release number to 2.33.1.

Removed supported for the deprecated mutex_create/1 Prolog built-in predicate.

Updated the XSB config file by switching off the use of multifile/1 directives when compiling Logtalk source files as a workaround for know bugs in the implementation of this directive for dynamic predicates.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1================================================================
2Logtalk - Open source object-oriented logic programming language
3Release 2.33.1
4
5Copyright (c) 1998-2008 Paulo Moura.        All Rights Reserved.
6Logtalk is free software.  You can redistribute it and/or modify
7it under the terms of the "Artistic License 2.0" as published by
8The Perl Foundation. Consult the "LICENSE.txt" file for details.
9================================================================
10
11
12CONTENTS
13
14 1. License
15 2. Home of Logtalk package
16 3. Registration
17 4. Support
18 5. Installation
19 6. Customization
20 7. Quick start
21 8. Documentation
22 9. Upgrading
2310. Citations
2411. Contributions
25
26
271. LICENSE
28
29The overall copyright and permission notice for Logtalk can be found
30in the "LICENSE.txt" file in this directory. Logtalk follows the
31Artistic License 2.0. The copyright notice and license applies to all
32files in this release (including sources, documentation, and examples)
33unless otherwise explicitly stated.
34
35
362. HOME OF LOGTALK PACKAGE
37
38The latest release of the Logtalk package is always available at the URL:
39
40    http://logtalk.org/
41
42At this address you can also find additional documentation and information
43about Logtalk.
44
45
463. REGISTRATION
47
48To register as a Logtalk user either use the registration form found at
49the Logtalk web site, http://logtalk.org/regform.html, or send an email
50message to:
51
52    registration@logtalk.org
53
54with the following information:
55
56email address, full name, organization, organization type (education,
57commercial, government, ...), prolog compilers used (optional),
58platforms (mac, pc, unix,...) (optional)
59
60
614. SUPPORT
62
63For support options, please consult the page http://logtalk.org/support.html.
64
65
665. INSTALLATION
67
68Logtalk can be installed either from sources by running a few shell scripts
69or by using one of the provided installers, depending on your operating
70system. For manual installation, see the file "INSTALL.txt" for detailed
71instructions.
72
73See the user manual for a description of the source files organization
74and for using instructions (to read the user manual open the file
75"manuals/index.html" with a web browser). Most files are formatted
76using four-space tabs.
77
78
796. CUSTOMIZATION
80
81The file "CUSTOMIZE.txt" provides detailed instructions for customizing the 
82Logtalk installation and working environment.
83
84
857. QUICK START
86
87The file "QUICK_START.txt" provides quick instructions for those of you in
88a hurry to run Logtalk, provided that your favorite Prolog compiler is
89supported.
90
91
928. DOCUMENTATION
93
94The reference and user manuals and the tutorial are provided in XHTML format
95and can be found in the "manuals" directory.
96
97The file "RELEASE_NOTES.txt" contains descriptions of all Logtalk updates
98since the first public version. Read it carefully if you have been using a
99previous Logtalk version.
100
101
1029. UPGRADING
103
104If you are upgrading from a previous Logtalk version, please check the file
105"UPGRADING.txt" for instructions on how to upgrade your programs or your
106custom configuration files to run under this new version.
107
108
10910. CITATIONS
110
111If you find Logtalk useful, please include a citation on your publications.
112Consult the file "BIBLIOGRAPHY.bib" for bibliographic references in BibTeX
113format (the Logtalk technical report published on 2000 or the 2003 PhD thesis
114on Logtalk are good choices).
115
116
11711. CONTRIBUTIONS
118
119Contributions, constructive criticisms, code, bug reports, and suggestions
120are always welcome. If you want to contribute to this project, drop me a
121line to the support address given above.
122
123
124Happy Logtalking!
125
126Paulo Moura
127pmoura@logtalk.org
Note: See TracBrowser for help on using the browser.