root/trunk/scripts/macosx/ReadMe.html

Revision 4662, 4.1 KB (checked in by pmoura, 5 days ago)

Updated copyright notice.

  • Property svn:eol-style set to native
Line 
1<h1>Logtalk</h1>
2<h2>Open source object-oriented logic programming language</h2>
3
4<h3>Release 2.35.0</h3>
5
6<h3>Copyright (c) 1998-2009 Paulo Moura.  All Rights Reserved.</h3>
7
8<p>CONTENTS</p>
9
10<ol>
11<li>License</li>
12<li>Home of Logtalk package</li>
13<li>Registration</li>
14<li>Support</li>
15<li>Installation</li>
16<li>Customization</li>
17<li>Quick start</li>
18<li>Documentation</li>
19<li>Upgrading</li>
20<li>Citations</li>
21<li>Contributions</li>
22</ol>
23
24<h2>1. License</h2>
25
26<p>The overall copyright and permission notice for Logtalk can be found in the
27<code>LICENSE</code> 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.</p>
31
32<h2>2. Home of Logtalk package</h2>
33
34<p>The latest release of the Logtalk package is always available at the URL:</p>
35
36<blockquote>
37  <p><a href="http://logtalk.org/">http://logtalk.org/</a></p>
38</blockquote>
39
40<p>At this address you can also find additional documentation and information
41about Logtalk.</p>
42
43<h2>3. Registration</h2>
44
45<p>
46To register as a Logtalk user either use the registration form found at the Logtalk web site, <a href="http://logtalk.org/regform.html">http://logtalk.org/regform.html</a>, or send an email message to:</p>
47
48<blockquote>
49  <p><a href="&#109;&#x61;&#105;l&#116;&#111;:&#x72;&#101;&#103;&#x69;&#115;t&#x72;&#97;&#116;&#x69;&#111;n&#64;&#x6C;o&#x67;&#x74;&#x61;l&#107;.o&#114;&#103;">&#x72;&#101;&#103;&#x69;&#115;t&#x72;&#97;&#116;&#x69;&#111;n&#64;&#x6C;o&#x67;&#x74;&#x61;l&#107;.o&#114;&#103;</a></p>
50</blockquote>
51
52<p>with the following information:</p>
53
54<p>email address, full name, organization, organization type (education,
55commercial, government, ...), prolog compilers used (optional),
56platforms (mac, pc, unix,...) (optional)</p>
57
58<h2>4. Support</h2>
59
60<p>
61For support options, please consult the page <a href="http://logtalk.org/support.html">http://logtalk.org/support.html</a>.
62</p>
63
64<h2>5. Installation</h2>
65
66<p>Logtalk can be installed either from sources by running a few shell scripts
67or by using one of the provided installers, depending on your operating
68system. For manual installation, see the file <code>INSTALL.txt</code> for detailed
69instructions.</p>
70
71<p>See the user manual for a description of the source files organization
72and for using instructions (to read the user manual open the file
73<code>manuals/index.html</code> with a web browser). Most files are formatted
74using four-space tabs.</p>
75
76<h2>6. Customization</h2>
77
78<p>The file <code>CUSTOMIZE.txt</code> provides detailed instructions for customizing the 
79Logtalk installation and working environment.</p>
80
81<h2>7. Quick start</h2>
82
83<p>The file <code>QUICK_START.txt</code> provides quick instructions for those of you in a hurry
84to run Logtalk, provided that your favorite Prolog compiler is supported.</p>
85
86<h2>7. Documentation</h2>
87
88<p>The reference and user manuals and the tutorial are provided in XHTML format
89and can be found in the "manuals" directory.</p>
90
91<p>The file <code>RELEASE_NOTES.txt</code> contains descriptions of all Logtalk updates since the
92first public version. Read it carefully if you have been using a previous
93Logtalk version.</p>
94
95<h2>8. Upgrading</h2>
96
97<p>If you are upgrading from a previous Logtalk version, please check the file
98<code>UPGRADING.txt</code> for instructions on how to upgrade your programs or your custom
99configuration files to run under this new version.</p>
100
101<h2>9. Citations</h2>
102
103<p>If you want to cite Logtalk in your publications, please consult the file
104<code>BIBLIOGRAPHY.bib</code> for bibliographic references in BibTeX format.</p>
105
106<h2>10. Contributions</h2>
107
108<p>Contributions, constructive criticisms, code, bug reports, and suggestions
109are always welcome. If you want to contribute to this project, drop me a
110line to the support address given above.</p>
111
112<p>Happy Logtalking!</p>
113
114<p>Paulo Moura
115<a href="&#x6D;&#x61;&#105;&#108;&#x74;&#x6F;:&#x70;&#109;&#x6F;&#117;&#x72;&#x61;&#64;&#x6C;&#x6F;&#x67;&#x74;&#97;l&#x6B;&#x2E;&#x6F;&#x72;&#x67;">&#x70;&#109;&#x6F;&#117;&#x72;&#x61;&#64;&#x6C;&#x6F;&#x67;&#x74;&#97;l&#x6B;&#x2E;&#x6F;&#x72;&#x67;</a></p>
Note: See TracBrowser for help on using the browser.