root/tags/lgt2310/manuals/NOTES.txt

Revision 3941, 1.3 KB (checked in by pmoura, 13 months ago)

Updated release number to 2.31.0 due to the incompatible changes in this version regarding compiler hooks.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1================================================================
2Logtalk - Open source object-oriented logic programming language
3Release 2.31.0
4
5Copyright (c) 1998-2007 Paulo Moura.  All Rights Reserved.
6================================================================
7
8To consult the Logtalk documentation open the file "index.html" with a
9web browser.
10
11All manual pages conform to the XHTML 1.1 W3C Standard. You may change
12the appearance of the pages by changing the included "screen.css"
13CSS file. Needless to say, the manual pages look better in recent web
14browser releases that support both the XHTML 1.1 and CSS 2 web standards.
15
16The "print.css" CSS file can be used with CSSToXSLFO (version 1.5 or
17later) to generate PDF files with page numbers suitable for printing.
18For informations on how to use CSSToXSLFO, please see the following
19URL:
20
21    http://www.re.be/css2xslfo/
22
23Two scripts are provided to convert the XHTML manual pages to PDF files:
24
25    userman/userman.sh
26        Bourne-compatible shell script for POSIX systems that generates
27        a PDF version of the User Manual
28
29    refman/refman.sh
30        Bourne-compatible shell script for POSIX systems that generates
31        a PDF version of the Reference Manual
32
33You may edit the scripts in order to change the default XSLT and/or XSL-FO
34processors.
Note: See TracBrowser for help on using the browser.