To Add a Template Directory to an OpenOffice.org Installation
4 Locate the template directory you want to add and click Select.
5 In the Edit Paths dialog box, click the OK button.
6 In the Options - OpenOffice.org - Paths dialog box, click OK.
7 Exit OpenOffice.org.
OpenOffice.org saves the template path to the ooo-user-
dir/user/registry/data/org/openoffice/Office/Common.xcu configuration file.
8 Copy the code below into the appropriate Common.xcu file.
To make the template directory available to all users of the OpenOffice.org network installation, copy the
code into the install-
dir/basis<version>/share/registry/data/org/openoffice/Office/Common.xcu file.
To make the template directory available to a single user of an OpenOffice.org network installation, copy the
code into the ooo-user-dir/user/registry/data/org/openoffice/Office/Common.xcu file.
<node oor:name="Path">
<node oor:name="Current">
<prop oor:name="Template" oor:type="oor:string-list">
<value>$(inst)/share/template/$(vlang)
$(user)/template new_template_directory
</value>
</prop>
</node>
</node>
24 OpenOffice.org 3.2 Administration Guide · March 2010
Kommentare zu diesen Handbüchern