some web files
authorThomas Thurman <tthurman@gnome.org>
Sun, 30 Aug 2009 22:30:52 +0000 (18:30 -0400)
committerThomas Thurman <tthurman@gnome.org>
Sun, 30 Aug 2009 22:30:52 +0000 (18:30 -0400)
TODO
www/bells.jpg [new file with mode: 0644]
www/index.html [new file with mode: 0644]
www/screenshot00.png [new file with mode: 0644]
www/screenshot01.png [new file with mode: 0644]
www/screenshot02.png [new file with mode: 0644]
www/screenshot03.png [new file with mode: 0644]
www/screenshots.html [new file with mode: 0644]

diff --git a/TODO b/TODO
index ebb8ae0..38fa81d 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,4 +1,5 @@
 * Sharp and flat signs
 * Mappings (so "Beds" -> "Bedfordshire")
 * Download Dove automatically
+* More source code comments.
 
diff --git a/www/bells.jpg b/www/bells.jpg
new file mode 100644 (file)
index 0000000..1c98c1f
Binary files /dev/null and b/www/bells.jpg differ
diff --git a/www/index.html b/www/index.html
new file mode 100644 (file)
index 0000000..b1202fe
--- /dev/null
@@ -0,0 +1,40 @@
+<html>
+<head>
+<title>Belltower</title>
+</head>
+<body>
+<img src="bells.jpg" align="right" alt="" />
+<h1>Belltower</h1>
+<p><cite>Belltower</cite> is an application for the
+<a href="http://maemo.nokia.com/n900/">Nokia N900</a> to find belltowers
+hung for <a href="http://en.wikipedia.org/wiki/Change_ringing">English change
+ringing</a>.  The program is in an early stage of development.</p>
+
+<p>The data is taken from
+<a href="http://dove.cccbr.org.uk"><cite>Dove's Guide for Church Bell Ringers</cite></a>.</p>
+
+<p>With Belltower, you may:</p>
+<ul>
+<li>List all towers within fifty miles of you, using the N900's built-in GPS.</li>
+<li>Search by name or by area.</li>
+<li>Bookmark towers to return to them later.</li>
+</ul>
+
+<p>You can:</p>
+<ul>
+<li><a href="screenshots.html">Look at some screenshots</a>.</li>
+<li><a href="https://garage.maemo.org/projects/belltower/">View the details of the project's source code</a>.</li>
+</ul>
+
+<p>In future versions:</p>
+<ul>
+<li>Full county names will be displayed rather than abbreviations.</li>
+<li>The system will be able to download the latest version of Dove's Guide automatically.</li>
+<li>Tenor notes will be shown using &#x266F; and &#x266D; rather than # and b.</li>
+</ul>
+
+<p>The <a href="https://garage.maemo.org/projects/belltower/">picture of a belfry</a>
+is copyright &copy; Amanda Slater, cc-by-sa.</p>
+
+</body>
+</html>
diff --git a/www/screenshot00.png b/www/screenshot00.png
new file mode 100644 (file)
index 0000000..1fdfbe4
Binary files /dev/null and b/www/screenshot00.png differ
diff --git a/www/screenshot01.png b/www/screenshot01.png
new file mode 100644 (file)
index 0000000..7bc1c24
Binary files /dev/null and b/www/screenshot01.png differ
diff --git a/www/screenshot02.png b/www/screenshot02.png
new file mode 100644 (file)
index 0000000..8b43888
Binary files /dev/null and b/www/screenshot02.png differ
diff --git a/www/screenshot03.png b/www/screenshot03.png
new file mode 100644 (file)
index 0000000..532bda2
Binary files /dev/null and b/www/screenshot03.png differ
diff --git a/www/screenshots.html b/www/screenshots.html
new file mode 100644 (file)
index 0000000..769d2f6
--- /dev/null
@@ -0,0 +1,17 @@
+<html>
+<head>
+<title>Screenshots of Belltower</title>
+</head>
+<body>
+<h1>Screenshots of Belltower</h1>
+
+<p>These are some screenshots of <a href="/">the Belltower application</a> for the Nokia N900.</p>
+
+<p>
+<img src="screenshot00.png" alt=""/><br/></br/>
+<img src="screenshot01.png" alt=""/><br/></br/>
+<img src="screenshot02.png" alt=""/><br/></br/>
+<img src="screenshot03.png" alt=""/><br/></br/>
+</p>
+</body>
+</html>