]> git.ipfire.org Git - thirdparty/sarg.git/blame - README
Fix HTML output
[thirdparty/sarg.git] / README
CommitLineData
25697a35
GS
1Sarg is a Squid Analysis Report Generator that allow you to view "where" your users
2are going to on the Internet.
3Sarg generate reports in html, with many fields, like: users, IP Addresses, bytes, sites and times.
4
5Support to SmartFilter added - 09/02/2000
6
7Special thanks to:
8Matteo Colombo <matteo@calcol.it> - Italian language
9Palamarchuk Eugen <eugen@cit.od.ukrtel.net> - Russian language
10Csaba Kabai <ckabai@icnpharm.com> - Hungarian language
11Evren Yurtesen <yurtesen@ispro.net.tr> - Turkish language
12Andreas Piek <a.piesk@gmx.net> - German language
13Fred Pacquier <fredp@dial.oleane.com> - French language
14Leonardo A. D'Angelo <ldangelo@san-cayetano.com> - Spanish language
15Seth Mos <stimpy@stimpy.multiweb.nl> - Dutch language
16Milos Prudek <prudek@nembv.cz> - Czech language
17Dima I. Allaverdov <allav@ur.rags.ru> - Russian_windows1251 language
18V Gatut Harijiso <gatut@student.unpar.ac.id> - Indonesian language
19Ivan Minchev <vanko@uni-svishtov.bg> - Bulgarian_windows1251 language
20Akira Kitamura <click@anet.ne.jp> - Japanese language
21Radovan Drobnjakovic <admin.rts@rts.co.yu> - Serbian language
22Pieter Kooistra <pkooistra@hr.nl> - Dutch language fix
23Andrew Okhmat <andy@crgu.com> - Russian Koi8 language fixed
24Nikolai V. Ivanyushin <koko@infocenter.bryansk.ru> - Russian and Bulgarian language fix
25Juris Valdovskis <juris@auce.lv> - Latvian language
26Jordan Kanev <dancho@globcom.net> - Bulgarian language fix
27Wszebor Boksa <Wszebor_Boksa@koncept.pl> - Polish language
28Adi Cretu <adi@usv.ro> - Romanian language
29Roman Vynar <rvynar@icqmail.com> - Ukrainian_windows1251 language
30Andreu Sanchez <tanis@lleida.com> - Catalan language
31Antonis Maglaras <vegos@magla.gr> - Greek language
32Dusan Woletz <Dusan.WOLETZ@orange.sk> - Slovak Language
94ff9470
GS
33Jose Luis Hernandez <jhdz@simbiotica.net> - Spanish language fix
34Theo kastermans <t.kastermans@zandvoort.nl> - Dutch language fix
d6e703cc
FM
35Alex Deiter <tiamat@komi.mts.ru> - Russian UTF-8 language
36Josef Karliak <karliak@ajetaci.cz> - Czech UTF-8
37Igor Ageikin <iageikin@lipen.elektra.ru> - Russian UTF-8 fix
25697a35
GS
38
39Translating
40 . Copy include/English to YourLanguage
41 . Translate YourLanguage
d6e703cc 42 . Send YourLanguage to pedro.orso@gmail.com to be implemented.
25697a35
GS
43
44
45If you use native squid log format, the elapsed time will be in reports (emulate_httpd_log off).
46
471. run ./configure
48
b3695c67
FM
49 configure options: --bindir=where sarg binary will be saved
50 default: /usr/local/bin
25697a35 51
b3695c67
FM
52 --sysconfdir - where the configuration directory is
53 default: /usr/local/etc
54
55 --mandir - where the sarg man page will be saved
56 default: /usr/local/share/man
25697a35 57
027aa648 58 --enable-sargphp - where to install sarg-php (--disable-sargphp don't install sarg-php)
25697a35
GS
59 default: /var/www/html
60
b3695c67
FM
61 --enable-languagedir - where the translation of sarg are
62 default: /usr/local/share/sarg/languages
63
64 --enable-fontdir - where to find the fonts for the reports
65 default: /usr/local/share/sarg/fonts
66
67 --enable-imagedir - where sarg take the images to include in the reports
68 default: /usr/local/share/sarg/images
25697a35 69
05b90947
FM
70 --enable-extraprotection - compile sarg with extra GCC options for increased security
71 default: use standard compilation warnings and no protection
25697a35
GS
72
733. make
74
754. make install
76
775. Go to /usr/local/sarg (or file entered with --sysconfdir on configure)
78 and change sarg.conf as you need.
79
806. Notes about sarg:
81
82 Date/Time report:
83 Every minute that a request is logged your time is incremented by the smaller
84 of 1 minute or the total time for the requests.
85
86Usage: sarg -h
87
88Source: http://www.sarg-squid.org
89
d6e703cc 90Any suggests and/or comments, please: pedro.orso@gmail.com