From 3e4bed239348cf5af0c70c3ab6315c0f24044959 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Wed, 6 Nov 2013 15:08:45 +0100 Subject: Bug 287682: UTF-8 characters are incorrectly displayed in New Charts and graphical reports r=wurblzap a=sgreen --- docs/en/xml/administration.xml | 53 +++++++++++++++++++++++++++++++++++------- 1 file changed, 45 insertions(+), 8 deletions(-) (limited to 'docs/en/xml') 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 @@ -
- Dependency Graphs +
+ Graphs - 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 .dot 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. + + + + + + webdotbase + + + + 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 + .dot graphic description files. If no Web Dot + server or binary is specified, then dependency graphs will be disabled. + + + + + + + font_file + + + + 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 + /usr/share/fonts/TTF/unifont/unifont-6.3.20131006.ttf + and on Windows, the path would be + C:\Windows\Fonts\unifont-6.3.20131006.ttf. + + + If you don't have this font installed, you can download it from the + Unifoundry.com + website and install it at the location specified above. This font + is free of charge and can be installed on all operating systems. + + + + +
-- cgit v1.2.3-24-g4f1b