README 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. README, pisg - by me and others (see CREDITS file)
  2. ------------------
  3. pisg - Perl IRC Statistics Generator, is a Perl script which takes IRC
  4. logfiles and turns them into nice looking stats, which can be amusing to
  5. show for the users of your channel.
  6. The supported logfile formats is explained in the FORMATS file included with
  7. this distribution in the 'docs' directory.
  8. SETTING UP PISG
  9. ---------------
  10. Full documentation for pisg is located in 'docs/pisg-doc.txt' and
  11. 'docs/html/index.html' for a HTML version.
  12. Quick usage instructions below:
  13. It's quite simple to set up pisg. You have 2 choices:
  14. * Set settings from commandline (try pisg --help)
  15. * Configure pisg from the pisg.cfg file (more flexible and configurable)
  16. If you look in the example pisg.cfg, you will see a small working sample
  17. where you can insert your own data.
  18. The commandline version has the disadvantage that you can only set up one
  19. channel to be run.
  20. RUNNING PISG
  21. ------------
  22. If you have setup everything inside the config file, then you just need to
  23. run it. If you're on a Linux/BSD/Unix system, this should do the work:
  24. $ ./pisg
  25. Running pisg like this will just use the settings in pisg.cfg.
  26. If you want to specify things on commandline instead of in the config file,
  27. you could do:
  28. $ ./pisg -ch \#channel -l logfile.log -f mIRC -o index.html
  29. The syntax and options is explained when doing:
  30. $ ./pisg --help
  31. Setting settings on commandline, will override the relevant settings in
  32. pisg.cfg.
  33. NOTES
  34. -----
  35. There is some graphics in the gfx/ folder which pisg uses, you should put
  36. these in the same directory as your stats file(s) or use the 'PicLocation'
  37. configuration option.
  38. The stats will look best with a logfile which is at least one day long.
  39. Some stats (like smilies, exclamation marks, etc) doesn't get counted before
  40. a special amount of time.
  41. pisg supports multiple languages so the texts on the stats page will
  42. be in your own language; look in lang.txt to see the supported languages.
  43. The language can be changed from within the pisg.cfg file.
  44. If you have any corrections to the language file, or you want to add a new
  45. translation, then send it to the mailing list.
  46. CONTACT INFORMATION
  47. -------------------
  48. If you have any issues with pisg, such as problems with installing or
  49. running pisg, then send an e-mail to the pisg mailing list:
  50. http://lists.sourceforge.net/mailman/listinfo/pisg-general
  51. You can report bugs or add feature requests here:
  52. http://sourceforge.net/tracker/?group_id=31862
  53. The pisg homepage is located at http://pisg.sourceforge.net/.
  54. Have fun :)
  55. - Morten Brix Pedersen