/[web]/templates/bugzilla/trunk/admin/params/dependencygraph.html.tmpl
ViewVC logotype

Contents of /templates/bugzilla/trunk/admin/params/dependencygraph.html.tmpl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 48 - (show annotations) (download)
Fri Nov 26 14:56:29 2010 UTC (13 years, 4 months ago) by dmorgan
File size: 2253 byte(s)
Add custom template with identity support
1 [%# The contents of this file are subject to the Mozilla Public
2 # License Version 1.1 (the "License"); you may not use this file
3 # except in compliance with the License. You may obtain a copy of
4 # the License at http://www.mozilla.org/MPL/
5 #
6 # Software distributed under the License is distributed on an "AS
7 # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
8 # implied. See the License for the specific language governing
9 # rights and limitations under the License.
10 #
11 # The Original Code is the Bugzilla Bug Tracking System.
12 #
13 # The Initial Developer of the Original Code is Netscape Communications
14 # Corporation. Portions created by Netscape are
15 # Copyright (C) 1998 Netscape Communications Corporation. All
16 # Rights Reserved.
17 #
18 # Contributor(s): Dave Miller <justdave@bugzilla.org>
19 # Frédéric Buclin <LpSolit@gmail.com>
20 #%]
21 [%
22 title = "Dependency Graphs"
23 desc = "Optional setup for dependency graphing"
24 %]
25
26 [% param_descs = {
27 webdotbase => "It is possible to show graphs of dependent ${terms.bugs}. You may set
28 this parameter to any of the following:
29 <ul>
30 <li>
31 A complete file path to 'dot' (part of
32 <a href=\"http://www.graphviz.org\">GraphViz</a>) will
33 generate the graphs locally.
34 </li>
35 <li>
36 A URL prefix pointing to an installation of the
37 <a href=\"http://www.research.att.com/~north/cgi-bin/webdot.cgi\">webdot
38 package</a> will generate the graphs remotely.
39 </li>
40 <li>
41 A blank value will disable dependency graphing.
42 </li>
43 </ul>
44 The default value is a publicly-accessible webdot server. If you change
45 this value, make certain that the webdot server can read files from your
46 webdot directory. On Apache you do this by editing the .htaccess file,
47 for other systems the needed measures may vary. You can run checksetup.pl
48 to recreate the .htaccess file if it has been lost."}
49 %]

  ViewVC Help
Powered by ViewVC 1.1.30