[Python-modules-commits] r14004 - in packages/celery/trunk/debian (3 files)

fladi-guest at users.alioth.debian.org fladi-guest at users.alioth.debian.org
Mon Jul 19 21:52:26 UTC 2010


    Date: Monday, July 19, 2010 @ 21:52:25
  Author: fladi-guest
Revision: 14004

Add manpage for celeryev.1.

Added:
  packages/celery/trunk/debian/celeryev.1
  packages/celery/trunk/debian/manpage.celeryev.sgml
Modified:
  packages/celery/trunk/debian/python-celery.manpages

Added: packages/celery/trunk/debian/celeryev.1
===================================================================
--- packages/celery/trunk/debian/celeryev.1	                        (rev 0)
+++ packages/celery/trunk/debian/celeryev.1	2010-07-19 21:52:25 UTC (rev 14004)
@@ -0,0 +1,39 @@
+.TH "CeleryEV" "1" 
+.SH "NAME" 
+camqadm \(em Celery Curses Event Viewer 
+.SH "SYNOPSIS" 
+.PP 
+\fBcamqadm\fR 
+.SH "DESCRIPTION" 
+.PP 
+This manual page documents briefly the 
+\fBcamqadm\fR command. 
+.PP 
+This manual page was written for the \fBDebian\fP distribution 
+because the original program does not have a manual page. 
+.PP 
+\fBcamqadm\fR is a monitoring tool for celeryd 
+worker processes. 
+.SH "OPTIONS" 
+.PP 
+This program follows the usual GNU command line syntax, 
+with long options starting with two dashes (`\-').  A summary of 
+options is included below. 
+.IP "\fB-d\fP           \fB\-\-DUMP\fP         " 10 
+Dump events to stdout. 
+.SH "SEE ALSO" 
+.PP 
+celeryd (1), celerybeat (1), celeryinit(1). 
+.SH "AUTHOR" 
+.PP 
+This manual page was written by fladi FladischerMichael at fladi.at for 
+the \fBDebian\fP system (and may be used by others).  Permission is 
+granted to copy, distribute and/or modify this document under 
+the terms of the GNU General Public License, Version 2 any 
+later version published by the Free Software Foundation. 
+ 
+.PP 
+On Debian systems, the complete text of the GNU General Public 
+License can be found in /usr/share/common-licenses/GPL. 
+ 
+.\" created by instant / docbook-to-man, Mon 19 Jul 2010, 23:49 

Added: packages/celery/trunk/debian/manpage.celeryev.sgml
===================================================================
--- packages/celery/trunk/debian/manpage.celeryev.sgml	                        (rev 0)
+++ packages/celery/trunk/debian/manpage.celeryev.sgml	2010-07-19 21:52:25 UTC (rev 14004)
@@ -0,0 +1,136 @@
+<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
+
+<!-- Process this file with docbook-to-man to generate an nroff manual
+     page: `docbook-to-man manpage.sgml > manpage.1'.  You may view
+     the manual page with: `docbook-to-man manpage.sgml | nroff -man |
+     less'.  A typical entry in a Makefile or Makefile.am is:
+
+manpage.1: manpage.sgml
+	docbook-to-man $< > $@
+
+
+	The docbook-to-man binary is found in the docbook-to-man package.
+	Please remember that if you create the nroff version in one of the
+	debian/rules file targets (such as build), you will need to include
+	docbook-to-man in your Build-Depends control field.
+
+  -->
+
+  <!-- Fill in your name for FIRSTNAME and SURNAME. -->
+  <!ENTITY dhfirstname "<firstname>Michael</firstname>">
+  <!ENTITY dhsurname   "<surname>Fladischer</surname>">
+  <!-- Please adjust the date whenever revising the manpage. -->
+  <!ENTITY dhdate      "<date>11 March 2010</date>">
+  <!-- SECTION should be 1-8, maybe w/ subsection other parameters are
+       allowed: see man(7), man(1). -->
+  <!ENTITY dhsection   "<manvolnum>1</manvolnum>">
+  <!ENTITY dhemail     "<email>FladischerMichael at fladi.at</email>">
+  <!ENTITY dhusername  "fladi">
+  <!ENTITY dhucpackage "<refentrytitle>CeleryEV</refentrytitle>">
+  <!ENTITY dhpackage   "camqadm">
+
+  <!ENTITY debian      "<productname>Debian</productname>">
+  <!ENTITY gnu         "<acronym>GNU</acronym>">
+  <!ENTITY gpl         "&gnu; <acronym>GPL</acronym>">
+]>
+
+<refentry>
+  <refentryinfo>
+    <address>
+      &dhemail;
+    </address>
+    <author>
+      &dhfirstname;
+      &dhsurname;
+    </author>
+    <copyright>
+      <year>2010</year>
+      <holder>&dhusername;</holder>
+    </copyright>
+    &dhdate;
+  </refentryinfo>
+  <refmeta>
+    &dhucpackage;
+
+    &dhsection;
+  </refmeta>
+  <refnamediv>
+    <refname>&dhpackage;</refname>
+
+    <refpurpose>Celery Curses Event Viewer</refpurpose>
+  </refnamediv>
+  <refsynopsisdiv>
+    <cmdsynopsis>
+      <command>&dhpackage;</command>
+
+    </cmdsynopsis>
+  </refsynopsisdiv>
+  <refsect1>
+    <title>DESCRIPTION</title>
+
+    <para>This manual page documents briefly the
+      <command>&dhpackage;</command> 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 monitoring tool for celeryd
+    worker processes.</para>
+
+  </refsect1>
+  <refsect1>
+    <title>OPTIONS</title>
+
+    <para>This program follows the usual &gnu; command line syntax,
+      with long options starting with two dashes (`-').  A summary of
+      options is included below.</para>
+
+    <variablelist>
+      <varlistentry>
+        <term><option>-d</option>
+          <option>--DUMP</option>
+        </term>
+        <listitem>
+          <para>Dump events to stdout.</para>
+        </listitem>
+      </varlistentry>
+    </variablelist>
+  </refsect1>
+  <refsect1>
+    <title>SEE ALSO</title>
+
+    <para>celeryd (1), celerybeat (1), celeryinit(1).</para>
+  </refsect1>
+  <refsect1>
+    <title>AUTHOR</title>
+
+    <para>This manual page was written by &dhusername; &dhemail; for
+      the &debian; system (and may be used by others).  Permission is
+      granted to copy, distribute and/or modify this document under
+      the terms of the &gnu; General Public License, Version 2 any
+      later version published by the Free Software Foundation.
+    </para>
+    <para>
+      On Debian systems, the complete text of the GNU General Public
+      License can be found in /usr/share/common-licenses/GPL.
+    </para>
+
+  </refsect1>
+</refentry>
+
+<!-- Keep this comment at the end of the file
+Local variables:
+mode: sgml
+sgml-omittag:t
+sgml-shorttag:t
+sgml-minimize-attributes:nil
+sgml-always-quote-attributes:t
+sgml-indent-step:2
+sgml-indent-data:t
+sgml-parent-document:nil
+sgml-default-dtd-file:nil
+sgml-exposed-tags:nil
+sgml-local-catalogs:nil
+sgml-local-ecat-files:nil
+End:
+-->

Modified: packages/celery/trunk/debian/python-celery.manpages
===================================================================
--- packages/celery/trunk/debian/python-celery.manpages	2010-07-19 21:49:07 UTC (rev 14003)
+++ packages/celery/trunk/debian/python-celery.manpages	2010-07-19 21:52:25 UTC (rev 14004)
@@ -2,3 +2,4 @@
 debian/celerybeat.1
 debian/celeryinit.1
 debian/camqadm.1
+debian/celeryev.1




More information about the Python-modules-commits mailing list