root/tags/lgt2293/README.txt

Revision 3297, 3.8 KB (checked in by pmoura, 23 months ago)

Updated release number to 2.29.3.

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