root/tags/lgt2211/README

Revision 1513, 3.7 KB (checked in by pmoura, 4 years ago)

Updated release number to 2.21.1.

  • 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.21.1
4
5Copyright (c) 1998-2004 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. Quick start
17 7. Documentation
18 8. Upgrading
19 9. Citations
2010. Contributions
21
22
231. LICENSE
24
25The overall copyright and permission notice for Logtalk can be found in
26the LICENSE file in this directory. Logtalk follows the Artistic License 2.0.
27The copyright notice and license applies to all files in this release
28(sources, documentation and examples) unless otherwise explicitly stated.
29
30
312. HOME OF LOGTALK PACKAGE
32
33The latest release of the Logtalk package is always available at the
34URL:
35
36    http://www.logtalk.org/
37
38At this address you can also find additional documentation and information
39about Logtalk.
40
41
423. REGISTRATION
43
44To register as a Logtalk user either use the registration form found at
45the Logtalk web site or send an email message to:
46
47    registration@logtalk.org
48
49with the following information:
50
51email address, full name, organization, organization type
52(education, commercial, government,...), prolog compilers used (optional),
53platforms (mac, pc, unix,...) (optional)
54
55
564. SUPPORT
57
58Logtalk support is available for registered users via email to
59support@logtalk.org.
60
61At the URL http://www.logtalk.org/bugs.html you can find a list of
62known problems and download bug fixes. The latest news about Logtalk are
63available at the URL http://www.logtalk.org/news.html.
64
65There is also a mailing list, logtalk, used to announce new releases and
66bug fixes and for discussion between Logtalk users, that you can subscribe.
67For instructions on how to subscribe open the web page:
68
69    http://sagitta.ci.uc.pt/mailman/listinfo.cgi/logtalk
70 
71or send an email message to:
72
73    logtalk-request@list-serv.ci.uc.pt
74
75with just the word "help" in the subject or in the message body.
76
77
785. INSTALLATION
79
80Installing Logtalk is just a matter of uncompressing/unpacking the
81distribution archive file for your operating system. You can install
82Logtalk in any directory that you find convenient. See the file INSTALL
83for further instructions.
84
85See the user manual for a description of the source files organization
86and for using instructions (to read the user manual open the file
87manuals/index.html with a web browser). Most files are formatted using
88four-space tabs.
89
90
916. QUICK START
92
93The file QUICK_START provides quick instructions for those of you in a hurry
94to run Logtalk, provided that your favorite Prolog compiler is supported.
95
96
977. DOCUMENTATION
98
99The reference and user manuals and the tutorial are provided in XHTML format
100and are contained in the manuals directory.
101
102PDF versions of all documentation are also available as a separated download
103from the Logtalk web site. The PDF files include page numbers, index and a
104table of contents and are available for printing in both A4 and US Letter
105paper formats.
106
107The file RELEASE_NOTES contains descriptions of the changes made in
108Logtalk since the first public version. Read it carefully if you have
109been using a previous Logtalk version.
110
111
1128. UPGRADING
113
114If you have been using a previous Logtalk version read the file UPGRADING for
115instructions on how to upgrade your programs to run under this new version.
116
117
1189. CITATIONS
119
120If you want to cite Logtalk in your publications, please consult the file
121BIBLIOGRAPHY for BibTeX bibliographic references.
122
123
12410. CONTRIBUTIONS
125
126Contributions, constructive criticisms, code, and suggestions are always
127welcome. If you want to contribute to this project, drop me a line to the
128support address given above.
129
130
131Happy Logtalking!
132
133Paulo Moura
134pmoura@logtalk.org
Note: See TracBrowser for help on using the browser.