[Laszlo-checkins] r7493 - in openlaszlo/trunk/docs/src: deployers developers

ben@openlaszlo.org ben at openlaszlo.org
Sun Dec 9 20:35:53 PST 2007


Author: ben
Date: 2007-12-09 20:35:49 -0800 (Sun, 09 Dec 2007)
New Revision: 7493

Modified:
   openlaszlo/trunk/docs/src/deployers/deploy-preface.dbk
   openlaszlo/trunk/docs/src/deployers/deployers-guide.dbk
   openlaszlo/trunk/docs/src/developers/animation.dbk
Log:
Change 20071209-ben-K by ben at slim.local on 2007-12-09 18:14:33 PST
    in /Users/ben/src/svn/openlaszlo/trunk
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: Fix broken links in deployers guide and developers guide

Bugs Fixed: (partial) LPP-5148  Fix broken links in docs

Technical Reviewer: lou (pending)

Documentation:

Fixed broken links: 
(x) http://localhost:8080/trunk/docs/guide/input-devices.html referenced in http://localhost:8080/trunk/docs/deployers/deployers-guide.html
(x) http://localhost:8080/trunk/docs/deployers/lps.properties referenced in http://localhost:8080/trunk/docs/deployers/deployers-guide.html 
(x) http://localhost:8080/trunk/docs/developers/animation_library.lzx?lzt=source referenced in http://localhost:8080/trunk/docs/developers/animation.html 

Tests:
Verified that the modified links at the urls above work. 



Modified: openlaszlo/trunk/docs/src/deployers/deploy-preface.dbk
===================================================================
--- openlaszlo/trunk/docs/src/deployers/deploy-preface.dbk	2007-12-10 04:30:44 UTC (rev 7492)
+++ openlaszlo/trunk/docs/src/deployers/deploy-preface.dbk	2007-12-10 04:35:49 UTC (rev 7493)
@@ -55,12 +55,10 @@
 <itemizedlist spacing="compact"><listitem>
 <!-- change title per LPP-4804, IORIO 16 oct 2007 -->
 <para>The <ulink url="../developers"><emphasis role="em">OpenLaszlo Application Developer's Guide</emphasis></ulink>, the comprehensive 
-explanation of how to write and test OpenLaszlo programs.</para></listitem><listitem><para>The <ulink url="../design"><emphasis role="em">User Interface Designer's Guide to Laszlo Applications</emphasis></ulink>, 
-which addresses aspects
-of the Laszlo platform that are of special interest to UI and graphic designers</para></listitem><listitem><para>The <ulink url="../reference/../reference/" type="laszlo-reference"><emphasis role="em">LZX Reference
+  explanation of how to write and test OpenLaszlo programs.</para></listitem><listitem><para>The <ulink url="../reference/"><emphasis role="em">LZX Reference
   Manual</emphasis></ulink>. This online, hyperlinked, comprehensive reference
   for LZX contains entries for each LZX tag and API. Its format will
-  be familiar to users of JavaDoc(tm) and similar systems. </para></listitem><listitem><para>The <ulink url="../guide/" type="laszlo-dguide">online tutorials</ulink> and sample
+  be familiar to users of JavaDoc(tm) and similar systems. </para></listitem><listitem><para>The <ulink url="../developers/" >online tutorials</ulink> and sample
   applications at <ulink url="http://www.laszlosystems.com/demos">http://www.laszlosystems.com/demos</ulink>
   provide a hands-on instructional overview of the LZX language.</para></listitem></itemizedlist>
 

Modified: openlaszlo/trunk/docs/src/deployers/deployers-guide.dbk
===================================================================
--- openlaszlo/trunk/docs/src/deployers/deployers-guide.dbk	2007-12-10 04:30:44 UTC (rev 7492)
+++ openlaszlo/trunk/docs/src/deployers/deployers-guide.dbk	2007-12-10 04:35:49 UTC (rev 7493)
@@ -647,9 +647,9 @@
 <para>will leave the log in the default location inside the web applications's
 WEB-INF directory.  You can also modify the amount of logging done by
 changing the priority of your logger from <literal>info</literal> to
-<literal>debug</literal>. For more details on this file see the <ulink url="http://jakarta.apache.org/log4j/docs/manual.html">online manual</ulink> and
-the <ulink url="http://nagoya.apache.org/wiki/apachewiki.cgi?Log4JProjectPages/Log4JXmlFormat">xml
-configurator primer</ulink>. There's also the <ulink url="http://jakarta.apache.org/log4j/docs/api/org/apache/log4j/PatternLayout.html">detailed
+    <literal>debug</literal>. For more details on this file see the 
+    <ulink url="http://logging.apache.org/log4j/1.2/index.html">online manual</ulink> 
+    There's also the <ulink url="http://jakarta.apache.org/log4j/docs/api/org/apache/log4j/PatternLayout.html">detailed
 doc</ulink> about the pattern layout for controlling the format of each log
 statement. The default settings will keep 5 backup log files each with a maximum
 size of 10 MBytes. You can change them by using the MaxBackupIndex param and
@@ -812,9 +812,9 @@
 in your LPS directory by using a query such as, for example,
 <literal>http://127.0.0.1:8080/lps/lps/utils/viewer/viewer.jsp?file=/examples/tag-definition.lzx</literal>.</para>
 
-<para>To prevent this, remove or rename the <literal>viewer</literal> directory from the <literal>lps/lps/utils</literal> directory and set <literal>allowRequestSOURCE=false</literal> in the<ulink url="lps.properties"> file.</ulink> 
+<para>To prevent this, remove or rename the <literal>viewer</literal> directory from the <literal>lps/lps/utils</literal> directory and set <literal>allowRequestSOURCE=false</literal> in the <xref linkend="deployers-guide.lps.properties">lps.properties file</xref>. 
 </para>
-<para>Also note that source code to your applications may be made visible through the context ("right click") menu.  See <ulink url="../guide/input-devices.html#view_source" type="laszlo-dguide">this page</ulink> for a discussion about how to disable this programmatically.
+<para>Also note that source code to your applications may be made visible through the context ("right click") menu.  See <xref linkend="input-devices"/> for a discussion about how to disable this programmatically.
 </para>
 <?ignore <h2>Deployment Checklist</h2>
 

Modified: openlaszlo/trunk/docs/src/developers/animation.dbk
===================================================================
--- openlaszlo/trunk/docs/src/developers/animation.dbk	2007-12-10 04:30:44 UTC (rev 7492)
+++ openlaszlo/trunk/docs/src/developers/animation.dbk	2007-12-10 04:35:49 UTC (rev 7493)
@@ -125,7 +125,7 @@
 examples back to their initial state. Use these examples to see how
 different animation techniques compare to each other.</para>
 
-<para>These applications rely on the support file <ulink url="animation_library.lzx?lzt=source">animation_library.lzx</ulink>.</para>
+<para>These applications rely on the support file <ulink url="programs/animation_library.lzx?lzt=source">animation_library.lzx</ulink>.</para>
 
 <para>The following example shows the effect of animating the
 <indexterm><primary>opacity</primary></indexterm><sgmltag class="attribute">opacity</sgmltag>, <indexterm><primary>rotation</primary></indexterm><sgmltag class="attribute">rotation</sgmltag>,



More information about the Laszlo-checkins mailing list