Changeset 2098

Show
Ignore:
Timestamp:
06/07/07 13:35:35 (1 year ago)
Author:
dgollub
Message:

Updated INSTALL, README and ChangeLog? of gnokii-sync

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/gnokii-sync/ChangeLog

    r1171 r2098  
     12007-06-07  Daniel Gollub  <dgollub@suse.de> 
     2        * inital port of gnokii-sync to OpenSync 0.30 API (still not working!) 
     3        * changed build environment to scons 
     4        * updated README / INSTALL 
     5 
    162006-08-15  Daniel Gollub  <dgollub@suse.de> 
    27        * modified hash functions (update leads to different hash results!) 
  • plugins/gnokii-sync/INSTALL

    r1386 r2098  
    55REQUIREMENTS 
    66^^^^^^^^^^^^ 
    7         OpenSync        >= 0.19               http://www.opensync.org 
     7        OpenSync        >= 0.30               http://www.opensync.org 
    88        gnokii          >= 0.6.14       http://www.gnokii.org 
    99 
     
    1313INSTALL  
    1414^^^^^^^ 
    15          
    16         autoreconf -sfi                 # only CVS 
    17         ./configure                     # your options 
    18         make 
    19         su -c 'make install'            # as root 
     15        scons prefix=/usr/local install  
     16 
    2017 
    2118CONFIGURATION 
  • plugins/gnokii-sync/README

    r1386 r2098  
    3535^^^^^^^^^^^^^^^^^^^^ 
    3636 
    37 * nokia cellphones can't store alarm after event. Entry without reminder will be stored on 
    38   the phone. (If your cellphone support alarm after event contact me! :) 
    39  
    40 * the gnokii-sync plugin doesn't support all object types (notes, todo) so it is 
    41   recommended to filter out this object types. This can be done with multisync-cli  
    42   with --filter-objtype: 
    43         msynctool --sync gnokii-kdepim --filter-objtype note --filter-objtype todo 
    44  
    45   !!! Otherwise gnokii-sync hangs (deadlock!) while syncing !!! 
    46   !!! It is really really really recommended to make use filter todo and note out !!! 
    47  
    4837TODO: 
    4938^^^^^ 
    50         # print function (written, but never tested) 
    51                  
    5239* contact format 
    5340        # find limits for subentries 
     
    5542* todo format 
    5643        # todo support in libgnokii is broken at the moment for nk6510 devices (2006-08-01) 
    57  
    58 * notes format: 
    59         # writing into calendar as memo entry?