diff options
author | myk%mozilla.org <> | 2003-05-01 06:23:02 +0200 |
---|---|---|
committer | myk%mozilla.org <> | 2003-05-01 06:23:02 +0200 |
commit | fa2575d75b0991bb0e4346206334e5d59212b919 (patch) | |
tree | 7160a8e58cba231b6cdf26211141c6e0bcfc834a /template | |
parent | 418499dbf6f433aefb04f97d40197e6ed1944160 (diff) | |
download | bugzilla-fa2575d75b0991bb0e4346206334e5d59212b919.tar.gz bugzilla-fa2575d75b0991bb0e4346206334e5d59212b919.tar.xz |
Clean-up patch for bug 72837: uses /usr/bin/perl instead of /usr/bonsaitools/bin/perl and adds message about these interfaces being experimental.
r=gerv
a=myk
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/config.js.tmpl | 2 | ||||
-rw-r--r-- | template/en/default/config.rdf.tmpl | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/template/en/default/config.js.tmpl b/template/en/default/config.js.tmpl index 62582f6df..26d089fd6 100644 --- a/template/en/default/config.js.tmpl +++ b/template/en/default/config.js.tmpl @@ -22,6 +22,8 @@ // This file contains the installation specific values for QuickSearch // and other Bugzilla clients. See quicksearch.js for more details. // +// Note: this interface is experimental and under development. +// We may and probably will make breaking changes to it in the future. // the global bugzilla url var installation = { diff --git a/template/en/default/config.rdf.tmpl b/template/en/default/config.rdf.tmpl index 54308408b..6aa51f657 100644 --- a/template/en/default/config.rdf.tmpl +++ b/template/en/default/config.rdf.tmpl @@ -20,6 +20,9 @@ #%] <?xml version="1.0"?> +<!-- Note: this interface is experimental and under development. + - We may and probably will make breaking changes to it in the future. --> + <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:bz="http://www.bugzilla.org/rdf#"> |