root/tags/lgt2251/README

Revision 2198, 3.8 KB (checked in by pmoura, 3 years ago)

Corrected typos.

  • 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.25.1
4
5Copyright (c) 1998-2005 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 the
26LICENSE file in this directory. Logtalk follows the Artistic License 2.0.
27The copyright notice and license applies to all files in this release
28(including sources, documentation, and examples) unless otherwise explicitly
29stated.
30
31
322. HOME OF LOGTALK PACKAGE
33
34The latest release of the Logtalk package is always available at the
35URL:
36
37    http://www.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://www.logtalk.org/bugs.html you can find a list of
63known problems and download bug fixes. The latest news about Logtalk are
64available at the URL http://www.logtalk.org/news.html.
65
66There is also a mailing list, logtalk, used to announce new releases and
67bug fixes and for discussion between Logtalk users, that you can subscribe.
68For instructions on how to subscribe open the web page:
69
70    http://sagitta.ci.uc.pt/mailman/listinfo.cgi/logtalk
71 
72or send an email message to:
73
74    logtalk-request@list-serv.ci.uc.pt
75
76with just the word "help" in the subject or in the message body.
77
78
795. INSTALLATION
80
81Installing Logtalk is just a matter of uncompressing/unpacking the
82distribution archive file for your operating system. You can install
83Logtalk in any directory that you find convenient. See the file INSTALL
84for detailed instructions on how to customize your working environment.
85
86See the user manual for a description of the source files organization
87and for using instructions (to read the user manual open the file
88"manuals/index.html" with a web browser). Most files are formatted using
89four-space tabs.
90
91
926. QUICK START
93
94The file QUICK_START provides quick instructions for those of you in a hurry
95to run Logtalk, provided that your favorite Prolog compiler is supported.
96
97
987. DOCUMENTATION
99
100The reference and user manuals and the tutorial are provided in XHTML format
101and can be found in the manuals directory.
102
103PDF versions of all documentation are also available as a separated download
104from the Logtalk web site. The PDF files include page numbers, an index, and
105a table of contents and are available for printing in both A4 and US Letter
106paper formats.
107
108The file RELEASE_NOTES contains descriptions of the changes made in Logtalk
109since the first public version. Read it carefully if you have been using a
110previous Logtalk version.
111
112
1138. UPGRADING
114
115If you have been using a previous Logtalk version read the file UPGRADING for
116instructions on how to upgrade your programs or your custom configuration
117files to run under this new version.
118
119
1209. CITATIONS
121
122If you want to cite Logtalk in your publications, please consult the file
123BIBLIOGRAPHY for bibliographic references in BibTeX format.
124
125
12610. CONTRIBUTIONS
127
128Contributions, constructive criticisms, code, and suggestions are always
129welcome. If you want to contribute to this project, drop me a line to the
130support address given above.
131
132
133Happy Logtalking!
134
135Paulo Moura
136pmoura@logtalk.org
Note: See TracBrowser for help on using the browser.