Initial revision
[nasm/www.git] / index.php
blobaa4a7063ba0d4a11b0fdea73f3b8122ce0fd4ff7
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 <div>
19 <b class="cnr"><b class="cnr1"><b></b></b><b class="cnr2"><b></b></b>
20 <b class="cnr3"></b><b class="cnr4"></b><b class="cnr5"></b></b>
21 <div class="cbody">
23 <div class="item">
24 <h1>; Welcome to The NASM Home Page!</h1>
25 <p>We're back at SourceForge - check out
26 <a href="http://sourceforge.net/projects/nasm">http://sourceforge.net/projects/nasm</a></p>
27 </div>
29 <div class="item">
30 <h1>; Latest Version</h1>
31 <p>The latest stable version of NASM is <a href="http://sourceforge.net/project/showfiles.php?group_id=6208">0.98.39</a><br />
32 The latest development version of NASM is <a href="http://repo.or.cz/w/nasm.git"><?php echo @trim(@implode(@file('./version'))); ?></a><br />
33 Daily snapshots are available <a href="ftp://ftp.zytor.com/pub/nasm/snapshots/">here</a>.</p>
34 </div>
36 <div class="item">
37 <h1>; Development Team</h1>
38 <p>NASM was originally developed by Simon Tatham and Julian Hall, and is now maintained by a
39 team led by H. Peter Anvin.<br />
40 Currently active team members are:</p>
41 <ul>
42 <li><a href="http://www.zytor.com/~hpa/">H. Peter Anvin</a>, <a href="http://www.rpath.com">rPath, Inc.</a></li>
43 <li><a href="http://www.pacificsites.com/~ccrayne/charles.html">Charles Crayne</a></li>
44 <li>Frank B. Kotler</li>
45 <li>Keith Kanios</li>
46 </ul>
47 <p>... and we are actively looking for more developers!</p>
48 </div>
50 <div class="item">
51 <h1>; New Development Repository</h1>
52 <p>NASM has moved from using <a href="http://nasm.cvs.sourceforge.net/nasm/">CVS</a>
53 to using <a href="http://repo.or.cz/w/nasm.git">GIT</a>. All futher
54 development will be coordinated through the
55 <a id="VersionLink" href="http://repo.or.cz/w/nasm.git">GIT Repository</a>.</p>
56 </div>
58 <div class="item">
59 <h1>; 64-bit (x86-64/x64/AMD64/Intel 64) Support Is Here!!!</h1>
60 <p>NASM has been updated to support the full x86-64 architecture
61 extension. The next release, NASM 2.00.00, which is currently
62 marked as 0.99.XX while under development, will emerge from
63 <a href="http://repo.or.cz/w/nasm.git">GIT</a> once it is considered
64 production stable. Until then, you can find/compile it from
65 <a href="http://repo.or.cz/w/nasm.git">GIT</a>, or grab the
66 <a href="ftp://ftp.zytor.com/pub/nasm/snapshots/">snapshots</a>.</p>
67 </div>
69 <div class="item">
70 <h1>; Your Reports Aren't Going to /dev/null</h1>
72 <p>We're looking for your comments, suggestions and, of course,
73 bug-reports. Report any suspicious behavior you encounter to help us
74 improve the NASM for everyone!</p>
76 <p>Please post your messages to the
77 <a href="http://sourceforge.net/mail/?group_id=6208">mailing
78 list</a>, or file a
79 <a href="http://sourceforge.net/tracker/?atid=106208&amp;group_id=6208&amp;func=browse">bug
80 report</a>.</p>
82 <p>Don't worry if your report is not immediately addressed, even
83 within the first few days, as this is usual for us =)
84 Your report will, however, be recorded and dealt with, of course, as
85 time permits.</p>
86 </div>
88 <div class="item">
89 <h1>; New Website Design</h1>
91 <p>Many thanks to <a href="http://asm.codegurus.org/">Bryant Keller</a>
92 for this outstanding website design!!!</p>
93 </div>
95 </div>
96 <b class="cnr"><b class="cnr5"></b><b class="cnr4"></b>
97 <b class="cnr3"></b><b class="cnr2"><b></b></b><b class="cnr1">
98 <b></b></b></b>
100 </div>
102 <p style="text-align: right;"><br />
103 <a href="http://sourceforge.net">
104 <img src="http://sourceforge.net/sflogo.php?group_id=6208&amp;type=1" width="88" height="31" alt="SourceForge.net Logo" style="border: none;" />
105 </a>
106 <a href="http://validator.w3.org/check?uri=referer">
107 <img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0 Strict" height="31" width="88" style="border: none;" />
108 </a>
109 </p>
110 </div>
112 </body>
113 </html>