root/tags/lgt2304/README.txt

Revision 3792, 3.3 KB (checked in by pmoura, 17 months ago)

Updated release number to 2.30.4.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1================================================================
2Logtalk - Open source object-oriented logic programming language
3Release 2.30.4
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
27in the "LICENSE.txt" file in this directory. Logtalk follows the
28Artistic License 2.0. The copyright notice and license applies to all
29files in this release (including sources, documentation, and examples)
30unless otherwise explicitly stated.
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, http://logtalk.org/regform.html, or send an email
47message to:
48
49    registration@logtalk.org
50
51with the following information:
52
53email address, full name, organization, organization type (education,
54commercial, government, ...), prolog compilers used (optional),
55platforms (mac, pc, unix,...) (optional)
56
57
584. SUPPORT
59
60For support options, please consult the page http://logtalk.org/support.html.
61
62
635. INSTALLATION
64
65Logtalk can be installed either from sources by running a few shell scripts
66or by using one of the provided installers, depending on your operating
67system. For manual installation, see the file "INSTALL.txt" for detailed
68instructions.
69
70See the user manual for a description of the source files organization
71and for using instructions (to read the user manual open the file
72"manuals/index.html" with a web browser). Most files are formatted
73using four-space tabs.
74
75
766. CUSTOMIZATION
77
78The file "CUSTOMIZE.txt" provides detailed instructions for customizing the 
79Logtalk installation and working environment.
80
81
827. QUICK START
83
84The file "QUICK_START.txt" provides quick instructions for those of you in
85a hurry to run Logtalk, provided that your favorite Prolog compiler is
86supported.
87
88
898. DOCUMENTATION
90
91The reference and user manuals and the tutorial are provided in XHTML format
92and can be found in the "manuals" directory.
93
94The file "RELEASE_NOTES.txt" contains descriptions of all Logtalk updates
95since the first public version. Read it carefully if you have been using a
96previous Logtalk version.
97
98
999. UPGRADING
100
101If you are upgrading from a previous Logtalk version, please check the file
102"UPGRADING.txt" for instructions on how to upgrade your programs or your
103custom configuration files to run under this new version.
104
105
10610. CITATIONS
107
108If you find Logtalk useful, please include a citation on your publications.
109Consult the file "BIBLIOGRAPHY.bib" for bibliographic references in BibTeX
110format (the Logtalk technical report published on 2000 or the 2003 PhD thesis
111on Logtalk are good choices).
112
113
11411. CONTRIBUTIONS
115
116Contributions, constructive criticisms, code, bug reports, and suggestions
117are always welcome. If you want to contribute to this project, drop me a
118line to the support address given above.
119
120
121Happy Logtalking!
122
123Paulo Moura
124pmoura@logtalk.org
Note: See TracBrowser for help on using the browser.