Tarball tree for barry-0.17.0.tar.bz2
[barry.git] / doc / www / design.html
blobb7a1ebfeb284644486acec21e3e8c976bd9a19de
1 <html>
3 <head>
4 <title>Barry Documentation</title>
5 <link rel="stylesheet" type="text/css" href="default.css">
7 </head>
9 <body>
12 <div class='pageHeader'>barry - Design</div><img src='nothing.jpg' width='100%' height='5' alt=''><br><div class='linearNav'>
13 <div class="subHeader">Architecture</div>
14 <p>Barry is designed to be modular in many ways.
16 <p>First the core protocols will be stored in a library so that it can
17 be used in other applications.
19 <p>Second, a command-line tool will be used to present the user with a
20 scriptable option in dealing with the BlackBerry &trade; device. This
21 will come in handy in conjunction with hotplug.
23 <p>Third, a GUI tool will be used to allow users to directly manage
24 devices and make backups of their data.
26 <p>Fourth, an <a href="http://www.opensync.org/">OpenSync Plugin</a>
27 will provide general synchronization support for Contacts, Calendar,
28 Tasks, and Memos; and the OpenSync framework will provide the synchronization
29 support for the other side of the equation. (Evolution, Sunbird, etc.)
32 <div class="subHeader">Design Goals</div>
33 <p>Flexible Synchronization Targets: The main goal of barry is to
34 synchronize data. This is complicated by the fact that the data on a
35 user's computer could be stored in many different formats. Email, contact,
36 calendar entries, notes, and bookmarks are the main data that we are
37 concerned with and users may be using one of many programs to manage
38 their data. To address this barry needs to be flexible in how it supports
39 synchronization. It should be easy to add new synchronization targets
40 to barry and easy to select these targets from the user interface. </p>
42 <p>Open Data Formats: Backup of the BlackBerry &trade; data should be
43 stored and read in open data formats. LDIF for example is a suitable
44 format for contacts, mbox format is a perfect format for email data,
45 text files are a good format for notes, and HTML is a suitable format
46 for bookmarks. The backup GUI stores its raw backup data in gzipped tar file
47 format.</p>
49 <p>Multi-Device: A user may need to manage more than one device
50 on a single user profile. Barry will be able to treat each device
51 independantly to allow it to sync differently, backup/restore to different
52 targets, etc. This will come in handy when users are upgrading to a
53 new device, or when one user handles backup for more than one person.
55 <p>Device Support: initially we will be supporting the 7750 devices,
56 because that's what we are using. We do have a 6750 here as well,
57 but since it is a discontinued product we are not testing on it. The
58 7750 has a USB interface to the PC and we expect that there will not be
59 significant changes between devices. </p>
62 <div class="Copyright">Copyright &copy; 2011 - Net Direct Inc.</div>
64 </body>
65 </html>