summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2013-11-06 15:08:45 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2013-11-06 15:08:45 +0100
commit3e4bed239348cf5af0c70c3ab6315c0f24044959 (patch)
tree7592b7323eed03926695e472ab4bc5b9ccfa198e /docs
parentd8d3c0edd90267e23e4910fe550df4604a5ad75b (diff)
downloadbugzilla-3e4bed239348cf5af0c70c3ab6315c0f24044959.tar.gz
bugzilla-3e4bed239348cf5af0c70c3ab6315c0f24044959.tar.xz
Bug 287682: UTF-8 characters are incorrectly displayed in New Charts and graphical reports
r=wurblzap a=sgreen
Diffstat (limited to 'docs')
-rw-r--r--docs/en/xml/administration.xml53
1 files changed, 45 insertions, 8 deletions
diff --git a/docs/en/xml/administration.xml b/docs/en/xml/administration.xml
index d803beb10..0d32cdb52 100644
--- a/docs/en/xml/administration.xml
+++ b/docs/en/xml/administration.xml
@@ -446,16 +446,53 @@
</section>
- <section id="param-dependency-graphs">
- <title>Dependency Graphs</title>
+ <section id="param-graphs">
+ <title>Graphs</title>
<para>
- This page has one parameter that sets the location of a Web Dot
- server, or of the Web Dot binary on the local system, that is used
- to generate dependency graphs. Web Dot is a CGI program that creates
- images from <filename>.dot</filename> graphic description files. If
- no Web Dot server or binary is specified, then dependency graphs will
- be disabled.
+ This page contains parameters to control how graphs are generated.
</para>
+
+ <variablelist>
+
+ <varlistentry>
+ <term>
+ webdotbase
+ </term>
+ <listitem>
+ <para>
+ This sets the location of a Web Dot server, or of the Web Dot
+ binary on the local system, that is used to generate dependency
+ graphs. Web Dot is a CGI program that creates images from
+ <filename>.dot</filename> graphic description files. If no Web Dot
+ server or binary is specified, then dependency graphs will be disabled.
+ </para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term>
+ font_file
+ </term>
+ <listitem>
+ <para>
+ This defines the full path to a TrueType font file which will be
+ used to display text in charts and graphical reports. The recommended
+ font is Unifont which supports all languages in the Basic Multilingual
+ Plane. On Linux, the path is of the form
+ <filename>/usr/share/fonts/TTF/unifont/unifont-6.3.20131006.ttf</filename>
+ and on Windows, the path would be
+ <filename>C:\Windows\Fonts\unifont-6.3.20131006.ttf</filename>.
+ </para>
+ <para>
+ If you don't have this font installed, you can download it from the
+ <ulink url="http://unifoundry.com/unifont.html">Unifoundry.com</ulink>
+ website and install it at the location specified above. This font
+ is free of charge and can be installed on all operating systems.
+ </para>
+ </listitem>
+ </varlistentry>
+
+ </variablelist>
</section>
<section id="param-group-security">