Author: ben
Date: 2007-12-12 16:40:55 -0800 (Wed, 12 Dec 2007)
New Revision: 7528

Modified:
   openlaszlo/trunk/laszlo-explorer/coverpages/documentation_cover.html
   openlaszlo/trunk/laszlo-explorer/nav.xml
   openlaszlo/trunk/laszlo-explorer/nav_dhtml.xml
Log:
Change 20071212-ben-f by [EMAIL PROTECTED] on 2007-12-12 16:31:21 PST
    in /Users/ben/src/svn/openlaszlo/trunk
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: Eliminated links to Contributor's Guide from laszlo explorer

Bugs Fixed: LPP-4123 Selecting Contributor's Guide from laszlo-explorer results 
in an error

Documentation:
We don't build, maintain, or ship the contributor's guide anymore, so we 
shouldn't link to it from laszlo explorer. 
I also modified the wording on the reference guide, pointing people at the
local reference guide first, and the lps3 reference guide as a backup. 


Tests:
Laszlo Explorer -> Documentation -> right side of page, no link to 
Contributor's Guide.
Laszlo Explorer -> Documentation -> in explorer menu on left side of page, no 
entry for Contributor's Guide



Modified: openlaszlo/trunk/laszlo-explorer/coverpages/documentation_cover.html
===================================================================
--- openlaszlo/trunk/laszlo-explorer/coverpages/documentation_cover.html        
2007-12-13 00:39:35 UTC (rev 7527)
+++ openlaszlo/trunk/laszlo-explorer/coverpages/documentation_cover.html        
2007-12-13 00:40:55 UTC (rev 7528)
@@ -17,23 +17,21 @@
   <div class="desc">
    <strong><a href="../../docs/developers/index.html" 
target="laszlo-dguide">Software Developer's Guide to OpenLaszlo 
Applications</a></strong>
    <p>In depth explanations of OpenLaszlo concepts&#8212;from tutorials 
through advanced concepts.</p>
+   <strong><a href="../../docs/reference/index.html" 
target="laszlo-reference">LZX Reference Manual</a></strong>
+   <p>Comprehensive listing of all LZX tag definitions and APIs&#8212;
+   including tag attributes and API methods and parameters. (The previous 
version of the OpenLaszlo reference is <a 
href="http://www.openlaszlo.org/lps3/docs/reference/index.html"; 
target="laszlo-reference">also available</a>; please consult it if you have 
problems with the 4.1 documentation. 
+   </p>   
   <strong><a href="../../docs/deployers/index.html" 
target="laszlo-deployers-guide">System Administrator's Guide to Deploying 
OpenLaszlo Applications</a></strong>
    <p>Information for system administrators about how to deploy the OpenLaszlo 
Server, including explanations of configuration settings and server
    monitoring.</p>
   <!--strong><a href="../../docs/design/index.html" 
target="laszlo-designer-guide">Designer's Guide</a></strong>
    <p>An explication of OpenLaszlo for
 graphic designers and information architects.</p-->
-   <strong><a href="http://www.openlaszlo.org/lps3/docs/reference/index.html"; 
target="laszlo-reference">LZX Reference Manual</a></strong>
-   <p>Comprehensive listing of all LZX tag definitions and APIs&#8212;
-   including tag attributes and API methods and parameters. (We recommend that 
you use <a href="http://www.openlaszlo.org/lps3/docs/reference/index.html"; 
target="laszlo-reference">the OpenLaszlo 3.4 Reference Manual</a>, because the 
<a href="../../docs/reference/index.html" target="laszlo-reference">4.0 docs 
included in this distribution</a> are only at "alpha" status. The 3.4 docs 
contain the same information as the 4.0 docs, because the API's have not 
changed from 3.4. Consult  <a href="../../docs/reference/index.html" 
target="laszlo-reference">the local 4.0 docs</a> only if you are concerned that 
you are missing 4.0-specific information. 
-   </p>
    <strong><a href="../../docs/component-design/index.html" 
target="laszlo-componentguide">Components Guide</a></strong>
    <p>A visual design guide for the LZ Components, including detailed
    explanations of their construction
    (<a href="../../docs/component-design/component-design-2.0.pdf" 
target="laszlo-componentguide-pdf">PDF</a>).
    </p>
-   <strong><a href="../../docs/contributors/index.html" 
target="laszlo-contributorsguide">Contributor's Guide</a> (alpha)</strong>
-   <p>Documentation for use by contributors to the OpenLaszlo platform, 
including private interfaces and kernel APIs. This is still in "alpha" 
status.</p>
   <strong><a href="../../index.html" target="lzquickindex">Quick 
Index</a></strong>
   <p>An list of links to all the content and applications referenced by the 
OpenLaszlo Explorer.
 </p>

Modified: openlaszlo/trunk/laszlo-explorer/nav.xml
===================================================================
--- openlaszlo/trunk/laszlo-explorer/nav.xml    2007-12-13 00:39:35 UTC (rev 
7527)
+++ openlaszlo/trunk/laszlo-explorer/nav.xml    2007-12-13 00:40:55 UTC (rev 
7528)
@@ -305,12 +305,11 @@
 
   <section name="Documentation" title="Documentation" 
src="/laszlo-explorer/coverpages/documentation_cover.html" text="Tutorial, 
advanced, reference">
     <topic src="/docs/installation/index.html" name="Installation" />
-    <topic src="http://www.openlaszlo.org/lps3/docs/reference/index.html"; 
name="LZX Reference" action="popupexternal" target="laszlolzxreference" />
+    <topic popup="/docs/reference/index.html" name="LZX Reference" 
action="popup" target="laszlolzxreference"/>    
     <topic popup="/docs/developers/index.html" name="Developer's Guide" 
action="popup" target="laszlodevguide" />
     <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/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/trunk/laszlo-explorer/nav_dhtml.xml
===================================================================
--- openlaszlo/trunk/laszlo-explorer/nav_dhtml.xml      2007-12-13 00:39:35 UTC 
(rev 7527)
+++ openlaszlo/trunk/laszlo-explorer/nav_dhtml.xml      2007-12-13 00:40:55 UTC 
(rev 7528)
@@ -300,12 +300,11 @@
 
   <section name="Documentation" title="Documentation" 
src="/laszlo-explorer/coverpages/documentation_cover.html" text="Tutorial, 
advanced, reference">
     <topic src="/docs/installation/index.html" name="Installation" />
-    <topic src="http://www.openlaszlo.org/lps3/docs/reference/index.html"; 
name="LZX Reference" action="popupexternal" target="laszlolzxreference" />
+    <topic popup="/docs/reference/index.html" name="LZX Reference" 
action="popup" target="laszlolzxreference"/>    
     <topic popup="/docs/developers/index.html" name="Developer's Guide" 
action="popup" target="laszlodevguide" />
     <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/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>


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

Reply via email to