From 6c709dd097e65025038a0dc9c17fad6a88e99b6b Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Sun, 25 Jan 2004 02:30:57 +0000 Subject: Massive rearrangement of the installation section. Hopefully it makes sense now. --- docs/xml/customization.xml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'docs/xml/customization.xml') diff --git a/docs/xml/customization.xml b/docs/xml/customization.xml index 1bc2b97ee..67877f9ca 100644 --- a/docs/xml/customization.xml +++ b/docs/xml/customization.xml @@ -295,7 +295,7 @@ After untarring the localizations (or creating your own) in the - BUGZILLA_ROOT/template directory, + BUGZILLA_ROOT/template directory, you must update the parameter to contain any localizations you'd like to permit. You may also wish to set the parameter to something other than @@ -345,12 +345,12 @@ tool (e.g. grep) to search the standard templates for occurrences of Hook.process or browse the directory tree in - BUGZILLA_ROOT/template/en/extension/hook/, + BUGZILLA_ROOT/template/en/extension/hook/, which contains a directory for each hook in the following location: - BUGZILLA_ROOT/template/en/extension/hook/PATH_TO_STANDARD_TEMPLATE/STANDARD_TEMPLATE_NAME/HOOK_NAME/ + BUGZILLA_ROOT/template/en/extension/hook/PATH_TO_STANDARD_TEMPLATE/STANDARD_TEMPLATE_NAME/HOOK_NAME/ @@ -375,7 +375,7 @@ The Bugzilla reviewers will promptly review each hook request, name the hook, add it to the template, check the new version of the template into CVS, and create the corresponding directory in - BUGZILLA_ROOT/template/en/extension/hook/. + BUGZILLA_ROOT/template/en/extension/hook/. @@ -415,7 +415,7 @@ useful-links.html.tmpl, which is located in the global/ subdirectory on the standard Bugzilla template path - BUGZILLA_ROOT/template/en/default/. + BUGZILLA_ROOT/template/en/default/. Looking in useful-links.html.tmpl, you find the following hook at the end of the list of standard Bugzilla administration links: @@ -429,7 +429,7 @@ The corresponding directory for this hook is - BUGZILLA_ROOT/template/en/extension/hook/global/useful-links.html.tmpl/edit/. + BUGZILLA_ROOT/template/en/extension/hook/global/useful-links.html.tmpl/edit/. @@ -454,7 +454,7 @@ You may want to prefix your extension template names with the name of your extension, e.g. - projman-foo.html.tmpl, + projman-foo.html.tmpl, so they do not conflict with the names of templates installed by other extensions. @@ -465,7 +465,7 @@ If your extension includes entirely new templates in addition to extensions of standard templates, it should install those new templates into an extension-specific subdirectory of the - BUGZILLA_ROOT/template/en/extension/ + BUGZILLA_ROOT/template/en/extension/ directory. The extension/ directory, like the default/ and custom/ directories, is part of the template search path, so putting templates @@ -494,9 +494,9 @@ Installation customizers can also take advantage of hooks when adding code to a Bugzilla template. To do so, create directories in - BUGZILLA_ROOT/template/en/custom/hook/ + BUGZILLA_ROOT/template/en/custom/hook/ equivalent to the directories in - BUGZILLA_ROOT/template/en/extension/hook/ + BUGZILLA_ROOT/template/en/extension/hook/ for the hooks you want to use, then place your customization templates into those directories. -- cgit v1.2.3-24-g4f1b