1 This is SRG a free log analyser for the Squid Proxy. 2 3 Hopefully by now we've managed to get a reasonably stable log analyser for 4 the squid proxy, however there may still be a few more bugs in it. Your help 5 in using and testing SRG would be much appreciated. There is not a lot of 6 documentation available for SRG yet, you can try the FAQ in the same directory 7 as this readme as a start. 8 9 You are strongly encouraged to join both the srg-users and srg-announce mailing 10 lists where the developers lurk and you are likely to receive help with any 11 problems that you are having. You can subscribe to these lists using the URLs 12 below 13 14 Version 2 of SRG is likely to be quite different to the current version. If 15 you would like to participate in the design and development of it, please join 16 the srg-users list mentioned above. 17 18 srg-users Mailing List: 19 http://lists.crc.net.nz/mailman/listinfo/srg-users/ 20 21 srg-announce Mailing List: 22 http://lists.crc.net.nz/mailman/listinfo/srg-announce/ 23 24 You may also be lucky enough to find more tips and documentation on the SRG 25 homepage at http://www.crc.net.nz/software/srg.php 26 27 ** COMPILING SRG ** 28 To get started type 29 ./configure 30 make 31 then as root type 32 make install 33 34 ** COMPILING FROM CVS ** 35 If you were brave enough to check out SRG from CVS then you will need to 36 run 37 ./bootstrap 38 to initialise the required autotools scripts before you can run the commands 39 shown above. 40 41 ** BUG REPORTS ** 42 If you find a bug in SRG please use the Sourceforge Bug Tracker at 43 http://sourceforge.net/tracker/?func=add&group_id=62787&atid=501794 44 and we'll do our best to try and fix it! 45 46 ** FEEDBACK and SUGGESTIONS ** 47 If you have feedback or suggestions for enhancements to SRG the best place 48 to send them is to the srg-users mailing list described above. 49 50 ** HACKING on SRG ** 51 See the HACKING file in the top level source directory for more information. 52 53 ** SRG PACKAGES ** 54 Debian and Redhat packages are provided for the stable versions of SRG. You 55 can obtain these packages from any of the normal SRG download mirrors. 56 57 Alternatively you can build your own packages directly from the source trees 58 by executing one of the following commands. 59 60 DEB: dpkg-buildpackage -uc -us 61 RPM: ?? 62 63 -- 64 Matt Brown 65 matt@crc.net.nz 66 1 Mar 2005