Added desctiption and images
[merge-contacts] / www / index.html
index e69de29..4dda77a 100644 (file)
@@ -0,0 +1,41 @@
+<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>
+
+                                       <h2>Some Screenshots</h2>
+                                       <p>
+                                       <ul>
+                                               <li>The button "Merge Contacts" from the main menu of address book
+                                               <a href="images/menu.png"><img class="doc_img" src="images/menu.png" align="right" width="350px"></a>
+                                               </li>
+                                       </ul>
+                                       </p>
+                               </div>
+                       </div>
+               </div>
+       </body>
+</html>