KEP-0009.txt

Georg Greve greve at kolabsys.com
Tue Aug 23 16:56:12 CEST 2011


 KEP-0009.txt |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 20fa91ba8f3467eca8295b976de5695f81586c9e
Author: Georg Greve <greve at kolabsys.com>
Date:   Tue Aug 23 16:55:58 2011 +0200

    Some language improvements suggested by Bernhard Reiter

diff --git a/KEP-0009.txt b/KEP-0009.txt
index 122a5a7..4ecfba8 100644
--- a/KEP-0009.txt
+++ b/KEP-0009.txt
@@ -75,7 +75,7 @@ The following changes to the Kolab Format are part of the changeset against Kola
 * In addition to the existing <type>[.<subtype>] values for value.shared defined by Kolab Format 2.0, the /vendor/kolab/folder-type annotation '''MAY''' be set to 'configuration' or 'configuration.default';
 * There MUST be at most a single folder of type 'configuration' with the subtype 'default' per user;
 * A folder of type 'configuration' '''MUST''' only contain objects of Kolab XML object type 'configuration' (see below);
-* Shared folders of the type 'configuration' '''SHALL NOT''' carry the subtype 'default';
+* Folders in the IMAP 'shared' namespace of type 'configuration' '''SHALL NOT''' carry the subtype 'default';
 
 ==== Kolab XML object type: 'configuration' ====
 
@@ -86,10 +86,10 @@ The following changes to the Kolab Format are part of the changeset against Kola
 
 ===== Example =====
 
-An example configuration object might look as follows, assuming that XML version 1.1 incorporates the changeset defined by this KEP and that the object version begins at 1.1 to track the corresponding other fields that have been modified by other KEPs as part of the same change set:
+An example configuration object might look as follows, assuming the changeset defined by this KEP has been incorporated in a future version 2.1 of Kolab XML:
 
  <?xml version="1.1" encoding="UTF-8"?>
- <configuration version="1.1">
+ <configuration version="2.1">
    <!-- Common fields -->
    <uid>(string, no default)</uid>
    <creation-date>(datetime, no default)</creation-date>





More information about the commits mailing list