Create a simple favourites icon
[nasm/www.git] / index.php
blobc31357252c2e4ed505b2cae835c90601695303b6
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 <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 <!-- The comment markers are needed here, due to the polyglotness hack -->
18 <!-- <?php
19 require('./version.inc');
20 ?> -->
22 <div>
24 <b class="cnr"><b class="cnr1"><b></b></b><b class="cnr2"><b></b></b>
25 <b class="cnr3"></b><b class="cnr4"></b><b class="cnr5"></b></b>
26 <div class="cbody">
28 <div class="item">
29 <h1>; Welcome to The NASM Home Page!</h1>
30 <p>We're back at SourceForge - check out
31 <a href="http://sourceforge.net/projects/nasm">http://sourceforge.net/projects/nasm</a></p>
32 </div>
34 <div class="item">
35 <h1>; Latest Version</h1>
36 <p>The latest stable version of NASM is
37 <a href="http://www.nasm.us/pub/nasm/releasebuilds/<?= $version ?>/"><?= $version ?></a>.<br />
38 <?php
39 if ($rc_version) {
40 echo "The latest release candidate of NASM is ";
41 echo "<a href=\"http://www.nasm.us/pub/nasm/releasebuilds/$rc_version/\">$rc_version</a>.<br />";
44 Release candidate builds are available <a href="http://www.nasm.us/pub/nasm/releasebuilds/">here</a>.<br />
45 Daily development snapshots are available <a href="http://www.nasm.us/pub/nasm/snapshots/">here</a>.</p>
46 </div>
48 <div class="item">
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.<br />
52 Currently active team members are:</p>
53 <ul>
54 <li><a href="http://www.zytor.com/~hpa/">H. Peter Anvin</a>, <a href="http://www.rpath.com">rPath, Inc.</a></li>
55 <li><a href="http://www.pacificsites.com/~ccrayne/charles.html">Charles Crayne</a></li>
56 <li>Frank B. Kotler</li>
57 <li><a href="http://www.kanios.net">Keith Kanios</a></li>
58 </ul>
59 <p>... and we are actively looking for more developers. <strong>In particular,</strong> we really
60 need a maintainer for the <strong>MacOS X</strong> (Mach-O) backend!</p>
61 </div>
63 <div class="item">
64 <h1>; New Development Repository</h1>
65 <p>NASM has moved from using CVS to using
66 <a href="http://git.or.cz/">Git</a>. All further
67 development will be coordinated through the
68 <a id="VersionLink" href="http://repo.or.cz/w/nasm.git">Git Repository</a>.</p>
69 </div>
71 <div class="item">
72 <h1>; 64-bit (x86-64/x64/AMD64/Intel 64) Support Is Here!!!</h1>
73 <p>NASM has been updated to support the full x86-64 architecture
74 extension, and is fully supported since NASM 2.00.</p>
75 </div>
77 <div class="item">
78 <h1>; Your Reports Aren't Going to /dev/null</h1>
80 <p>We're looking for your comments, suggestions and, of course,
81 bug-reports. Report any suspicious behavior you encounter to help us
82 improve the NASM for everyone!</p>
84 <p>Please post your messages to the
85 <a href="http://sourceforge.net/mail/?group_id=6208">mailing
86 list</a>, or file a
87 <a href="http://sourceforge.net/tracker/?atid=106208&amp;group_id=6208&amp;func=browse">bug
88 report</a>.</p>
90 <p>Don't worry if your report is not immediately addressed, even
91 within the first few days, as this is usual for us =)
92 Your report will, however, be recorded and dealt with, of course, as
93 time permits.</p>
94 </div>
96 <div class="item">
97 <h1>; New Website Design</h1>
99 <p>Many thanks to <a href="http://asm.codegurus.org/">Bryant Keller</a>
100 for this outstanding website design!!!</p>
101 </div>
103 </div>
104 <b class="cnr"><b class="cnr5"></b><b class="cnr4"></b>
105 <b class="cnr3"></b><b class="cnr2"><b></b></b><b class="cnr1">
106 <b></b></b></b>
108 </div>
110 <p style="text-align: right;"><br />
111 <a href="http://sourceforge.net">
112 <img src="http://sourceforge.net/sflogo.php?group_id=6208&amp;type=1" width="88" height="31" alt="SourceForge.net Logo" style="border: none;" />
113 </a>
114 <a href="http://validator.w3.org/check?uri=referer">
115 <img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0 Strict" height="31" width="88" style="border: none;" />
116 </a>
117 </p>
118 </div>
120 </body>
121 </html>