Logtalk 2.30.1 files.
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1903 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
=================================================================
|
||||
Logtalk - Object oriented extension to Prolog
|
||||
Release 2.29.5
|
||||
================================================================
|
||||
Logtalk - Open source object-oriented logic programming language
|
||||
Release 2.30.1
|
||||
|
||||
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||
=================================================================
|
||||
================================================================
|
||||
|
||||
|
||||
This directory contains files used when building MacOS X installer
|
||||
|
@@ -1,6 +1,7 @@
|
||||
<h1>Logtalk - Object oriented extension to Prolog</h1>
|
||||
<h1>Logtalk</h1>
|
||||
<h2>Open source object-oriented logic programming language</h2>
|
||||
|
||||
<h3>Release 2.29.5</h3>
|
||||
<h3>Release 2.30.1</h3>
|
||||
|
||||
<h3>Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.</h3>
|
||||
|
||||
@@ -41,8 +42,8 @@ about Logtalk.</p>
|
||||
|
||||
<h2>3. Registration</h2>
|
||||
|
||||
<p>To register as a Logtalk user either use the registration form found at
|
||||
the Logtalk web site or send an email message to:</p>
|
||||
<p>
|
||||
To 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>
|
||||
|
||||
<blockquote>
|
||||
<p><a href="mailto:registration@logtalk.org">registration@logtalk.org</a></p>
|
||||
@@ -56,29 +57,9 @@ platforms (mac, pc, unix,...) (optional)</p>
|
||||
|
||||
<h2>4. Support</h2>
|
||||
|
||||
<p>Logtalk support is available for registered users via email to
|
||||
<a href="mailto:support@logtalk.org">support@logtalk.org</a>.</p>
|
||||
|
||||
<p>At the URL <a href="http://logtalk.org/bugs.html">http://logtalk.org/bugs.html</a> you can find a list of known
|
||||
problems and download bug fixes. The latest news about Logtalk are
|
||||
available at the URL <a href="http://logtalk.org/news.html">http://logtalk.org/news.html</a>.</p>
|
||||
|
||||
<p>There is also a mailing list, "logtalk", used to announce new releases and
|
||||
bug fixes and for discussion between registered Logtalk users, that you
|
||||
may subscribe. For instructions on how to subscribe, please visit the web
|
||||
page:</p>
|
||||
|
||||
<blockquote>
|
||||
<p><a href="http://lserv.ci.uc.pt/mailman/listinfo/logtalk">http://lserv.ci.uc.pt/mailman/listinfo/logtalk</a></p>
|
||||
</blockquote>
|
||||
|
||||
<p>or send an email message to:</p>
|
||||
|
||||
<blockquote>
|
||||
<p><a href="mailto:logtalk-request@lserv.ci.uc.pt">logtalk-request@lserv.ci.uc.pt</a></p>
|
||||
</blockquote>
|
||||
|
||||
<p>with just the word "help" in the subject or in the message body.</p>
|
||||
<p>
|
||||
For support options, please consult the page <a href="http://logtalk.org/support.html">http://logtalk.org/support.html</a>.
|
||||
</p>
|
||||
|
||||
<h2>5. Installation</h2>
|
||||
|
||||
@@ -99,7 +80,7 @@ Logtalk installation and working environment.</p>
|
||||
|
||||
<h2>7. Quick start</h2>
|
||||
|
||||
<p>The file <code>QUICK_START</code> provides quick instructions for those of you in a hurry
|
||||
<p>The file <code>QUICK_START.txt</code> provides quick instructions for those of you in a hurry
|
||||
to run Logtalk, provided that your favorite Prolog compiler is supported.</p>
|
||||
|
||||
<h2>7. Documentation</h2>
|
||||
@@ -107,20 +88,20 @@ to run Logtalk, provided that your favorite Prolog compiler is supported.</p>
|
||||
<p>The reference and user manuals and the tutorial are provided in XHTML format
|
||||
and can be found in the "manuals" directory.</p>
|
||||
|
||||
<p>The file <code>RELEASE_NOTES</code> contains descriptions of all Logtalk updates since the
|
||||
<p>The file <code>RELEASE_NOTES.txt</code> contains descriptions of all Logtalk updates since the
|
||||
first public version. Read it carefully if you have been using a previous
|
||||
Logtalk version.</p>
|
||||
|
||||
<h2>8. Upgrading</h2>
|
||||
|
||||
<p>If you are upgrading from a previous Logtalk version, please check the file
|
||||
<code>UPGRADING</code> for instructions on how to upgrade your programs or your custom
|
||||
<code>UPGRADING.txt</code> for instructions on how to upgrade your programs or your custom
|
||||
configuration files to run under this new version.</p>
|
||||
|
||||
<h2>9. Citations</h2>
|
||||
|
||||
<p>If you want to cite Logtalk in your publications, please consult the file
|
||||
<code>BIBLIOGRAPHY</code> for bibliographic references in BibTeX format.</p>
|
||||
<code>BIBLIOGRAPHY.bib</code> for bibliographic references in BibTeX format.</p>
|
||||
|
||||
<h2>10. Contributions</h2>
|
||||
|
||||
|
@@ -8,10 +8,10 @@
|
||||
<b>Welcome to the Logtalk for Mac OS X Installer</b>
|
||||
</p>
|
||||
<p>
|
||||
Logtalk is an open source object-oriented extension to the Prolog programming language. Integrating logic programming with object-oriented and event-driven programming, it is compatible with most Prolog compilers. It supports both prototypes and classes. In addition, it supports component-based programming through category-based composition.
|
||||
Logtalk is an open source object-oriented logic programming language that can use most Prolog implementations as a back-end compiler. As a multi-paradigm language, Logtalk includes support for both prototypes and classes, protocols, component-based programming through category-based composition, event-driven programming, and multi-threading programming.
|
||||
</p>
|
||||
<p>
|
||||
This installer guides you through the steps necessary to install Logtalk for Mac OS X. Logtalk is installed on the <b>/opt/local/share/logtalk</b> directory. After completing the installation, each Logtalk end-user must run the shell command <b>cplgtdirs</b> once before using the Logtalk – Prolog integration scripts. This command creates a folder named <b>logtalk</b> on the user's home directory containing configuration files, examples, and documentation. Inside this folder is a link to a <b>CUSTOMIZE.txt</b> file describes how to customize Logtalk for your personal use. Links to the Logtalk – Prolog integration scripts are created on the <b>/opt/local/bin</b> directory, which must be on your system path. The integration scripts are described on the <b>/opt/local/share/logtalk/scripts/NOTES.txt</b> file.
|
||||
This installer guides you through the steps necessary to install Logtalk for Mac OS X. Logtalk is installed on the <b>/opt/local/share/logtalk</b> directory. A link to the Logtalk installation folder is automatically created on the Applications folder. After completing the installation, each Logtalk end-user must run the shell command <b>cplgtdirs</b> once before using the Prolog integration scripts. This command creates a folder named <b>logtalk</b> on the user's home directory containing configuration files, examples, and documentation. Inside this folder is a link to a <b>CUSTOMIZE.txt</b> file describes how to customize Logtalk for your personal use. Links to the Prolog integration scripts are created on the <b>/opt/local/bin</b> directory, which must be on your system path. See the <b>/Applications/Logtalk/QUICK_START.txt</b> file for instructions on how to run Logtalk.
|
||||
</p>
|
||||
<p>
|
||||
To get started, click Continue.
|
||||
|
@@ -1,14 +1,14 @@
|
||||
#!/bin/bash
|
||||
|
||||
## =================================================================
|
||||
## Logtalk - Object oriented extension to Prolog
|
||||
## Release 2.29.5
|
||||
## ================================================================
|
||||
## Logtalk - Open source object-oriented logic programming language
|
||||
## Release 2.30.1
|
||||
##
|
||||
## Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||
## =================================================================
|
||||
## ================================================================
|
||||
|
||||
echo ""
|
||||
echo "Checking the LOGTALKHOME environment variable definition..."
|
||||
echo "Checking for the Logtalk environment variable definitions..."
|
||||
echo ""
|
||||
|
||||
if grep "LOGTALKHOME=/opt/local/share/logtalk" /etc/profile >/dev/null 2>&1; then
|
||||
@@ -32,6 +32,10 @@ else
|
||||
echo 'setenv LOGTALKUSER $HOME/logtalk' >> /etc/csh.cshrc
|
||||
fi
|
||||
|
||||
echo ""
|
||||
echo "Creating a link to the Logtalk installation folder in the /Applications folder..."
|
||||
ln -sf /opt/local/share/logtalk /Applications/Logtalk
|
||||
|
||||
echo ""
|
||||
echo "You have succesfully installed Logtalk!"
|
||||
echo ""
|
||||
|
Reference in New Issue
Block a user