From 05bf9f491f174764beddf6278266db2d71f7a654 Mon Sep 17 00:00:00 2001 From: Kirill Kulakov Date: Wed, 1 Sep 2010 14:12:16 +0400 Subject: [PATCH] add English start page --- www/en/index.html | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++++ www/index.html | 16 ++++++++++++++ 2 files changed, 77 insertions(+) create mode 100644 www/en/index.html create mode 100644 www/index.html diff --git a/www/en/index.html b/www/en/index.html new file mode 100644 index 0000000..da5bfcc --- /dev/null +++ b/www/en/index.html @@ -0,0 +1,61 @@ + + + + + + +QMF plugin for VKontakte social network + + + +Русский +English + +

Qt Messaging Framework plugin for VKontakte social network (qmf-vkontakte)

+ +

Description

+

Qmf-vkontakte is a Qt Messaging Framework (QMF) plugin for VKontakte social network. +It can send and receive messages from QMF-based applications using libvkontakte library.

+

Qmf-vkontakte plugin works similar to the pop3 and smtp plugins.

+

See Introducing QMF +for more details about QMF.

+ +

Usage & Screenshots

+

After plugin installation user can add VKontakte account into Incoming or Outgoing accounts. +The Setup requires username (e-mail or id + "@vk.com") and password.

+

The plugin usage will be shown on qtmail mail application, which is included into QMF. +First video shows plugin initialization and message sending and receiving.

+ + +

Second video shows error processing during plugin work.

+ + +

Third video shows CAPTCHA processing and plugin work on N900 platform (Maemo 5)

+ + +

Last video shows plugin work on MeeGo SDK.

+ + +

Known bugs

+ + +

Contacts and links

+Garage project homepage: http://garage.maemo.org/projects/qmf-vkontakte/ +
Mailing list: qmf-vkontakte@cs.karelia.ru +
Bugtracker: http://oss.fruct.org/bugzilla/enter_bug.cgi?product=mysocials +
Source: http://gitorious.org/mysocials/qmf-vkontakte +
Package: http://maemo.org/packages/view/qmf-vkontakte/ +
Project documentation: http://oss.fruct.org/wiki/Qmf-vkontakte +
QMF manual: http://qt.nokia.com/doc/status/qdoc-output/public-messagingframework/html/ + +

Click here to install this application

+ + + \ No newline at end of file diff --git a/www/index.html b/www/index.html new file mode 100644 index 0000000..8dc5040 --- /dev/null +++ b/www/index.html @@ -0,0 +1,16 @@ + + + + + + + +Redirect to English page. + + \ No newline at end of file -- 1.7.9.5