[Laszlo-checkins] r8592 - openlaszlo/trunk/docs/src/xsl
lou@openlaszlo.org
lou at openlaszlo.org
Tue Apr 8 10:42:17 PDT 2008
Author: lou
Date: 2008-04-08 10:41:34 -0700 (Tue, 08 Apr 2008)
New Revision: 8592
Modified:
openlaszlo/trunk/docs/src/xsl/common-html.xsl
openlaszlo/trunk/docs/src/xsl/conditional-html.xsl
openlaszlo/trunk/docs/src/xsl/js2doc2dbk.xsl
openlaszlo/trunk/docs/src/xsl/lzx-pretty-print.xsl
openlaszlo/trunk/docs/src/xsl/lzx2js2doc.xsl
openlaszlo/trunk/docs/src/xsl/refguide-html.xsl
Log:
Change 20080408-lou-p by lou at loumac.local on 2008-04-08 13:37:34 AST
in /Users/lou/src/svn/openlaszlo/trunk
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: fix reference to wrong chapter number in doc xsl files
New Features:
Bugs Fixed: LPP-5716
Technical Reviewer: (pending)
QA Reviewer: (pending)
Doc Reviewer: (pending)
Details:
references in the files in docs/src/xsl/*.xsl to "Chapter 52, The
Documentation Toolchain" refer to the wrong chapter number because
chapters were added.
Change the reference to "in the chapter, The Documentation Toolchain"
Tests: visual verify
Modified: openlaszlo/trunk/docs/src/xsl/common-html.xsl
===================================================================
--- openlaszlo/trunk/docs/src/xsl/common-html.xsl 2008-04-08 17:40:27 UTC (rev 8591)
+++ openlaszlo/trunk/docs/src/xsl/common-html.xsl 2008-04-08 17:41:34 UTC (rev 8592)
@@ -11,7 +11,7 @@
<!--
To understand the documentation toolchain, please consult the developer's guide,
in Part XI, Documentation Tools and Guidelines, and especially in
- Chapter 52, The Documentation Toolchain.
+ the chapter, The Documentation Toolchain.
In a source build of OpenLaszlo, those chapters can be found at
http://localhost:8080/trunk/docs/developers/developers.doctools.html
Modified: openlaszlo/trunk/docs/src/xsl/conditional-html.xsl
===================================================================
--- openlaszlo/trunk/docs/src/xsl/conditional-html.xsl 2008-04-08 17:40:27 UTC (rev 8591)
+++ openlaszlo/trunk/docs/src/xsl/conditional-html.xsl 2008-04-08 17:41:34 UTC (rev 8592)
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- * X_LZ_COPYRIGHT_BEGIN ***************************************************
-* Copyright 2001-2007 Laszlo Systems, Inc. All Rights Reserved. *
+* Copyright 2001-2008 Laszlo Systems, Inc. All Rights Reserved. *
* Use is subject to license terms. *
* X_LZ_COPYRIGHT_END ****************************************************** -->
<!--
To understand the documentation toolchain, please consult the developer's guide,
in Part XI, Documentation Tools and Guidelines, and especially in
- Chapter 52, The Documentation Toolchain.
+ the chapter, The Documentation Toolchain.
In a source build of OpenLaszlo, those chapters can be found at
http://localhost:8080/trunk/docs/developers/developers.doctools.html
Modified: openlaszlo/trunk/docs/src/xsl/js2doc2dbk.xsl
===================================================================
--- openlaszlo/trunk/docs/src/xsl/js2doc2dbk.xsl 2008-04-08 17:40:27 UTC (rev 8591)
+++ openlaszlo/trunk/docs/src/xsl/js2doc2dbk.xsl 2008-04-08 17:41:34 UTC (rev 8592)
@@ -6,7 +6,7 @@
<!--
To understand the documentation toolchain, please consult the developer's guide,
in Part XI, Documentation Tools and Guidelines, and especially in
- Chapter 52, The Documentation Toolchain.
+ the chapter, The Documentation Toolchain.
In a source build of OpenLaszlo, those chapters can be found at
http://localhost:8080/trunk/docs/developers/developers.doctools.html
Modified: openlaszlo/trunk/docs/src/xsl/lzx-pretty-print.xsl
===================================================================
--- openlaszlo/trunk/docs/src/xsl/lzx-pretty-print.xsl 2008-04-08 17:40:27 UTC (rev 8591)
+++ openlaszlo/trunk/docs/src/xsl/lzx-pretty-print.xsl 2008-04-08 17:41:34 UTC (rev 8592)
@@ -7,7 +7,7 @@
<!--
To understand the documentation toolchain, please consult the developer's guide,
in Part XI, Documentation Tools and Guidelines, and especially in
- Chapter 52, The Documentation Toolchain.
+ the chapter, The Documentation Toolchain.
In a source build of OpenLaszlo, those chapters can be found at
http://localhost:8080/trunk/docs/developers/developers.doctools.html
@@ -193,6 +193,6 @@
</xsl:stylesheet>
<!-- * X_LZ_COPYRIGHT_BEGIN ***************************************************
-* Copyright 2001-2007 Laszlo Systems, Inc. All Rights Reserved. *
+* Copyright 2001-2008 Laszlo Systems, Inc. All Rights Reserved. *
* Use is subject to license terms. *
* X_LZ_COPYRIGHT_END ****************************************************** -->
Modified: openlaszlo/trunk/docs/src/xsl/lzx2js2doc.xsl
===================================================================
--- openlaszlo/trunk/docs/src/xsl/lzx2js2doc.xsl 2008-04-08 17:40:27 UTC (rev 8591)
+++ openlaszlo/trunk/docs/src/xsl/lzx2js2doc.xsl 2008-04-08 17:41:34 UTC (rev 8592)
@@ -6,7 +6,7 @@
<!--
To understand the documentation toolchain, please consult the developer's guide,
in Part XI, Documentation Tools and Guidelines, and especially in
- Chapter 52, The Documentation Toolchain.
+ the chapter, The Documentation Toolchain.
In a source build of OpenLaszlo, those chapters can be found at
http://localhost:8080/trunk/docs/developers/developers.doctools.html
Modified: openlaszlo/trunk/docs/src/xsl/refguide-html.xsl
===================================================================
--- openlaszlo/trunk/docs/src/xsl/refguide-html.xsl 2008-04-08 17:40:27 UTC (rev 8591)
+++ openlaszlo/trunk/docs/src/xsl/refguide-html.xsl 2008-04-08 17:41:34 UTC (rev 8592)
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- * X_LZ_COPYRIGHT_BEGIN ***************************************************
-* Copyright 2006-2007 Laszlo Systems, Inc. All Rights Reserved. *
+* Copyright 2006-2008 Laszlo Systems, Inc. All Rights Reserved. *
* Use is subject to license terms. *
* X_LZ_COPYRIGHT_END ****************************************************** -->
<!--
To understand the documentation toolchain, please consult the developer's guide,
in Part XI, Documentation Tools and Guidelines, and especially in
- Chapter 52, The Documentation Toolchain.
+ the chapter, The Documentation Toolchain.
In a source build of OpenLaszlo, those chapters can be found at
http://localhost:8080/trunk/docs/developers/developers.doctools.html
More information about the Laszlo-checkins
mailing list