chiark / gitweb /
rolling.html, rolling-eqn.html: Hack for mobile browsers.
[dep-ui] / rolling.html
index b5d361874d2800f6766dafe8bc5d602f005cd8eb..c2421d1890439c13d22b91b858b27a3228292967 100644 (file)
@@ -5,6 +5,7 @@
   <title>Rolling wire-strip calculator</title>
   <script type="text/javascript" src="dep.js"></script>
   <script type="text/javascript" src="dep-ui.js"></script>
+  <meta name=viewport content="width=device-width initial-scale=1.0">
   <link rel=stylesheet type="text/css" href="dep-ui.css">
   <link rel=stylesheet type="text/css" href="rolling.css">
 <head>
@@ -12,6 +13,7 @@
 
 <h1>Rolling wire-strip calculator</h1>
 
+<div id=trace style="white-space: pre"></div>
 <script type="text/javascript"><!--
 --></script>
 
@@ -171,6 +173,9 @@ roll down to the required thickness of strip.
 
 <p>For best results, roll the strip in as few passes as you can handle.
 
+<p>You can see the <a href="rolling-eqn.html">detailed equations</a>
+used for this calculation if you're interested.
+
 <h3>Use</h3>
 
 <p>Boxes with light red or white backgrounds are entry boxes for you to
@@ -194,7 +199,7 @@ will be in millimetres; if you use inches, the results will be in
 inches.  Whatever you use, the results are displayed to only 3 decimal
 places.
 
-<h3>Code</h3>
+<h3>Code and credits</h3>
 
 <p>The code which makes this page work
 is <a href="http://www.gnu.org/philosophy/free-sw.html">free
@@ -205,8 +210,13 @@ it</a>, modify it, and/or redistribute it under the terms of the
 General Public License, version 2</a> or, at your option, any later
 version.
 
-<p>If you make interesting changes, I'd be very grateful to know about
-them.  Please <a href="mailto:mdw@distorted.org.uk">mail me patches</a>.
+<p>If you make interesting changes, I&rsquo;d be very grateful to know
+about them.  Please <a href="mailto:mdw@distorted.org.uk">mail me
+patches</a>.
+
+<p>The JavaScript machinery on this page was written by Mark Wooding;
+the text was written by Mark Wooding and Gary Wooding.  The data used
+to derive the computation was provided by Gary Wooding.
 
 </div>
 </body>