fine tune style
[tpsession] / www / index.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2 <html>
3
4         <head>
5                 <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
6                 <meta author="Kate Alhola kate.alhola AT gmail.org"><title>TpSession</title>
7                 <link rel="stylesheet" type="text/css" href="style.css">
8         </head>
9         <body>
10                 <div id="wrap">
11                         <div id="header">
12                                 <!--HEADER BEGIN-->
13                                 <h1>TpSession Library</h1>
14                                 <a href="http://tpsession.garage.maemo.org/">
15                                 </a>
16                         </div>
17                         <!--HEADER END -->
18                         <div id="version">
19                                 <!--VERSION LABEL BEGIN-->
20                                 &nbsp;
21                         </div><!--VERSION LABEL END-->
22                         <div id="nav">
23                                 <!--NAV BEGIN-->
24                                 <a href="MaemoTelepathy.html">TpSession guide</a>
25                                 |
26                                 <a href="doxygen/index.html">documentation</a>
27                                 |
28                                 <a href="https://garage.maemo.org/projects/tpsession">Garage page</a>
29                                 |
30                                 <a href="https://garage.maemo.org/scm/?group_id=1315">Garage Git repository</a>
31                                 <!--NAV END-->
32                         </div>
33                         <div id="content">
34                                 <!-- CONTENT BEGIN -->
35                         <div id="intro" >
36                                 <img src="Telepathy-diag.png" width=800 align="center"><br>
37                                 <a href="fremantle.html">
38                                         <!-- NEWS BEGIN -->
39                                         News:
40                                         <div id="news-content">
41                                         <B>11 Feb 2010</B> - Internal release for review</a><br/>
42                                         </div>
43                                         <!-- NEWS END -->
44                                 </div>
45                         <br>
46                                 <H2>Overview</H2>
47                                 TpSession library provides simplified layer top of Telepathy with easy to use API. TpSession is not abstraction layer that tries to hide Telepathy-Qt4 API, it just provides simple methods to perform most common use cases. At the moment, TpSession is early proof of concept and it is missing lot of features. Current version only supports textual SMS and IM with any of Telepathy connection Managers. When TpSession is not abstratction layer, it is not cross platform for non telepathy environments. Qt Mobility will be cross platform abstraction layer and TpSession is used as adaptation layer for Fremantle Qt Mobility.                            <br>
48
49                         </div>
50                         <br>
51                                 <H2>FAQ</H2>
52                                 <b>When I should use Qt Mobility and When TpSession library ?</b><br>
53                                 By default, you should use QtMobility always when it provides functions you need.QtMobility is cross platform, TpSession works only in Maemo or it may work other plaforms using Telepathy Framework. If you need some functionality not provided by QtMobility, you can use TpSession. With Maemo Fremantle QtMobility you can access TpSession features with TpSession::getinstance() 
54                                 <br>
55                                 
56                                 <b>How can I install a TpSession to device or SDK?</b><br>
57                                 libtpsession is available from maemo fremantle extras-devel repository
58                                 <br>
59                         <br>
60                         <!--CONTENT END-->
61                        
62                         <!--FOOT-->
63                         <div id="footer"> 
64                                 Copyright 2010 Nokia corporation<br>
65                                 The logos and trademarks used on this site are the property of their respective owners.<br>
66                         </div>
67                 </div>
68                 <!--wrap end-->
69 </body>
70 </html>