source: tags/lgt2433/README.txt @ 6565

Revision 6478, 3.7 KB checked in by pmoura, 8 months ago (diff)

Updated the version number to 2.43.3 in preparation for the next stable release.

  • 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.43.3
4
5Copyright (c) 1998-2011 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. Logtalk web site
16 3. Registration
17 4. Support
18 5. Installation
19 6. Customization
20 7. Running
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. LOGTALK WEB SITE
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, first and last name, organization, organization type
57(education, commercial, government, ...), Prolog compilers you use
58(optional), platforms (mac, pc, unix,...) (optional), projects where
59you intend to use Logtak (optional)
60
61
624. SUPPORT
63
64For support options, please consult the page http://logtalk.org/support.html.
65
66
675. INSTALLATION
68
69Logtalk can be installed either from sources by running a few shell scripts
70or by using one of the provided installers, depending on your operating
71system. For manual installation, see the file "INSTALL.txt" for detailed
72instructions.
73
74See the user manual for a description of the source files organization
75and for using instructions (to read the user manual open the file
76"manuals/index.html" with a web browser). Most files are formatted using
77tabs (the recommended setting is a tab width equivalent to 4 spaces).
78
79
806. CUSTOMIZATION
81
82The file "CUSTOMIZE.txt" provides detailed instructions for customizing the 
83Logtalk installation and working environment.
84
85
867. RUNNING
87
88The file "QUICK_START.txt" provides quick instructions for those of you in
89a hurry to run Logtalk, provided that your favorite Prolog compiler is
90supported.
91
92
938. DOCUMENTATION
94
95The reference and user manuals and the tutorial are provided in XHTML format
96and can be found in the "manuals" directory.
97
98The file "RELEASE_NOTES.txt" contains descriptions of all Logtalk updates
99since the first public version. Read it carefully if you have been using a
100previous Logtalk version.
101
102See the "library/NOTES.txt" for instructions on how to generate (X)HTML and
103PDF documentation for the Logtalk library.
104
105
1069. UPGRADING
107
108If you are upgrading from a previous Logtalk version, please check the file
109"UPGRADING.txt" for instructions on how to upgrade your programs or your
110custom configuration files to run under this new version.
111
112
11310. CITATIONS
114
115If you find Logtalk useful, please include a citation on your publications.
116Consult the file "BIBLIOGRAPHY.bib" for bibliographic references in BibTeX
117format (the Logtalk technical report published on 2000 and the 2003 PhD thesis
118on Logtalk are good choices).
119
120
12111. CONTRIBUTIONS
122
123Contributions, constructive criticisms, code, bug reports, and suggestions
124are always welcome. If you want to contribute to this project, drop me a
125line to the support address given above.
126
127
128Happy Logtalking!
129
130Paulo Moura
131pmoura@logtalk.org
Note: See TracBrowser for help on using the repository browser.