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