move it into proper place
[nasm/www.git] / index.php
bloba09a473463bf634cc09bf604beb8cb9e380dd961
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">
6 <?php include "header.inc" ?>
8 <body id="wrap">
10 <?php include "navbar.inc" ?>
12 <div id="outer">
13 <div id="content">
14 <h1>Welcome to the NASM home page!</h1>
15 <p>We are gradually moving services away from Sourceforge to this page.
16 For our remaining Sourceforge services see
17 <a href="https://sourceforge.net/projects/nasm">https://sourceforge.net/projects/nasm</a>.</p>
19 <h1>Latest version</h1>
20 <p>
21 <ul>
22 <li>The latest stable version of NASM is
23 <a href="http://www.nasm.us/pub/nasm/releasebuilds/<?php echo $version; ?>/"><?php echo $version; ?></a>
24 (<a href="/doc/nasmdocc.html">revision history</a>).
25 </li>
27 <?php
28 if ($rc_version) {
29 echo "<li>The latest release candidate of NASM is ";
30 echo "<a href=\"http://www.nasm.us/pub/nasm/releasebuilds/$rc_version/\">$rc_version</a>\n";
31 echo "(<a href=\"/xdoc/$rc_version/html/nasmdocc.html\">revision history</a>).</li>\n";
35 <li>Release candidate builds are available
36 <a href="http://www.nasm.us/pub/nasm/releasebuilds/?C=M;O=D">here</a>.
37 </li>
39 <li>Daily development snapshots are available
40 <a href="http://www.nasm.us/pub/nasm/snapshots/?C=M;O=D">here</a>
41 (<a href="http://www.nasm.us/pub/nasm/snapshots/latest/">latest</a>).
42 </li>
43 </ul>
44 </p>
46 <h1>NASM is under the Simplified BSD License</h1>
47 <p>As of version 2.07, NASM is now under the Simplified (2-clause) BSD license.
48 The details of the license are available in the documentation.</p>
50 <h1>Development Team</h1>
51 <p>NASM was originally developed by Simon Tatham and Julian Hall, and is now maintained by a
52 team led by H. Peter Anvin.</p>
54 <p>Currently active team members are:</p>
55 <ul>
56 <li><a href="http://www.zytor.com/~hpa/">H. Peter Anvin</a></li>
57 <li>Frank B. Kotler</li>
58 <li>Jin Kyu Song</li>
59 <li>Cyrill Gorcunov</li>
60 </ul>
61 <p>... with support from many others, and we are actively looking for more developers.</p>
63 <h1>Your reports aren't going to /dev/null</h1>
64 <p>We're looking for your comments, suggestions and, of course,
65 bug-reports. Report any suspicious behavior you encounter to help us
66 improve the NASM for everyone!</p>
68 <p>Please post your messages to the
69 <a href="https://sourceforge.net/mail/?group_id=6208">mailing list</a>, or file a
70 <a href="http://bugzilla.nasm.us/">bug report</a>.</p>
72 <p>Don't worry if your report is not immediately addressed, even
73 within the first few days, as this is usual for us. Your report will,
74 however, be recorded and dealt with, of course, as time permits.
75 </p>
76 </div> <!-- content -->
77 </div> <!-- outer -->
79 <?php include "footer.inc" ?>
81 </body>
82 </html>