Added a first web page
authorDr. Johann Pfefferl <pfefferl@gmx.net>
Wed, 16 Jun 2010 12:42:26 +0000 (14:42 +0200)
committerDr. Johann Pfefferl <pfefferl@gmx.net>
Wed, 16 Jun 2010 12:42:26 +0000 (14:42 +0200)
www/Makefile [new file with mode: 0644]
www/Screenshot-20100611-192107.png [new file with mode: 0644]
www/Screenshot-20100611-192124.png [new file with mode: 0644]
www/index.html [new file with mode: 0644]
www/index.mdwn [new file with mode: 0644]

diff --git a/www/Makefile b/www/Makefile
new file mode 100644 (file)
index 0000000..313ff00
--- /dev/null
@@ -0,0 +1,2 @@
+index.html: index.mdwn
+       markdown $< > $@
diff --git a/www/Screenshot-20100611-192107.png b/www/Screenshot-20100611-192107.png
new file mode 100644 (file)
index 0000000..b1f152e
Binary files /dev/null and b/www/Screenshot-20100611-192107.png differ
diff --git a/www/Screenshot-20100611-192124.png b/www/Screenshot-20100611-192124.png
new file mode 100644 (file)
index 0000000..e6b4876
Binary files /dev/null and b/www/Screenshot-20100611-192124.png differ
diff --git a/www/index.html b/www/index.html
new file mode 100644 (file)
index 0000000..c5237fa
--- /dev/null
@@ -0,0 +1,16 @@
+<p><meta http-equiv="content-type" content="text/html; charset=utf-8" /></p>
+
+<h1>Welcome to GPS Træcker</h1>
+
+<p>GPS træcker is a simple track logger without a map. It only tracks the waypoints.
+You can save the tracked data to a <a href="http://www.topografix.com/gpx.asp">GPX</a>
+file. It should be energy and battery friendly.</p>
+
+<p>The following image shows the main screen window</p>
+
+<p><img src="Screenshot-20100611-192107.png" alt="Main screen" title="Main screen" /></p>
+
+<p>If you want to set a marker enter the text and press the according button
+to remember the according POI.</p>
+
+<p><img src="Screenshot-20100611-192124.png" alt="Set marker" title="Set marker" /></p>
diff --git a/www/index.mdwn b/www/index.mdwn
new file mode 100644 (file)
index 0000000..c925865
--- /dev/null
@@ -0,0 +1,17 @@
+<meta http-equiv="content-type" content="text/html; charset=utf-8" />
+
+Welcome to GPS Træcker
+======================
+
+GPS træcker is a simple track logger without a map. It only tracks the waypoints.
+You can save the tracked data to a [GPX](http://www.topografix.com/gpx.asp)
+file. It should be energy and battery friendly.
+
+The following image shows the main screen window
+
+![Main screen](Screenshot-20100611-192107.png "Main screen")
+
+If you want to set a marker enter the text and press the according button
+to remember the according POI.
+
+![Set marker](Screenshot-20100611-192124.png "Set marker")