Add image files
[nasm/www.git] / index.php
blob8a4d7a2d09be7a62301d0b03050673d20cbb1bfc
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=ISO-8859-1" http-equiv="content-type" />
5 <link rel="stylesheet" type="text/css" href="css/base.css" />
6 <title>The Netwide Assembler: NASM</title>
7 </head>
8 <body id="canvas">
10 <h2 style="text-align: right;">The Netwide Assembler&nbsp;</h2>
12 <?php include "navbar.inc" ?>
14 <div id="content">
15 <p>&nbsp;</p>
17 <?php
18 if (file_exists('./version')) {
19 $ver = rtrim(file_get_contents('./version'));
21 if (file_exists('./rc-version')) {
22 $rcv = rtrim(file_get_contents('./rc-version'));
26 <div>
28 <b class="cnr"><b class="cnr1"><b></b></b><b class="cnr2"><b></b></b>
29 <b class="cnr3"></b><b class="cnr4"></b><b class="cnr5"></b></b>
30 <div class="cbody">
32 <div class="item">
33 <h1>; Welcome to The NASM Home Page!</h1>
34 <p>We're back at SourceForge - check out
35 <a href="http://sourceforge.net/projects/nasm">http://sourceforge.net/projects/nasm</a></p>
36 </div>
38 <div class="item">
39 <h1>; Latest Version</h1>
40 <p>The latest stable version of NASM is
41 <a href="http://sourceforge.net/project/showfiles.php?group_id=6208"><?= $ver ?></a>.<br />
42 <?php
43 if ($rcv) {
44 echo "The latest release candidate of NASM is ";
45 echo "<a href=\"ftp://ftp.zytor.com/pub/nasm/releasebuilds/$rcv/\">$rcv</a>.<br />";
48 Release candidate builds are available <a href="ftp://ftp.zytor.com/pub/nasm/releasebuilds/">here</a>.<br />
49 Daily development snapshots are available <a href="ftp://ftp.zytor.com/pub/nasm/snapshots/">here</a>.</p>
50 </div>
52 <div class="item">
53 <h1>; Development Team</h1>
54 <p>NASM was originally developed by Simon Tatham and Julian Hall, and is now maintained by a
55 team led by H. Peter Anvin.<br />
56 Currently active team members are:</p>
57 <ul>
58 <li><a href="http://www.zytor.com/~hpa/">H. Peter Anvin</a>, <a href="http://www.rpath.com">rPath, Inc.</a></li>
59 <li><a href="http://www.pacificsites.com/~ccrayne/charles.html">Charles Crayne</a></li>
60 <li>Frank B. Kotler</li>
61 <li><a href="http://www.kanios.net">Keith Kanios</a></li>
62 </ul>
63 <p>... and we are actively looking for more developers. <strong>In particular,</strong> we really
64 need a maintainer for the <strong>MacOS X</strong> (Mach-O) backend!</p>
65 </div>
67 <div class="item">
68 <h1>; New Development Repository</h1>
69 <p>NASM has moved from using <a href="http://nasm.cvs.sourceforge.net/nasm/">CVS</a>
70 to using <a href="http://repo.or.cz/w/nasm.git">GIT</a>. All further
71 development will be coordinated through the
72 <a id="VersionLink" href="http://repo.or.cz/w/nasm.git">GIT Repository</a>.</p>
73 </div>
75 <div class="item">
76 <h1>; 64-bit (x86-64/x64/AMD64/Intel 64) Support Is Here!!!</h1>
77 <p>NASM has been updated to support the full x86-64 architecture
78 extension, and is fully supported since NASM 2.00.</p>
79 </div>
81 <div class="item">
82 <h1>; Your Reports Aren't Going to /dev/null</h1>
84 <p>We're looking for your comments, suggestions and, of course,
85 bug-reports. Report any suspicious behavior you encounter to help us
86 improve the NASM for everyone!</p>
88 <p>Please post your messages to the
89 <a href="http://sourceforge.net/mail/?group_id=6208">mailing
90 list</a>, or file a
91 <a href="http://sourceforge.net/tracker/?atid=106208&amp;group_id=6208&amp;func=browse">bug
92 report</a>.</p>
94 <p>Don't worry if your report is not immediately addressed, even
95 within the first few days, as this is usual for us =)
96 Your report will, however, be recorded and dealt with, of course, as
97 time permits.</p>
98 </div>
100 <div class="item">
101 <h1>; New Website Design</h1>
103 <p>Many thanks to <a href="http://asm.codegurus.org/">Bryant Keller</a>
104 for this outstanding website design!!!</p>
105 </div>
107 </div>
108 <b class="cnr"><b class="cnr5"></b><b class="cnr4"></b>
109 <b class="cnr3"></b><b class="cnr2"><b></b></b><b class="cnr1">
110 <b></b></b></b>
112 </div>
114 <p style="text-align: right;"><br />
115 <a href="http://sourceforge.net">
116 <img src="http://sourceforge.net/sflogo.php?group_id=6208&amp;type=1" width="88" height="31" alt="SourceForge.net Logo" style="border: none;" />
117 </a>
118 <a href="http://validator.w3.org/check?uri=referer">
119 <img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0 Strict" height="31" width="88" style="border: none;" />
120 </a>
121 </p>
122 </div>
124 </body>
125 </html>