Add www directory.
authorRuediger Gad <rgad@fb2.fh-frankfurt.de>
Thu, 12 Apr 2012 21:51:09 +0000 (23:51 +0200)
committerRuediger Gad <rgad@fb2.fh-frankfurt.de>
Thu, 12 Apr 2012 21:51:09 +0000 (23:51 +0200)
QZeeControl.pro.user
www/index.html [new file with mode: 0644]
www/qzeecontrol_0.0.1_armel.deb [new file with mode: 0644]
www/style.css [new file with mode: 0644]
www/valid-xhtml10-blue.png [new file with mode: 0644]
www/vcss-blue.png [new file with mode: 0644]
www/vim_created.gif [new file with mode: 0644]

index 35e730c..03dae33 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE QtCreatorProject>
-<!-- Written by Qt Creator 2.4.1, 2012-04-12T22:20:02. -->
+<!-- Written by Qt Creator 2.4.1, 2012-04-12T22:56:15. -->
 <qtcreator>
  <data>
   <variable>ProjectExplorer.Project.ActiveTarget</variable>
diff --git a/www/index.html b/www/index.html
new file mode 100644 (file)
index 0000000..0ea584a
--- /dev/null
@@ -0,0 +1,139 @@
+<!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" lang="en" xml:lang="en">
+    <head>
+        <meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
+        <link rel="stylesheet" type="text/css" href="style.css"/>
+
+        <title>
+            QZeeControl
+        </title>
+    </head>
+
+    <body>
+
+        <div class="top">
+            <h1>
+              <a href="https://garage.maemo.org/projects/simplictionary">QZeeControl<br/>Control your N9 remotely.</a>
+            </h1>
+        </div>
+
+    <div class="cont">
+       <h2 class="release"> 
+            Current Version: 0.0.1
+      </h2>
+      <h1>
+          Content
+      </h1>
+      <ul>
+        <li><h3><a href="#Description">Description</a></h3></li>
+        <li><h3><a href="#Supported_OS">Supported Operating Systems</a></h3></li>
+        <li><h3><a href="#Download">Download</a></h3></li>
+        <li><h3><a href="#How-To">How-To</a></h3></li>
+        <li><h3><a href="#License">License</a></h3></li>
+        <li><h3><a href="#Contact">Contact</a></h3></li>
+      </ul>
+
+      <br/><hr/><br/>
+
+      <h3>
+            <a name="Description">Description</a>
+      </h3>
+      <p>
+        QZeeControl lets you control your N9/N950 with a Zeemote bluetooth remote control.
+        QZeeControl is completly written from scratch in Qt/QML.
+        It is currently available for MeeGo/Harmattan. 
+      </p>
+
+      <br/><hr/><br/>
+
+      <h3>
+            <a name="Supported_OS">Supported Operating Systems</a>
+      </h3>
+      <p>
+      QZeeControl is currently available for MeeGo/Harmattan. 
+      </p>
+
+      <br/><hr/><br/>
+
+      <h3>
+            <a name="Download">Download</a>
+      </h3>
+      <p>
+      QZeeControl for Harmattan (N9/N950) can be installed from <a href="http://repo.pub.meego.com/home:/wonko/Harmattan">my</a> repository.
+      <br />
+      <br />
+      You can also download an installable *.deb file below.
+      <br />
+      <a href="qzeecontrol_0.0.1_armel.deb">qzeecontrol_0.0.1_armel.deb</a><br />
+      </p>
+
+      <br/><hr/><br/>
+
+      <h3>
+            <a name="How-To">How-To</a>
+      </h3>
+      <p>
+      In order to use your Zeemote with your smartphone you have to follow three steps.<br />
+      First, you need to pair your Zeemote with your phone. 
+      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.
+      Next go to the &quot;Bluetooth devices&quot; sub setting menu.
+      There you should find an entry named &quot;Zeemote JS1&quot; select it and select to pair it.
+      The code for pairing is 0000.
+      At this stage the remote control is paired but not connected.<br />
+      Once you have paired your remote control with your smartphone you need to discover it using QZeeControl.
+      To do this start up QZeeControl and press the &quot;Scan&quot; button.
+      Note that this may take a while.
+      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.
+      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.<br />
+      Finally, in order to start controlling your smartphone you need to actually connect your remote control to the phone.
+      To do so just press the &quot;Connect&quot; button.
+      After a short moment you should see that the connection has been established.
+      At this stage you can test if the remote control actually works by using the built-in test functionality.
+      Try to move your joystick and press some buttons.
+      You should see the red rectangle moving and the letters representing the buttons light-up in red respectively.<br />
+      From there on you can use your Zeemote remote control to control your phone.
+      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.<br />
+      Please note that for now the key presses are hard-coded.
+      This will be changed in future releases.
+      Apps like EmuMaster let you configure key bindings anyhow.
+      </p>
+
+      <h3>
+          <a name="License">License</a>
+      </h3>
+      <pre>
+Copyright 2012 Ruediger Gad
+
+QZeeControl is free software: you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation, either version 2 of the License, or
+(at your option) any later version.
+
+QZeeControl is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with QZeeControl.  If not, see <a href="http://www.gnu.org/licenses/">http://www.gnu.org/licenses/</a>.
+      </pre>
+
+      <br/><hr/><br/>
+
+      <h3>
+          <a name="Contact">Contact</a>
+      </h3>
+      <p>
+      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>.
+      </p>
+
+      <p>
+      <a href="http://jigsaw.w3.org/css-validator/"><img style="border:0;width:88px;height:31px" src="vcss-blue.png" alt="Valid CSS!"/></a>
+      <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>
+      <a href="http://www.vim.org"><img src="vim_created.gif" alt="This site has been created with Vim"/></a>
+      </p>
+
+    </div>
+    </body>
+</html>
+
diff --git a/www/qzeecontrol_0.0.1_armel.deb b/www/qzeecontrol_0.0.1_armel.deb
new file mode 100644 (file)
index 0000000..9889eed
Binary files /dev/null and b/www/qzeecontrol_0.0.1_armel.deb differ
diff --git a/www/style.css b/www/style.css
new file mode 100644 (file)
index 0000000..1e9f8f9
--- /dev/null
@@ -0,0 +1,42 @@
+div.top {
+               position: absolute;
+               left: 20px;
+               top: 20px;
+               height: 510px;
+               right: 30px;
+               background-color: #efefef;
+               vertical-align: middle;
+               text-align: center;
+}
+div.cont {
+               position: absolute;
+               left: 20px;
+               top: 545px;
+               right: 30px;
+               background-color: #efefef;
+}
+
+img {
+               border-width: 0px;
+}
+
+body {
+               font-family: Arial, sans-serif;
+}
+
+a:link { 
+               text-decoration: none; 
+               color: #558eec; 
+}
+a:visited { 
+               text-decoration: none; 
+               color: #456aa2; 
+}
+
+h2.release {
+               text-align: center;
+}
+
+td {
+  text-align: center;
+}
diff --git a/www/valid-xhtml10-blue.png b/www/valid-xhtml10-blue.png
new file mode 100644 (file)
index 0000000..e971248
Binary files /dev/null and b/www/valid-xhtml10-blue.png differ
diff --git a/www/vcss-blue.png b/www/vcss-blue.png
new file mode 100644 (file)
index 0000000..c373b2a
Binary files /dev/null and b/www/vcss-blue.png differ
diff --git a/www/vim_created.gif b/www/vim_created.gif
new file mode 100644 (file)
index 0000000..65d0f79
Binary files /dev/null and b/www/vim_created.gif differ