root/tags/lgt2281/README.txt

Revision 3046, 3.7 KB (checked in by pmoura, 2 years ago)

Updated Logtalk release number to 2.28.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.28.1
4
5Copyright (c) 1998-2006 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. See the file "INSTALL.txt" for detailed instructions.
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
89using four-space tabs.
90
91
926. CUSTOMIZATION
93
94The file "CUSTOMIZE.txt" provides detailed instructions for customizing the 
95Logtalk installation and working environment.
96
97
987. QUICK START
99
100The file "QUICK_START.txt" provides quick instructions for those of you in
101a hurry to run Logtalk, provided that your favorite Prolog compiler is
102supported.
103
104
1058. DOCUMENTATION
106
107The reference and user manuals and the tutorial are provided in XHTML format
108and can be found in the "manuals" directory.
109
110The file "RELEASE_NOTES.txt" contains descriptions of all Logtalk updates
111since the first public version. Read it carefully if you have been using a
112previous Logtalk version.
113
114
1159. UPGRADING
116
117If you are upgrading from a previous Logtalk version, please check the file
118"UPGRADING.txt" for instructions on how to upgrade your programs or your
119custom configuration files to run under this new version.
120
121
12210. CITATIONS
123
124If you want to cite Logtalk in your publications, please consult the file
125"BIBLIOGRAPHY.bib" for bibliographic references in BibTeX format.
126
127
12811. CONTRIBUTIONS
129
130Contributions, constructive criticisms, code, and suggestions are always
131welcome. If you want to contribute to this project, drop me a line to the
132support address given above.
133
134
135Happy Logtalking!
136
137Paulo Moura
138pmoura@logtalk.org
Note: See TracBrowser for help on using the browser.