Fix height calculation of flickable content.
[qzeecontrol] / www / index.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
3     <head>
4         <meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
5         <link rel="stylesheet" type="text/css" href="style.css"/>
6
7         <title>
8             QZeeControl
9         </title>
10     </head>
11
12     <body>
13
14         <div class="top">
15             <h1>
16               <a href="https://garage.maemo.org/projects/qzeecontrol">QZeeControl<br/>Control your N9 remotely.</a>
17             </h1>
18         </div>
19
20     <div class="cont">
21        <h2 class="release"> 
22             Current Version: 0.0.1
23       </h2>
24       <h1>
25           Content
26       </h1>
27       <ul>
28         <li><h3><a href="#Description">Description</a></h3></li>
29         <li><h3><a href="#Supported_OS">Supported Operating Systems</a></h3></li>
30         <li><h3><a href="#Download">Download</a></h3></li>
31         <li><h3><a href="#How-To">How-To</a></h3></li>
32         <li><h3><a href="#License">License</a></h3></li>
33         <li><h3><a href="#Contact">Contact</a></h3></li>
34       </ul>
35
36       <br/><hr/><br/>
37
38       <h3>
39             <a name="Description">Description</a>
40       </h3>
41       <p>
42         QZeeControl lets you control your N9/N950 with a Zeemote bluetooth remote control.
43         QZeeControl is completly written from scratch in Qt/QML.
44         It is currently available for MeeGo/Harmattan. 
45       </p>
46
47       <br/><hr/><br/>
48
49       <h3>
50             <a name="Supported_OS">Supported Operating Systems</a>
51       </h3>
52       <p>
53       QZeeControl is currently available for MeeGo/Harmattan. 
54       </p>
55
56       <br/><hr/><br/>
57
58       <h3>
59             <a name="Download">Download</a>
60       </h3>
61       <p>
62       QZeeControl for Harmattan (N9/N950) can be installed from <a href="http://repo.pub.meego.com/home:/wonko/Harmattan">my</a> repository.
63       <br />
64       <br />
65       You can also download an installable *.deb file below.
66       <br />
67       <a href="qzeecontrol_0.0.1_armel.deb">qzeecontrol_0.0.1_armel.deb</a><br />
68       </p>
69
70       <br/><hr/><br/>
71
72       <h3>
73             <a name="How-To">How-To</a>
74       </h3>
75       <p>
76       In order to use your Zeemote with your smartphone you have to follow three steps.
77       </p>
78       <p>
79       First, you need to pair your Zeemote with your phone. 
80       In order to do this activate bluetooth via the settings menu and turn your Zeemote on by long-pressing the button at the top of your Zeemote that is marked red.
81       Next go to the &quot;Bluetooth devices&quot; sub setting menu.
82       There you should find an entry named &quot;Zeemote JS1&quot; select it and select to pair it.
83       The code for pairing is 0000.
84       At this stage the remote control is paired but not connected.
85       </p>
86       <p>
87       Once you have paired your remote control with your smartphone you need to discover it using QZeeControl.
88       To do this start up QZeeControl and press the &quot;Scan&quot; button.
89       Note that this may take a while.
90       If the scan was successfull you should see some address in xx:xx:xx:xx:xx:xx format be filled in the field that prior showed just a message and the &quot;Connect&quot; button should have become enabled.
91       Note that these values will be stored and loaded once you open QZeeControl the next time so you usually should not need to scan again except you want to use a different remote control.
92       </p>
93       <p>
94       Finally, in order to start controlling your smartphone you need to actually connect your remote control to the phone.
95       To do so just press the &quot;Connect&quot; button.
96       After a short moment you should see that the connection has been established.
97       At this stage you can test if the remote control actually works by using the built-in test functionality.
98       Try to move your joystick and press some buttons.
99       You should see the red rectangle moving and the letters representing the buttons light-up in red respectively.
100       </p>
101       <p>
102       From there on you can use your Zeemote remote control to control your phone.
103       Next time you want to use it just enable bluetooth at your phone, enable the Zeemote remote control, and finally start QZeeControl and connect to the remote control.
104       </p>
105       <p>
106       Please note that for now the key presses are hard-coded.
107       This will be changed in future releases.
108       Apps like EmuMaster let you configure key bindings anyhow.
109       </p>
110       <p>
111       As a temporary workaround you can as well edit the file /opt/QZeeControl/qml/QZeeControl/MainPage.qml in which the keybindings are coded.
112       Lookout for the parts saying onXChanged for X being: A, B, C, D, Up, Down, Left, Right.
113       There the first value given to &quot;xtstAdapter.sendKey(...)&quot; as parameter is the key to which the corresponding action is bound to.
114       However, please note that everything you change there will be lost on the next update.
115       </p>
116
117       <h3>
118           <a name="License">License</a>
119       </h3>
120       <pre>
121 Copyright 2012 Ruediger Gad
122
123 QZeeControl is free software: you can redistribute it and/or modify
124 it under the terms of the GNU General Public License as published by
125 the Free Software Foundation, either version 2 of the License, or
126 (at your option) any later version.
127
128 QZeeControl is distributed in the hope that it will be useful,
129 but WITHOUT ANY WARRANTY; without even the implied warranty of
130 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
131 GNU General Public License for more details.
132
133 You should have received a copy of the GNU General Public License
134 along with QZeeControl.  If not, see <a href="http://www.gnu.org/licenses/">http://www.gnu.org/licenses/</a>.
135       </pre>
136
137       <br/><hr/><br/>
138
139       <h3>
140           <a name="Contact">Contact</a>
141       </h3>
142       <p>
143       Feel free to contact me under the following e-mail address <a href="mailto:r.c.g@gmx.de">r.c.g@gmx.de</a>.
144       </p>
145
146       <p>
147       <a href="http://jigsaw.w3.org/css-validator/"><img style="border:0;width:88px;height:31px" src="vcss-blue.png" alt="Valid CSS!"/></a>
148       <a href="http://validator.w3.org/check?uri=referer"><img src="valid-xhtml10-blue.png" alt="Valid HTML 4.01 Strict" height="31" width="88"/></a>
149       <a href="http://www.vim.org"><img src="vim_created.gif" alt="This site has been created with Vim"/></a>
150       </p>
151
152     </div>
153     </body>
154 </html>
155