Changeset 3512

Show
Ignore:
Timestamp:
08/06/08 08:53:04 (4 months ago)
Author:
dgollub
Message:

Update file-sync config template

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • plugins/file-sync/src/file-sync

    r3104 r3512  
    11<?xml version="1.0"?> 
    2 <config> 
    3   <directory> 
    4     <path></path> 
    5     <objtype>data</objtype> 
    6   </directory> 
    7  
    8   <!--  
    9     
    10    Field objformat set the object format which should be used to store. 
    11    objformat is optional - by default objformat is "file". 
    12  
    13   -->  
    14          
    15   <!-- 
    16   <directory> 
    17     <path></path> 
    18     <objtype>contact</objtype> 
    19     <objformat>vcard30</objformat> 
    20     <converterpath_config></converterpath_config> 
    21   </directory> 
    22   --> 
    23  
    24   <!-- 
    25   <directory> 
    26     <path></path> 
    27     <objtype>event</objtype> 
    28     <objformat>vevent20</objformat> 
    29     <converterpath_config></converterpath_config> 
    30   </directory> 
    31   --> 
    32  
     2<config version="1.0"> 
     3  <Resources> 
     4    <Resource> 
     5     <Enabled>1</Enabled> 
     6     <Formats> 
     7       <Format> 
     8         <Name>file</Name> 
     9       </Format> 
     10     </Formats> 
     11     <ObjType>data</ObjType> 
     12     <!-- Path to sync --> 
     13     <Path></Path> 
     14    </Resource> 
     15  </Resources> 
    3316</config>