inital commit, add web-page
authorSergey Zakharov <szaharov@cs.karelia.ru>
Fri, 12 Nov 2010 12:08:57 +0000 (15:08 +0300)
committerSergey Zakharov <szaharov@cs.karelia.ru>
Fri, 12 Nov 2010 12:08:57 +0000 (15:08 +0300)
15 files changed:
www/images/add-account.png [new file with mode: 0644]
www/images/autorization.png [new file with mode: 0644]
www/images/common-view.png [new file with mode: 0644]
www/images/download-image-for-show.png [new file with mode: 0644]
www/images/friend-albums.png [new file with mode: 0644]
www/images/friend-photos-2.png [new file with mode: 0644]
www/images/friend-photos.png [new file with mode: 0644]
www/images/friend-search.png [new file with mode: 0644]
www/images/gallery-icon-applications.png [new file with mode: 0644]
www/images/icon.png [new file with mode: 0644]
www/images/image-show-2.png [new file with mode: 0644]
www/images/image-show.png [new file with mode: 0644]
www/images/settings.png [new file with mode: 0644]
www/index.html [new file with mode: 0644]
www/style.css [new file with mode: 0644]

diff --git a/www/images/add-account.png b/www/images/add-account.png
new file mode 100644 (file)
index 0000000..dbe660b
Binary files /dev/null and b/www/images/add-account.png differ
diff --git a/www/images/autorization.png b/www/images/autorization.png
new file mode 100644 (file)
index 0000000..dd299c1
Binary files /dev/null and b/www/images/autorization.png differ
diff --git a/www/images/common-view.png b/www/images/common-view.png
new file mode 100644 (file)
index 0000000..34216a5
Binary files /dev/null and b/www/images/common-view.png differ
diff --git a/www/images/download-image-for-show.png b/www/images/download-image-for-show.png
new file mode 100644 (file)
index 0000000..a85af18
Binary files /dev/null and b/www/images/download-image-for-show.png differ
diff --git a/www/images/friend-albums.png b/www/images/friend-albums.png
new file mode 100644 (file)
index 0000000..1d4c294
Binary files /dev/null and b/www/images/friend-albums.png differ
diff --git a/www/images/friend-photos-2.png b/www/images/friend-photos-2.png
new file mode 100644 (file)
index 0000000..2e0fcb1
Binary files /dev/null and b/www/images/friend-photos-2.png differ
diff --git a/www/images/friend-photos.png b/www/images/friend-photos.png
new file mode 100644 (file)
index 0000000..745f45f
Binary files /dev/null and b/www/images/friend-photos.png differ
diff --git a/www/images/friend-search.png b/www/images/friend-search.png
new file mode 100644 (file)
index 0000000..5ac19af
Binary files /dev/null and b/www/images/friend-search.png differ
diff --git a/www/images/gallery-icon-applications.png b/www/images/gallery-icon-applications.png
new file mode 100644 (file)
index 0000000..e991d02
Binary files /dev/null and b/www/images/gallery-icon-applications.png differ
diff --git a/www/images/icon.png b/www/images/icon.png
new file mode 100644 (file)
index 0000000..d8fe912
Binary files /dev/null and b/www/images/icon.png differ
diff --git a/www/images/image-show-2.png b/www/images/image-show-2.png
new file mode 100644 (file)
index 0000000..fee06eb
Binary files /dev/null and b/www/images/image-show-2.png differ
diff --git a/www/images/image-show.png b/www/images/image-show.png
new file mode 100644 (file)
index 0000000..630536c
Binary files /dev/null and b/www/images/image-show.png differ
diff --git a/www/images/settings.png b/www/images/settings.png
new file mode 100644 (file)
index 0000000..e667b4d
Binary files /dev/null and b/www/images/settings.png differ
diff --git a/www/index.html b/www/index.html
new file mode 100644 (file)
index 0000000..9bdf6fe
--- /dev/null
@@ -0,0 +1,83 @@
+<!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 Gallery</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 Gallery</a></td>
+      </tr>
+    </table></td>
+  </tr>
+  <tr>
+    <td>&nbsp;</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>Project Description</h1>
+               <p> MySocials Gallery is an application for browsing galleries of the images from social networks. It allows the user to view his/her own images and galleries created by user's friends. Current version supports Facebook and VKontakte.</p>
+               <p>After you start MySocials Gallery for the first time, you will see "add new account" window. You should create an account by inputing some name and choosing one of the supported services.</p>              
+               <p align="center"><img src="images/add-account.png" width="400px" height="240px" /></p>
+               <p>Then you have to log on the service. Our application uses autorization through web-interface (Webauth). <b>MySocials Gallery 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.</p>
+               <p align="center"><img src="images/autorization.png" width="400px" height="240px" /></p>
+               <p>The main window of MySocial Gallery consists of the list of your friends from social network and the list of your own albums.</p>
+               <p align="center"><img src="images/common-view.png" width="400px" height="240px" /></p>
+               <p>You can find a friend in the list by using quick search.</p>
+               <p align="center"><img src="images/friend-search.png" width="400px" height="240px" /></p>
+               <p>You can view the albums, created by your friends in social networks. You should choose one of your friends from the list and click on it.</p>
+               <p align="center"><img src="images/friend-albums.png" width="400px" height="240px" /></p>               
+               <p>You will see the list of your friend's albums and it's content as a list of previews of the photos.</p>
+               <p align="center"><img src="images/friend-photos-2.png" width="400px" height="240px" /></p>
+               <p>You can view the photos in full screen mode after clicking on the photo preview. If the photo hasn't been loaded from service you will see it's preview.</p>
+               <p align="center"><img src="images/download-image-for-show.png" width="400px" height="240px" /></p>
+               <p>After loading you will see the picture in full screen mode.</p>
+               <p align="center"><img src="images/image-show.png" width="400px" height="240px" /></p>
+               <p>By using MySocials Gallery settings window you can edit the list of created accounts and set proxy settings, if you need.</p>
+               <p align="center"><img src="images/settings.png" width="400px" height="240px" /></p>
+      </td>
+      </tr>
+    </table></td>
+  </tr>
+  <tr>
+    <td><table width="92%" border="0" align="right" cellpadding="0"
+    cellspacing="0">
+      <tr>
+        <td class="copybox"> MySocials Gallery &copy; 2010</td>
+      </tr>
+    </table></td>
+  </tr>
+  <tr>
+    <td height="10">&nbsp;</td>
+  </tr>
+</table>
+</body>
+</html>
diff --git a/www/style.css b/www/style.css
new file mode 100644 (file)
index 0000000..e7c8c06
--- /dev/null
@@ -0,0 +1,87 @@
+body
+{      margin-top:0px;
+       margin-left:0px;
+       margin-right:0px;
+       margin-bottom:0px;
+       font: normal small Arial, Helvetica, sans-serif;
+       color:#6C6C6C;
+       background-color:#CFCFB0;
+       }
+       .logo{
+       text-transform: uppercase;
+       font-size:25px;
+       color:#323844;
+       font-weight:bold;
+       padding-left:15px;
+       text-decoration:none;
+}
+.tag {
+       margin: 0;
+       text-transform: uppercase;
+       font-size:13px;
+       padding-left:15px;
+       font-weight:bold;
+       color:#656558;
+       letter-spacing:2px;
+    text-decoration:none;
+}
+.toplinks{
+text-transform: uppercase;
+font-size:13px;
+color:#323844;
+font-weight:bold;
+text-decoration:none;
+}
+.toplinks:hover{
+text-transform: uppercase;
+font-size:13px;
+color:#8E8E79;
+font-weight:bold;
+text-decoration:none;
+}
+.content
+{
+text-align:justify;
+line-height:120%;
+padding-left:10px; padding-right:10px; padding-bottom:10px; padding-top:10px;
+}
+.links{
+color:#323844;
+text-decoration:underline;
+}
+.links:hover{
+color:#323844;
+text-decoration:none;
+}
+.heading {
+text-transform: uppercase;
+padding-left:10px;
+       font-size:14px;
+       font-weight:bold;
+       color: #FF5800;
+}
+.heading2{
+text-transform: uppercase;
+padding-left:5px;
+       font-size:14px;
+       font-weight:bold;
+       color: #81816D;
+}
+.border
+{border:1px solid #8E8E79;
+}
+.redbox
+{background-color:#FF5800;
+border-bottom:1px solid #F1F1D8;
+border-right:1px solid #F1F1D8;
+border-left:1px solid #F1F1D8;
+}
+.copybox
+{background-color:#E2E2D2;
+border-bottom:1px solid #8E8E79;
+border-right:1px solid #8E8E79;
+border-left:1px solid #8E8E79;
+height:40px;
+padding-left:300px;
+color:#7B7B68;
+}