david: doc/kolab-formats commonfields.sgml, 1.13, 1.14 contacts.sgml, 1.12, 1.13 events.sgml, 1.8, 1.9 journals.sgml, 1.8, 1.9 notes.sgml, 1.8, 1.9 tasks.sgml, 1.7, 1.8

cvs at intevation.de cvs at intevation.de
Mon Oct 4 21:08:37 CEST 2004


Author: david

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

Modified Files:
	commonfields.sgml contacts.sgml events.sgml journals.sgml 
	notes.sgml tasks.sgml 
Log Message:
<attachment> turned into <link-attachment> and <inline-attachment> as discussed.


Index: commonfields.sgml
===================================================================
RCS file: /kolabrepository/doc/kolab-formats/commonfields.sgml,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- commonfields.sgml	1 Oct 2004 15:32:08 -0000	1.13
+++ commonfields.sgml	4 Oct 2004 19:08:35 -0000	1.14
@@ -19,7 +19,8 @@
 
 <listitem><para>sensitivity (string, default public)</para></listitem>
 
-<listitem><para>attachment (string, no default)</para></listitem>
+<listitem><para>inline-attachment (string, no default)</para></listitem>
+<listitem><para>link-attachment (string, no default)</para></listitem>
 
 <listitem><para>product-id (string, default empty)</para></listitem>
 
@@ -31,11 +32,13 @@
 <para>The sensitivity possibilites are private, confidential and
 public.</para>
 
-<para>There can be any number of attachments. This references the
+<para>There can be any number of attachments. "inline-attachment" references the
 filename of attachments in the mail where this is stored. Attachments
 not referenced from the XML should simply not be displayed to the user.
 This allows to attach application-specific attachments (like TNEF for Outlook)
 that remain hidden to the user.</para>
+
+<para>"link-attachment" means the attachment is external; the contents of the tag is the URL.</para>
 
 <para>The product id is the name of the last application that created or modified
 the object. It is mostly used for debugging.</para>

Index: contacts.sgml
===================================================================
RCS file: /kolabrepository/doc/kolab-formats/contacts.sgml,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- contacts.sgml	12 Aug 2004 17:50:31 -0000	1.12
+++ contacts.sgml	4 Oct 2004 19:08:35 -0000	1.13
@@ -13,7 +13,8 @@
           <creation-date>(datetime, no default)</creation-date>
           <last-modification-date>(datetime, no default)</last-modification-date>
           <sensitivity>(string, default public)</sensitivity>
-          {<attachment>(string, no default)</attachment>}
+          {<inline-attachment>(string, no default)</inline-attachment>}
+          {<link-attachment>(string, no default)</link-attachment>}
 
           <!-- Contact specific attributes -->
           <name>

Index: events.sgml
===================================================================
RCS file: /kolabrepository/doc/kolab-formats/events.sgml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- events.sgml	17 Aug 2004 18:43:11 -0000	1.8
+++ events.sgml	4 Oct 2004 19:08:35 -0000	1.9
@@ -13,7 +13,8 @@
           <creation-date>(datetime, no default)</creation-date>
           <last-modification-date>(datetime, no default)</last-modification-date>
           <sensitivity>(string, default public)</sensitivity>
-          {<attachment>(string, no default)</attachment>}
+          {<inline-attachment>(string, no default)</inline-attachment>}
+          {<link-attachment>(string, no default)</link-attachment>}
 
           <!-- Incidence base class specific attributes -->
           <summary>(string, default empty)</summary>

Index: journals.sgml
===================================================================
RCS file: /kolabrepository/doc/kolab-formats/journals.sgml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- journals.sgml	16 Aug 2004 14:05:49 -0000	1.8
+++ journals.sgml	4 Oct 2004 19:08:35 -0000	1.9
@@ -13,7 +13,8 @@
           <creation-date>(datetime, no default)</creation-date>
           <last-modification-date>(datetime, no default)</last-modification-date>
           <sensitivity>(string, default public)</sensitivity>
-          {<attachment>(string, no default)</attachment>}
+          {<inline-attachment>(string, no default)</inline-attachment>}
+          {<link-attachment>(string, no default)</link-attachment>}
         
           <!-- Journal specific attributes -->
           <summary>(string, default empty)</summary>

Index: notes.sgml
===================================================================
RCS file: /kolabrepository/doc/kolab-formats/notes.sgml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- notes.sgml	16 Jun 2004 09:28:23 -0000	1.8
+++ notes.sgml	4 Oct 2004 19:08:35 -0000	1.9
@@ -13,7 +13,8 @@
           <creation-date>(datetime, no default)</creation-date>
           <last-modification-date>(datetime, no default)</last-modification-date>
           <sensitivity>(string, default public)</sensitivity>
-          {<attachment>(string, no default)</attachment>}
+          {<inline-attachment>(string, no default)</inline-attachment>}
+          {<link-attachment>(string, no default)</link-attachment>}
         
           <!-- Note specific attributes -->
           <summary>(string, default empty)</summary>

Index: tasks.sgml
===================================================================
RCS file: /kolabrepository/doc/kolab-formats/tasks.sgml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- tasks.sgml	16 Aug 2004 14:05:49 -0000	1.7
+++ tasks.sgml	4 Oct 2004 19:08:35 -0000	1.8
@@ -13,7 +13,8 @@
           <creation-date>(datetime, no default)</creation-date>
           <last-modification-date>(datetime, no default)</last-modification-date>
           <sensitivity>(string, default public)</sensitivity>
-          {<attachment>(string, no default)</attachment>}
+          {<inline-attachment>(string, no default)</inline-attachment>}
+          {<link-attachment>(string, no default)</link-attachment>}
 
           <!-- Incidence base class specific attributes -->
           <summary>(string, default empty)</summary>





More information about the commits mailing list