X-Git-Url: http://git.maemo.org/git/?p=mysocials;a=blobdiff_plain;f=www%2Fdevelopment.html;h=f34605f819eed31e8abddbd9c0a62e35e6de18cd;hp=dd1ca0c64c6f0aec5f4e25efd62b5e63dcfb1074;hb=f99a0411e2857e14ba4c7f48c423d427dc4b784a;hpb=7d5c642d628cb387cf48e9750f0ee36ca307d74b diff --git a/www/development.html b/www/development.html index dd1ca0c..f34605f 100644 --- a/www/development.html +++ b/www/development.html @@ -27,7 +27,7 @@ About | - Screenshots + Screenshots | MySocials API | @@ -61,8 +61,39 @@

Development

+

+ MySocials project can be represented as a layered architecture model. This model allows to scale the environment depending on aims and used services. +

+

+ Model of the architecture is shown at the following picture. +

+

Maemo 5 version

+

+ Network layer 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. +

+

+ Transport layer 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. +

+

+ Middleware layer provides common programming interface (MySocials API) 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. +

+

+ User layer includes various plug-ins and services which were implemented during the work on MySocials project. +

+ + + +
+
+

MySocials is free open source software. MySocials is distributed under the terms of the GNU GPL license.

-

Project wiki (in russian)

+

Project Wiki (in Russian)

Bugzilla

Project repository

e-mail list: maemo-mysocials@cs.karelia.ru

@@ -81,6 +112,7 @@
  • Anna Samoryadova samoryad@cs.karelia.ru
  • Vladimir Dmitriev vdmitrie@cs.karelia.ru
  • Konstantin Kirpichenok kirpiche@cs.karelia.ru
  • +
  • Kirill Ivashov ivashov@cs.karelia.ru