Changeset 2479
- Timestamp:
- 08/20/07 11:15:57 (1 year ago)
- Files:
-
- plugins/opie-sync/README (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/opie-sync/README
r2477 r2479 8 8 9 9 This 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 for11 notes is also provided by syncing with .txt files on the handheld. However,12 use is entirely at your own risk - back up yourdata on both sides first!10 calendar events and todo list entries, minus a few fields, as well as support 11 for syncing notes. However, use is entirely at your own risk - back up your 12 data on both sides first! 13 13 14 14 If you'd like to help, please try the plugin and send any questions, patches … … 53 53 the device fails. 54 54 Note that old backups are not purged - you will need to do this yourself. 55 56 notestype 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 55 60 56 61 … … 129 134 currently support them. 130 135 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 should134 support this as a notes target instead of plain text files.135 136 136 Qtopia testing / support 137 137 … … 141 141 Opie SQLite PIM backend support 142 142 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. 144 146 145 146
