add note about better debuggers to the doc
diff --git a/weinre.doc/Home.body.html b/weinre.doc/Home.body.html
index 8ae39c3..7090b57 100644
--- a/weinre.doc/Home.body.html
+++ b/weinre.doc/Home.body.html
@@ -29,6 +29,41 @@
 to work <b>remotely</b>, and in particular, to <b>allow you debug web pages
 on a mobile device such as a phone</b>.
 
+<div class="note">
+  <p><h3>Do you need to use weinre?</h3>
+
+  <p>weinre was built in an age when there were <b>no</b> remote debuggers
+    available for mobile devices.  Since then, some platforms are starting to
+    provide remote debugger capabilities, as part of their platform tool set.
+
+  <table border=0 cellpadding=5 cellspacing=0>
+
+    <tr><td valign=top>Android:
+    <td><a href="https://developer.chrome.com/devtools/docs/remote-debugging">
+      Remote Debugging on Android with Chrome
+    </a>
+
+    <tr><td valign=top>iOS:
+    <td><a href="https://developer.apple.com/library/safari/documentation/AppleApplications/Conceptual/Safari_Developer_Guide/GettingStarted/GettingStarted.html">
+      Enabling Web Inspector for iOS
+    </a>
+
+    <tr><td valign=top>Firefox&nbsp;OS:
+    <td><a href="https://developer.mozilla.org/en-US/Firefox_OS/Debugging">
+      Debugging on Firefox OS
+    </a>
+
+    <tr><td valign=top>Windows&nbsp;Phone:
+    <td><a href="http://msdn.microsoft.com/en-us/library/dn757061.aspx">
+      Debug Your App Built with Visual Studio Tools for Apache Cordova
+    </a>
+    <i>
+      (note: as of 2015/01/15, that page suggests weinre as the debugger for Windows Phone)
+    </i>
+
+  </table>
+</div>
+
 <p>Interesting places to visit:
 <table>
 
@@ -187,4 +222,3 @@
 <li>iOS 3.1.3 or earlier
 <li>webOS 1.45 or earlier
 </ul>
-
diff --git a/weinre.doc/css/main.css b/weinre.doc/css/main.css
index fa2db24..089e387 100644
--- a/weinre.doc/css/main.css
+++ b/weinre.doc/css/main.css
@@ -145,6 +145,10 @@
     -webkit-border-radius: 0.5em;
 }
 
+.note h3 {
+    text-decoration:       underline;
+}
+
 /*-----------------------------------------------------------------*/
 pre, xmp {
     border-width:          1;