Site renewed
[nasm/www.git] / index.php
blob94bb27b7de9b55ad8fefbf05a9186abef83e4baa
1 <?php echo '<?xml version="1.0" encoding="utf-8"?>'; ?>
3 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4 <html xmlns="http://www.w3.org/1999/xhtml">
5 <head>
6 <meta content="text/html; charset=UTF-8" http-equiv="content-type" />
7 <link rel="stylesheet" type="text/css" href="css/base.css" />
8 <link rel="icon" type="image/vnd.microsoft.icon" href="/favicon.ico" />
9 <title>The Netwide Assembler: NASM</title>
10 </head>
12 <body id="wrap">
14 <?php include "navbar.inc" ?>
16 <div id="outer">
17 <div id="content">
18 <h1>Welcome to the NASM home page!</h1>
19 <p>We are gradually moving services away from Sourceforge to this page.
20 For our remaining Sourceforge services see
21 <a href="https://sourceforge.net/projects/nasm">https://sourceforge.net/projects/nasm</a>.</p>
23 <h1>Latest version</h1>
24 <p>
25 <ul>
26 <li>The latest stable version of NASM is
27 <a href="http://www.nasm.us/pub/nasm/releasebuilds/<?php echo $version; ?>/"><?php echo $version; ?></a>
28 (<a href="/doc/nasmdocc.html">revision history</a>).
29 </li>
31 <?php
32 if ($rc_version) {
33 echo "<li>The latest release candidate of NASM is ";
34 echo "<a href=\"http://www.nasm.us/pub/nasm/releasebuilds/$rc_version/\">$rc_version</a>\n";
35 echo "(<a href=\"/xdoc/$rc_version/html/nasmdocc.html\">revision history</a>).</li>\n";
39 <li>Release candidate builds are available
40 <a href="http://www.nasm.us/pub/nasm/releasebuilds/?C=M;O=D">here</a>.
41 </li>
43 <li>Daily development snapshots are available
44 <a href="http://www.nasm.us/pub/nasm/snapshots/?C=M;O=D">here</a>
45 (<a href="http://www.nasm.us/pub/nasm/snapshots/latest/">latest</a>).
46 </li>
47 </ul>
48 </p>
50 <h1>NASM is under the Simplified BSD License</h1>
51 <p>As of version 2.07, NASM is now under the Simplified (2-clause) BSD license.
52 The details of the license are available in the documentation.</p>
54 <h1>Development Team</h1>
55 <p>NASM was originally developed by Simon Tatham and Julian Hall, and is now maintained by a
56 team led by H. Peter Anvin.</p>
58 <p>Currently active team members are:</p>
59 <ul>
60 <li><a href="http://www.zytor.com/~hpa/">H. Peter Anvin</a></li>
61 <li>Frank B. Kotler</li>
62 <li>Victor van den Elzen</li>
63 <li>Cyrill Gorcunov</li>
64 </ul>
65 <p>... with support from many others, and we are actively looking for more developers.</p>
67 <h1>Your reports aren't going to /dev/null</h1>
68 <p>We're looking for your comments, suggestions and, of course,
69 bug-reports. Report any suspicious behavior you encounter to help us
70 improve the NASM for everyone!</p>
72 <p>Please post your messages to the
73 <a href="https://sourceforge.net/mail/?group_id=6208">mailing list</a>, or file a
74 <a href="http://bugzilla.nasm.us/">bug report</a>.</p>
76 <p>Don't worry if your report is not immediately addressed, even
77 within the first few days, as this is usual for us. Your report will,
78 however, be recorded and dealt with, of course, as time permits.
79 </p>
80 </div> <!-- content -->
81 </div> <!-- outer -->
82 </body>
83 </html>