Updated to Logtalk 2.9.1

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@211 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
pmoura
2001-12-05 23:57:48 +00:00
parent 9c7149eab5
commit b77427df89
171 changed files with 1692 additions and 711 deletions

View File

@@ -1,6 +1,6 @@
=================================================================
Logtalk - Object oriented extension to Prolog
Release 2.8.4
Release 2.9.1
Copyright (c) 1998-2001 Paulo Moura. All Rights Reserved.
=================================================================
@@ -18,16 +18,25 @@ generated .html files 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_compiler_option/2 predicate. You can also choose a different
.xsl file by using the xsl/1 compiler option in the logtalk_compile/2 or
logtalk_load/2 calls.
logtalk_load/2 calls. The default file is lgtxml.xsl (described below).
logtalk.xsl
lgthtml.xsl
XSLT file to output HTML files from the .xml files. The links in the
generated HTML files point to related HTML files. It can be used
to batch convert XML files to HTML files.
lgtxml.xsl
XSLT file for viewing .xml files directly in in a browser such as Mozilla
(version 0.9.2 or later) or Microsoft Internet Explorer 5.5 for Windows
(after installing the latest Microsoft XML Parser Release that is needed
for XSL standard compliance). The links in the (internally generated)
HTML files point to related XML files.
texml.xsl
XSLT file to output TeXML files that can be further processed by
@@ -35,32 +44,24 @@ texml.xsl
at: http://www.alphaworks.ibm.com/tech/texml/.
ie50.xsl
ie5.xsl
XSLT file for viewing .xml files in Microsoft Internet Explorer 5.0
XSLT file for viewing .xml files in Microsoft Internet Explorer 5.x
(works with both Macintosh and Windows versions). The links in the
(internally generated) HTML files point to related XML files. It can
be used to browse and view the XML files directly.
ie55.xsl
XSLT file for viewing .xml files in Microsoft Internet Explorer 5.5 for
Windows after installing the latest Microsoft XML Parser Release.
The links in the (internally generated) HTML files point to related XML
files. It can be used to browse and view the XML files directly.
logtalk.dtd
Document type description describing the structure of the .xml files
generated by Logtalk.
logtalk.xsd
XML Schema describing the structure of the .xml files generated by
Logtalk (warning: this file is work in progress).
Logtalk.
logtalk.css
@@ -69,6 +70,18 @@ logtalk.css
in a web browser.
script.sh
Sample unix shell script to batch convert .xml files to .html files.
Edit the file to match your environment.
script.bat
Sample dos batch script to convert .xml files to .html files.
Edit the file to match your environment.
Note that you can write other XSLT files for converting the XML files to
other formats besides HTML or LaTeX. You can also write alternative CSS
and XSLT files to change the appearance of the HTML and LaTeX files.