Merge branch 'master' of /opt/src/sb1/qt/scorecard
authorSakari Poussa <sakari.poussa@nokia.com>
Sun, 29 Nov 2009 19:37:41 +0000 (21:37 +0200)
committerSakari Poussa <sakari.poussa@nokia.com>
Sun, 29 Nov 2009 19:37:41 +0000 (21:37 +0200)
www/index.html [new file with mode: 0644]
www/screenshots/Screenshot-Main-Window.jpg [new file with mode: 0755]
www/screenshots/Screenshot-Menu.jpg [new file with mode: 0755]
www/screenshots/Screenshot-New-Score.jpg [new file with mode: 0755]
www/screenshots/Screenshot-Select-Course.jpg [new file with mode: 0755]

diff --git a/www/index.html b/www/index.html
new file mode 100644 (file)
index 0000000..496bba4
--- /dev/null
@@ -0,0 +1,69 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+
+<head>
+  <title>Score Card for N900</title>
+  <meta name="GENERATOR" content="Quanta Plus">
+  <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+</head>
+<body>
+
+<h1>ScoreCard for N900</h1>
+
+ScoreCard is N900 application that keeps track of your golf scores. Written in Qt, it also demostrates how to write Qt GUI programs in Fremantle/Maemo5/N900.
+
+<h2>Features</h2>
+<ul>Browse scores with colors indicating birdies, pars, bogeys and more</ul>
+<ul>Enter new scores - No keyboard needed</ul>
+<ul>Enter new courses - No keyboard needed</ul>
+<ul>Edit scores and courses</ul>
+<ul>Automatically saves scores and courses you add</ul>
+
+<h2>Screenshots</h2>
+<p>Below are few screen shots of the Scorecard running on N900</p>
+
+<div class="image">
+<IMG src="screenshots/Screenshot-Main-Window.jpg" width="800" height="480" align="bottom" border="4">
+<div align="center"><br><em>Figure: Main Window</em></div>
+</div>
+
+<br><br><br>
+
+<div>
+<IMG src="screenshots/Screenshot-Menu.jpg" width="800" height="480" align="bottom" border="0">
+<div align="center"><br><em>Figure: Main Menu</em></div>
+</div>
+
+<br><br><br>
+
+<div>
+<IMG src="screenshots/Screenshot-Select-Course.jpg" width="800" height="480" align="bottom" border="0">
+<div align="center"><br><em>Figure: New Score - Select course and date</em></div>
+</div>
+
+<br><br><br>
+
+<div>
+<IMG src="screenshots/Screenshot-New-Score.jpg" width="800" height="480" align="bottom" border="0">
+<div align="center"><br><em>Figure: Enter your score</em></div>
+</div>
+
+<br><br><br>
+
+<h2>Installation</h2>
+
+<p>
+Copy the scorecard debian package to the device (<A href="https://garage.maemo.org/frs/download.php/6933/scorecard_0.1-1_armel.deb" name="link">link</A>)
+<br><br>
+Copy the Qt GUI library package to the device (<A href="http://qt4.garage.maemo.org/dists/fremantle/extras/binary-armel/libqt4-gui_4.5.3~git20090723-0maemo4.2_armel.deb" name="link">link</A>)
+<br><br>
+Install both packages (Qt first) from Xterm: dpkg -i "package"
+<br><br>
+Note: You need to be root to install packages (sudo gainroot). You need to have RD mode enabled to become root (flaser --enable-rd-mode)
+</p>
+
+
+
+
+</body>
+</html>
diff --git a/www/screenshots/Screenshot-Main-Window.jpg b/www/screenshots/Screenshot-Main-Window.jpg
new file mode 100755 (executable)
index 0000000..e1722db
Binary files /dev/null and b/www/screenshots/Screenshot-Main-Window.jpg differ
diff --git a/www/screenshots/Screenshot-Menu.jpg b/www/screenshots/Screenshot-Menu.jpg
new file mode 100755 (executable)
index 0000000..0ea02de
Binary files /dev/null and b/www/screenshots/Screenshot-Menu.jpg differ
diff --git a/www/screenshots/Screenshot-New-Score.jpg b/www/screenshots/Screenshot-New-Score.jpg
new file mode 100755 (executable)
index 0000000..04ae643
Binary files /dev/null and b/www/screenshots/Screenshot-New-Score.jpg differ
diff --git a/www/screenshots/Screenshot-Select-Course.jpg b/www/screenshots/Screenshot-Select-Course.jpg
new file mode 100755 (executable)
index 0000000..d50ca69
Binary files /dev/null and b/www/screenshots/Screenshot-Select-Course.jpg differ