瀏覽代碼

prepare 0.70

Christoph Berg 20 年之前
父節點
當前提交
bc49c7eb1d
共有 5 個文件被更改,包括 16 次插入17 次删除
  1. 6 2
      docs/Changelog
  2. 1 1
      docs/pisg-doc.xml
  3. 7 12
      docs/pisg.sgml
  4. 1 1
      modules/Pisg.pm
  5. 1 1
      pisg

+ 6 - 2
docs/Changelog

@@ -1,9 +1,13 @@
-pisg (0.70) - ??
+pisg (0.70) - Thu Sep, 14th 2006
    Torbjörn:
    * Bug fixes:
      + Added missing '>' (SF #1550312).
      + Fix typo in docs (SF #1550765).
-   
+   Christoph:
+     + The manpage file released with 0.69 was empty, sorry.
+       Thanks to Julien Danjou for spotting.
+     + Fix some typos in manpage and --help text.
+
 pisg (0.69) - Wed Aug, 31st 2006
    Axel:
    * PISG Bug fixes:

+ 1 - 1
docs/pisg-doc.xml

@@ -5,7 +5,7 @@
 
 <book id="pisg-documentation">
   <bookinfo>
-    <title>pisg 0.69 documentation</title>
+    <title>pisg 0.70 documentation</title>
     <subtitle>How to install and configure pisg</subtitle>
   </bookinfo>
   <toc></toc>

+ 7 - 12
docs/pisg.sgml

@@ -20,7 +20,7 @@ manpage.1: manpage.sgml
   <!ENTITY dhfirstname "<firstname>Julien</firstname>">
   <!ENTITY dhsurname   "<surname>Danjou</surname>">
   <!-- Please adjust the date whenever revising the manpage. -->
-  <!ENTITY dhdate      "<date>2002 april 22</date>">
+  <!ENTITY dhdate      "<date>2006 September 14</date>">
   <!-- SECTION should be 1-8, maybe w/ subsection other parameters are
        allowed: see man(7), man(1). -->
   <!ENTITY dhsection   "<manvolnum>1</manvolnum>">
@@ -61,14 +61,9 @@ manpage.1: manpage.sgml
   <refsect1>
     <title>DESCRIPTION</title>
 
-    <para>This manual page documents briefly <command>&dhpackage;</command></para>
-
-    <para>This manual page was written for the &debian; distribution
-      because the original program does not have a manual page.</para>
-
-    <para><command>&dhpackage;</command> is a program which takes IRC logiles and turns
+    <para><command>&dhpackage;</command> is a program which takes IRC logfiles and turns
   the into nice looking stats, which can be amusing to show to the users
-  og your channel. It's quite simple to set up using command line or
+  of your channel. It's quite simple to set up using command line or
   configuration file (more flexible and configurable</para>
 
   </refsect1>
@@ -76,14 +71,14 @@ manpage.1: manpage.sgml
     <title>OPTIONS</title>
 
     <para>These programs follow the usual GNU command line syntax,
-      with long options starting with two dashes (`-').  A summary of
+      with long options starting with two dashes (`--').  A summary of
       options is included below.</para>
 
     <variablelist>
 
       <varlistentry><term><option>-ch --channel=</option></term><listitem><para>Set channel name</para></listitem></varlistentry>
 
-      <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>
+      <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>
 
       <varlistentry><term><option>-l --logfile=</option></term><listitem><para>Log file to parse</para></listitem></varlistentry>
 
@@ -98,13 +93,13 @@ manpage.1: manpage.sgml
       <varlistentry><term><option>-n --network=</option></term><listitem><para>IRC network of the
       channel</para></listitem></varlistentry>
 
-      <varlistentry><term><option>-d --dir=</option></term><listitem><para>Analyse all files in this
+      <varlistentry><term><option>-d --dir=</option></term><listitem><para>Analyze all files in this
       directory. Ignores --logfile. Give multiple times to use multiple
       directories.</para></listitem></varlistentry>
 
       <varlistentry><term><option>-nf --nfiles=</option></term><listitem><para>Analyze the last n files if used with --dir</para></listitem></varlistentry>
 
-      <varlistentry><term><option>-p --prefix=</option></term><listitem><para>Analyse only files prefixed
+      <varlistentry><term><option>-p --prefix=</option></term><listitem><para>Analyze only files prefixed
       by something in dir. Only works with
       --dir</para></listitem></varlistentry>
 

+ 1 - 1
modules/Pisg.pm

@@ -219,7 +219,7 @@ sub get_default_config_settings
         modules_dir => '',         # set in get_cmdline_options
         cchannels => '',           # set in get_cmdline_options
 
-        version => "0.69+CVS",
+        version => "0.70+CVS",
     };
 
     # This enables us to use the search_path in other modules

+ 1 - 1
pisg

@@ -101,7 +101,7 @@ Usage: pisg [-ch channel] [-l logfile] [-o outputfile] [-ma maintainer]
 -d  --dir=xxx          : Analyze all files in this dir. Ignores logfile.
                          Give multiple times to use multiple directories.
 -nf --nfiles=xxx       : Analyze the last xxx files if used with --dir
--p  --prefix=xxx       : Analyse only files prefixed by xxx in dir
+-p  --prefix=xxx       : Analyze only files prefixed by xxx in dir
                          Only works with --dir
 -cf --cfg opt=value    : Specify configuration options, eg. -cf ShowWpl=1
 -co --configfile=xxx   : Configuration file