X-Git-Url: http://git.maemo.org/git/?p=mysocials;a=blobdiff_plain;f=www%2Fdevelopment.html;h=f34605f819eed31e8abddbd9c0a62e35e6de18cd;hp=9418c0dc133bea8eea9ba40c99c98d4bdc0ded57;hb=f99a0411e2857e14ba4c7f48c423d427dc4b784a;hpb=b33380bb2516565f41ce0a4776b9fd06ffc3f077 diff --git a/www/development.html b/www/development.html index 9418c0d..f34605f 100644 --- a/www/development.html +++ b/www/development.html @@ -61,6 +61,37 @@

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)

Bugzilla