summaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorDominic Spill <dominicgs@gmail.com>2015-02-23 12:36:33 +0000
committerDominic Spill <dominicgs@gmail.com>2015-02-23 12:36:33 +0000
commiteb98ae8695ca49d0371bcab68abd5ae7dcea1b23 (patch)
tree740e71a6cfad7f94d12613e0da365efdfdc14d22 /web
parentc9d3ed74083703c3fa5698b7e63851fb0baf8841 (diff)
Remove links to SourceForge web content
- It is now all on the GitHub wiki
Diffstat (limited to 'web')
-rw-r--r--web/content/index.html40
-rw-r--r--web/layouts/default.html18
2 files changed, 19 insertions, 39 deletions
diff --git a/web/content/index.html b/web/content/index.html
index 81b9476..212288f 100644
--- a/web/content/index.html
+++ b/web/content/index.html
@@ -3,38 +3,18 @@ title: Home
---
<h1>Project Ubertooth</h1>
-<p><em>an open source 2.4 GHz wireless development platform suitable for
+<p><em>An open source 2.4 GHz wireless development platform suitable for
Bluetooth experimentation</em></p>
-<img src="images/ubertooth-one-zero.jpeg" alt="photo of Ubertooth One and
-Ubertooth Zero" />
-
-<p>Welcome to the project site and documentation for Project Ubertooth. Here
-you can learn how to build, use, and develop for the Ubertooth hardware
-platforms:</p>
+<p>Ubertooth has now moved to <a
+href="https://github.com/greatscottgadgets/ubertooth/">GitHub</a>. You may
+follow the links below to find up to date information about the project.</p>
<ul>
- <li><a href="hardware/zero">Ubertooth Zero</a>, a low power (comparable to
- a Class 3 Bluetooth device) USB dongle.</li>
- <li><a href="hardware/one">Ubertooth One</a>, a smaller, higher power
- (comparable to a Class 1 Bluetooth device) USB dongle.</li>
+ <li>Our open source hardware, software and firmware is available from our
+ <a href="https://github.com/greatscottgadgets/ubertooth/">git repository</a>.</li>
+ <li>Documentation can be found on the
+ <a href="https://github.com/greatscottgadgets/ubertooth/wiki">wiki</a>.</li>
+ <li>A list of Ubertooth One
+ <a href="http://greatscottgadgets.com/ubertoothone/">resellers</a> is also available.</li>
</ul>
-
-<p>Ubertooth One is the recommended platform.</p>
-
-<p>Demonstration software is available that implements passive Basic Rate
-Bluetooth monitoring integrated into <a
-href="http://www.kismetwireless.net/">Kismet</a>. With additional software
-development, many other functions will become possible, including:</p>
-
-<ul>
- <li>Bluetooth Basic Rate injection</li>
- <li>Bluetooth Low Energy monitoring and injection</li>
- <li>802.11 FHSS monitoring and injection</li>
- <li>basic spectrum monitoring</li>
-</ul>
-
-<p>The Ubertooth hardware architecture is not compatible with Bluetooth
-Enhanced Data Rate (EDR) modulations. However, EDR packets begin with a Basic
-Rate (1 Mbps GFSK) header, so Ubertooth could be used for identification and
-partial monitoring of EDR transmissions.</p>
diff --git a/web/layouts/default.html b/web/layouts/default.html
index f34b1d5..a2f1ce5 100644
--- a/web/layouts/default.html
+++ b/web/layouts/default.html
@@ -13,33 +13,33 @@
<div id="sidebar">
<h1>Project Ubertooth</h1>
<ul>
- <li><a href="/">home</a></li>
+ <li><a href="https://github.com/greatscottgadgets/ubertooth/wiki">home</a></li>
<li><a href="https://github.com/greatscottgadgets/ubertooth/releases">download</a></li>
</ul>
<h2>usage</h2>
<ul>
- <li><a href="/usage/start">getting started</a></li>
+ <li><a href="https://github.com/greatscottgadgets/ubertooth/wiki/Getting-Started">getting started</a></li>
<li><a href="https://github.com/greatscottgadgets/ubertooth/wiki/Build-Guide">build guide</a></li>
</ul>
<h2>hardware</h2>
<ul>
- <li><a href="/hardware/zero">Ubertooth Zero</a></li>
- <li><a href="/hardware/one">Ubertooth One</a></li>
- <li><a href="/hardware/build">build guide</a></li>
- <li><a href="/hardware/program">programming</a></li>
+ <li><a href="https://github.com/greatscottgadgets/ubertooth/wiki/Ubertooth-Zero">Ubertooth Zero</a></li>
+ <li><a href="https://github.com/greatscottgadgets/ubertooth/wiki/Ubertooth-One">Ubertooth One</a></li>
+ <li><a href="https://github.com/greatscottgadgets/ubertooth/wiki/Hardware">build guide</a></li>
+ <li><a href="https://github.com/greatscottgadgets/ubertooth/wiki/Program">programming</a></li>
</ul>
<h2>firmware</h2>
<ul>
- <li><a href="/firmware/develop">developing</a></li>
+ <li><a href="https://github.com/greatscottgadgets/ubertooth/wiki/Firmware">developing</a></li>
</ul>
<h2>host code</h2>
<ul>
- <li><a href="/host/develop">developing</a></li>
+ <li><a href="https://github.com/greatscottgadgets/ubertooth/wiki/Software">developing</a></li>
</ul>
<h2>help</h2>
<ul>
+ <li><a href="https://github.com/greatscottgadgets/ubertooth/wiki/Getting-Help">Getting Help</a></li>
<li><a href="https://lists.sourceforge.net/lists/listinfo/ubertooth-general">mailing list</a></li>
- <li><a href="/help/irc">IRC</a></li>
</ul>
</div>
</body>