pisg.sgml 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  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>2002 april 22</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>This manual page documents briefly <command>&dhpackage;</command></para>
  54. <para>This manual page was written for the &debian; distribution
  55. because the original program does not have a manual page.</para>
  56. <para><command>&dhpackage;</command> is a program which takes IRC logiles and turns
  57. the into nice looking stats, which can be amusing to show to the users
  58. og your channel. It's quite simple to set up using command line or
  59. configuration file (more flexible and configurable</para>
  60. </refsect1>
  61. <refsect1>
  62. <title>OPTIONS</title>
  63. <para>These programs follow the usual GNU command line syntax,
  64. with long options starting with two dashes (`-'). A summary of
  65. options is included below.</para>
  66. <variablelist>
  67. <varlistentry><term><option>-ch --channel=</option></term><listitem><para>Set channel name</para></listitem></varlistentry>
  68. <varlistentry><term><option>-cc --cchannels=</option></term><listitem><para>Only do this channel from cfg file, give multiple times to do multiple channels</para></listitem></varlistentry>
  69. <varlistentry><term><option>-l --logfile=</option></term><listitem><para>Log file to parse</para></listitem></varlistentry>
  70. <varlistentry><term><option>-o --outfile=</option></term><listitem><para>Name of HTML file to create</para></listitem></varlistentry>
  71. <varlistentry><term><option>-t --tag=</option></term><listitem><para>Replace %t in --outfile by argument</para></listitem></varlistentry>
  72. <varlistentry><term><option>-ma --maintainer=</option></term><listitem><para>Channel/stats maintainer</para></listitem></varlistentry>
  73. <varlistentry><term><option>-f --format=</option></term><listitem><para>Logfile format</para></listitem></varlistentry>
  74. <varlistentry><term><option>-n --network=</option></term><listitem><para>IRC network of the
  75. channel</para></listitem></varlistentry>
  76. <varlistentry><term><option>-d --dir=</option></term><listitem><para>Analyse all files in this
  77. directory. Ignores --logfile. Give multiple times to use multiple
  78. directories.</para></listitem></varlistentry>
  79. <varlistentry><term><option>-nf --nfiles=</option></term><listitem><para>Analyze the last n files if used with --dir</para></listitem></varlistentry>
  80. <varlistentry><term><option>-p --prefix=</option></term><listitem><para>Analyse only files prefixed
  81. by something in dir. Only works with
  82. --dir</para></listitem></varlistentry>
  83. <varlistentry><term><option>-cf --cfg opt=value</option></term><listitem><para>Specify configuration options</para></listitem></varlistentry>
  84. <varlistentry><term><option>-co --configfile=</option></term><listitem><para>Configuration file</para></listitem></varlistentry>
  85. <varlistentry><term><option>-mo --moduledir=</option></term><listitem><para>Directory containing pisg modules</para></listitem></varlistentry>
  86. <varlistentry><term><option>-s --silent</option></term><listitem><para>Suppress output (except error
  87. messages)</para></listitem></varlistentry>
  88. <varlistentry><term><option>-v --version</option></term><listitem><para>Show version</para></listitem></varlistentry>
  89. <varlistentry><term><option>-h --help</option></term><listitem><para>Show help</para></listitem></varlistentry>
  90. </variablelist>
  91. </refsect1>
  92. <refsect1>
  93. <title>AUTHOR</title>
  94. <para>This manual page was written by &dhusername; &dhemail; for
  95. the &debian; system (but may be used by others). Permission is
  96. granted to copy, distribute and/or modify this document under
  97. the terms of the <acronym>GNU</acronym> Free Documentation
  98. License, Version 1.1 or any later version published by the Free
  99. Software Foundation; with no Invariant Sections, no Front-Cover
  100. Texts and no Back-Cover Texts.</para>
  101. </refsect1>
  102. </refentry>
  103. <!-- Keep this comment at the end of the file
  104. Local variables:
  105. mode: sgml
  106. sgml-omittag:t
  107. sgml-shorttag:t
  108. sgml-minimize-attributes:nil
  109. sgml-always-quote-attributes:t
  110. sgml-indent-step:2
  111. sgml-indent-data:t
  112. sgml-parent-document:nil
  113. sgml-default-dtd-file:nil
  114. sgml-exposed-tags:nil
  115. sgml-local-catalogs:nil
  116. sgml-local-ecat-files:nil
  117. End:
  118. -->