Changeset 3570

Show
Ignore:
Timestamp:
08/21/08 15:09:08 (3 months ago)
Author:
cstender
Message:

updated vformat readme

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • format-plugins/vformat/src/README

    r2904 r3570  
    2626        vcard30 in "plain" format. 
    2727 
    28         TODO: Implement cutom filter for vCards - skeleton available. 
     28        TODO: Implement custom filter for vCards - skeleton available. 
    2929 
    3030vevent.c 
     
    4444 
    4545 
    46         Register the object formats "vevent10", "vevent20".  
     46        Register the object formats "vtodo10", "vtodo20".  
    4747 
    48         vevent10 represents VTODO component of vCalendar  
     48        vtodo10 represents VTODO component of vCalendar  
    4949                - http://www.imc.org/pdi/vcal-10.txt 
    5050 
    51         vevent20 represents VTODO component of iCalendar  
     51        vtodo20 represents VTODO component of iCalendar  
    5252                - RFC2445, Chapter 4.6.2 To-do Component 
    5353 
     
    7575xmlformat-vcalendar.c 
    7676 
    77         Provides common helper functions for the xmlformat-event from/to 
    78         vevent10 and vevent20 converters and xmlformat-todo from/to vtodo10 and  
    79         vtodo20 conveters. 
     77        Provides common helper functions for 
     78 
     79                - xmlformat-event from/to vevent10 and vevent20 converters 
     80                - xmlformat-todo from/to vtodo10 and vtodo20 conveters 
     81                - xmlformat-note from/to vnote11 converter 
    8082 
    8183xmlformat-vcard.c 
     
    8688 
    8789        Converter code of xmlformat-event from/to vevent10 and vevent20 converter. 
    88  
    89 xmlformat-vtodo.c [TBD] 
    90  
    9190        Converter code of xmlformat-todo from/to vtodo10 and vtodo20 converter. 
    9291