links.php: fix DOCTYPE
[nasm/www.git] / index.php
blobd2fed1d1e6cdc2207d84fa2f9c8ffe7119b03357
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4 <meta content="text/html; charset=UTF-8" http-equiv="content-type" />
5 <link rel="stylesheet" type="text/css" href="css/base.css" />
6 <link rel="icon" type="image/vnd.microsoft.icon" href="/favicon.ico" />
7 <title>The Netwide Assembler: NASM</title>
8 </head>
9 <body id="canvas">
11 <h2 style="text-align: right;">The Netwide Assembler&nbsp;</h2>
13 <?php include "navbar.inc" ?>
15 <div id="content">
16 <p>&nbsp;</p>
18 <div>
20 <b class="cnr"><b class="cnr1"><b></b></b><b class="cnr2"><b></b></b>
21 <b class="cnr3"></b><b class="cnr4"></b><b class="cnr5"></b></b>
22 <div class="cbody">
24 <div class="item">
25 <h1>; Welcome to The NASM Home Page!</h1>
26 <p>We're back at SourceForge - check out
27 <a href="https://sourceforge.net/projects/nasm">https://sourceforge.net/projects/nasm</a></p>
28 </div>
30 <div class="item">
31 <h1>; Latest Version</h1>
32 <p>The latest stable version of NASM is
33 <a href="http://www.nasm.us/pub/nasm/releasebuilds/<?= $version ?>/"><?= $version ?></a>.<br />
34 <?php
35 if ($rc_version) {
36 echo "The latest release candidate of NASM is ";
37 echo "<a href=\"http://www.nasm.us/pub/nasm/releasebuilds/$rc_version/\">$rc_version</a>.<br />";
40 Release candidate builds are available <a href="http://www.nasm.us/pub/nasm/releasebuilds/">here</a>.<br />
41 Daily development snapshots are available <a href="http://www.nasm.us/pub/nasm/snapshots/">here</a>.</p>
42 </div>
44 <div class="item">
45 <h1>; Development Team</h1>
46 <p>NASM was originally developed by Simon Tatham and Julian Hall, and is now maintained by a
47 team led by H. Peter Anvin.<br />
48 Currently active team members are:</p>
49 <ul>
50 <li><a href="http://www.zytor.com/~hpa/">H. Peter Anvin</a>, <a href="http://www.rpath.com">rPath, Inc.</a></li>
51 <li><a href="http://www.pacificsites.com/~ccrayne/charles.html">Charles Crayne</a></li>
52 <li>Frank B. Kotler</li>
53 <li><a href="http://www.kanios.net">Keith Kanios</a></li>
54 </ul>
55 <p>... and we are actively looking for more developers. <strong>In particular,</strong> we really
56 need a maintainer for the <strong>MacOS X</strong> (Mach-O) backend!</p>
57 </div>
59 <div class="item">
60 <h1>; New Development Repository</h1>
61 <p>NASM has moved from using CVS to using
62 <a href="http://git.or.cz/">Git</a>. All further
63 development will be coordinated through the
64 <a id="VersionLink" href="http://repo.or.cz/w/nasm.git">Git Repository</a>.</p>
65 </div>
67 <div class="item">
68 <h1>; 64-bit (x86-64/x64/AMD64/Intel 64) Support Is Here!!!</h1>
69 <p>NASM has been updated to support the full x86-64 architecture
70 extension, and is fully supported since NASM 2.00.</p>
71 </div>
73 <div class="item">
74 <h1>; Your Reports Aren't Going to /dev/null</h1>
76 <p>We're looking for your comments, suggestions and, of course,
77 bug-reports. Report any suspicious behavior you encounter to help us
78 improve the NASM for everyone!</p>
80 <p>Please post your messages to the
81 <a href="https://sourceforge.net/mail/?group_id=6208">mailing
82 list</a>, or file a
83 <a href="https://sourceforge.net/tracker/?atid=106208&amp;group_id=6208&amp;func=browse">bug
84 report</a>.</p>
86 <p>Don't worry if your report is not immediately addressed, even
87 within the first few days, as this is usual for us =)
88 Your report will, however, be recorded and dealt with, of course, as
89 time permits.</p>
90 </div>
92 <div class="item">
93 <h1>; New Website Design</h1>
95 <p>Many thanks to <a href="http://asm.codegurus.org/">Bryant Keller</a>
96 for this outstanding website design!!!</p>
97 </div>
99 </div>
100 <b class="cnr"><b class="cnr5"></b><b class="cnr4"></b>
101 <b class="cnr3"></b><b class="cnr2"><b></b></b><b class="cnr1">
102 <b></b></b></b>
104 </div>
106 <p style="text-align: right;"><br />
107 <a href="http://validator.w3.org/check?uri=referer">
108 <img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0 Strict" height="31" width="88" style="border: none;" />
109 </a>
110 </p>
111 </div>
113 </body>
114 </html>