Changeset 5333
- Timestamp:
- 09/01/10 16:02:28 (17 months ago)
- Location:
- branches/release-0.15.x/pustefix-docbook/src/docbkx/reference
- Files:
-
- 4 modified
-
advancedtopics.xml (modified) (1 diff)
-
configuration.xml (modified) (2 diffs)
-
reference.xml (modified) (1 diff)
-
xslt.xml (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/release-0.15.x/pustefix-docbook/src/docbkx/reference/advancedtopics.xml
r4443 r5333 237 237 <listitem>if you're specifying <literal>part</literal> and <literal>module</literal>, the include is loaded from the href/path of the current file from within the specified module</listitem> 238 238 </itemizedlist> 239 </note> 240 <note xml:id="advanced.dyninclude.modinclude.special"> 241 <title>Special module names</title> 242 If you want to explicitly reference an include from the application, you can use the special module name <emphasis>webapp</emphasis>, which indicates 243 Pustefix, that it shouldn't look in the current module as done by default, but load the file from the webapp folder. 244 If you want to explicitly reference an include from the module where the page is defined (where the config fragment with the <literal>standardpage</literal> definition resides), you can use the special name <emphasis>pagedef</emphasis>. 239 245 </note> 240 246 <para> -
branches/release-0.15.x/pustefix-docbook/src/docbkx/reference/configuration.xml
r5144 r5333 1558 1558 tags.</td> 1559 1559 </tr> 1560 <tr> 1561 <td><literal>module</literal></td> 1562 <td><emphasis>Optional</emphasis>. 1563 Specifies the Pustefix module where the file is located (by default 1564 the file is searched in the webapp itself).</td> 1565 </tr> 1560 1566 </tbody> 1561 1567 </informaltable> … … 1702 1708 configuration tags.</td> 1703 1709 </tr> 1710 <tr> 1711 <td><literal>module</literal></td> 1712 <td><emphasis>Optional</emphasis>. 1713 Specifies the Pustefix module where the file is located (by default 1714 the file is searched in the webapp itself).</td> 1715 </tr> 1716 1704 1717 </tbody> 1705 1718 </informaltable> -
branches/release-0.15.x/pustefix-docbook/src/docbkx/reference/reference.xml
r5212 r5333 57 57 58 58 <xi:include href="preface.xml" /> 59 <xi:include href="news.xml" /> 59 60 <xi:include href="installation.xml" /> 60 61 <xi:include href="architecture.xml" /> -
branches/release-0.15.x/pustefix-docbook/src/docbkx/reference/xslt.xml
r5001 r5333 526 526 <td>module</td> 527 527 <td>optional</td> 528 <td>Not set by default. Set this to the name of the module from which the part should be loaded. If dynamic search is set, the module just serves as fallback location if the part can't be found in the project or common location and isn't overrided by another module. See <xref linkend="advanced.dyninclude"/>. </td>528 <td>Not set by default. Set this to the name of the module from which the part should be loaded. If dynamic search is set, the module just serves as fallback location if the part can't be found in the project or common location and isn't overrided by another module. See <xref linkend="advanced.dyninclude"/>. You can also use one of the pre-defined special module names (see <xref linkend="advanced.dyninclude.modinclude.special"/>).</td> 529 529 </tr> 530 530 </tbody> … … 599 599 <td>module</td> 600 600 <td>optional</td> 601 <td>Not set by default. Set this to the name of the module from which the part should be loaded. If dynamic search is set, the module just serves as fallback location if the part can't be found in the project or common location and isn't overrided by another module. See <xref linkend="advanced.dyninclude"/>. </td>601 <td>Not set by default. Set this to the name of the module from which the part should be loaded. If dynamic search is set, the module just serves as fallback location if the part can't be found in the project or common location and isn't overrided by another module. See <xref linkend="advanced.dyninclude"/>. You can also use one of the pre-defined special module names (see <xref linkend="advanced.dyninclude.modinclude.special"/>).</td> 602 602 </tr> 603 603 </tbody> … … 682 682 <td>module</td> 683 683 <td>optional</td> 684 <td>Not set by default. Set this to the name of the module from which the image should be loaded. If dynamic search is set, the module just serves as fallback location if an according image can't be found in the project or common location or another overriding module. See <xref linkend="advanced.dyninclude"/>. </td>684 <td>Not set by default. Set this to the name of the module from which the image should be loaded. If dynamic search is set, the module just serves as fallback location if an according image can't be found in the project or common location or another overriding module. See <xref linkend="advanced.dyninclude"/>. You can also use one of the pre-defined special module names (see <xref linkend="advanced.dyninclude.modinclude.special"/>).</td> 685 685 </tr> 686 686 <tr>
