[Laszlo-checkins] r9120 - in openlaszlo/trunk/docs/src: . reference xsl

dda@openlaszlo.org dda at openlaszlo.org
Tue May 13 14:05:52 PDT 2008


Author: dda
Date: 2008-05-13 14:05:46 -0700 (Tue, 13 May 2008)
New Revision: 9120

Added:
   openlaszlo/trunk/docs/src/reference/info.xml
Modified:
   openlaszlo/trunk/docs/src/build.xml
   openlaszlo/trunk/docs/src/xsl/js2doc2dbk.xsl
Log:
Change 20080513-dda-f by dda at lester.local on 2008-05-13 16:51:59 EDT
    in /Users/dda/laszlo/src/svn/openlaszlo/trunk-doc3
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: In ref doc, added link to info-attributes.html from Attributes label

New Features:

Bugs Fixed: LPP-5939

Technical Reviewer: (pending)
QA Reviewer: (pending)
Doc Reviewer: liorio (pending)

Documentation:

Release Notes:

Details:
    info-attributes converted to docbook from html.
    Added link from Attributes label to the new page.

    Known flaws that were not easily fixable:
     - sections are not separated by an hrule.
     - the link 'More on attributes' should be right aligned
     - the link 'More on attributes' should link within the frame rather
        than open a new window.


Tests:



Modified: openlaszlo/trunk/docs/src/build.xml
===================================================================
--- openlaszlo/trunk/docs/src/build.xml	2008-05-13 21:03:42 UTC (rev 9119)
+++ openlaszlo/trunk/docs/src/build.xml	2008-05-13 21:05:46 UTC (rev 9120)
@@ -575,9 +575,17 @@
       <param name="merge.file" expression="${reference.src.dir}/wrappers.xml"/>
     </style>
     
+    <style style="xsl/js2doc-append.xsl"
+           in="${reference.build.dir}/LaszloLibrary-5.js2doc"
+           out="${reference.build.dir}/LaszloLibrary-6.js2doc">
+      <xmlcatalog refid="commonDTDs"/>
+      <xmlcatalog refid="docbook.local.xsl"/>
+      <param name="merge.file" expression="${reference.src.dir}/info.xml"/>
+    </style>
+    
     <!-- make certain information explicit to ease processing by js2doc2dbk.xsl -->
     <style style="xsl/js2doc-verbose.xsl"
-           in="${reference.build.dir}/LaszloLibrary-5.js2doc"
+           in="${reference.build.dir}/LaszloLibrary-6.js2doc"
            out="${reference.build.dir}/LaszloLibrary-verbose.js2doc">
       <xmlcatalog refid="commonDTDs"/>
       <xmlcatalog refid="docbook.local.xsl"/>

Added: openlaszlo/trunk/docs/src/reference/info.xml


Property changes on: openlaszlo/trunk/docs/src/reference/info.xml
___________________________________________________________________
Name: svn:eol-stle
   + native
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native

Modified: openlaszlo/trunk/docs/src/xsl/js2doc2dbk.xsl
===================================================================
--- openlaszlo/trunk/docs/src/xsl/js2doc2dbk.xsl	2008-05-13 21:03:42 UTC (rev 9119)
+++ openlaszlo/trunk/docs/src/xsl/js2doc2dbk.xsl	2008-05-13 21:05:46 UTC (rev 9120)
@@ -491,8 +491,8 @@
     
     <xsl:variable name="visible-members" select="$members[contains($visibility.filter, at access)]"/>
     <xsl:if test="count($visible-members) > 0">
-      <variablelist><title><xsl:value-of select="$title"/></title></variablelist>
-      <informaltable frame="none" colsep="0" rowsep="1" width="100%">
+      <variablelist><title><link linkend="info-attributes"><xsl:value-of select="$title"/></link></title></variablelist>
+      <informaltable frame="none" colsep="0" rowsep="1" pgwide="1">
         <tgroup cols="4">
           <colspec colname="Name" />
           <colspec colname="TypeTag" />



More information about the Laszlo-checkins mailing list