pisg.sgml 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. <!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
  2. <!-- Process this file with docbook-to-man to generate an nroff manual
  3. page: `docbook-to-man manpage.sgml > manpage.1'. You may view
  4. the manual page with: `docbook-to-man manpage.sgml | nroff -man |
  5. less'. A typical entry in a Makefile or Makefile.am is:
  6. manpage.1: manpage.sgml
  7. docbook-to-man $< > $@
  8. The docbook-to-man binary is found in the docbook-to-man package.
  9. Please remember that if you create the nroff version in one of the
  10. debian/rules file targets (such as build), you will need to include
  11. docbook-to-man in your Build-Depends control field.
  12. -->
  13. <!-- Fill in your name for FIRSTNAME and SURNAME. -->
  14. <!ENTITY dhfirstname "<firstname>Julien</firstname>">
  15. <!ENTITY dhsurname "<surname>Danjou</surname>">
  16. <!-- Please adjust the date whenever revising the manpage. -->
  17. <!ENTITY dhdate "<date>2007 February 14</date>">
  18. <!-- SECTION should be 1-8, maybe w/ subsection other parameters are
  19. allowed: see man(7), man(1). -->
  20. <!ENTITY dhsection "<manvolnum>1</manvolnum>">
  21. <!ENTITY dhemail "<email>acid@debian.org</email>">
  22. <!ENTITY dhusername "Julien Danjou">
  23. <!ENTITY dhucpackage "<refentrytitle>PISG</refentrytitle>">
  24. <!ENTITY dhpackage "pisg">
  25. <!ENTITY debian "<productname>Debian</productname>">
  26. <!ENTITY gnu "<acronym>GNU</acronym>">
  27. ]>
  28. <refentry>
  29. <refentryinfo>
  30. <address>
  31. &dhemail;
  32. </address>
  33. <author>
  34. &dhfirstname;
  35. &dhsurname;
  36. </author>
  37. <copyright>
  38. <year>2001</year>
  39. <holder>&dhusername;</holder>
  40. </copyright>
  41. &dhdate;
  42. </refentryinfo>
  43. <refmeta>
  44. &dhucpackage;
  45. &dhsection;
  46. </refmeta>
  47. <refnamediv>
  48. <refname>&dhpackage;</refname>
  49. <refpurpose>Perl IRC Statistics Generator</refpurpose>
  50. </refnamediv>
  51. <refsect1>
  52. <title>DESCRIPTION</title>
  53. <para><command>&dhpackage;</command> is a program which takes IRC logfiles and turns
  54. the into nice looking stats, which can be amusing to show to the users
  55. of your channel. It's quite simple to set up using command line parameters or
  56. a configuration file.</para>
  57. </refsect1>
  58. <refsect1>
  59. <title>OPTIONS</title>
  60. <para>These programs follow the usual GNU command line syntax,
  61. with long options starting with two dashes (`--'). A summary of
  62. options is included below.</para>
  63. <variablelist>
  64. <varlistentry><term><option>-ch --channel=</option></term><listitem><para>Set channel name</para></listitem></varlistentry>
  65. <varlistentry><term><option>-cc --cchannels=</option></term><listitem><para>Only do this channel from configuration file, give multiple times to do multiple channels</para></listitem></varlistentry>
  66. <varlistentry><term><option>-l --logfile=</option></term><listitem><para>Log file to parse</para></listitem></varlistentry>
  67. <varlistentry><term><option>-o --outfile=</option></term><listitem><para>Name of HTML file to create</para></listitem></varlistentry>
  68. <varlistentry><term><option>-t --tag=</option></term><listitem><para>Replace %t in --outfile by argument</para></listitem></varlistentry>
  69. <varlistentry><term><option>-ma --maintainer=</option></term><listitem><para>Channel/stats maintainer</para></listitem></varlistentry>
  70. <varlistentry><term><option>-f --format=</option></term><listitem><para>Logfile format</para></listitem></varlistentry>
  71. <varlistentry><term><option>-ne --network=</option></term><listitem><para>IRC network of the
  72. channel</para></listitem></varlistentry>
  73. <varlistentry><term><option>-d --dir=</option></term><listitem><para>Analyze all files in this
  74. directory. Ignores --logfile. Give multiple times to use multiple
  75. directories.</para></listitem></varlistentry>
  76. <varlistentry><term><option>-nf --nfiles=</option></term><listitem><para>Analyze the last n files if used with --dir</para></listitem></varlistentry>
  77. <varlistentry><term><option>-p --prefix=</option></term><listitem><para>Analyze only files prefixed
  78. by something in dir. Only works with
  79. --dir</para></listitem></varlistentry>
  80. <varlistentry><term><option>-cf --cfg opt=value</option></term><listitem><para>Specify configuration options</para></listitem></varlistentry>
  81. <varlistentry><term><option>-co --configfile=</option></term><listitem><para>Configuration file</para></listitem></varlistentry>
  82. <varlistentry><term><option>-mo --moduledir=</option></term><listitem><para>Directory containing pisg modules</para></listitem></varlistentry>
  83. <varlistentry><term><option>-s --silent</option></term><listitem><para>Suppress output (except error
  84. messages)</para></listitem></varlistentry>
  85. <varlistentry><term><option>-v --version</option></term><listitem><para>Show version</para></listitem></varlistentry>
  86. <varlistentry><term><option>-h --help</option></term><listitem><para>Show help</para></listitem></varlistentry>
  87. </variablelist>
  88. </refsect1>
  89. <refsect1>
  90. <title>SEE ALSO</title>
  91. <para>The pisg manual is located in /usr/share/doc/pisg/.</para>
  92. </refsect1>
  93. <refsect1>
  94. <title>AUTHOR</title>
  95. <para>This manual page was written by &dhusername; &dhemail; for
  96. the &debian; system (but may be used by others). Permission is
  97. granted to copy, distribute and/or modify this document under
  98. the terms of the <acronym>GNU</acronym> Free Documentation
  99. License, Version 1.1 or any later version published by the Free
  100. Software Foundation; with no Invariant Sections, no Front-Cover
  101. Texts and no Back-Cover Texts.</para>
  102. </refsect1>
  103. </refentry>
  104. <!-- Keep this comment at the end of the file
  105. Local variables:
  106. mode: sgml
  107. sgml-omittag:t
  108. sgml-shorttag:t
  109. sgml-minimize-attributes:nil
  110. sgml-always-quote-attributes:t
  111. sgml-indent-step:2
  112. sgml-indent-data:t
  113. sgml-parent-document:nil
  114. sgml-default-dtd-file:nil
  115. sgml-exposed-tags:nil
  116. sgml-local-catalogs:nil
  117. sgml-local-ecat-files:nil
  118. End:
  119. -->