[Pkg-zenoss-commits] r242 - in /packages/zenoss/trunk/debian: control manpages testgen-convert.xml testgen-twill.xml

wtucker-guest at users.alioth.debian.org wtucker-guest at users.alioth.debian.org
Wed Jul 18 15:09:44 UTC 2007


Author: wtucker-guest
Date: Wed Jul 18 15:09:44 2007
New Revision: 242

URL: http://svn.debian.org/wsvn/pkg-zenoss/?sc=1&rev=242
Log:
adding man page sources for testgen-convert and testgen-twill

Added:
    packages/zenoss/trunk/debian/manpages
    packages/zenoss/trunk/debian/testgen-convert.xml
    packages/zenoss/trunk/debian/testgen-twill.xml
Modified:
    packages/zenoss/trunk/debian/control

Modified: packages/zenoss/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-zenoss/packages/zenoss/trunk/debian/control?rev=242&op=diff
==============================================================================
--- packages/zenoss/trunk/debian/control (original)
+++ packages/zenoss/trunk/debian/control Wed Jul 18 15:09:44 2007
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Zenoss Packaging Team <pkg-zenoss-team at lists.alioth.debian.org>
 Uploaders: Bernd Zeimetz <bernd at bzed.de>, Stefano Zacchiroli <zack at debian.org>, Fabio Tranchitella <kobold at debian.org>
-Build-Depends: debhelper (>= 5), dpatch,
+Build-Depends: debhelper (>= 5), dpatch, xsltproc, docbook-xsl,
  zope-debhelper (>= 0.3.10), python, python-support (>= 0.5.3), zope2.9 (>= 2.9.7-3), python-setuptools (>= 0.6c3-1)
 XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-zenoss/packages/zenoss/trunk
 XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-zenoss/packages/zenoss/trunk/

Added: packages/zenoss/trunk/debian/manpages
URL: http://svn.debian.org/wsvn/pkg-zenoss/packages/zenoss/trunk/debian/manpages?rev=242&op=file
==============================================================================
--- packages/zenoss/trunk/debian/manpages (added)
+++ packages/zenoss/trunk/debian/manpages Wed Jul 18 15:09:44 2007
@@ -1,0 +1,2 @@
+testgen-twill.1
+

Added: packages/zenoss/trunk/debian/testgen-convert.xml
URL: http://svn.debian.org/wsvn/pkg-zenoss/packages/zenoss/trunk/debian/testgen-convert.xml?rev=242&op=file
==============================================================================
--- packages/zenoss/trunk/debian/testgen-convert.xml (added)
+++ packages/zenoss/trunk/debian/testgen-convert.xml Wed Jul 18 15:09:44 2007
@@ -1,0 +1,104 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
+  "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
+
+  <!ENTITY dhfirstname "<firstname>Wayne</firstname>">
+  <!ENTITY dhsurname   "<surname>Tucker</surname>">
+  <!-- Please adjust the date whenever revising the manpage. -->
+  <!ENTITY dhdate      "<date>12 Jul 2007</date>">
+  <!ENTITY dhsection   "<manvolnum>1</manvolnum>">
+  <!ENTITY dhemail     "<email>wayne at tuckerlabs.com</email>">
+  <!ENTITY dhusername  "Wayne Tucker">
+  <!ENTITY dhucpackage "<refentrytitle>testgen-convert</refentrytitle>">
+  <!ENTITY dhpackage   "testgen-convert">
+
+  <!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>2007</year>
+      <holder>&dhusername;</holder>
+    </copyright>
+    &dhdate;
+  </refentryinfo>
+  <refmeta>
+    &dhucpackage;
+
+    &dhsection;
+  </refmeta>
+  <refnamediv>
+    <refname>&dhpackage;</refname>
+
+    <refpurpose>Convert or run a twill, zope.testbrowser, or mechanize test script.
+      </refpurpose>
+  </refnamediv>
+  <refsynopsisdiv>
+    <cmdsynopsis>
+      <command>&dhpackage;</command>
+      <arg choice="opt"><replaceable>test type</replaceable></arg>
+      <arg choice="opt"><replaceable>test method</replaceable></arg>
+    </cmdsynopsis>
+  </refsynopsisdiv>
+
+  <refsect1>
+    <title>DESCRIPTION</title>
+
+    <para> This manual page documents brieftly the
+      <command>&dhpackage;</command> program.  Other documentation is
+      limited at this time.   For more information see its source code
+      in <filename>/usr/bin/&dhpackage;</filename>.
+    </para>
+
+    <para>This program converts or executes web test scripts written
+    for twill, zope.testbrowser, and mechanise.  Not all functions are
+    supported for all three methods.  For a list of supported
+    combinations, see &dhpackage; --help</para>
+  </refsect1>
+
+  <refsect1>
+    <title>OPTIONS</title>
+
+    <para>TODO. </para>
+  </refsect1>
+
+  <refsect1>
+    <title>EXAMPLES</title>
+
+    <para>TODO. </para>
+  </refsect1>
+
+  <refsect1>
+    <title>SEE ALSO</title>
+
+    <para>The twill documentation at http://twill.idyll.org/</para>
+    <para>The zope.testbrowser documentation at http://wiki.zope.org/zope3/BrowserObjectForFunctionalTests</para>
+    <para>The mechanize documentation at http://wwwsearch.sourceforge.net/mechanize/</para>
+
+  </refsect1>
+
+  <refsect1>
+    <title>AUTHOR</title>
+
+    <para>This manual page was written by &dhusername; &dhemail; for the
+      &debian; system (but 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>
+

Added: packages/zenoss/trunk/debian/testgen-twill.xml
URL: http://svn.debian.org/wsvn/pkg-zenoss/packages/zenoss/trunk/debian/testgen-twill.xml?rev=242&op=file
==============================================================================
--- packages/zenoss/trunk/debian/testgen-twill.xml (added)
+++ packages/zenoss/trunk/debian/testgen-twill.xml Wed Jul 18 15:09:44 2007
@@ -1,0 +1,102 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
+  "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
+
+  <!ENTITY dhfirstname "<firstname>Wayne</firstname>">
+  <!ENTITY dhsurname   "<surname>Tucker</surname>">
+  <!-- Please adjust the date whenever revising the manpage. -->
+  <!ENTITY dhdate      "<date>12 Jul 2007</date>">
+  <!ENTITY dhsection   "<manvolnum>1</manvolnum>">
+  <!ENTITY dhemail     "<email>wayne at tuckerlabs.com</email>">
+  <!ENTITY dhusername  "Wayne Tucker">
+  <!ENTITY dhucpackage "<refentrytitle>testgen-twill</refentrytitle>">
+  <!ENTITY dhpackage   "testgen-twill">
+
+  <!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>2007</year>
+      <holder>&dhusername;</holder>
+    </copyright>
+    &dhdate;
+  </refentryinfo>
+  <refmeta>
+    &dhucpackage;
+
+    &dhsection;
+  </refmeta>
+  <refnamediv>
+    <refname>&dhpackage;</refname>
+
+    <refpurpose>A command-line interpreter for twill, with modifications to run as a Nagios-style plugin.
+      </refpurpose>
+  </refnamediv>
+  <refsynopsisdiv>
+    <cmdsynopsis>
+      <command>&dhpackage;</command>
+      <arg choice="opt"><replaceable>help</replaceable></arg>
+      <arg choice="opt"><replaceable>quiet</replaceable></arg>
+      <arg choice="opt"><replaceable>interactive</replaceable></arg>
+      <arg choice="opt"><replaceable>fail</replaceable></arg>
+      <arg choice="opt"><replaceable>never-fail</replaceable></arg>
+      <arg choice="opt"><replaceable>version</replaceable></arg>
+      <arg choice="opt"><replaceable>url</replaceable></arg>
+    </cmdsynopsis>
+  </refsynopsisdiv>
+
+  <refsect1>
+    <title>DESCRIPTION</title>
+
+    <para> This manual page documents brieftly the
+      <command>&dhpackage;</command> program.  Other documentation is
+      limited at this time.   For more information see its source code
+      in <filename>/usr/bin/&dhpackage;</filename>.
+    </para>
+
+    <para>twill is a simple scripting language for web browsing.  It
+    can be used to simulate a browsing session for testing web sites.
+    This wrapper executes a twill script and returns status codes
+    appropriate for use as a Nagios or Zenoss plugin.</para>
+
+  </refsect1>
+
+  <refsect1>
+    <title>OPTIONS</title>
+
+    <para>TODO. </para>
+  </refsect1>
+
+  <refsect1>
+    <title>SEE ALSO</title>
+
+    <para>The twill documentation at http://twill.idyll.org/</para>
+
+  </refsect1>
+
+  <refsect1>
+    <title>AUTHOR</title>
+
+    <para>This manual page was written by &dhusername; &dhemail; for the
+      &debian; system (but 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>
+




More information about the Pkg-zenoss-commits mailing list