|
From: Paulo M. <pm...@us...> - 2008-06-07 10:12:09
|
Update of /cvsroot/yap/docs In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv32303/docs Modified Files: yap.tex Log Message: Logtalk is no longer distributed with YAP. Please use the Logtalk standalone installer for a smooth integration with YAP. Index: yap.tex =================================================================== RCS file: /cvsroot/yap/docs/yap.tex,v retrieving revision 1.252 retrieving revision 1.253 diff -u -r1.252 -r1.253 --- yap.tex 4 Jun 2008 13:58:37 -0000 1.252 +++ yap.tex 7 Jun 2008 10:11:43 -0000 1.253 @@ -414,10 +414,8 @@ @url{http://logtalk.org/} -The package is distributed under the Artistic License 2.0. -Minimal instructions about loading this package are included in this document. -The documentation on this package (including full installation and customization -instructions) is included in the @code{Logtalk} directory. +Logtalk is no longer distributed with YAP. Please use the Logtalk standalone +installer for a smooth integration with YAP. @item The Pillow WEB library developed at Universidad Politecnica de Madrid by the CLIP group. This package is distributed under the FSF's @@ -12153,16 +12151,11 @@ @chapter Logtalk @cindex Logtalk - -The Logtalk object-oriented extension is available once included -with the @code{use_module(library(logtalk))} command. Note that, -although we load Logtalk using the @code{use_module/1} built-in -predicate, the system is not packaged as a module not does it use -modules in its implementation. - -Logtalk documentation is included in the Logtalk directory. Be sure to read the Logtalk/INSTALL.txt and Logtalk/CUSTOMIZE.txt files for additional instructions on how to customize your Logtalk installation to match your working environment (the @code{use_module/1} call described above only provides minimal support). - -For the latest Logtalk news, please see the URL @url{http://logtalk.org/}. +The Logtalk object-oriented extension is available after running its +standalone installer by using the @code{yaplgt} command in POSIX +systems or by using the @code{Logtalk - YAP} shortcut in the Logtalk +program group in the Start Menu on Windows systems. For more information +please see the URL @url{http://logtalk.org/}. @node Threads, Parallelism, Logtalk, Extensions @chapter Threads |