[Python-modules-commits] r21463 - in packages/python-cobe/trunk/debian (3 files)

eriol-guest at users.alioth.debian.org eriol-guest at users.alioth.debian.org
Tue May 1 04:57:09 UTC 2012


    Date: Tuesday, May 1, 2012 @ 04:57:05
  Author: eriol-guest
Revision: 21463

Added a man page for the cobe command line tool

Added:
  packages/python-cobe/trunk/debian/cobe.1
  packages/python-cobe/trunk/debian/manpages
Modified:
  packages/python-cobe/trunk/debian/changelog

Modified: packages/python-cobe/trunk/debian/changelog
===================================================================
--- packages/python-cobe/trunk/debian/changelog	2012-04-30 19:54:58 UTC (rev 21462)
+++ packages/python-cobe/trunk/debian/changelog	2012-05-01 04:57:05 UTC (rev 21463)
@@ -2,4 +2,4 @@
 
   * Initial release (Closes: #600515)
 
- -- Daniele Tricoli <eriol at mornie.org>  Mon, 19 Mar 2012 08:54:13 +0100
+ -- Daniele Tricoli <eriol at mornie.org>  Tue, 01 May 2012 06:56:03 +0200

Added: packages/python-cobe/trunk/debian/cobe.1
===================================================================
--- packages/python-cobe/trunk/debian/cobe.1	                        (rev 0)
+++ packages/python-cobe/trunk/debian/cobe.1	2012-05-01 04:57:05 UTC (rev 21463)
@@ -0,0 +1,50 @@
+.TH cobe 1 "Nov 2011" "cobe 2.0.2" "User Commands"
+.SH NAME
+cobe \- Markov chain based text generator library and chatbot
+.SH SYNOPSIS
+.B cobe
+[\fI\-h\fR] [\fI\-b BRAIN\fR] [\fI\-\-instatrace FILE\fR] \fIcommand\fR
+.SH DESCRIPTION
+cobe is a Markov chain based text generator, it uses Markov modeling to generate
+text responses after learning from input text. cobe use an on-disk data store
+(brain database) for low memory usage.
+The cobe command line tool can be used for interacting with a brain database.
+.SS OPTIONS
+.TP 2
+\fB\-h\fR, \fB\-\-help\fR
+Show the help message and exit.
+.TP
+\fB\-b\fR BRAIN, \fB\-\-brain\fR BRAIN
+Use BRAIN as brain database.
+.TP
+\fB\-\-instatrace\fR FILE
+Log performance statistics to FILE.
+.SS COMMANDS
+.TP 2
+\fBconsole\fR
+Start an interactive console.
+.TP
+\fBinit\fR
+Initialize a new brain.
+.TP
+\fBirc-client\fR
+Start an IRC client.
+.TP
+\fBlearn\fR
+Learn a file of text.
+.TP
+\fBlearn-irc-log\fR
+Learn a file of IRC log text.
+.TP
+\fBset-stemmer\fR
+Configure a stemmer.
+.TP
+\fBdel-stemmer\fR
+Delete the stemmer.
+.P
+Run `cobe command -h' to access the built-in documentation of each command.
+.SH AUTHOR
+Peter Teichman <peter at teichman.org>
+.PP
+This manual page was written by Daniele Tricoli <eriol at mornie.org>, for the
+Debian project (but may be used by others).

Added: packages/python-cobe/trunk/debian/manpages
===================================================================
--- packages/python-cobe/trunk/debian/manpages	                        (rev 0)
+++ packages/python-cobe/trunk/debian/manpages	2012-05-01 04:57:05 UTC (rev 21463)
@@ -0,0 +1 @@
+debian/cobe.1




More information about the Python-modules-commits mailing list