add new information about MySocials development
authorAnna Samoryadova <samoryad@cs.karelia.ru>
Wed, 19 Oct 2011 09:42:40 +0000 (13:42 +0400)
committerAnna Samoryadova <samoryad@cs.karelia.ru>
Wed, 19 Oct 2011 09:42:40 +0000 (13:42 +0400)
www/development.html
www/downloads.html
www/images/Mysocials-arch.png [new file with mode: 0644]

index 9418c0d..f34605f 100644 (file)
       <tr>
         <td class="content">
                <h1>Development</h1>
       <tr>
         <td class="content">
                <h1>Development</h1>
+               <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>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>
index 4a944c7..d39849d 100644 (file)
                <p>Source code of the project is available on <a href="http://gitorious.org/mysocials">Gitorious</a>.</p>
                <p>Here you can get the packages of MySocials Gallery for different platforms:</p>
                
                <p>Source code of the project is available on <a href="http://gitorious.org/mysocials">Gitorious</a>.</p>
                <p>Here you can get the packages of MySocials Gallery for different platforms:</p>
                
-               <p><b>Fedora: </b><a href="http://download.opensuse.org/repositories/home:/mysocials/Fedora_14/">Fedora 14</a></p>
-               <p><b>Mandriva: </b><a href="http://download.opensuse.org/repositories/home:/mysocials/Mandriva_2010.1/">Mandriva 2010.1</a></p>
-               <p><b>openSUSE: </b><a href="http://download.opensuse.org/repositories/home:/mysocials/openSUSE_Factory/">openSUSE 11.3</a></p>
-               <p><b>MeeGo: </b><a href="http://repo.pub.meego.com/home:/kulakov/meego_1.1_core/">MeeGo 1.1</a></p>
-               <p><b>Ubuntu: </b><a href="http://download.opensuse.org/repositories/home:/mysocials/xUbuntu_10.10/">Ubuntu 10.10</a></p>
-               <p><b>Maemo: </b><a href="http://maemo.org/packages/view/mysocials/">Maemo 5</a></p>
+               <p>
+               <a href="http://download.opensuse.org/repositories/home:/mysocials/Fedora_14/">Fedora 14</a>&nbsp;&nbsp;&nbsp;
+               <a href="http://download.opensuse.org/repositories/home:/mysocials/Mandriva_2010.1/">Mandriva 2010.1</a>&nbsp;&nbsp;&nbsp;
+               <a href="http://download.opensuse.org/repositories/home:/mysocials/openSUSE_Factory/">openSUSE 11.3</a>&nbsp;&nbsp;&nbsp;
+               <a href="http://repo.pub.meego.com/home:/kulakov/meego_1.1_core/">MeeGo 1.1</a>&nbsp;&nbsp;&nbsp;
+               <a href="http://download.opensuse.org/repositories/home:/mysocials/xUbuntu_10.10/">Ubuntu 10.10</a>&nbsp;&nbsp;&nbsp;
+               <a href="http://maemo.org/packages/view/mysocials/">Maemo 5</a></p>
        <p>You can use this button to install MySocials Gallery on your Maemo 5 device: <br/><br/><a href="http://repository.maemo.org/extras-devel/dists/fremantle/install/mysocials.install"><img src="images/application_install.png" alt="install" /></a></p>
       </td>
       </tr>
        <p>You can use this button to install MySocials Gallery on your Maemo 5 device: <br/><br/><a href="http://repository.maemo.org/extras-devel/dists/fremantle/install/mysocials.install"><img src="images/application_install.png" alt="install" /></a></p>
       </td>
       </tr>
diff --git a/www/images/Mysocials-arch.png b/www/images/Mysocials-arch.png
new file mode 100644 (file)
index 0000000..af244ca
Binary files /dev/null and b/www/images/Mysocials-arch.png differ