new web pages for bug reporting and donations
[wifi-assistant] / www / bugs / index.html
diff --git a/www/bugs/index.html b/www/bugs/index.html
new file mode 100644 (file)
index 0000000..7f2cfdd
--- /dev/null
@@ -0,0 +1,47 @@
+<html>
+<head>
+<title>Wifi Jail Breakout Assistant</title>
+<style>
+h2 { clear: both; }
+.screenshot { width: 400px; }
+dd { margin-bottom: 1em; }
+#roadmap li.done { text-decoration: line-through }
+.cli { margin-left: 3em; }
+</style>
+</head>
+<body>
+
+<div style='height: 64px'>
+<img style='float: left' src='../gfx/wifi-assistant-64.png' alt="Wifi Assistant's Application Icon" />
+<h1>Wifi Jail Breakout Assistant</h1>
+</div>
+
+
+
+
+
+<a name='bugs'><!-- #bugs --></a>
+<h2>Bugs</h2>
+<p>
+Comes included from the start ...
+</p>
+<p>
+If you've found a bug I'd love to hear about it and have it fixed so the application improves!
+There are basically three way in which you can contribute:
+</p>
+<ul>
+<li>Send me an email</li>
+<li>Put up a post about it <a href="http://talk.maemo.org/showpost.php?p=782524">on this thread</a> at talk.maemo.org (a forum)</li>
+<li>Enter a bug or feature request in the <a href="https://bugs.maemo.org/enter_bug.cgi?product=Wifi%20Assistant">bug tracking system</a></li>
+</ul>
+<p>
+Either way - your contribution is greatly appreciated!
+</p>
+<p>
+The only real "bug" right now is that network names with spaces in them aren't handled properly (they can't be part of a gconf key).
+</p>
+
+<a href="/">Back to main page</a>
+
+</body>
+</html>