Logtalk 2.22.5 files.

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1244 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
pmoura
2005-02-10 00:02:06 +00:00
parent 5d09011015
commit 755c60a7ca
179 changed files with 1485 additions and 1197 deletions

View File

@@ -1,6 +1,6 @@
=================================================================
Logtalk - Object oriented extension to Prolog
Release 2.22.4
Release 2.22.5
Copyright (c) 1998-2005 Paulo Moura. All Rights Reserved.
=================================================================
@@ -25,7 +25,7 @@ assume that all files reside in the same directory.
The choice of the default .xsl file to use is made in the config files by
the '$lgt_default_flag'/2 predicate. You may also choose a different
.xsl file by using the xsl/1 compiler option in the logtalk_compile/2 or
.xsl file by using the xsl/1 compiler flag in the logtalk_compile/2 or
logtalk_load/2 calls. The default file is lgtxml.xsl (described below).
The documenting files can be either generated as standalone XML files or
@@ -34,9 +34,9 @@ the Logtalk XML Schema file, logtalk.xsd. The reference to the XML
specification file can be either a local reference or a URI reference. By
default, all .xml documenting files contain a local reference but that
can be changed either in the config files, by setting a Logtalk compiler
flag, or by using the doctype/1 compiler option. Choose the option value
flag, or by using the doctype/1 compiler flag. Choose the option value
that works best with your XSLT tools. To choose between the .dtd or .xsd
specifications use the xmlspec/1 compiler option.
specifications use the xmlspec/1 compiler flag.
Brief description of each file in this folder:
@@ -201,7 +201,7 @@ pdf.sh
Edit the script to match your environment and paper format preference
before running it. Requires Apache FOP processor (http://xml.apache.org/fop).
Tested with version 0.20.5 (to workaround a bug on the XALAN processor used
by FOP, you should use the compiler option doctype(standalone) when compiling
by FOP, you should use the compiler flag doctype(standalone) when compiling
your Logtalk source files). You will need either to copy your .xml files to
this directory or to copy these files to the directory where the .xml files
reside.
@@ -213,7 +213,7 @@ pdf.bat
Edit the script to match your environment and paper format preference
before running it. Requires Apache FOP processor (http://xml.apache.org/fop).
Tested with version 0.20.5 (to workaround a bug on the XALAN processor used
by FOP, you should use the compiler option doctype(standalone) when compiling
by FOP, you should use the compiler flag doctype(standalone) when compiling
your Logtalk source files). You will need either to copy your .xml files to
this directory or to copy these files to the directory where the .xml files
reside.