Added links
[merge-contacts] / www / index.html
index e69de29..dfe5094 100644 (file)
@@ -0,0 +1,75 @@
+<html>
+       <head>
+               <link href="style.css" rel="stylesheet" type="text/css">
+               <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 
+               <title>Plugin for merging contacts</title>
+       </head>
+       <body>
+               <div id="layout"> 
+            <div class="header"> 
+                   <h1 class="logo"><a href="http://merge-contacts.garage.maemo.org" title="Merge Contacts">Merge Contacts</a></h1>    
+            </div> 
+
+                       <div id="container">
+                               <div class="content" align="left">
+                                       <h2>Plugin for merging contacts</h2>
+                                       <p>Plugin allows merge contacts with filter by accounts.</p>
+                                       <p>Unlikely to standart function for merging
+                                        contacts our plugin lets user to filter contacts by accounts.
+                                         For example  let us consider a user that has two accounts: jabber (on the gmail.com server, so
+                                          called Google Talk) and ICQ. When user choose filtering by jabber account, then
+                                           the list of contacts  will has only contacts which have account on the
+                                            gmail.com server, when user choose filtering by ICQ account, then the list
+                                             of contacts will has only contacts with have ICQ account. Also user can
+                                              find duplicate contacts from the menu of our plugin. This code belongs
+                                               to Marco Barisione and he has the separate package
+                                                with this function for maemo address book. A package has the name
+                                                "contacts-merger".</p>
+
+                               </div>
+                               <div align="left">
+                                       <h2>Links</h2>
+                                       <p>
+                                       <ul>
+                                               <li><a href="http://maemo.org/packages/view/osso-abook-plugin-merge-contacts/">Merge contacts</a> package by Vyacheslav Dimitrov</li>
+                                               <li><a href="http://maemo.org/packages/view/contacts-merger/">Merge your duplicate contacts</a> package by Marco Barisione</li>
+                                       </ul>
+                                       </p>
+                               </div>
+
+                               <div align="left">
+                                       <h2>Some Screenshots</h2>
+                                       <p>
+                                       <ul>
+                                               <li>The button "Merge Contacts" from the main menu of address book.</li>
+                                               <a href="images/main_menu.png"><img src="images/main_menu.png" align="center" width="350px"></a>
+                                               <br /><br />
+                                               <li>The main window with two list of contacts. You may filter each 
+                                               contacts list by clicking button "Select account". The list has all contacts by default.</li>
+                                               <a href="images/main_win.png"><img src="images/main_win.png" align="center" width="350px"></a>
+                                               <br /><br />
+                                               <li>A list with accounts</li>
+                                               <a href="images/select_accounts.png"><img src="images/select_accounts.png" align="center" width="350px"></a>
+                                               <br /><br />
+                                               <li>Select contacts for merging.</li>
+                                               <a href="images/select_contacts_for_merging.png"><img src="images/select_contacts_for_merging.png" align="center" width="350px"></a>
+
+                                               <br /><br />
+                                               <li>Search contacts.</li>
+                                               <a href="images/search.png"><img src="images/search.png" align="center" width="350px"></a>
+                                               <br /><br />
+                                               <li>The button for merge.</li>
+                                               <a href="images/menu.png"><img src="images/menu.png" align="center" width="350px"></a>
+                                               <br /><br />
+                                               <li>The standart dialog for merging.</li>
+                                               <a href="images/dialog_for_merge.png"><img src="images/dialog_for_merge.png" align="center" width="350px"></a>                                          
+                                               <br /><br />
+                                               <li>Merging is complete.</li>
+                                               <a href="images/after_merge.png"><img src="images/after_merge.png" align="center" width="350px"></a>            
+                                       </ul>
+                                       </p>
+                               </div>
+                       </div>
+               </div>
+       </body>
+</html>