make all pages valid, add screenshots
authorAnna Samoryadova <samoryad@cs.karelia.ru>
Thu, 29 Sep 2011 08:04:22 +0000 (12:04 +0400)
committerAnna Samoryadova <samoryad@cs.karelia.ru>
Thu, 29 Sep 2011 08:04:22 +0000 (12:04 +0400)
51 files changed:
www/api.html
www/development.html
www/downloads.html
www/images/account-settings.png [deleted file]
www/images/accounts_eng.png [new file with mode: 0755]
www/images/accounts_rus.png [new file with mode: 0755]
www/images/add-account.png [deleted file]
www/images/add_account_eng.png [new file with mode: 0755]
www/images/add_account_rus.png [new file with mode: 0755]
www/images/albums_eng.png [new file with mode: 0755]
www/images/albums_rus.png [new file with mode: 0755]
www/images/auth.png [deleted file]
www/images/download-image-for-show.png [deleted file]
www/images/friend-albums.png [deleted file]
www/images/friend-photos.png [deleted file]
www/images/friend-search.png [deleted file]
www/images/friends_all_eng.png [new file with mode: 0755]
www/images/friends_all_rus.png [new file with mode: 0755]
www/images/friends_fl_eng.png [new file with mode: 0755]
www/images/friends_fl_rus.png [new file with mode: 0755]
www/images/friends_mm_eng.png [new file with mode: 0755]
www/images/friends_mm_rus.png [new file with mode: 0755]
www/images/friends_search_eng.png [new file with mode: 0755]
www/images/friends_search_rus.png [new file with mode: 0755]
www/images/friends_vk_eng.png [new file with mode: 0755]
www/images/friends_vk_rus.png [new file with mode: 0755]
www/images/image-show.png [deleted file]
www/images/image_download_eng.png [new file with mode: 0755]
www/images/image_download_rus.png [new file with mode: 0755]
www/images/images_eng.png [new file with mode: 0755]
www/images/images_rus.png [new file with mode: 0755]
www/images/main-window.png [deleted file]
www/images/main_menu_eng.png [new file with mode: 0755]
www/images/main_menu_rus.png [new file with mode: 0755]
www/images/menu.png [deleted file]
www/images/menu_comments_eng.png [new file with mode: 0755]
www/images/menu_comments_rus.png [new file with mode: 0755]
www/images/messages_eng.png [new file with mode: 0755]
www/images/messages_rus.png [new file with mode: 0755]
www/images/network-settings.png [deleted file]
www/images/profile_eng.png [new file with mode: 0755]
www/images/profile_rus.png [new file with mode: 0755]
www/images/program-settings.png [deleted file]
www/images/proxy_eng.png [new file with mode: 0755]
www/images/proxy_rus.png [new file with mode: 0755]
www/images/settings_eng.png [new file with mode: 0755]
www/images/settings_rus.png [new file with mode: 0755]
www/images/webauth.png [new file with mode: 0755]
www/index.html
www/privacy.html
www/sreenshots.html [new file with mode: 0644]

index aaf0b7c..fe8defe 100644 (file)
@@ -1,5 +1,6 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<!DOCTYPE html 
+       PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+       "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <p> MySocials driver is provided as a shared library (libmsa&lt;service_name&gt;.so). Structure <b>msa_module *d</b> includes information about the driver (name, identifier, pointers to driver functions). This structure is filled during initialization of the driver.
        </p>
        <h3>Driver interface</h3>
-       <p>Driver interface is described in file interface.h and consists of 4 functions:
+       <p>Driver interface is described in file interface.h and consists of 4 functions:</p>
        <ul>
        <li><b>msa_module_init(struct msa_module* d)</b> — driver initialization;</li>
        <li><b>msa_module_get_info(struct msa_module* d)</b> — getting information about driver;</li>
        <li><b>msa_module->send(xmlDocPtr request, xmlDocPtr* response, const struct msa_module* info)</b> — request sending and response receiveing;</li>
        <li><b>msa_module->shutdown(const struct msa_module*)</b> - driver shutdown.</li>
        </ul>
-       
        <h3>Driver initialization and shutting down</h3>
-       Driver initialization is performed by using <b>msa_module_init(struct msa_module* d)</b> function. Instance of structure which stores profile setting is created during initialization. Parameter d stores identifier of this instance. 
-       <br>
+       <p>Driver initialization is performed by using <b>msa_module_init(struct msa_module* d)</b> function. Instance of structure which stores profile setting is created during initialization. Parameter d stores identifier of this instance. 
+       <br />
        Function <b>msa_module->shutdown(const struct msa_module*)</b> is used during program termination. 
-
+       </p>
        <h3>Interaction with driver</h3>
-
+       <p>
        Fuction <b>msa_module->send(xmlDocPtr request, xmlDocPtr* response, const struct msa_module* info)</b> is used to perform requests to the driver. 
 Parameter <i>request</i> is a request in XML format. Description of structure of sending and receiveing data is described <a>here</a>.
 Parameter <i>response</i> contains driver response in XML format.
@@ -87,7 +87,7 @@ Function <b>msa_module_get_info(struct msa_module* d)</b> is used to get informa
        <h2>MySocials driver data structures</h2>
 
        <p>Here you can see description of data structures which are used by MySocials driver. These structures are declared in <b>mysocials_driver.h</b> file which is available for other applications from mysocials-dev package.  
-
+       </p>
        <h3>Enumerations</h3>
        <h4>Error codes</h4>
        <pre class="c" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">enum</span> error_type <span style="color: #009900;">&#123;</span>
@@ -167,6 +167,7 @@ Function <b>msa_module_get_info(struct msa_module* d)</b> is used to get informa
        </ul>
 
        <p>Following classes are supported:
+       </p>
        <ul>
        <li><i>settings:</i> class for working with settings</li>
        <li><i>profile:</i> class for receiving data about user's profile</li>
@@ -177,8 +178,7 @@ Function <b>msa_module_get_info(struct msa_module* d)</b> is used to get informa
        <li><i>video:</i> class for working with video files</li>
        <li><i>news:</i> class for working with news</li>
        </ul>   
-       </p>
-
+       
        <!-- Settings start -->
        <h3>Settings</h3>
        <h4>getSettings</h4>
index 120ab6c..4884799 100644 (file)
@@ -71,7 +71,8 @@
        <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>
@@ -79,7 +80,6 @@
                <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>
        </ul>
-       </p>
       </td>
       </tr>
     </table></td>
index 340ec92..d2adf6c 100644 (file)
@@ -68,7 +68,7 @@
                <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>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"></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>
     </table></td>
diff --git a/www/images/account-settings.png b/www/images/account-settings.png
deleted file mode 100644 (file)
index 0702de5..0000000
Binary files a/www/images/account-settings.png and /dev/null differ
diff --git a/www/images/accounts_eng.png b/www/images/accounts_eng.png
new file mode 100755 (executable)
index 0000000..7350198
Binary files /dev/null and b/www/images/accounts_eng.png differ
diff --git a/www/images/accounts_rus.png b/www/images/accounts_rus.png
new file mode 100755 (executable)
index 0000000..62dcf64
Binary files /dev/null and b/www/images/accounts_rus.png differ
diff --git a/www/images/add-account.png b/www/images/add-account.png
deleted file mode 100644 (file)
index eeedf15..0000000
Binary files a/www/images/add-account.png and /dev/null differ
diff --git a/www/images/add_account_eng.png b/www/images/add_account_eng.png
new file mode 100755 (executable)
index 0000000..f68836a
Binary files /dev/null and b/www/images/add_account_eng.png differ
diff --git a/www/images/add_account_rus.png b/www/images/add_account_rus.png
new file mode 100755 (executable)
index 0000000..3487287
Binary files /dev/null and b/www/images/add_account_rus.png differ
diff --git a/www/images/albums_eng.png b/www/images/albums_eng.png
new file mode 100755 (executable)
index 0000000..9549d9b
Binary files /dev/null and b/www/images/albums_eng.png differ
diff --git a/www/images/albums_rus.png b/www/images/albums_rus.png
new file mode 100755 (executable)
index 0000000..a58fbe2
Binary files /dev/null and b/www/images/albums_rus.png differ
diff --git a/www/images/auth.png b/www/images/auth.png
deleted file mode 100644 (file)
index 92b6185..0000000
Binary files a/www/images/auth.png and /dev/null differ
diff --git a/www/images/download-image-for-show.png b/www/images/download-image-for-show.png
deleted file mode 100644 (file)
index a85af18..0000000
Binary files a/www/images/download-image-for-show.png and /dev/null differ
diff --git a/www/images/friend-albums.png b/www/images/friend-albums.png
deleted file mode 100644 (file)
index c78ede3..0000000
Binary files a/www/images/friend-albums.png and /dev/null differ
diff --git a/www/images/friend-photos.png b/www/images/friend-photos.png
deleted file mode 100644 (file)
index a165c66..0000000
Binary files a/www/images/friend-photos.png and /dev/null differ
diff --git a/www/images/friend-search.png b/www/images/friend-search.png
deleted file mode 100644 (file)
index 6a9022d..0000000
Binary files a/www/images/friend-search.png and /dev/null differ
diff --git a/www/images/friends_all_eng.png b/www/images/friends_all_eng.png
new file mode 100755 (executable)
index 0000000..4a141c8
Binary files /dev/null and b/www/images/friends_all_eng.png differ
diff --git a/www/images/friends_all_rus.png b/www/images/friends_all_rus.png
new file mode 100755 (executable)
index 0000000..36d77b2
Binary files /dev/null and b/www/images/friends_all_rus.png differ
diff --git a/www/images/friends_fl_eng.png b/www/images/friends_fl_eng.png
new file mode 100755 (executable)
index 0000000..62cc6c2
Binary files /dev/null and b/www/images/friends_fl_eng.png differ
diff --git a/www/images/friends_fl_rus.png b/www/images/friends_fl_rus.png
new file mode 100755 (executable)
index 0000000..f30d63f
Binary files /dev/null and b/www/images/friends_fl_rus.png differ
diff --git a/www/images/friends_mm_eng.png b/www/images/friends_mm_eng.png
new file mode 100755 (executable)
index 0000000..ad6c37f
Binary files /dev/null and b/www/images/friends_mm_eng.png differ
diff --git a/www/images/friends_mm_rus.png b/www/images/friends_mm_rus.png
new file mode 100755 (executable)
index 0000000..af4a1e2
Binary files /dev/null and b/www/images/friends_mm_rus.png differ
diff --git a/www/images/friends_search_eng.png b/www/images/friends_search_eng.png
new file mode 100755 (executable)
index 0000000..cd415bf
Binary files /dev/null and b/www/images/friends_search_eng.png differ
diff --git a/www/images/friends_search_rus.png b/www/images/friends_search_rus.png
new file mode 100755 (executable)
index 0000000..a7c0b3c
Binary files /dev/null and b/www/images/friends_search_rus.png differ
diff --git a/www/images/friends_vk_eng.png b/www/images/friends_vk_eng.png
new file mode 100755 (executable)
index 0000000..bee8f48
Binary files /dev/null and b/www/images/friends_vk_eng.png differ
diff --git a/www/images/friends_vk_rus.png b/www/images/friends_vk_rus.png
new file mode 100755 (executable)
index 0000000..2cd234d
Binary files /dev/null and b/www/images/friends_vk_rus.png differ
diff --git a/www/images/image-show.png b/www/images/image-show.png
deleted file mode 100644 (file)
index 630536c..0000000
Binary files a/www/images/image-show.png and /dev/null differ
diff --git a/www/images/image_download_eng.png b/www/images/image_download_eng.png
new file mode 100755 (executable)
index 0000000..fc0347b
Binary files /dev/null and b/www/images/image_download_eng.png differ
diff --git a/www/images/image_download_rus.png b/www/images/image_download_rus.png
new file mode 100755 (executable)
index 0000000..c0f395f
Binary files /dev/null and b/www/images/image_download_rus.png differ
diff --git a/www/images/images_eng.png b/www/images/images_eng.png
new file mode 100755 (executable)
index 0000000..6d4e410
Binary files /dev/null and b/www/images/images_eng.png differ
diff --git a/www/images/images_rus.png b/www/images/images_rus.png
new file mode 100755 (executable)
index 0000000..c0970c3
Binary files /dev/null and b/www/images/images_rus.png differ
diff --git a/www/images/main-window.png b/www/images/main-window.png
deleted file mode 100644 (file)
index a4b6271..0000000
Binary files a/www/images/main-window.png and /dev/null differ
diff --git a/www/images/main_menu_eng.png b/www/images/main_menu_eng.png
new file mode 100755 (executable)
index 0000000..35193d5
Binary files /dev/null and b/www/images/main_menu_eng.png differ
diff --git a/www/images/main_menu_rus.png b/www/images/main_menu_rus.png
new file mode 100755 (executable)
index 0000000..c56de4c
Binary files /dev/null and b/www/images/main_menu_rus.png differ
diff --git a/www/images/menu.png b/www/images/menu.png
deleted file mode 100644 (file)
index aa3ccba..0000000
Binary files a/www/images/menu.png and /dev/null differ
diff --git a/www/images/menu_comments_eng.png b/www/images/menu_comments_eng.png
new file mode 100755 (executable)
index 0000000..073da69
Binary files /dev/null and b/www/images/menu_comments_eng.png differ
diff --git a/www/images/menu_comments_rus.png b/www/images/menu_comments_rus.png
new file mode 100755 (executable)
index 0000000..3f2be32
Binary files /dev/null and b/www/images/menu_comments_rus.png differ
diff --git a/www/images/messages_eng.png b/www/images/messages_eng.png
new file mode 100755 (executable)
index 0000000..5125e17
Binary files /dev/null and b/www/images/messages_eng.png differ
diff --git a/www/images/messages_rus.png b/www/images/messages_rus.png
new file mode 100755 (executable)
index 0000000..5c7f473
Binary files /dev/null and b/www/images/messages_rus.png differ
diff --git a/www/images/network-settings.png b/www/images/network-settings.png
deleted file mode 100644 (file)
index ebbdbee..0000000
Binary files a/www/images/network-settings.png and /dev/null differ
diff --git a/www/images/profile_eng.png b/www/images/profile_eng.png
new file mode 100755 (executable)
index 0000000..849afb6
Binary files /dev/null and b/www/images/profile_eng.png differ
diff --git a/www/images/profile_rus.png b/www/images/profile_rus.png
new file mode 100755 (executable)
index 0000000..43b91bb
Binary files /dev/null and b/www/images/profile_rus.png differ
diff --git a/www/images/program-settings.png b/www/images/program-settings.png
deleted file mode 100644 (file)
index c3b8099..0000000
Binary files a/www/images/program-settings.png and /dev/null differ
diff --git a/www/images/proxy_eng.png b/www/images/proxy_eng.png
new file mode 100755 (executable)
index 0000000..d5b0ab3
Binary files /dev/null and b/www/images/proxy_eng.png differ
diff --git a/www/images/proxy_rus.png b/www/images/proxy_rus.png
new file mode 100755 (executable)
index 0000000..95e7af0
Binary files /dev/null and b/www/images/proxy_rus.png differ
diff --git a/www/images/settings_eng.png b/www/images/settings_eng.png
new file mode 100755 (executable)
index 0000000..25ed8b7
Binary files /dev/null and b/www/images/settings_eng.png differ
diff --git a/www/images/settings_rus.png b/www/images/settings_rus.png
new file mode 100755 (executable)
index 0000000..c7163c4
Binary files /dev/null and b/www/images/settings_rus.png differ
diff --git a/www/images/webauth.png b/www/images/webauth.png
new file mode 100755 (executable)
index 0000000..1f05a27
Binary files /dev/null and b/www/images/webauth.png differ
index e7cf118..54c407a 100644 (file)
@@ -78,8 +78,7 @@ function textToggle(textBlockId) {
 <div class='hidden-text' id='example'>
   А это полный текст описания<br>А это полный текст описания<br>
 </div> -->
-               <p>
-                       <ul class="list">
+               <ul class="list">
                        <li>Simultaneous support of several social networks</li>
                        <li>Album, Set, Collection and Image browsing and exchange</li>
                        <li>Message browsing and exchange</li>
@@ -87,8 +86,7 @@ function textToggle(textBlockId) {
                        <li>News feed</li>
                        <li>Support of Harmattan and Maemo 5 platforms</li>
                        <li>Support of mobile and desktop Linux</li>
-                       </ul>
-               </p>
+               </ul>
                <p>
                MySocials application is a client for different social networks. It allows to work with various objects including users' profiles, images, messages, audio files, etc. Using your accounts from social networks you are able to browse your friends profiles, work with messages, audio files, albums and images with comments and send your own comment to each image. Also you can download images from your device to social network using this app. MySocials supports interaction with such social networks as Vkontakte, Facebook, Flickr, MyWorld from Mail.Ru and Photobucket. 
                </p>
@@ -120,25 +118,22 @@ The main aim of MySocials app is to make your work with different services easie
                <p>
                Source code is available at <a href="https://gitorious.org/mysocials/">Gitorious</a>. You are welcome to send you comments and suggestions to our email <a href="mailto:maemo-mysocials@cs.karelia.ru">maemo-mysocials@cs.karelia.ru</a>.
                </p>
-
-               <p>
-                       <h2>Timetable of future releases</h2>
-                       <h3>October 2011:</h3>
-                       <ul class="list">
+               <h2>Timetable of future releases</h2>
+               <h3>October 2011:</h3>
+               <ul class="list">
                        <li>Separate package with Qt UI widgets</li>
                        <li>News feed panel</li>
                        <li>Account activation and deactivation</li>
                        <li>Application optimization</li>
                        <li>Harmattan version of application</li>
-                       </ul>
-                       <h3>February 2012:</h3>
-                       <ul class="list">
+               </ul>
+               <h3>February 2012:</h3>
+               <ul class="list">
                        <li>Audio tracks browsing and exchange</li>
                        <li>Video tracks browsing and exchange</li>
-                       <li>ASupport of browsing marked images</li>
+                       <li>Support of browsing marked images</li>
                        <li>Qt based drivers for social networks</li>
-                       </ul>
-               </p>
+               </ul>
       </td>
       </tr>
     </table></td>
index 81d55cb..7853b88 100644 (file)
@@ -60,7 +60,7 @@
         <td class="content">
                <h1>Privacy</h1>
                <p>One of the most imporant features of MySocials is the use of autorization through web-interface (<a href="http://maemo.org/packages/view/webauth/">Webauth</a>).</p>
-               <p align="center"><img src="images/auth.png" width="400px" height="240px" /></p> 
+               <p align="center"><img src="images/webauth.png" width="400px" height="240px" alt="Authorization for VKontakte " /></p> 
                <p>
                        <b>The application doesn't store your registration information (e.g. login and password).</b> 
                        Therefore if your session is out of date, the application shows autorization window again.
diff --git a/www/sreenshots.html b/www/sreenshots.html
new file mode 100644 (file)
index 0000000..dbee0af
--- /dev/null
@@ -0,0 +1,81 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<title>MySocials Project</title>
+<link href="style.css" rel="stylesheet" type="text/css" />
+</head>
+
+<body>
+<table width="779" border="0" align="center" cellpadding="0" cellspacing="0">
+  <tr>
+    <td><table width="70%" border="0" cellspacing="0" cellpadding="0">
+      <tr>
+        <td class="redbox">&nbsp;</td>
+      </tr>
+      <tr>
+        <td height="45"><a href="index.html" class="logo">MySocials Project</a></td>
+      </tr>
+    </table></td>
+  </tr>
+  <tr>
+    <td>&nbsp;</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="index.html" class="toplinks">About</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>
+        <td><a href="development.html" class="toplinks">Development</a></td>
+               <td class="toplinks">|</td>
+        <td><a href="downloads.html" class="toplinks">Downloads</a></td>
+      </tr>
+    </table></td>
+  </tr>
+  <tr>
+    <td height="10"></td>
+  </tr>
+  <tr>
+    <td bgcolor="#F3F3F3" class="border"><table width="100%" border="0"
+    cellspacing="0" cellpadding="0">
+      <tr>
+        <td height="10"></td>
+      </tr>
+      <tr>
+        <td><table border="0" cellspacing="0" cellpadding="0">
+      <tr>
+        <td class="heading"></td>
+      </tr>
+    </table></td>
+      </tr>
+      <tr>
+        <td height="10"></td>
+      </tr>
+      <tr>
+        <td class="content">
+               <h1>Screenshots</h1>
+                       
+               <p align="center"><img src="images/images-maemo.png" width="650px" height="330px" alt="Maemo 5 version"/></p>
+      </td>
+      </tr>
+    </table></td>
+  </tr>
+  <tr>
+    <td><table width="92%" border="0" align="right" cellpadding="0"
+    cellspacing="0">
+      <tr>
+        <td class="copybox"> MySocials Project &copy; 2011</td>
+      </tr>
+    </table></td>
+  </tr>
+  <tr>
+    <td height="10">&nbsp;</td>
+  </tr>
+</table>
+</body>
+</html>