--- nfo/perl/libs/Data/Transfer/Sync.pod 2003/02/22 18:25:38 1.6 +++ nfo/perl/libs/Data/Transfer/Sync.pod 2003/05/13 08:09:33 1.7 @@ -1,6 +1,19 @@ =pod +=head1 NAME + + Data::Transfer::Sync + + +=head1 DESCRIPTION + + Data::Transfer::Sync is a module providing a generic synchronization process + across arbitrary/multiple storages based on a ident/checksum mechanism. + It sits on top of Data::Storage. + + + =head1 NEWS @@ -29,13 +42,11 @@ - Tangram <-> mysql +=head1 ChangeLog -=head1 DESCRIPTION - - Data::Transfer::Sync is a module providing a generic synchronization process - across arbitrary/multiple storages based on a ident/checksum mechanism. - It sits on top of Data::Storage. - + 2003-01/02 Refactoring: + Split up Sync/Core.pm from Sync.pm. + Split up functionality into sister modules. =head1 REQUIREMENTS @@ -125,7 +136,8 @@ =head4 overall - o try to get this stuff together with SyncML (http://syncml.org/) somehow ...? + o try to get this stuff together with SyncML (http://syncml.org/) somehow ...? + o use CRC32 for checksum generation? =head4 this code