8e4aa3a0d06b065de87861cfbda8a717eeddeaae
[merge-contacts] / www / index.html
1 <html>
2         <head>
3                 <link href="style.css" rel="stylesheet" type="text/css">
4                 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 
5                 <title>Plugin for merging contacts</title>
6         </head>
7         <body>
8                 <div id="layout"> 
9             <div class="header"> 
10                     <h1 class="logo"><a href="http://merge-contacts.garage.maemo.org" title="Merge Contacts">Merge Contacts</a></h1>    
11             </div> 
12
13                         <div id="container">
14                                 <div class="content" align="left">
15                                         <h2>Plugin for merging contacts</h2>
16                                         <p>Plugin allows merge contacts with filter by accounts.</p>
17                                         <p>Unlikely to standart function for merging
18                                          contacts our plugin lets user to filter contacts by accounts.
19                                           For example  let us consider a user that has two accounts: jabber (on the gmail.com server, so
20                                            called Google Talk) and ICQ. When user choose filtering by jabber account, then
21                                             the list of contacts  will has only contacts which have account on the
22                                              gmail.com server, when user choose filtering by ICQ account, then the list
23                                               of contacts will has only contacts with have ICQ account. Also user can
24                                                find duplicate contacts from the menu of our plugin. This code belongs
25                                                 to Marco Barisione and he has the separate package
26                                                  with this function for maemo address book. A package has the name
27                                                  "contacts-merger".</p>
28
29                                 </div>
30                                 <div align="left">
31                                         <h2>Some Screenshots</h2>
32                                         <p>
33                                         <ul>
34                                                 <li>The button "Merge Contacts" from the main menu of address book.</li>
35                                                 <a href="images/main_menu.png"><img src="images/main_menu.png" align="center" width="350px"></a>
36                                                 <br /><br />
37                                                 <li>The main window with two list of contacts. You may filter each 
38                                                 contacts list by clicking button "Select account". The list has all contacts by default.</li>
39                                                 <a href="images/main_win.png"><img src="images/main_win.png" align="center" width="350px"></a>
40                                                 <br /><br />
41                                                 <li>A list with accounts</li>
42                                                 <a href="images/select_accounts.png"><img src="images/select_accounts.png" align="center" width="350px"></a>
43                                                 <br /><br />
44                                                 <li>Select contacts for merging.</li>
45                                                 <a href="images/select_contacts_for_merging.png"><img src="images/select_contacts_for_merging.png" align="center" width="350px"></a>
46
47                                                 <br /><br />
48                                                 <li>Search contacts.</li>
49                                                 <a href="images/search.png"><img src="images/search.png" align="center" width="350px"></a>
50                                                 <br /><br />
51                                                 <li>The button for merge.</li>
52                                                 <a href="images/menu.png"><img src="images/menu.png" align="center" width="350px"></a>
53                                                 <br /><br />
54                                                 <li>The standart dialog for merging.</li>
55                                                 <a href="images/dialog_for_merge.png"><img src="images/dialog_for_merge.png" align="center" width="350px"></a>                                          
56                                                 <br /><br />
57                                                 <li>Merging is complete.</li>
58                                                 <a href="images/after_merge.png"><img src="images/after_merge.png" align="center" width="350px"></a>            
59                                         </ul>
60                                         </p>
61                                 </div>
62                         </div>
63                 </div>
64         </body>
65 </html>