|
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 | ================================================================ |
|---|
| 2 | Logtalk - Open source object-oriented logic programming language |
|---|
| 3 | Release 2.31.0 |
|---|
| 4 | |
|---|
| 5 | Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved. |
|---|
| 6 | ================================================================ |
|---|
| 7 | |
|---|
| 8 | To consult the Logtalk documentation open the file "index.html" with a |
|---|
| 9 | web browser. |
|---|
| 10 | |
|---|
| 11 | All manual pages conform to the XHTML 1.1 W3C Standard. You may change |
|---|
| 12 | the appearance of the pages by changing the included "screen.css" |
|---|
| 13 | CSS file. Needless to say, the manual pages look better in recent web |
|---|
| 14 | browser releases that support both the XHTML 1.1 and CSS 2 web standards. |
|---|
| 15 | |
|---|
| 16 | The "print.css" CSS file can be used with CSSToXSLFO (version 1.5 or |
|---|
| 17 | later) to generate PDF files with page numbers suitable for printing. |
|---|
| 18 | For informations on how to use CSSToXSLFO, please see the following |
|---|
| 19 | URL: |
|---|
| 20 | |
|---|
| 21 | http://www.re.be/css2xslfo/ |
|---|
| 22 | |
|---|
| 23 | Two 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 | |
|---|
| 33 | You may edit the scripts in order to change the default XSLT and/or XSL-FO |
|---|
| 34 | processors. |
|---|