Fixed desctiption
[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 mergers contacts.
17                                             User can filter list of accounts by the certain account field.
18                                           For example  let us consider a user that has two accounts: jabber (on the gmail.com server, so
19                                            called Google Talk) and ICQ. When user choose filtering by jabber account, then
20                                             the list of contacts  will has only contacts which have account on the
21                                              gmail.com server, when user choose filtering by ICQ account, then the list
22                                               of contacts will has only contacts with have ICQ account. Also user can
23                                                find duplicate contacts from the menu of our plugin. This code belongs
24                                                 to Marco Barisione and he has the separate package
25                                                  with this function for maemo address book. A package has the name
26                                                  "contacts-merger".</p>
27
28                                 </div>
29                                 <div align="left">
30                                         <h2>Links</h2>
31                                         <p>
32                                         <ul>
33                                                 <li><a href="http://maemo.org/packages/view/osso-abook-plugin-merge-contacts/">Merge contacts</a> package by Vyacheslav Dimitrov</li>
34                                                 <li><a href="http://maemo.org/packages/view/contacts-merger/">Merge your duplicate contacts</a> package by Marco Barisione</li>
35                                         </ul>
36                                         </p>
37                                 </div>
38
39                                 <div align="left">
40                                         <h2>Some Screenshots</h2>
41                                         <p>
42                                         <ul>
43                                                 <li>The button "Merge Contacts" from the main menu of address book.</li>
44                                                 <a href="images/main_menu.png"><img src="images/main_menu.png" align="center" width="350px"></a>
45                                                 <br /><br />
46                                                 <li>The main window with two list of contacts. You may filter each 
47                                                 contacts list by clicking button "Select account". The list has all contacts by default.</li>
48                                                 <a href="images/main_win.png"><img src="images/main_win.png" align="center" width="350px"></a>
49                                                 <br /><br />
50                                                 <li>A list with accounts</li>
51                                                 <a href="images/select_accounts.png"><img src="images/select_accounts.png" align="center" width="350px"></a>
52                                                 <br /><br />
53                                                 <li>Select contacts for merging.</li>
54                                                 <a href="images/select_contacts_for_merging.png"><img src="images/select_contacts_for_merging.png" align="center" width="350px"></a>
55
56                                                 <br /><br />
57                                                 <li>Search contacts.</li>
58                                                 <a href="images/search.png"><img src="images/search.png" align="center" width="350px"></a>
59                                                 <br /><br />
60                                                 <li>The button for merge.</li>
61                                                 <a href="images/menu.png"><img src="images/menu.png" align="center" width="350px"></a>
62                                                 <br /><br />
63                                                 <li>The standart dialog for merging.</li>
64                                                 <a href="images/dialog_for_merge.png"><img src="images/dialog_for_merge.png" align="center" width="350px"></a>                                          
65                                                 <br /><br />
66                                                 <li>Merging is complete.</li>
67                                                 <a href="images/after_merge.png"><img src="images/after_merge.png" align="center" width="350px"></a>            
68                                         </ul>
69                                         </p>
70                                 </div>
71                         </div>
72                 </div>
73         </body>
74 </html>