Author: ben
Date: 2007-08-23 15:53:49 -0700 (Thu, 23 Aug 2007)
New Revision: 6203

Modified:
   openlaszlo/branches/wafflecone/docs/src/contributors/index.dbk
   openlaszlo/branches/wafflecone/laszlo-explorer/nav.xml
   openlaszlo/branches/wafflecone/quick-index.xslt
Log:
Change 20070823-ben-m by [EMAIL PROTECTED] on 2007-08-23 15:23:25 PDT
    in /Users/ben/src/svn/openlaszlo/branches/wafflecone-doctools
    for http://svn.openlaszlo.org/openlaszlo/branches/wafflecone

Summary: Fixing links to contributor's guide and reference in docs

New Features:

Bugs Fixed: LPP-4565 Selecting Contributor's Guide in navbar and quick index 
entry opens Comprehensive Reference
LPP-4564 Links to Contributor's Guide have (alpha), the guide has (beta) in the 
title
LPP-4563 LZX Reference gets 404 error from the quick index page

Technical Reviewer: max (pending)
QA Reviewer: mkratt (pending)
Doc Reviewer: (pending)

Documentation:
Fixed several bugs in documentation, mostly with links to the contributor's 
guide
(which is different from the contributor's reference) and to the lps3 docs on
www.openlaszlo.org. Also changed the title of the contributor's guide to be 
(alpha)
not (beta). 

Release Notes:

Details:
    

Tests:



Modified: openlaszlo/branches/wafflecone/docs/src/contributors/index.dbk
===================================================================
--- openlaszlo/branches/wafflecone/docs/src/contributors/index.dbk      
2007-08-23 22:31:11 UTC (rev 6202)
+++ openlaszlo/branches/wafflecone/docs/src/contributors/index.dbk      
2007-08-23 22:53:49 UTC (rev 6203)
@@ -8,7 +8,7 @@
 <book language="en" xmlns:xi="http://www.w3.org/2003/XInclude";>
   <?dbhtml dir="contributors" ?>
   <?dbhtml filename="index.html" ?>
-  <title>OpenLaszlo 4.0 Contributor's Guide (beta)</title>
+  <title>OpenLaszlo 4.0 Contributor's Guide (alpha)</title>
   <titleabbrev>OL4 Contributor's Guide</titleabbrev>
 
   <?xi :include href="preface.dbk">

Modified: openlaszlo/branches/wafflecone/laszlo-explorer/nav.xml
===================================================================
--- openlaszlo/branches/wafflecone/laszlo-explorer/nav.xml      2007-08-23 
22:31:11 UTC (rev 6202)
+++ openlaszlo/branches/wafflecone/laszlo-explorer/nav.xml      2007-08-23 
22:53:49 UTC (rev 6203)
@@ -300,7 +300,7 @@
             <subitem src="/examples/components/menu_example.lzx" name="Source" 
action="source" />
         </item>
       </topic>
-    <topic name="Class Hierarchy" src="/docs/components/components.lzx" />
+    <topic name="Class Hierarchy" src="/docs/component-browser/components.lzx" 
/>
   </section>
 
   <section name="Documentation" title="Documentation" 
src="/laszlo-explorer/coverpages/documentation_cover.html" text="Tutorial, 
advanced, reference">
@@ -310,7 +310,7 @@
     <topic popup="/docs/deployers/index.html" name="Administrator's Guide" 
action="popup" target="laszloadminguide" />
     <!--topic popup="/docs/design/index.html" name="UI Designer's Guide" 
action="popup" target="laszlouiguide" /-->
     <topic popup="/docs/component-design/index.html" name="Components Guide" 
action="popup" target="laszlocomponentguide" />
-     <topic popup="/docs/contribref/index.html" name="Contributor's Guide" 
action="popup" target="laszlocontributorsguide" />
+     <topic popup="/docs/contributors/index.html" name="Contributor's Guide" 
action="popup" target="laszlocontributorsguide" />
     <topic src="/docs/release-notes.html" name="Release Notes" />
     <topic src="/tools/index.html" name="Developer's Tools" title="Development 
Tools"  text="Tips for IDEs"/>
   </section>

Modified: openlaszlo/branches/wafflecone/quick-index.xslt
===================================================================
--- openlaszlo/branches/wafflecone/quick-index.xslt     2007-08-23 22:31:11 UTC 
(rev 6202)
+++ openlaszlo/branches/wafflecone/quick-index.xslt     2007-08-23 22:53:49 UTC 
(rev 6203)
@@ -69,6 +69,9 @@
                                <xsl:value-of select="@runtime"/>
                            </xsl:if>
                        </xsl:when>
+                       <xsl:when test="@action = 'popupexternal'">
+                           <xsl:value-of select="@src"/>
+                       </xsl:when>                       
                        <xsl:otherwise>
                             <xsl:text>.</xsl:text>
                             <xsl:value-of select="@src"/>


_______________________________________________
Laszlo-checkins mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-checkins

Reply via email to