R.I.P. Charles Crayne :(
[nasm/www.git] / index.php
blob0f75387e06ee631ffdf26e5bcc90b5dddd6b9ac1
1 <?= '<?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>
11 <body id="canvas">
13 <h2 style="text-align: right;">The Netwide Assembler&nbsp;</h2>
15 <?php include "navbar.inc" ?>
17 <div id="content">
18 <p>&nbsp;</p>
20 <div>
22 <b class="cnr"><b class="cnr1"><b></b></b><b class="cnr2"><b></b></b>
23 <b class="cnr3"></b><b class="cnr4"></b><b class="cnr5"></b></b>
24 <div class="cbody">
26 <div class="item">
27 <h1>; Welcome to The NASM Home Page!</h1>
28 <p>We're back at SourceForge - check out
29 <a href="https://sourceforge.net/projects/nasm">https://sourceforge.net/projects/nasm</a></p>
30 </div>
32 <div class="item">
33 <h1>; Latest Version</h1>
34 <p>The latest stable version of NASM is
35 <a href="http://www.nasm.us/pub/nasm/releasebuilds/<?= $version ?>/"><?= $version ?></a>
36 (<a href="/doc/nasmdocc.html">revision history</a>).<br />
37 <?php
38 if ($rc_version) {
39 echo "The latest release candidate of NASM is ";
40 echo "<a href=\"http://www.nasm.us/pub/nasm/releasebuilds/$rc_version/\">$rc_version</a>.<br />";
43 Release candidate builds are available <a href="http://www.nasm.us/pub/nasm/releasebuilds/?C=M;O=D">here</a>.<br />
44 Daily development snapshots are available <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>).</p>
46 </div>
48 <div class="item">
49 <h1>; R.I.P. Charles A. Crayne</h1>
50 <p>The NASM team was saddened by the recent news of the passing of
51 our friend, team member and computer industry veteran
52 <a href="http://www.pacificsites.com/~ccrayne/charles.html">Charles Crayne</a>,
53 also moderator of the newsgroup <tt>comp.lang.asm.x86</tt>.
54 Charles passed away extremely suddenly on February 16, 2009 after just
55 having been diagnosed with spinal cancer. He will be sorely missed.</p>
56 </div>
58 <div class="item">
59 <h1>; Development Team</h1>
60 <p>NASM was originally developed by Simon Tatham and Julian Hall, and is now maintained by a
61 team led by H. Peter Anvin.<br />
62 Currently active team members are:</p>
63 <ul>
64 <li><a href="http://www.zytor.com/~hpa/">H. Peter Anvin</a>
65 <li>Frank B. Kotler</li>
66 <li>Victor van den Elzen</li>
67 <li><a href="http://www.kanios.net">Keith Kanios</a></li>
68 </ul>
69 <p>... with support from many others, and we are actively looking for more developers. <strong>In particular,</strong> we really
70 need maintainers for the <strong>ELF</strong> and
71 <strong>MacOS X</strong> (Mach-O) backend!</p>
72 </div>
74 <div class="item">
75 <h1>; New Development Repository</h1>
76 <p>NASM has moved from using CVS to using
77 <a href="http://git.or.cz/">Git</a>. All further
78 development will be coordinated through the
79 <a id="VersionLink" href="http://repo.or.cz/w/nasm.git">Git Repository</a>.</p>
80 </div>
82 <div class="item">
83 <h1>; 64-bit (x86-64/x64/AMD64/Intel 64) Support Is Here!!!</h1>
84 <p>NASM has been updated to support the full x86-64 architecture
85 extension, and is fully supported since NASM 2.00.</p>
86 </div>
88 <div class="item">
89 <h1>; Your Reports Aren't Going to /dev/null</h1>
91 <p>We're looking for your comments, suggestions and, of course,
92 bug-reports. Report any suspicious behavior you encounter to help us
93 improve the NASM for everyone!</p>
95 <p>Please post your messages to the
96 <a href="https://sourceforge.net/mail/?group_id=6208">mailing
97 list</a>, or file a
98 <a href="https://sourceforge.net/tracker/?atid=106208&amp;group_id=6208&amp;func=browse">bug
99 report</a>.</p>
101 <p>Don't worry if your report is not immediately addressed, even
102 within the first few days, as this is usual for us =)
103 Your report will, however, be recorded and dealt with, of course, as
104 time permits.</p>
105 </div>
107 <div class="item">
108 <h1>; New Website Design</h1>
110 <p>Many thanks to <a href="http://asm.codegurus.org/">Bryant Keller</a>
111 for this outstanding website design!!!</p>
112 </div>
114 </div>
115 <b class="cnr"><b class="cnr5"></b><b class="cnr4"></b>
116 <b class="cnr3"></b><b class="cnr2"><b></b></b><b class="cnr1">
117 <b></b></b></b>
119 </div>
121 <p style="text-align: right;"><br />
122 <a href="http://validator.w3.org/check?uri=referer">
123 <img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0 Strict" height="31" width="88" style="border: none;" />
124 </a>
125 </p>
126 </div>
128 </body>
129 </html>