david: doc/kolab-formats distrlists.sgml, NONE, 1.1 kolabformat.sgml, 1.8, 1.9

cvs at intevation.de cvs at intevation.de
Wed Oct 20 13:36:04 CEST 2004


Author: david

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

Modified Files:
	kolabformat.sgml 
Added Files:
	distrlists.sgml 
Log Message:
Format for distribution lists as discussed on kolab-format.


--- NEW FILE: distrlists.sgml ---
<chapter><title>Format Of Distribution Lists</title>

<para>A distribution list is a special contact. 
This is the specification of the body contents:</para>

<para><programlisting><![CDATA[
        <?xml version="1.0" encoding="UTF-8"?>
        <distribution-list version="1.0">
          <!-- Common fields -->
          <uid>(string, no default)</uid>
          <body>(string, default empty)</body>
          <categories>(string, default empty)</categories>
          <creation-date>(datetime, no default)</creation-date>
          <last-modification-date>(datetime, no default)</last-modification-date>
          <sensitivity>(string, default public)</sensitivity>
          {<inline-attachment>(string, no default)</inline-attachment>}
          {<link-attachment>(string, no default)</link-attachment>}
          <product-id>(string, default empty)</product-id>

          <!-- Distribution-list specific fields -->
          <display-name>(string)</display-name>
          {<member>
            <display-name>(string)</display-name>
            <smtp-address>(string)</smtp-address>
          </member>}
        </distribution-list>
]]></programlisting></para>

<para>See <xref linkend="common_in_all_types"/> for the description of the common fields</para>

<para>A distribution list is a list of members, where each member is specified
by its name and email address.</para>

</chapter>

Index: kolabformat.sgml
===================================================================
RCS file: /kolabrepository/doc/kolab-formats/kolabformat.sgml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- kolabformat.sgml	7 Oct 2004 16:07:30 -0000	1.8
+++ kolabformat.sgml	20 Oct 2004 11:36:02 -0000	1.9
@@ -5,6 +5,7 @@
 <!entity chapter-common SYSTEM "commonfields.sgml">
 <!entity chapter-notes SYSTEM "notes.sgml">
 <!entity chapter-contacts SYSTEM "contacts.sgml">
+<!entity chapter-distrlists SYSTEM "distrlists.sgml">
 <!entity chapter-journals SYSTEM "journals.sgml">
 <!entity chapter-events SYSTEM "events.sgml">
 <!entity chapter-tasks SYSTEM "tasks.sgml">
@@ -121,6 +122,7 @@
 &chapter-common
 &chapter-notes
 &chapter-contacts
+&chapter-distrlists
 &chapter-journals
 &chapter-events
 &chapter-tasks





More information about the commits mailing list