[Gmp-commit] /var/hg/www: Simplify links.

mercurial at gmplib.org mercurial at gmplib.org
Fri Dec 2 23:59:30 UTC 2016


details:   /var/hg/www/rev/0830b8195bfc
changeset: 257:0830b8195bfc
user:      Torbjorn Granlund <tg at gmplib.org>
date:      Sat Dec 03 00:59:24 2016 +0100
description:
Simplify links.

diffstat:

 devel/tm/index.html |  159 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 159 insertions(+), 0 deletions(-)

diffs (163 lines):

diff -r 477fc2c8889c -r 0830b8195bfc devel/tm/index.html
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/tm/index.html	Sat Dec 03 00:59:24 2016 +0100
@@ -0,0 +1,159 @@
+<!DOCTYPE HTML>
+<html>
+<head>
+  <title>GMP testing status</title>
+  <link rel="shortcut icon" href="../favicon.ico">
+  <link rel="stylesheet" href="../new.css">
+  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+  <style type="text/css"> td {padding-left:3pt; padding-right:3pt; white-space:nowrap;}</style>
+  <style type="text/css"> th {padding-left:3pt; text-align:center;}</style>
+</head>
+
+<body>
+
+<div id="top">
+  <table style="width:100%; background-color:#808080;">
+    <tr>
+      <td style="text-align:left;">
+	<svg width="180px" height="60px" version="1.1"
+	     viewBox="0 0 1500 500"
+	     xmlns="http://www.w3.org/2000/svg">
+	  <rect x="0" y="0" width="1500" height="540" fill="#808080" />
+	  <text x="0" y="440" fill="#c00000"  font-size="540" font-family="arial" font-weight="bold">
+	    GMP
+	  </text>
+	  <text x="50" y="500" font-size="70" font-family="Verdana">
+	    «Arithmetic without limitations»
+	  </text>
+	</svg>
+      </td>
+      <td style="text-align:center;">
+	<span style="font-size:200%;">GMP testing status </span> <br>
+	<span style="font-size:75%;">Last modified: 2016-12-02 </span>
+      </td>
+    </tr>
+  </table>
+</div>
+
+<div id="container">
+  <div id="top-spacer"></div>
+
+
+<br><br>
+
+<p>
+The GMP project maintains an automated test environment of dozens of machines
+each providing several configurations.
+</p>
+<p>
+The table below links to the repos and the corresponding test results.
+</p>
+<p>
+</p>
+
+<br>
+
+<blockquote>
+<table rules="groups">
+  <colgroup><col>
+  <thead>
+<tr>
+  <th>
+    Source repository
+  </th>
+  <th colspan=3 style="text-align:center">
+    Test results sorted by criteria
+  </th>
+  <tbody>
+</tr>
+<tr>
+  <td>
+    <a href="/repo/gmp/">Unstable</a>
+  </td>
+  <td>
+    <a href="gmp/date.html">date</a>
+  </td>
+  <td>
+    <a href="gmp/host.html">hostname</a>
+  </td>
+  <td>
+    <a href="gmp/conf.html">configuration</a>
+  </td>
+</tr>
+<tr>
+  <td>
+    <a href="/repo/gmp-6.1/">GMP 6.1</a>
+  </td>
+  <td>
+    <a href="gmp-6.1/date.html">date</a>
+  </td>
+  <td>
+    <a href="gmp-6.1/host.html">hostname</a>
+  </td>
+  <td>
+    <a href="gmp-6.1/conf.html">configuration</a>
+  </td>
+</tr>
+<tr>
+  <td>
+    <a href="/repo/gmp-6.0/">GMP 6.0</a>
+  </td>
+  <td>
+  </td>
+  <td>
+  </td>
+  <td>
+  </td>
+</tr>
+<tr>
+  <td>
+    <a href="/repo/gmp-5.1/">GMP 5.1</a>
+  </td>
+  <td>
+    <a href="gmp-5.1/date.html">date</a>
+  </td>
+  <td>
+    <a href="gmp-5.1/host.html">hostname</a>
+  </td>
+  <td>
+    <a href="gmp-5.1/conf.html">configuration</a>
+  </td>
+</tr>
+</table>
+</blockquote>
+
+<br><br>
+
+<div id="footer-spacer"></div>
+
+</div>
+
+<div id="footer">
+<table style="width:100%; background-color:#808080;">
+  <tr>
+    <td style="text-align:center;">
+      <div style="font-size:80%">
+	Please send comments about this page to gmp-discuss<div style="display:inline;"> at </div>gmplib.org
+      </div>
+    </td>
+  </tr>
+  <tr>
+    <td style="text-align:center;">
+      <div style="font-size:80%;">
+	Copyright 2016–2016 Free Software Foundation
+      </div>
+    </td>
+  </tr>
+  <tr>
+    <td style="text-align:center;">
+      <div style="font-size:80%;">
+	Verbatim copying and distribution of this entire article is permitted
+	in any medium, provided this notice is preserved.
+      </div>
+    </td>
+  </tr>
+</table>
+</div>
+
+</body>
+</html>


More information about the gmp-commit mailing list