]> git.ipfire.org Git - thirdparty/sarg.git/blame - README
Moved all the functions declarations from conf.h to defs.h for consistency.
[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
49 configure options: --enable-bindir=where sarg binary will be saved
50 default: /usr/bin
51
52 --enable-sysconfdir - where the configuration directory is
53 default: /usr/local/sarg
54
55 --enable-htmldir - where the www html root dir is
56 default: /var/www/html
57
58 --enable-mandir - where the sarg man page will be saved
59 default: /usr/local/man/man1
60
61
623. make
63
644. make install
65
665. Go to /usr/local/sarg (or file entered with --sysconfdir on configure)
67 and change sarg.conf as you need.
68
696. Notes about sarg:
70
71 Date/Time report:
72 Every minute that a request is logged your time is incremented by the smaller
73 of 1 minute or the total time for the requests.
74
75Usage: sarg -h
76
77Source: http://www.sarg-squid.org
78
d6e703cc 79Any suggests and/or comments, please: pedro.orso@gmail.com