Changeset 2479

Show
Ignore:
Timestamp:
08/20/07 11:15:57 (1 year ago)
Author:
paule
Message:

Update for support of Opie-Notes; add note to SQLite planned feature item

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/opie-sync/README

    r2477 r2479  
    88 
    99This plugin is a work in progress but should be able to sync contacts,  
    10 calendar events and todo list entries, minus a few fields. Basic support for  
    11 notes is also provided by syncing with .txt files on the handheld. However,  
    12 use is entirely at your own risk - back up your data on both sides first! 
     10calendar events and todo list entries, minus a few fields, as well as support 
     11for syncing notes. However, use is entirely at your own risk - back up your  
     12data on both sides first! 
    1313 
    1414If you'd like to help, please try the plugin and send any questions, patches  
     
    5353  the device fails. 
    5454  Note that old backups are not purged - you will need to do this yourself. 
     55 
     56notestype 
     57  Destination for notes on the device: 
     58    basic       - Sync with .txt files in the user's home directory (default) 
     59    opie-notes  - Sync with Opie-Notes 
    5560 
    5661 
     
    129134  currently support them. 
    130135 
    131 Support for Notes application in Opie 1.2.2+ 
    132  
    133   Opie 1.2.2 and later have a dedicated notes application. The plugin should 
    134   support this as a notes target instead of plain text files. 
    135  
    136136Qtopia testing / support 
    137137 
     
    141141Opie SQLite PIM backend support 
    142142 
    143   Only Opie's XML (default) backend is currently supported. 
     143  Only Opie's XML (default) backend is currently supported. Supporting the  
     144  SQLite backend will require adding support for querying the database  
     145  remotely in Opie so this is not a trivial task. 
    144146 
    145  
    146