root/tags/lgt290/README

Revision 2, 3.4 KB (checked in by pmoura, 7 years ago)

Initial revision

  • 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.9.0
4
5Copyright (c) 1998-2001 Paulo Moura.  All Rights Reserved.
6=================================================================
7
8
9CONTENTS
10
111. License
122. Home of Logtalk package
133. Registration
144. Support
155. Installation
166. Documentation
177. Upgrading
188. Contributions
19
20
211. LICENSE
22
23The overall copyright and permission notice for Logtalk can be found in
24the LICENSE file in this directory. Logtalk follows the Perl Artistic
25license. The copyright notice and license applies to all files in this
26release (sources, documentation and examples) unless otherwise explicitly
27stated.
28
29
302. HOME OF LOGTALK PACKAGE
31
32The latest release of the Logtalk package is always available at the
33URL:
34
35    http://www.ci.uc.pt/logtalk/logtalk.html
36
37At this address you can also find useful documentation and information
38about Logtalk.
39
40
413. REGISTRATION
42
43To register as a Logtalk user either use the registration form found at
44the Logtalk web site or send an email message to:
45
46    pmoura@noe.ubi.pt
47
48with the following information:
49
50email address, full name, organization, organization type
51(education, commercial, government,...), prolog compilers used (optional),
52platforms (mac, pc, unix,...) (optional)
53
54
554. SUPPORT
56
57Logtalk support is available for registered users via email to
58pmoura@noe.ubi.pt.
59
60At the URL http://www.ci.uc.pt/logtalk/bugs.html you can find a list of
61known problems and download bug fixes. The latest news about Logtalk are
62available at the URL http://www.ci.uc.pt/logtalk/news.html
63
64There is also a mailing list, logtalk, used to announce new releases and
65bug fixes and for discussion between Logtalk users, that you can subscribe.
66For instructions on how to subscribe open the web page:
67
68    http://sagitta.ci.uc.pt/mailman/listinfo.cgi/logtalk
69 
70or send an email message to:
71
72    logtalk-request@list-serv.ci.uc.pt
73
74with just the word "help" as subject or in the body.
75
76
775. INSTALLATION
78
79Installing Logtalk is just a matter of uncompressing/unpacking the
80distribution archive file for your operating system. You can install
81Logtalk in any directory that you find convenient.
82
83See the user manual for a description of the source files organization
84and for installing/using instructions (to read the user manual open the
85file manuals/index.html with a web browser).
86
87
886. DOCUMENTATION
89
90The reference and user manuals and the tutorial are provided in HTML format
91and are contained in the manuals directory.
92
93PDF versions of all documentation are also available as a separated download
94from the Logtalk web site. The PDF files include page numbers, index and a
95table of contents and are available for printing in both A4 and US Letter
96paper formats.
97
98The file RELEASE_NOTES contains descriptions of the changes made in
99Logtalk since the first public version. Read it carefully if you have
100been using a previous Logtalk version.
101
102The file QUICK_START provides quick instructions for those of you in a hurry
103to run Logtalk, provided that your usual Prolog compiler is supported.
104
105
1067. UPGRADING
107
108If you have been using a previous Logtalk version read the file UPGRADING for
109instructions on how to upgrade your programs to run under this new version.
110
111
1128. CONTRIBUTIONS
113
114Contributions, constructive criticisms, code and suggestions are always
115welcome. If you want to contribute to this project, drop me a line to the
116support address given above.
117
118
119Happy Logtalking!
120
121Paulo Moura
Note: See TracBrowser for help on using the browser.