bo: doc/kolab-formats commonfields.sgml,1.6,1.7

cvs at intevation.de cvs at intevation.de
Wed Jun 16 10:32:13 CEST 2004


Author: bo

Update of /kolabrepository/doc/kolab-formats
In directory doto:/tmp/cvs-serv4073

Modified Files:
	commonfields.sgml 
Log Message:
We agreed on using exclusion

Index: commonfields.sgml
===================================================================
RCS file: /kolabrepository/doc/kolab-formats/commonfields.sgml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- commonfields.sgml	16 Jun 2004 08:27:37 -0000	1.6
+++ commonfields.sgml	16 Jun 2004 08:32:11 -0000	1.7
@@ -91,7 +91,7 @@
 
 <para>The range must also be present. This can be "none", which means
 a never ending recurrence. Or "number", which specifies the number of
-times this recurrence happens (before exceptions are subtracted). Or
+times this recurrence happens (before exclusions are subtracted). Or
 "date", which means the recurrence does not happen after this date.
 </para>
 
@@ -116,7 +116,7 @@
 
 <sect2><title>Examples</title>
 
-<para>Neverending incidence every 4 days with no exceptions:</para>
+<para>Neverending incidence every 4 days with no exclusions:</para>
 
 <para><programlisting><![CDATA[
         <recurrence cycle="daily">
@@ -126,7 +126,7 @@
 ]]></programlisting></para>
 
 <para>Recurrence weekly on mondays and thursdays, until 5 has
-happened. No exceptions:</para>
+happened. No exclusions:</para>
 
 <para><programlisting><![CDATA[
         <recurrence cycle="weekly">
@@ -137,7 +137,7 @@
         </recurrence>
 ]]></programlisting></para>
 
-<para>Same one, but this time with one exception. Note that the actual
+<para>Same one, but this time with one exclusion. Note that the actual
 ending is the same, meaning in reality only four incidences
 happened:</para>
 
@@ -147,12 +147,12 @@
           <day>monday</day>
           <day>thursday</day>
           <range type="number">5</range>
-          <exception>2005-05-04</exception>
+          <exclusion>2005-05-04</exclusion>
         </recurrence>
 ]]></programlisting></para>
 
 <para>Monthly recurrence. Happens until June 1st 2006 on the 3rd of
-every second month with no exceptions:</para>
+every second month with no exclusions:</para>
 
 <para><programlisting><![CDATA[
         <recurrence cycle="monthly" type="daynumber">
@@ -162,7 +162,7 @@
         </recurrence>
 ]]></programlisting></para>
 
-<para>Monthly infinite recurrence with two exceptions. Happens every
+<para>Monthly infinite recurrence with two exclusions. Happens every
 second thursday of every sixth month:</para>
 
 <para><programlisting><![CDATA[
@@ -171,12 +171,12 @@
           <daynumber>2</daynumber>
           <day>thursday</day>
           <range type="none"/>
-          <exception>2005-12-12</exception>
-          <exception>2006-06-15</exception>
+          <exclusion>2005-12-12</exclusion>
+          <exclusion>2006-06-15</exclusion>
         </recurrence>
 ]]></programlisting></para>
 
-<para>Yearly recurrence ending after 2005 with no exceptions. Happens
+<para>Yearly recurrence ending after 2005 with no exclusions. Happens
 every May 4th:</para>
 
 <para><programlisting><![CDATA[
@@ -188,7 +188,7 @@
         </recurrence>
 ]]></programlisting></para>
 
-<para>Yearly infinite recurrence with no exceptions. Happens every
+<para>Yearly infinite recurrence with no exclusions. Happens every
 second year on the 125th day:</para>
 
 <para><programlisting><![CDATA[





More information about the commits mailing list