[prev in list] [next in list] [prev in thread] [next in thread] 

List:       jabber-docs-dev
Subject:    [docs] cvs commit: jpg/refs body.sgml
From:       fingolfin () lor ! jeremie ! com
Date:       2000-09-18 15:25:16
[Download RAW message or body]

fingolfin    00/09/18 10:25:10

  Modified:    .        Tag: OnePointOh Makefile.am
               src      Tag: OnePointOh Makefile.am
  Added:       debian   Tag: OnePointOh README.debian changelog conffiles
                        control copyright dirs files init.d rules substvars
  Log:
  debian includes for irc-transport
  1.0.1 distribution
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.2   +1 -1      irc-transport/Makefile.am
  
  Index: Makefile.am
  ===================================================================
  RCS file: /home/cvs/irc-transport/Makefile.am,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- Makefile.am	2000/09/11 00:27:06	1.1.2.1
  +++ Makefile.am	2000/09/18 15:24:53	1.1.2.2
  @@ -1,2 +1,2 @@
  -EXTRA_DIST = ChangeLog INSTALL NEWS README
  +EXTRA_DIST = ChangeLog INSTALL NEWS README debian
   SUBDIRS = src include
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.1   +7 -0      irc-transport/debian/Attic/README.debian
  
  
  
  
  1.1.2.1   +15 -0     irc-transport/debian/Attic/changelog
  
  
  
  
  1.1.2.1   +1 -0      irc-transport/debian/Attic/conffiles
  
  
  
  
  1.1.2.1   +11 -0     irc-transport/debian/Attic/control
  
  
  
  
  1.1.2.1   +4 -0      irc-transport/debian/Attic/copyright
  
  
  
  
  1.1.2.1   +2 -0      irc-transport/debian/Attic/dirs
  
  
  
  
  1.1.2.1   +1 -0      irc-transport/debian/Attic/files
  
  
  
  
  1.1.2.1   +54 -0     irc-transport/debian/Attic/init.d
  
  
  
  
  1.1.2.1   +52 -0     irc-transport/debian/Attic/rules
  
  
  
  
  1.1.2.1   +1 -0      irc-transport/debian/Attic/substvars
  
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.4.2.3   +1 -1      irc-transport/src/Makefile.am
  
  Index: Makefile.am
  ===================================================================
  RCS file: /home/cvs/irc-transport/src/Makefile.am,v
  retrieving revision 1.4.2.2
  retrieving revision 1.4.2.3
  diff -u -r1.4.2.2 -r1.4.2.3
  --- Makefile.am	2000/09/18 04:34:31	1.4.2.2
  +++ Makefile.am	2000/09/18 15:25:03	1.4.2.3
  @@ -1,4 +1,4 @@
  -CFLAGS = -Wall -g -DIRCTRANSCONF="\"$(prefix)/etc/irc_trans.xml\""
  +CFLAGS = -Wall -g -DIRCTRANSCONF="\"$(sysconfdir)/irc_trans.xml\""
   INCLUDES = -I$(includedir) -I$(top_builddir)/include $(JABBER_INCLUDEDIR) \
   	$(ETHERX_INCLUDEDIR) $(LIBXODE_INCLUDEDIR)
   
  
  
  

  Modified:    refs     Tag: one_one_zero body.sgml
  Log:
  * added mod_filter docs and did a lot of other fixes
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.4.2.1   +26 -6     jpg/refs/body.sgml
  
  Index: body.sgml
  ===================================================================
  RCS file: /home/cvs/jpg/refs/body.sgml,v
  retrieving revision 1.4
  retrieving revision 1.4.2.1
  diff -u -r1.4 -r1.4.2.1
  --- body.sgml	2000/07/15 05:20:18	1.4
  +++ body.sgml	2000/09/18 15:25:07	1.4.2.1
  @@ -5,19 +5,35 @@
   	
   	<refnamediv>
   		<refname>body</refname>
  -		<refpurpose>the body of a <xref linkend="refmessage"></refpurpose>
  +		<refpurpose>
  +			the body of a <xref linkend="refmessage">
  +			OR
  +			filter <xref linkend="refrule"> condition which matches the body
  +		</refpurpose>
   	</refnamediv>
   
   	<refsect1>
  -		<title>Desciption</title>
  -		<para>The body contains the actual message sent to a user for a <xref \
linkend="refmessage"> element.</para>  +		<title>Description</title>
  +		<para>
  +			When used inside a <xref linkend="refmessage">: the body contains
  +			the actual message sent to a user.
  +		</para>
  +		<para>
  +			When used inside a <xref linkend="refrule">: incoming messages must
  +			match the body to match the rule.
  +		</para>
   	</refsect1>
   
   	<refsect1>
   		<title>Body</title>
   		<para>
  -			PCDATA of the actual <xref linkend="refmessage"> text to show a user.
  +			When used inside a <xref linkend="refmessage">: PCDATA of the actual
  +			message text to show a user.
   		</para>
  +		<para>
  +			When used inside a <xref linkend="refrule">: PCDATA of the string
  +			which the body of the incoming message must match.
  +		</para>
   	</refsect1>
   
   	<refsect1>
  @@ -33,12 +49,16 @@
   	<refsect1>
   		<title>Implementation</title>
   		<para>
  -			The body element will only be found as a child of a <xref linkend="refmessage"> \
element.  This element is sender generated.  +			This element is usually a child of a \
<xref linkend="refmessage"> element.  +			However, it can also appear inside of a \
filter <xref linkend="refrule">.  </para>
   	</refsect1>
   
   	<refsect1>
   		<title>Examples</title>
  -		<para>See the <xref linkend="refmessage"> element for an example.</para>
  +		<para>
  +			See <xref linkend="refmessage"> for an example of usage inside of message.
  +			See <xref linkend="refiqfilter"> for an example of usage inside a filter rule.
  +		</para>
   	</refsect1>
   </refentry>
  
  
  


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic