add new information about MySocials development
[mysocials] / www / development.html
index f5d9a5f..f34605f 100644 (file)
@@ -15,7 +15,7 @@
         <td class="redbox">&nbsp;</td>
       </tr>
       <tr>
-        <td height="45"><a href="api.html" class="logo">MySocials Project</a></td>
+        <td height="45"><a href="index.html" class="logo">MySocials Project</a></td>
       </tr>
     </table></td>
   </tr>
 <tr>
     <td bgcolor="#E2E2D2" class="border" height="40"><table width="85%" border="0" cellspacing="0" cellpadding="0">
       <tr align="center">
-       <td><a href="api.html" class="toplinks">MySocials API</a></td>
+       <td><a href="index.html" class="toplinks">About</a></td>
+       <td class="toplinks">|</td>
+        <td><a href="screenshots.html" class="toplinks">Screenshots</a></td>
+        <td class="toplinks">|</td>
+        <td><a href="api.html" class="toplinks">MySocials API</a></td>
         <td class="toplinks">|</td>
         <td><a href="privacy.html" class="toplinks">Privacy</a></td>
                <td class="toplinks">|</td>
       <tr>
         <td class="content">
                <h1>Development</h1>
-               <p>MySocials Gallery is free open source software. MySocials Gallery distributed under the terms of the GNU GPL license.</p>
-               <p><a href="http://oss.fruct.org/wiki/Maemo-VKontakte">Project wiki (in russian)</a></p>
+               <p>
+               MySocials project can be represented as a layered architecture model. This model allows to scale the environment depending on aims and used services.
+               </p> 
+               <p>
+               Model of the architecture is shown at the following picture.
+               </p>
+               <p align="center"><img src="images/Mysocials-arch.png" width="90%" height="90%" alt="Maemo 5 version"/></p>
+               <p>
+               <b>Network layer</b> includes used social services and environment for data transmission. The architecture model contains social networks (e.g. VKontakte, Facebook and Flickr). Every service has its own data transmission protocol. MySocials group supports protocols based on XML and JSON formats.
+               </p> 
+               <p>
+               <b>Transport layer</b> is a set of libraries for access to social networks (drivers). The main goal of each driver is to perform requests to the service for getting or sending data. One request to the driver can be implemented as a sequence of requests to the service.
+               </p>
+               <p>
+               <b>Middleware layer</b> provides common programming interface (<a href="api.html">MySocials API</a>) for access to different social services. MySocials API is based on XML format. Core is a special Qt library for developing applications which work with different social services. It includes a set of base classes, tools for caching data for autonomous work of application and compound requests. Unification of all base functions in the core makes implementation of different MySocials services easier and helps to avoid equal parts of code.
+               </p>
+               <p> 
+               <b>User layer</b> includes various plug-ins and services which were implemented during the work on MySocials project.
+               </p>
+               <ul>
+               <li>Plug-ins for Qt Messaging Framework (<b>QMF plug-ins</b>) provide access to social network in the same way as access to e-mail services.</li>
+               <li><b>Application plug-ins</b> implement work with social networks in different applications. There are plug-in for Telepathy framework and plug-in for import contacts into Maemo address book.</li>
+               <li><b>Console application</b> for testing allows to check the work of MySocials drivers and perform requests based on MySocials API.</li>
+               <li>Application for browsing images from social networks (<b>Gallery</b>).</li>
+               <li>Application for working with different social networks (<b>MySocials</b>).</li>
+               </ul> 
+
+       
+               <br/>
+               <hr/>
+               <br/>
+               <p>MySocials is free open source software. MySocials is distributed under the terms of the GNU GPL license.</p>
+               <p><a href="http://oss.fruct.org/wiki/Maemo-VKontakte">Project Wiki (in Russian)</a></p>
                <p><a href="http://oss.fruct.org/bugzilla/enter_bug.cgi?product=mysocials">Bugzilla</a></p>
                <p><a href="http://gitorious.org/mysocials/">Project repository</a></p>
                <p><b>e-mail list: </b><a href="mailto:maemo-mysocials@cs.karelia.ru">maemo-mysocials@cs.karelia.ru</a></p>
        <p><b>Head of PetrSU FRUCT Lab:</b> Iurii A. Bogoiavlenskii, PhD, Head of Department of Computer Science, PetrSU.</p>
        <p><b>Manager:</b> Kirill A.&nbsp;Kulakov, PhD <a href="mailto:kulakov@cs.karelia.ru">kulakov@cs.karelia.ru</a></p>
        <p><b>Expert:</b> Alexandr V.&nbsp;Borodin <a href="mailto:aborod@cs.karelia.ru">aborod@cs.karelia.ru</a></p>
-       <p><b>Developers:</b> <br/> <ul>
+       <p><b>Developers:</b> </p> 
+       <ul>
                <li>Andrey Bogachev <a href="mailto:bogachev@cs.karelia.ru">bogachev@cs.karelia.ru</a></li>
                <li>Sergey Zakharov <a href="mailto:szaharov@cs.karelia.ru">szaharov@cs.karelia.ru</a></li>
                <li>Pavel Shiryaev <a href="mailto:shiryaev@cs.karelia.ru">shiryaev@cs.karelia.ru</a></li>
                <li>Anna Samoryadova <a href="mailto:samoryad@cs.karelia.ru">samoryad@cs.karelia.ru</a></li>
                <li>Vladimir Dmitriev <a href="mailto:vdmitrie@cs.karelia.ru">vdmitrie@cs.karelia.ru</a></li>
                <li>Konstantin Kirpichenok <a href="mailto:kirpiche@cs.karelia.ru">kirpiche@cs.karelia.ru</a></li>
+               <li>Kirill Ivashov <a href="mailto:ivashov@cs.karelia.ru">ivashov@cs.karelia.ru</a></li>
        </ul>
-       </p>
       </td>
       </tr>
     </table></td>