[Reconnoiter-devel] [reconnoiter commit] r404 - docs/config/modules trunk/src/modules
svn-commit at lists.omniti.com
svn-commit at lists.omniti.com
Sun Aug 31 14:25:02 EDT 2008
Author: jesus
Date: 2008-08-31 14:25:02 -0400 (Sun, 31 Aug 2008)
New Revision: 404
Modified:
docs/config/modules/dns.xml
docs/config/modules/snmp.xml
docs/config/modules/ssh2.xml
trunk/src/modules/module.xsl
Log:
remove the description tag itself
Modified: docs/config/modules/dns.xml
===================================================================
--- docs/config/modules/dns.xml 2008-08-31 15:06:16 UTC (rev 403)
+++ docs/config/modules/dns.xml 2008-08-31 18:25:02 UTC (rev 404)
@@ -1,10 +1,8 @@
<?xml version="1.0"?>
<section>
<title>dns</title>
- <description>
- <para>The dns module leverages libudns to allow highly concurrent DNS lookups of a variety of DNS RR types. In the event that you name a dns check <parameter>in-addr.arpa</parameter> with an rtype of <parameter>PTR</parameter>, the result of the query may be used throughout reconnoiter as the identifying hostname of that target.</para>
- <para>This module provides the <function>inaddrarpa</function> interpolation method which will reverse a dot-delimited IP address. This is particularly useful for constructing in-addr.arpa queries, but also used for checking blacklists, whitelists and other IP-based DNS databases.</para>
- </description>
+ <para>The dns module leverages libudns to allow highly concurrent DNS lookups of a variety of DNS RR types. In the event that you name a dns check <parameter>in-addr.arpa</parameter> with an rtype of <parameter>PTR</parameter>, the result of the query may be used throughout reconnoiter as the identifying hostname of that target.</para>
+ <para>This module provides the <function>inaddrarpa</function> interpolation method which will reverse a dot-delimited IP address. This is particularly useful for constructing in-addr.arpa queries, but also used for checking blacklists, whitelists and other IP-based DNS databases.</para>
<variablelist>
<varlistentry>
<term>loader</term>
Modified: docs/config/modules/snmp.xml
===================================================================
--- docs/config/modules/snmp.xml 2008-08-31 15:06:16 UTC (rev 403)
+++ docs/config/modules/snmp.xml 2008-08-31 18:25:02 UTC (rev 404)
@@ -1,9 +1,7 @@
<?xml version="1.0"?>
<section>
<title>snmp</title>
- <description>
- <para>The snmp module provides SNMP polling support for reconnoiter.</para>
- </description>
+ <para>The snmp module provides SNMP polling support for reconnoiter.</para>
<variablelist>
<varlistentry>
<term>loader</term>
Modified: docs/config/modules/ssh2.xml
===================================================================
--- docs/config/modules/ssh2.xml 2008-08-31 15:06:16 UTC (rev 403)
+++ docs/config/modules/ssh2.xml 2008-08-31 18:25:02 UTC (rev 404)
@@ -1,9 +1,7 @@
<?xml version="1.0"?>
<section>
<title>ssh2</title>
- <description>
- <para>The ssh2 module allows reconnoiter to connect to servers over ssh protocol 2 and test the fingerprint.</para>
- </description>
+ <para>The ssh2 module allows reconnoiter to connect to servers over ssh protocol 2 and test the fingerprint.</para>
<variablelist>
<varlistentry>
<term>loader</term>
Modified: trunk/src/modules/module.xsl
===================================================================
--- trunk/src/modules/module.xsl 2008-08-31 15:06:16 UTC (rev 403)
+++ trunk/src/modules/module.xsl 2008-08-31 18:25:02 UTC (rev 404)
@@ -25,9 +25,7 @@
<xsl:template match="/">
<section>
<title><xsl:value-of select="module/name"/></title>
- <para>
- <xsl:value-of select="module/description"/>
- </para>
+ <xsl:copy-of disable-output-escaping="yes" select="module/description/*"/>
<variablelist>
<varlistentry><term>loader</term><listitem><para><xsl:value-of select="module/loader"/></para></listitem></varlistentry>
More information about the Reconnoiter-devel
mailing list