Author: mcaspers
Date: 2011-03-22 22:06:39 -0400 (Tue, 22 Mar 2011)
New Revision: 29965
Modified:
trunk/jsf/docs/userguide/en-US/css_perspective.xml
trunk/jsf/docs/userguide/en-US/images/preferences/preferences_1.png
trunk/jsf/docs/userguide/en-US/images/preferences/preferences_10.png
trunk/jsf/docs/userguide/en-US/images/preferences/preferences_11.png
trunk/jsf/docs/userguide/en-US/images/preferences/preferences_13.png
trunk/jsf/docs/userguide/en-US/images/preferences/preferences_14.png
trunk/jsf/docs/userguide/en-US/images/preferences/preferences_15.png
trunk/jsf/docs/userguide/en-US/images/preferences/preferences_16.png
trunk/jsf/docs/userguide/en-US/images/preferences/preferences_17.png
trunk/jsf/docs/userguide/en-US/images/preferences/preferences_18.png
trunk/jsf/docs/userguide/en-US/images/preferences/preferences_19.png
trunk/jsf/docs/userguide/en-US/images/preferences/preferences_2.png
trunk/jsf/docs/userguide/en-US/images/preferences/preferences_20.png
trunk/jsf/docs/userguide/en-US/images/preferences/preferences_21.png
trunk/jsf/docs/userguide/en-US/images/preferences/preferences_22.png
trunk/jsf/docs/userguide/en-US/images/preferences/preferences_23.png
trunk/jsf/docs/userguide/en-US/images/preferences/preferences_24.png
trunk/jsf/docs/userguide/en-US/images/preferences/preferences_25.png
trunk/jsf/docs/userguide/en-US/images/preferences/preferences_26.png
trunk/jsf/docs/userguide/en-US/images/preferences/preferences_27.png
trunk/jsf/docs/userguide/en-US/images/preferences/preferences_28.png
trunk/jsf/docs/userguide/en-US/images/preferences/preferences_29.png
trunk/jsf/docs/userguide/en-US/images/preferences/preferences_31.png
trunk/jsf/docs/userguide/en-US/images/preferences/preferences_32.png
trunk/jsf/docs/userguide/en-US/images/preferences/preferences_33.png
trunk/jsf/docs/userguide/en-US/images/preferences/preferences_34.png
trunk/jsf/docs/userguide/en-US/images/preferences/preferences_35.png
trunk/jsf/docs/userguide/en-US/images/preferences/preferences_36.png
trunk/jsf/docs/userguide/en-US/images/preferences/preferences_37.png
trunk/jsf/docs/userguide/en-US/images/preferences/preferences_38.png
trunk/jsf/docs/userguide/en-US/images/preferences/preferences_40.png
trunk/jsf/docs/userguide/en-US/images/preferences/preferences_44.png
trunk/jsf/docs/userguide/en-US/images/preferences/preferences_6.png
trunk/jsf/docs/userguide/en-US/images/preferences/preferences_7.png
trunk/jsf/docs/userguide/en-US/images/preferences/preferences_8.png
trunk/jsf/docs/userguide/en-US/images/preferences/preferences_8a.png
trunk/jsf/docs/userguide/en-US/images/preferences/preferences_9.png
trunk/jsf/docs/userguide/en-US/preferences.xml
trunk/jsf/docs/userguide/en-US/richfaces_support.xml
trunk/jsf/docs/userguide/en-US/web_projects.xml
Log:
"Updated screenshots, checked options documentation"
Modified: trunk/jsf/docs/userguide/en-US/css_perspective.xml
===================================================================
--- trunk/jsf/docs/userguide/en-US/css_perspective.xml 2011-03-23 00:04:53 UTC (rev
29964)
+++ trunk/jsf/docs/userguide/en-US/css_perspective.xml 2011-03-23 02:06:39 UTC (rev
29965)
@@ -16,7 +16,7 @@
</para>
<para>
- The CSS Editing Perspective combines a set of views which allow you to see the
structure of your css files, edit them and see the results. To use this perspective you
need to choose
<menuchoice><guimenuitem>Window</guimenuitem><guimenuitem>Open
Perspective</guimenuitem><guimenuitem>CSS
Editing</guimenuitem></menuchoice>. All of the views are fully synchronized
with each other: the changes being made in one view are reflected in others at once.
+ The CSS Editing Perspective combines a set of views which allow you to see the
structure of your css files, edit them and see the results. To use this perspective you
need to select
<menuchoice><guimenuitem>Window</guimenuitem><guimenuitem>Open
Perspective</guimenuitem><guimenuitem>CSS
Editing</guimenuitem></menuchoice>. All of the views are fully synchronized
with each other: the changes being made in one view are reflected in the others.
</para>
<para>
@@ -32,7 +32,7 @@
<listitem>
<para>
- Internal style sheet (using the
<emphasis><property><style></property></emphasis>
tag in the head section of an HTML/XHTML/JSP page)
+ Internal style sheet (using the <code><style></code>
tag in the head section of an
<filename>HTML</filename>/<filename>XHTML</filename>/<filename>JSP</filename>
page)
</para>
</listitem>
@@ -44,7 +44,7 @@
</itemizedlist>
<para>
- Using CSS Editing Perspective you can change your style sheet, inserted in any of the
possible places described before in three ways:
+ Using the <guilabel>CSS Editing</guilabel> Perspective you can change
your style sheet, inserted in any of the possible places described before in three ways:
</para>
<itemizedlist>
@@ -93,7 +93,7 @@
</figure>
<para>
- You can use the Source viewer with the Outline view to navigate around the file. To
do this you should just left click the selector or property you want and it will be
automatically highlighted in the source code:
+ You can use the <guilabel>Source</guilabel> viewer with the
<guilabel>Outline</guilabel> view to navigate around the file. To do this you
should left click the selector or property you want and it will be automatically
highlighted in the source code:
</para>
<figure>
@@ -110,7 +110,7 @@
<?dbhtml filename="PropertiesView.html"?>
<title>Properties view</title>
<para>
- Properties view provides a full list of properties of a chosen selector. The
properties are divided into logic groups for better navigation.
+ <guilabel>Properties</guilabel> view provides a full list of properties
of a chosen selector. The properties are divided into logic groups for better navigation.
</para>
<figure>
@@ -123,7 +123,7 @@
</figure>
<para>
- With the help of Properties view you have also the possibility to edit the css file
by adding/editing/removing properties in the selector. Left click the
"<emphasis><property>Value</property></emphasis>" field
near the property you want to edit and write the changes in the text field.
+ With the help of <guilabel>Properties</guilabel> view you have also the
ability to edit the <filename>CSS</filename> file by adding, editing or
removing properties in the selector. Left click the <guilabel>Value</guilabel>
field near the property you want to edit and write the changes in the text field.
</para>
<figure>
@@ -178,7 +178,7 @@
<itemizedlist>
<listitem>
<para id="text_font" xreflabel="Text/Font">
- CSS Text/Font properties define the appearance of text, its font family,
boldness, size and the style.
+ CSS <guilabel>Text/Font</guilabel> properties define the appearance
of text, its font family, boldness, size and the style.
</para>
<figure>
@@ -191,7 +191,7 @@
</figure>
<para>
- For example, to define the
"<emphasis><property>font-family</property></emphasis>"
property you should click <emphasis><property>Choose font
family</property></emphasis> button(
+ For example, to define the <code>font-family</code> property you
should click <guibutton>Choose font family</guibutton> button(
<inlinemediaobject>
<imageobject>
<imagedata
fileref="images/css_perspective/cssEditor7.png"/>
@@ -216,11 +216,11 @@
<listitem>
<para id="background" xreflabel="Background">
- You should use CSS background properties and
<emphasis><property>Background</property></emphasis> tab to define
the background effects of an element.
+ You should use CSS background properties and
<guilabel>Background</guilabel> tab to define the background effects of an
element.
</para>
<para id="boxes" xreflabel="Boxes">
- <emphasis><property>Boxes</property></emphasis> tab is
used to define CSS border properties, the box model and dimensions. The CSS border
properties allow you to specify the style and color of an element's border.
+ The <guilabel>Boxes</guilabel> tab is used to define CSS border
properties, the box model and dimensions. The CSS border properties allow you to specify
the style and color of an element's border.
</para>
<para>
@@ -258,7 +258,7 @@
<listitem>
<para id="property_sheet" xreflabel="Property Sheet">
- <emphasis><property>Property
Sheet</property></emphasis> tab contains the categorized list of properties.
Like in <xref linkend="PropertiesView"/> it's possible to edit the
properties values.
+ The <guilabel>Property Sheet</guilabel> tab contains the
categorized list of properties. Like in <xref linkend="PropertiesView"/>,
it's possible to edit the properties values.
</para>
<figure>
@@ -273,7 +273,7 @@
<listitem>
<para id="edited_properties" xreflabel="Edited
Properties">
- <emphasis><property>Edited
Properties</property></emphasis> tab contains only "overflow-y"
property which determines clipping of the element's content at the top and bottom
edges.
+ <guilabel>Edited Properties</guilabel> tab contains only
<guilabel>overflow-y</guilabel> property which determines clipping of the
element's content at the top and bottom edges.
</para>
<figure>
@@ -296,7 +296,7 @@
<?dbhtml filename="CSSPropertiesView.html"?>
<title>CSS Preview</title>
<para>
- Using CSS Preview you can see how a selector affects any text.
+ Using <guilabel>CSS Preview</guilabel> you can see how a selector
affects any text.
</para>
<figure>
@@ -309,7 +309,7 @@
</figure>
<para>
- The preview is also edited by double click.You can write instead of the default
text any text you want,including html tags.
+ The preview can edited by double clicking on it. You can add any text you want,
including HTML tags.
</para>
</section>
</chapter>
Modified: trunk/jsf/docs/userguide/en-US/images/preferences/preferences_1.png
===================================================================
(Binary files differ)
Modified: trunk/jsf/docs/userguide/en-US/images/preferences/preferences_10.png
===================================================================
(Binary files differ)
Modified: trunk/jsf/docs/userguide/en-US/images/preferences/preferences_11.png
===================================================================
(Binary files differ)
Modified: trunk/jsf/docs/userguide/en-US/images/preferences/preferences_13.png
===================================================================
(Binary files differ)
Modified: trunk/jsf/docs/userguide/en-US/images/preferences/preferences_14.png
===================================================================
(Binary files differ)
Modified: trunk/jsf/docs/userguide/en-US/images/preferences/preferences_15.png
===================================================================
(Binary files differ)
Modified: trunk/jsf/docs/userguide/en-US/images/preferences/preferences_16.png
===================================================================
(Binary files differ)
Modified: trunk/jsf/docs/userguide/en-US/images/preferences/preferences_17.png
===================================================================
(Binary files differ)
Modified: trunk/jsf/docs/userguide/en-US/images/preferences/preferences_18.png
===================================================================
(Binary files differ)
Modified: trunk/jsf/docs/userguide/en-US/images/preferences/preferences_19.png
===================================================================
(Binary files differ)
Modified: trunk/jsf/docs/userguide/en-US/images/preferences/preferences_2.png
===================================================================
(Binary files differ)
Modified: trunk/jsf/docs/userguide/en-US/images/preferences/preferences_20.png
===================================================================
(Binary files differ)
Modified: trunk/jsf/docs/userguide/en-US/images/preferences/preferences_21.png
===================================================================
(Binary files differ)
Modified: trunk/jsf/docs/userguide/en-US/images/preferences/preferences_22.png
===================================================================
(Binary files differ)
Modified: trunk/jsf/docs/userguide/en-US/images/preferences/preferences_23.png
===================================================================
(Binary files differ)
Modified: trunk/jsf/docs/userguide/en-US/images/preferences/preferences_24.png
===================================================================
(Binary files differ)
Modified: trunk/jsf/docs/userguide/en-US/images/preferences/preferences_25.png
===================================================================
(Binary files differ)
Modified: trunk/jsf/docs/userguide/en-US/images/preferences/preferences_26.png
===================================================================
(Binary files differ)
Modified: trunk/jsf/docs/userguide/en-US/images/preferences/preferences_27.png
===================================================================
(Binary files differ)
Modified: trunk/jsf/docs/userguide/en-US/images/preferences/preferences_28.png
===================================================================
(Binary files differ)
Modified: trunk/jsf/docs/userguide/en-US/images/preferences/preferences_29.png
===================================================================
(Binary files differ)
Modified: trunk/jsf/docs/userguide/en-US/images/preferences/preferences_31.png
===================================================================
(Binary files differ)
Modified: trunk/jsf/docs/userguide/en-US/images/preferences/preferences_32.png
===================================================================
(Binary files differ)
Modified: trunk/jsf/docs/userguide/en-US/images/preferences/preferences_33.png
===================================================================
(Binary files differ)
Modified: trunk/jsf/docs/userguide/en-US/images/preferences/preferences_34.png
===================================================================
(Binary files differ)
Modified: trunk/jsf/docs/userguide/en-US/images/preferences/preferences_35.png
===================================================================
(Binary files differ)
Modified: trunk/jsf/docs/userguide/en-US/images/preferences/preferences_36.png
===================================================================
(Binary files differ)
Modified: trunk/jsf/docs/userguide/en-US/images/preferences/preferences_37.png
===================================================================
(Binary files differ)
Modified: trunk/jsf/docs/userguide/en-US/images/preferences/preferences_38.png
===================================================================
(Binary files differ)
Modified: trunk/jsf/docs/userguide/en-US/images/preferences/preferences_40.png
===================================================================
(Binary files differ)
Modified: trunk/jsf/docs/userguide/en-US/images/preferences/preferences_44.png
===================================================================
(Binary files differ)
Modified: trunk/jsf/docs/userguide/en-US/images/preferences/preferences_6.png
===================================================================
(Binary files differ)
Modified: trunk/jsf/docs/userguide/en-US/images/preferences/preferences_7.png
===================================================================
(Binary files differ)
Modified: trunk/jsf/docs/userguide/en-US/images/preferences/preferences_8.png
===================================================================
(Binary files differ)
Modified: trunk/jsf/docs/userguide/en-US/images/preferences/preferences_8a.png
===================================================================
(Binary files differ)
Modified: trunk/jsf/docs/userguide/en-US/images/preferences/preferences_9.png
===================================================================
(Binary files differ)
Modified: trunk/jsf/docs/userguide/en-US/preferences.xml
===================================================================
--- trunk/jsf/docs/userguide/en-US/preferences.xml 2011-03-23 00:04:53 UTC (rev 29964)
+++ trunk/jsf/docs/userguide/en-US/preferences.xml 2011-03-23 02:06:39 UTC (rev 29965)
@@ -49,11 +49,11 @@
</para>
</listitem>
- <listitem>
+ <!--listitem>
<para>
<xref linkend="JSFPage"/>
</para>
- </listitem>
+ </listitem-->
<listitem>
<para>
@@ -121,11 +121,11 @@
</para>
</listitem>
- <listitem>
+ <!--listitem>
<para>
<xref linkend="StrutsPages"/>
</para>
- </listitem>
+ </listitem-->
<listitem>
<para>
@@ -813,7 +813,7 @@
<?dbhtml filename="el_variables.html"?>
<title>El Variables</title>
<para>
- To specify necessary EL variables globally, i. e. for all projects and resources in
your workspace, you should go to <menuchoice><guimenuitem>JBoss
Tools</guimenuitem><guimenuitem>Web</guimenuitem><guimenuitem>El
Variables</guimenuitem></menuchoice>.
+ To specify necessary EL variables globally, i. e. for all projects and resources in
your workspace, you should go to <menuchoice><guimenuitem>JBoss
Tools</guimenuitem><guimenuitem>Web</guimenuitem><guimenuitem>Expression
Language</guimenuitem><guimenuitem>Variables</guimenuitem></menuchoice>.
</para>
<figure>
@@ -878,7 +878,7 @@
</figure>
</section>
- <section id="JSFPage">
+ <!--section id="JSFPage">
<?dbhtml filename="JSF Page.html"?>
<title>JSF Pages</title>
<para>
@@ -893,7 +893,7 @@
</imageobject>
</mediaobject>
</figure>
- </section>
+ </section-->
<section id="JSFPropject">
<?dbhtml filename="JSFPropject.html"?>
@@ -903,7 +903,7 @@
</para>
<para>
- On the <emphasis> <property>New Project</property>
</emphasis> tab you can set default values for New JSF Project wizard:
+ On the <guilabel>New Project</guilabel> tab you can set default values
for New JSF Project wizard:
</para>
<itemizedlist>
@@ -963,7 +963,7 @@
</figure>
</section>
- <section id="JSFValidator">
+ <!--section id="JSFValidator">
<?dbhtml filename="JSFValidator.html"?>
<title>JSF Validator</title>
<para>
@@ -978,7 +978,7 @@
</imageobject>
</mediaobject>
</figure>
- </section>
+ </section-->
<section id="JSFFlowDiagram">
<?dbhtml filename="JSFFlowDiagram.html"?>
@@ -1271,7 +1271,7 @@
</figure>
</section>
- <section id="StrutsPages">
+ <!--section id="StrutsPages">
<?dbhtml filename="StrutsPages.html"?>
<title>Struts Pages</title>
<para>
@@ -1290,7 +1290,7 @@
</imageobject>
</mediaobject>
</figure>
- </section>
+ </section-->
<section id="StrutsFlowDiagram">
<?dbhtml filename="StrutsFlowDiagram.html"?>
Modified: trunk/jsf/docs/userguide/en-US/richfaces_support.xml
===================================================================
--- trunk/jsf/docs/userguide/en-US/richfaces_support.xml 2011-03-23 00:04:53 UTC (rev
29964)
+++ trunk/jsf/docs/userguide/en-US/richfaces_support.xml 2011-03-23 02:06:39 UTC (rev
29965)
@@ -48,14 +48,13 @@
</itemizedlist>
<para>
- All you have to do is to <ulink
url="http://www.jboss.org/jbossrichfaces/downloads/">downloa...
and install RichFaces libraries into your project, i. e. just put
<filename>richfaces-*.jar</filename> files into the
<filename>/lib</filename> project folder. Also how to get started with
<property>RichFaces</property> you can find in <ulink
url="http://jboss.org/file-access/default/members/jbossrichfaces/fre...
documentation</ulink>.
+ All you have to do is to <ulink
url="http://www.jboss.org/jbossrichfaces/downloads/">downloa...
and install RichFaces libraries into your project, i. e. just put
<filename>richfaces-*.jar</filename> files into the
<filename>/lib</filename> project folder. For more information on how to get
started with <property>RichFaces</property>, please read the <ulink
url="http://jboss.org/file-access/default/members/jbossrichfaces/fre...
documentation</ulink>.
</para>
<section id="ContentAssistForRF">
<title>Code Assist for RichFaces</title>
<para>
- <property>JBDS/JBoss Tools</property> indeed provide code completion
for <ulink
-
url="http://www.jboss.org/jbossrichfaces">RichFaces</ulin... framework
components.
+ <property>JBoss Developer Studio</property> provides code completion
for <ulink
url="http://www.jboss.org/jbossrichfaces">RichFaces</ulin... framework
components.
</para>
<note>
@@ -79,11 +78,11 @@
<section id="RF_openOn">
<title>OpenOn for RichFaces</title>
<para>
- Working with <filename>JSP</filename> and
<filename>XHTML</filename> pages in <property>VPE</property> you
can also take the advantage of <emphasis>
<property>OpenOn</property></emphasis> feature for the
<property>RichFaces</property> components.
+ While working with <filename>JSP</filename> and
<filename>XHTML</filename> pages in the <property>Visual Page
Editor</property> you can also take the advantage of the <emphasis>
<property>OpenOn</property></emphasis> feature with
<property>RichFaces</property> components.
</para>
<para>
- For example, <property>Richfaces</property> tags
<code><rich:insert></code> and <code>
<a4j:include></code> has <property>OpenOn</property>
support.
+ For example, the <property>Richfaces</property> tags
<code><rich:insert></code> and <code>
<a4j:include></code> have <property>OpenOn</property>
support.
</para>
<figure>
@@ -140,7 +139,7 @@
<itemizedlist>
<listitem>
<para>
- expand <emphasis> <property>JBoss RichFaces</property>
</emphasis> group on the palette
+ expand <guilabel>JBoss RichFaces</guilabel> group on the palette
</para>
</listitem>
@@ -152,7 +151,7 @@
<listitem>
<para>
- put the needed attributes in the <emphasis> <property>Insert
Tag</property> </emphasis> dialog and click <emphasis>
<property>Finish</property> </emphasis> button
+ put the needed attributes in the <guilabel>Insert Tag</guilabel>
dialog and click <guibutton>Finish</guibutton> button
</para>
</listitem>
</itemizedlist>
@@ -169,7 +168,7 @@
</figure>
<para>
- The <property>RichFaces</property> component will be inserted on your
page and displayed in source and visual modes:
+ The <property>RichFaces</property> component will be inserted on your
page and displayed in the <guilabel>Source</guilabel> and
<guilabel>Visual</guilabel> modes:
</para>
<figure>
@@ -186,13 +185,13 @@
<section>
<title>Relevant Resources Links</title>
<para>
- To get more in-depth information on <property>RichFaces</property>
framework refer to <ulink
url="http://jboss.org/file-access/default/members/jbossrichfaces/fre...
Developer Guide</ulink>.
+ To get more in-depth information on <property>RichFaces</property>
framework refer to the <ulink
url="http://jboss.org/file-access/default/members/jbossrichfaces/fre...
Developer Guide</ulink>.
</para>
<para>
- It may be also helpful for you to look through the <ulink
+ It may be also helpful for you to view the <ulink
url="http://docs.jboss.org/tools/movies/"
- >movies</ulink> where there are ones that demonstrate the usage of
RichFaces components.
+ >movies</ulink> that demonstrate the usage of RichFaces components.
</para>
</section>
</chapter>
Modified: trunk/jsf/docs/userguide/en-US/web_projects.xml
===================================================================
--- trunk/jsf/docs/userguide/en-US/web_projects.xml 2011-03-23 00:04:53 UTC (rev 29964)
+++ trunk/jsf/docs/userguide/en-US/web_projects.xml 2011-03-23 02:06:39 UTC (rev 29965)
@@ -7,7 +7,7 @@
</para>
<para>
- If the Web Projects view's tab is not visible next to the Package Explorer
tab, select
<menuchoice><guimenuitem>Window</guimenuitem><guimenuitem>Show
View</guimenuitem><guimenuitem>Other</guimenuitem><guimenuitem>JBoss
Tools Web</guimenuitem><guimenuitem>Web
Projects</guimenuitem></menuchoice> from the menu bar.
+ If the <guilabel>Web Projects</guilabel> view's tab is not
visible next to the Package Explorer tab, select
<menuchoice><guimenuitem>Window</guimenuitem><guimenuitem>Show
View</guimenuitem><guimenuitem>Other</guimenuitem><guimenuitem>JBoss
Tools Web</guimenuitem><guimenuitem>Web
Projects</guimenuitem></menuchoice> from the menu bar.
</para>
<para>
@@ -97,7 +97,7 @@
</para>
<para>
- The screen shot below shows a JSF project and a Struts project in Web Projects
view.
+ The screen shot below shows a JSF project and a Struts project in
<guilabel>Web Projects</guilabel> view.
</para>
<figure>
@@ -113,7 +113,7 @@
<section id="DragAndDrop">
<title>Drag and Drop</title>
<para>
- Web Projects View has a drag and drop option that can be used for property, managed
bean attributes, navigation rules, tag library file declaration and JSP Pages.
+ The <guilabel>Web Projects</guilabel> view has a drag and drop option
that can be used for property, managed bean attributes, navigation rules, tag library file
declaration and JSP Pages.
</para>
<section id="ForAProperty">
@@ -169,7 +169,7 @@
<section id="ForManagedBeanAttributes">
<title>For Managed Bean Attributes</title>
<para>
- Select a "managed bean" attribute and then drag and drop it
onto the JSP page. We are going to place it inside the <code>value</code>
attribute of the inputText tag.
+ Select a "managed bean" attribute and then drag and drop it
onto the JSP page. We are going to place it inside the <code>value</code>
attribute of the <code>inputText</code> tag.
</para>
<figure>
@@ -211,7 +211,7 @@
</figure>
<para>
- Drag and drop it inside the commandButton tag:
+ Drag and drop it inside the <code>commandButton</code> tag:
</para>
<figure>
@@ -315,7 +315,7 @@
<section id="ExpandingTagLibraryFiles">
<title>Expanding Tag Library Files</title>
<para>
- You can easily expand any TLD file in the project. Browse to the Tag Libraries
folder. Right-click a TLD file and select <guimenuitem>Expand</guimenuitem>:
+ You can easily expand any <filename>TLD</filename> file in the project.
Browse to the Tag Libraries folder. Right-click a <filename>TLD</filename>
file and select <guimenuitem>Expand</guimenuitem>:
</para>
<figure>
@@ -328,7 +328,7 @@
</figure>
<para>
- The TLD file will now be expanded:
+ The <filename>TLD</filename> file will now be expanded:
</para>
<figure>