]> git.ipfire.org Git - thirdparty/sarg.git/blame - documentation/conf.txt
Rename configure.in as configure.ac
[thirdparty/sarg.git] / documentation / conf.txt
CommitLineData
08228821
FM
1/*! \file conf.h
2\brief Include headers and define global variables.
3*/
4
5/*! \var DownloadSuffix
6A comma separated list of extensions to report as files downloaded by the user. The list is not case sensitive.
7*/
8
9/*! \var download_count
10The total number of files seen as downloaded.
11*/
12
dfb337be
FM
13/*! \var LogoImage
14The image to link in the HTML files as the logo of the organisation generating the reports.
15*/
16
17/*! \var Width
18The width in pixel of the logo ::LogoImage to display in the HTML reports.
19*/
20
21/*! \var Height
22The height in pixel of the logo ::LogoImage to display in the HTML reports.
23*/
24
25/*! \var LogoText
26The text to display next to the logo of the organisation producing the reports.
27*/
28
29/*! \var LogoTextColor
30The color to write the text of the logo in ::LogoText.
31*/