Update of /cvsroot/arcem/webpages
In directory vz-cvs-4.sog:/tmp/cvs-serv9845

Modified Files:
        changelog.html developer.html index.html screenshots.html 
Added Files:
        ArcEm.png arcem.css favicon.png 
Removed Files:
        arcemlogo.png 
Log Message:
Update with web site redesign.  Now using CSS based layout.  New logo.  New 
design for manual pages.  Various content updates.


Index: index.html
===================================================================
RCS file: /cvsroot/arcem/webpages/index.html,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- index.html  6 Aug 2012 16:27:45 -0000       1.16
+++ index.html  21 Sep 2012 09:52:10 -0000      1.17
@@ -1,183 +1,166 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
- "http://www.w3.org/TR/html4/strict.dtd";>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" 
"http://www.w3.org/TR/html4/strict.dtd";>
 <html>
 <head>
-<title>ArcEm - The Acorn System Emulator</title>
-<style type="text/css">
-<!--
-/* Colour scheme is based on the 3 colours of the classic Archimedes logo */
+<title>ArcEm - The Acorn Archimedes Emulator</title>
+<link rel="stylesheet" type="text/css" href="arcem.css">
+<link rel="icon" type="image/png" href="favicon.png">
+</head>
+<body>
+<div class="top">
+<h1><a href="/"><img src="ArcEm.png" title="ArcEm Logo" alt="A">rcEm</a></h1>
+<p>Acorn Archimedes Emulator</p>
+</div>
 
-h3 {
-  background-color: #CCFFFF;
-}
+<div class="below">
+<div class="nav">
+<ul>
+<li><a href="index.html">ArcEm Home</a>
+<ul>
+<li><a href="index.html#news">News</a></li>
+<li><a href="index.html#features">Features</a></li>
+<li><a href="index.html#downloads">Downloads</a></li>
+<li><a href="index.html#problems">Having Problems?</a></li>
+</ul>
+</li>
+<li><a href="changelog.html">ChangeLog</a></li>
+<li><a href="developer.html">Developer Information</a>
+<ul>
+<li><a href="developer.html#aims">Development aims</a></li>
+<li><a href="developer.html#resources">Developer Resources</a></li>
+<li><a href="developer.html#featurematrix">Feature Matrix</a></li>
+</ul>
+</li>
+<li><a href="screenshots.html">Screenshots</a></li>
+<li><a href="manual/">User Manual</a>
+<ul>
+<li><a href="manual/arcem-1.00.html">ArcEm 1.00</a>
+<li><a href="manual/development.html">Development</a>
+</ul>
+</li>
+</ul>
 
-h4 {
-  background-color: #FFFFCC;
-}
+<h2>External project links</h2>
 
-.red {
-  background-color: #FFCCCC;
-}
+<ul>
+<li><a href="http://sourceforge.net/projects/arcem/";>ArcEm SourceForge 
Page</a></li>
+</ul>
 
-#nav a.page {
-       display: block;
-       width: 180px; }
+<h2>Other useful links</h2>
 
-#nav a.section {
-       display: block;
-       padding-left: 1em;
-       font-size: 85%; }
+<ul>
+<li><a href="http://adffs.filecore.net/";>ADFFS</a>
+<p>RISC OS Floppy image reader</p></li>
+<li><a href="http://acorn.revivalteam.de/";>Wocki's Acorn Site</a>
+<p>All sorts of RISC OS emulation materials</p></li>
+</ul>
 
--->
-</style>
-</head>
-<body>
-<table width="100%">
-  <tr>
-    <td><img alt="ArcEm Logo" src="arcemlogo.png"></td>
-    <td>
-      <h1>ArcEm - The Acorn System Emulator</h1>
-    </td>
-  </tr>
-</table>
-<table width="100%" cellspacing="5" cellpadding="5">
-  <tr>
-    <td valign="top" class="red">
-      <table border="0" cellpadding="0" cellspacing="0">
-        <tr>
-          <td valign="top" id="nav">
-            <a class="page" href="index.html">ArcEm Home</a>
-              <a class="section" href="index.html#news">News</a>
-              <a class="section" href="index.html#features">Features</a>
-              <a class="section" href="index.html#downloads">Downloads</a>
-              <a class="section" href="index.html#problems">Having 
Problems?</a>
-            <a class="page" href="changelog.html">ChangeLog</a>
-            <a class="page" href="developer.html">Developer Information</a>
-               <a class="section" href="developer.html#aims">Development 
aims</a>
-               <a class="section" href="developer.html#resources">Developer 
Resources</a>
-               <a class="section" href="developer.html#featurematrix">Feature 
Matrix</a>
-            <a class="page" href="screenshots.html">Screenshots</a>
-            <a class="page" href="manual/">User Manual</a>
-              <a class="section" href="manual/arcem-1.00.html">ArcEm 1.00</a>
-              <a class="section" href="manual/development.html">Development</a>
-            <p><b>Project&nbsp;Links:</b></p>
-            <a href="http://sourceforge.net/projects/arcem/";>SourceForge 
Page</a>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top" align="center"> <a target="_top" 
href="http://sourceforge.net";><img 
src="http://sourceforge.net/sflogo.php?group_id=36764"; width="88" height="31" 
border="0" alt="SourceForge Logo"></a> </td>
-        </tr>
-      </table>
-    </td>
-    <td valign="top">
-      <table border="0">
-        <tr>
-          <td valign="top" colspan="2">
-            <h3>What is ArcEm?</h3>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top">
-            <p>ArcEm is a Acorn A400 hardware emulator that is highly portable,
-              it currently runs on Unix (X Windows), Microsoft Windows, Mac OS 
X,
-              RISC OS and Amiga OS 4. As it's a hardware emulator it's
-              capable of running multiple operating systems including RISC OS
-              3.10 and ARM Linux. If you're interested in helping out on the 
project,
-              check out the <a href="developer.html">developer page</a>.</p>
-          </td>
-          <td><a href="screenshots.html"><img 
src="screenshots/arcemsshot-thumb.jpg" alt="ArcEm Screenshot" width="200" 
height="157" border="0"></a></td>
-        </tr>
-      </table>
-         <a name="news"><h3>News</h3></a>
-      <h4>23rd July 2012 - ArcEm 1.50 alpha release</h4>
-      <p>In preperation for the upcoming 1.50 release of ArcEm, a new alpha 
builds are available from the <a 
href="http://sourceforge.net/projects/arcem/files/arcem/1.50-alpha/";>SourceForge
 project</a>.  Builds of ArcEm 1.50 alpha are currently available for Amiga OS 
3, Amiga OS 4, Mac OS X, RISC OS, and Windows.</p>
+</div>
+<div class="main">
 
-      <h4>11th June 2012 - ArcEm still going</h4>
-      <p>May 2012 saw a push of a large number of updates, significant 
perforamnce improvements from Jeffrey Lee.</p>
+<h2>What is ArcEm?</h2>
 
-      <h4>9th February 2011 - ArcEm (really) isn't dead!</h4>
-      <p>ArcEm continues to live and breathe in random ways.  Latest changes 
include a
-         GCCSDK RISC OS autobuilt version by Chris Gransden, available, <a 
href="http://www.riscos.info/packages/EmulationDetails.html";>here</a></p>
+<p><img src="screenshots/arcemsshot-thumb.jpg" alt="">ArcEm is a portable 
open-source emulator for the Acorn Archimedes. It's capable of running multiple 
operating systems including RISC OS and ARM Linux.</p>
 
-      <h4>12 April 2006 - ArcEm isn't dead!</h4>
-      <p>Contrary to appearances the ArcEm project is alive and well, over the
-        past 18 months many bug fixes and enhancements have been made, 
including
-        work such as HostFS, Sound support and the port to Amiga. See the 
features
-        list below. We're preparing for a formal release of this work, but in
-        the meantime feel free to try out a build from CVS, you won't regret
-        it.</p>
-      <h4>7 April 2006 - Amiga port</h4>
-      <p>Chris Young has ported ArcEm to the Amiga OS4.</p>
-      <h4>5 May 2002 - ArcEm 1.00 released</h4>
-      <p>Version 1.00 is the current stable release of ArcEm. <a 
href="#downloads">Download</a></p>
-      <a name="features"><h3>Features</h3></a>
-      <h4>New in ArcEm 1.50 alpha</h4>
-      <ul>
-        <li>VIDC1 sound support on Amiga, RISC OS &amp; Unix/X11</li>
-        <li>Emulation of 512kB, 1MB, 2MB, 4MB, 8MB, 12MB, or 16MB of RAM</li>
-        <li>Emulation of 'Extension ROMs' as found in the Acorn A4</li>
-        <li>ARM3 emulation</li>
-        <li>ArcEm clock set from Host's clock, partial RTC support</li>
-        <li>Accurate video and timer emulation</li>
-        <li>Display upscaling</li>
-        <li>Rectangular pixel aspect ratio correction (RISC OS, Windows &amp; 
X11)</li>
-        <li>Significant performance improvements, making ArcEm run better on 
slow hardware</li>
-        <li>When emulating RISC OS:
-          <ul>
-            <li>HostFS - A RISC OS file system to allow use of a directory on
-              the Host Filing system as a virtual hard drive</li>
-            <li>Mouse Scroll wheel support</li>
-            <li>Extra video modes, up to 1024x768 in 16 colours and 800x600 in 
256 colours</li>
-          </ul>
-        </li>
-      </ul>
-      <h4>ArcEm 1.00</h4>
-      <ul>
-        <li>Acorn A400 with ARM 2 processor</li>
-        <li>Runs RISC OS and ARM Linux</li>
-        <li>4MB of RAM</li>
-        <li>Support for .adf floppy disc images</li>
-        <li>Support for ST506 hard discs up to 64MB in size</li>
-      </ul>
-      <a name="downloads"><h3>Downloads</h3></a>
-      <h4>ArcEm</h4>
-         Remember to check the <a href="manual/">User Manual</a> for 
installation and compilation information.
-         <ul>
-         <li><a 
href="http://sourceforge.net/project/showfiles.php?group_id=36764";>Download 
version 1.00 binaries for Unix, Windows and RISC OS and Source</a></li>
-          <li><a 
href="http://www.riscos.info/packages/EmulationDetails.html";>Download autobuilt 
RISC OS package</a></li>
-         <li><a href="http://homepage.mac.com/mdales/arcem/";>Download binary 
versions for Mac OS X</a></li>
-         <li><a 
href="http://www.aminet.net/package.php?package=misc/emu/arcem_os4.lha";>Download
 latest Amiga version</a></li>
-      <li><a href="http://sourceforge.net/cvs/?group_id=36764";>Get the latest 
version from CVS</a></li>
-      </ul>
-      <h4>Support Files</h4>
-      <table border="1">
-         <tr><th>File</th><th>Download Size</th>
-         <th>Harddrive shape (see <a href="manual/">User Manual</a>)</th>
-         </tr>
-         <tr><td><a href="floppy800.zip">Blank RISC OS formatted 800KB Floppy 
Disc Image</a></td><td>1.1KB</td><td>&nbsp;</td></tr>
-         <tr><td><a href="hform.zip">RISC OS disc with !HForm on, the hard 
disc formatter</a></td><td>14k</td><td>&nbsp;</td></tr>
-         <tr><td><a href="HardImageFC20MB.zip">Blank RISC OS formated 20MB 
Hard Drive Image</a></td><td>40KB</td><td>612 cylinders 4 heads 32 sectors 256 
record size</td></tr>
-         <tr><td><a href="HardImageFC64MB.zip">Blank RISC OS formated 64MB 
Hard Drive Image</a></td><td>65KB</td><td>1024 cylinders 8 heads 32 sectors 256 
record size</td></tr>
-         <tr><td><!-- <a href="HardDisc64MBLoaded.zip">-->A 64MB RISC OS Hard 
Drive Image Loaded with programs<!-- </a> --> </td><td><font 
color="#CC0000">Coming Soon!</a></td><td>1024 cylinders 8 heads 32 sectors 256 
record size</td></tr>
-         <tr><td><a href="linuxrom.zip">ARMLinux Rom 
Image</a></td><td>335KB</td><td>2.2 Kernel</td></tr>
-         <tr><td><a href="HardImageEXT220MB.zip">ARMLinux ext2 formated 20MB 
Hard Drive Image, with skeleton Linux 
distribution.</a></td><td>3.4MB</td><td>612 cylinders 4 heads 32 sectors 256 
record size</td></tr>
-         </table>
+<p>ArcEm runs on:</p>
+<ul class="indent">
+<li>Amiga OS</li>
+<li>Mac OS X</li>
+<li>Microsoft Windows</li>
+<li>RISC OS</li>
+<li>Unix (X Windows)</li>
+</ul>
 
-      <a name="problems"><h3>Having Problems?</h3></a>      
<h4>Documentation</h4>
-      <p>Please have a read through the <a href="manual/">User manual</a>, to 
see if this answers
-      your questions.</p>
-      <h4>Mailing list</h4>
-      <p>Join the user mailing list,
-        <a 
href="http://lists.sourceforge.net/lists/listinfo/arcem-user";>arcem-user</a>,
-        and ask a question there, or check the
-        <a 
href="http://sourceforge.net/mailarchive/forum.php?forum_id=35961";>archives</a>
-        to see if anyone else has had the same problem.</p>
-      <h4>Reporting bugs</h4>
-      <p>ArcEm uses SourceForge's bug tracking system, you can enter a <a 
href="http://sourceforge.net/tracker/?group_id=36764&atid=417588";>bug report
-        here</a>.</p>
-    </td>
-  </tr>
+<p>If you're interested in helping the project, check out the <a 
href="developer.html">developer page</a>.</p>
+
+<h2 id="news">News</h2>
+
+<dl>
+<dt>23rd July 2012 &ndash; <strong>ArcEm 1.50 alpha release</strong></dt>
+<dd>A new alpha build &ndash; <a 
href="http://sourceforge.net/projects/arcem/files/arcem/1.50-alpha/";>ArcEm 1.50 
alpha</a> &ndash; is now available for AmigaOS 3, AmigaOS 4, Mac OS X, RISC OS, 
and Windows.</dd>
+
+<dt>11th June 2012 &ndash; <strong>ArcEm still going</strong></dt>
+<dd>May 2012 saw a push of a large number of updates, significant perforamnce 
improvements from Jeffrey Lee.</dd>
+
+<dt>9th February 2011 &ndash; <strong>ArcEm (really) isn't dead!</strong></dt>
+<dd>ArcEm continues to live and breathe in random ways.  Latest changes 
include a GCCSDK RISC OS autobuilt version by Chris Gransden, available, <a 
href="http://www.riscos.info/packages/EmulationDetails.html";>here</a>.</dd>
+</dl>
+
+<h2 id="features">Features</h2>
+
+<h3>New in ArcEm 1.50 alpha</h3>
+<ul>
+<li>VIDC1 sound support on Amiga, RISC OS &amp; Unix/X11</li>
+<li>Emulation of 512kB, 1MB, 2MB, 4MB, 8MB, 12MB, or 16MB of RAM</li>
+<li>Emulation of 'Extension ROMs' as found in the Acorn A4</li>
+<li>ARM3 emulation</li>
+<li>ArcEm clock set from Host's clock, partial RTC support</li>
+<li>Accurate video and timer emulation</li>
+<li>Display upscaling</li>
+<li>Rectangular pixel aspect ratio correction (RISC OS, Windows &amp; X11)</li>
+<li>Significant performance improvements, making ArcEm run better on slow 
hardware</li>
+<li>When emulating RISC OS:
+<ul>
+<li>HostFS - A RISC OS file system to allow use of a directory on the Host 
Filing system as a virtual hard drive</li>
+<li>Mouse Scroll wheel support</li>
+<li>Extra video modes, up to 1024x768 in 16 colours and 800x600 in 256 
colours</li>
+</ul>
+</li>
+</ul>
+
+<h3>ArcEm 1.00</h3>
+<ul>
+<li>Acorn A400 with ARM 2 processor</li>
+<li>Runs RISC OS and ARM Linux</li>
+<li>4MB of RAM</li>
+<li>Support for .adf floppy disc images</li>
+<li>Support for ST506 hard discs up to 64MB in size</li>
+</ul>
+
+<h2 id="downloads">Downloads</h2>
+
+<h3>ArcEm</h3>
+<p>Remember to check the <a href="manual/">User Manual</a> for installation 
and compilation information.  Our downloads are available from <a 
href="http://sourceforge.net/projects/arcem/files/";>SourceForge</a>:</p>
+<ul>
+<li><a 
href="http://sourceforge.net/projects/arcem/files/arcem/1.50-alpha/";>Download 
ArcEm 1.50 alpha</a> (Jul 2012)</li>
+<li><a href="http://sourceforge.net/projects/arcem/files/arcem/1.00/";>Download 
ArcEm 1.00</a> (May 2002)</li>
+</ul>
+
+<p>Source code is in CVS:</p>
+<ul>
+<li><a href="http://sourceforge.net/cvs/?group_id=36764";>Get the ArcEm source 
code</a></li>
+</ul>
+
+<p>Various builds of ArcEm are also available from 3rd party sources:</p>
+<ul>
+<li><a href="http://www.riscos.info/packages/EmulationDetails.html";>Download 
autobuilt RISC OS package</a></li>
+<li><a href="http://homepage.mac.com/mdales/arcem/";>Download binary versions 
for Mac OS X</a></li>
+<li><a 
href="http://www.aminet.net/package.php?package=misc/emu/arcem_os4.lha";>Download
 latest Amiga version</a></li>
+</ul>
+
+<h3>Support Files</h3>
+<table>
+<tr><th>File</th><th>Download Size</th>
+<th>Harddrive shape (see <a href="manual/">User Manual</a>)</th>
+</tr>
+<tr><td><a href="floppy800.zip">Blank RISC OS formatted 800KB Floppy Disc 
Image</a></td><td>1.1KB</td><td>&nbsp;</td></tr>
+<tr><td><a href="hform.zip">RISC OS disc with !HForm on, the hard disc 
formatter</a></td><td>14k</td><td>&nbsp;</td></tr>
+<tr><td><a href="HardImageFC20MB.zip">Blank RISC OS formated 20MB Hard Drive 
Image</a></td><td>40KB</td><td>612 cylinders 4 heads 32 sectors 256 record 
size</td></tr>
+<tr><td><a href="HardImageFC64MB.zip">Blank RISC OS formated 64MB Hard Drive 
Image</a></td><td>65KB</td><td>1024 cylinders 8 heads 32 sectors 256 record 
size</td></tr>
+<tr><td><!-- <a href="HardDisc64MBLoaded.zip">-->A 64MB RISC OS Hard Drive 
Image Loaded with programs<!-- </a> --> </td><td><span class="todo">Coming 
Soon!</span></td><td>1024 cylinders 8 heads 32 sectors 256 record size</td></tr>
+<tr><td><a href="linuxrom.zip">ARMLinux Rom 
Image</a></td><td>335KB</td><td>2.2 Kernel</td></tr>
+<tr><td><a href="HardImageEXT220MB.zip">ARMLinux ext2 formated 20MB Hard Drive 
Image, with skeleton Linux distribution.</a></td><td>3.4MB</td><td>612 
cylinders 4 heads 32 sectors 256 record size</td></tr>
 </table>
-<p>&nbsp;</p>
+
+<h2 id="problems">Having Problems?</h2>
+
+<h3>Documentation</h3>
+<p>Please have a read through the <a href="manual/">User manual</a>, to see if 
it answers your questions.</p>
+<h3>Mailing list</h3>
+<p>Join the user mailing list, <a 
href="http://lists.sourceforge.net/lists/listinfo/arcem-user";>arcem-user</a>, 
and ask a question there, or check the <a 
href="http://sourceforge.net/mailarchive/forum.php?forum_id=35961";>archives</a> 
to see if anyone else has had the same problem.</p>
+<h3>Reporting bugs</h3>
+<p>ArcEm uses SourceForge's bug tracking system, you can enter a <a 
href="http://sourceforge.net/tracker/?group_id=36764&amp;atid=417588";>bug 
report here</a>.</p>
+
+</div>
+</div>
 </body>
 </html>

--- NEW FILE: favicon.png ---
(This appears to be a binary file; contents omitted.)

--- arcemlogo.png DELETED ---

--- NEW FILE: arcem.css ---
html, body {
        margin: 0;
        padding: 0;
        height: 100%;
}

body {
        background: #5065fc;
        margin: 0 auto;
        width: 80%;
        min-width: 480px;
        max-width: 1200px;
        font-family: sans-serif;
}

dl {
        margin: 1.12em 0;
        padding: 0;
}

dt {
        margin: 0;
        padding: 0;
}

ul {
        padding-left: 1.2em;
        margin: 1.12em 0;
}

ul.indent {
        padding-left: 2.2em;
        margin: 1.12em 0;
}

ul ul, dl ul {
        margin: 0;
}

li, li li {
        margin: 0;
        padding: 0;
}

span.todo {
        color: red;
}

div.top {
        background: #5065fc;
        font-family: sans-serif;
        color: #fff;
        border-bottom: 4px solid #d1af00;
        position: relative;
}

div.top h1:first-child, div.top p:first-child {
        font-weight: normal;
        font-size: 100px;
        margin: 0;
        border-bottom: 4px solid #ec0707;
        white-space: nowrap;
}

div.top h1 + p, div.top p + p {
        text-align: right;
        margin: 0;
        border: none;
        position: absolute;
        top: 138px;
        right: 2px;
        white-space: nowrap;
}

div.top a {
        text-decoration: none;
        color: #fff;
}

div.top img {
        vertical-align: bottom;
}

div.below {
        display: table;
        width: 100%;
        border-bottom: 4px solid #5065fc;
}

div.nav {
        display: table-cell;
        background: #a7b2fd;
        width: 33%;
        padding: 0.4em;
        border-right: 4px dotted #dbdfff;
}

div.nav h2, div.nav h3 {
        font-size: 100%;
        font-weight: bold;
        border-top: 1px solid #dbdfff;
        padding-top: 1em;       
}

div.nav p {
        margin: 0 0 0 1em;
}

div.main {
        display: table-cell;
        background: #a7b2fd;
        padding: 0.5em;
}

div.main h2:first-child {
        border: none;
        padding: 0;
}

div.main h2 {
        border-top: 1px solid #dbdfff;
        padding-top: 0.4em;
        clear: both;
}

div.main h3 {
        color: #292c3f;
}

div.main p {
        margin-left: 1em;
}

div.main dl {
        padding: 0;
        margin-left: 1em;
}

div.main h1 + dl {
        padding: 0;
        margin-left: 0;
}

div.main dt {
        color: #52577e;
        padding: 0;
        margin: 1em 0 0.2em 0;
}

div.main dt strong {
        color: #000;
}

div.main dd {
        padding: 0;
        margin: 0 0 1em 1em;
}

div.main th {
        background: #cbd1fe;
}

div.main td {
        background: #bac2fb;
}

div.main p img {
        float: right;
        margin: 0 0 1em 1em;
}

Index: changelog.html
===================================================================
RCS file: /cvsroot/arcem/webpages/changelog.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- changelog.html      6 Aug 2012 23:12:14 -0000       1.2
+++ changelog.html      21 Sep 2012 09:52:10 -0000      1.3
@@ -1,154 +1,124 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
- "http://www.w3.org/TR/html4/strict.dtd";>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" 
"http://www.w3.org/TR/html4/strict.dtd";>
 <html>
 <head>
-<title>ArcEm - ChangeLog</title>
-<style type="text/css">
-<!--
-/* Colour scheme is based on the 3 colours of the classic Archimedes logo */
-
-h3 {
-  background-color: #CCFFFF;
-}
+<title>ArcEm - The Acorn Archimedes Emulator</title>
+<link rel="stylesheet" type="text/css" href="arcem.css">
+<link rel="icon" type="image/png" href="favicon.png">
+</head>
+<body>
+<div class="top">
+<p><a href="/"><img src="ArcEm.png" title="ArcEm Logo" alt="A">rcEm</a></p>
+<p>Acorn Archimedes Emulator</p>
+</div>
 
-h4 {
-  background-color: #FFFFCC;
-}
+<div class="below">
+<div class="nav">
+<ul>
+<li><a href="index.html">ArcEm Home</a>
+<ul>
+<li><a href="index.html#news">News</a></li>
+<li><a href="index.html#features">Features</a></li>
+<li><a href="index.html#downloads">Downloads</a></li>
+<li><a href="index.html#problems">Having Problems?</a></li>
+</ul>
+</li>
+<li><a href="changelog.html">ChangeLog</a></li>
+<li><a href="developer.html">Developer Information</a>
+<ul>
+<li><a href="developer.html#aims">Development aims</a></li>
+<li><a href="developer.html#resources">Developer Resources</a></li>
+<li><a href="developer.html#featurematrix">Feature Matrix</a></li>
+</ul>
+</li>
+<li><a href="screenshots.html">Screenshots</a></li>
+<li><a href="manual/">User Manual</a>
+<ul>
+<li><a href="manual/arcem-1.00.html">ArcEm 1.00</a>
+<li><a href="manual/development.html">Development</a>
+</ul>
+</li>
+</ul>
 
-.red {
-  background-color: #FFCCCC;
-}
+<h2>External project links</h2>
 
-.Y {
-  background-color: #CCFFCC;
-}
+<ul>
+<li><a href="http://sourceforge.net/projects/arcem/";>ArcEm SourceForge 
Page</a></li>
+</ul>
 
-.N {
-  background-color: #FFCCCC;
-}
+<h2>Other useful links</h2>
 
-#nav a.page {
-       display: block;
-       width: 180px; }
+<ul>
+<li><a href="http://adffs.filecore.net/";>ADFFS</a>
+<p>RISC OS Floppy image reader</p></li>
+<li><a href="http://acorn.revivalteam.de/";>Wocki's Acorn Site</a>
+<p>All sorts of RISC OS emulation materials</p></li>
+</ul>
 
-#nav a.section {
-       display: block;
-       padding-left: 1em;
-       font-size: 85%; }
--->
-</style>
-</head>
-<body>
-<table width="100%">
-  <tr>
-    <td><img alt="ArcEm Logo" src="arcemlogo.png"></td>
-    <td>
-      <h1>ArcEm - The Acorn System Emulator</h1>
-    </td>
-  </tr>
-</table>
-<table width="100%" cellspacing="5" cellpadding="5">
-  <tr>
-    <td valign="top" class="red">
-      <table border="0" cellpadding="0" cellspacing="0">
-        <tr>
-          <td valign="top" id="nav">
-            <a class="page" href="index.html">ArcEm Home</a>
-              <a class="section" href="index.html#news">News</a>
-              <a class="section" href="index.html#features">Features</a>
-              <a class="section" href="index.html#downloads">Downloads</a>
-              <a class="section" href="index.html#problems">Having 
Problems?</a>
-            <a class="page" href="changelog.html">ChangeLog</a>
-            <a class="page" href="developer.html">Developer Information</a>
-               <a class="section" href="developer.html#aims">Development 
aims</a>
-               <a class="section" href="developer.html#resources">Developer 
Resources</a>
-               <a class="section" href="developer.html#featurematrix">Feature 
Matrix</a>
-            <a class="page" href="screenshots.html">Screenshots</a>
-            <a class="page" href="manual/">User Manual</a>
-              <a class="section" href="manual/arcem-1.00.html">ArcEm 1.00</a>
-              <a class="section" href="manual/development.html">Development</a>
-            <p><b>Project&nbsp;Links:</b></p>
-            <a href="http://sourceforge.net/projects/arcem/";>SourceForge 
Page</a>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top" align="center"> <a target="_top" 
href="http://sourceforge.net";><img 
src="http://sourceforge.net/sflogo.php?group_id=36764"; width="88" height="31" 
border="0" alt="SourceForge Logo"></a> </td>
-        </tr>
-      </table>
-    </td>
-    <td valign="top">
+</div>
+<div class="main">
 
-      <a name="changelog"></a>
-      <h3>ChangeLog</h3>
-      <p></p>
-      <dl>
-        <dt>1.50 - ?? ?? 2012</dt>
-        <dd>
-          <ul>
-            <li>New features
-              <ul>
-                <li>Addition of ports to Amiga OS 3 and OS 4.
-                <li>Sound emulation.
-                <li>Support for RAM sizes other than 4MB (512KB, 1MB, 2MB, 
4MB, 8MB, 12MB &amp; 16MB now supported)
-                <li>ARM250 &amp; ARM3 CPU emulation.
-                <li>ArcEm clock set from host's clock, partial RTC support.
-                <li>Extension ROM emulation, allowing support for the 
following new features when emulation RISC OS:
-                  <ul>
-                    <li>HostFS - A RISC OS filesystem to allow use of a 
directory on the Host Filing system as a virtual hard drive
-                    <li>Mouse scroll wheel support
-                    <li>Extra video modes, up to 1024x768 in 16 colours and 
800x600 in 256 colours
-                  </ul>
-              </ul>
-            <li>Bug fixes/Improvements
-              <ul>
-                <li>Many performance tweaks and optimisations, resulting in a 
5-6 times performance gain on ARM hosts. A 600MHz XScale can now achieve a 
level of performance roughly equivalent to an 8MHz ARM2. Similar performance 
gains can be seen on other low-power hosts.
-                <li>Video emulation rewritten to provide accurate redraw and 
VSync timing, down to the scanline level.
-                <li>Video emulation now supports upscaling and aspect ratio 
correction for rectangular pixel modes.
-                <li>All hardware clocks/timers (IOC timers, video DMA, audio 
DMA, etc.) now run in real time, ensuring one second takes one second no matter 
how fast the host machine is.
-                <li>Source code tidied a bit to remove redundant code, 
including support for emulation of 32bit processor modes (there are other, much 
better emulators for that!).
-                <li>Source code converted to use C99 number types to aid 
portability.
-                <li>Instruction prefetch now correctly emulated - ensures 
correct operation with self-modifying code and some forms of copy protection.
-                <li>RISC OS version now 32bit compatible, and ARMv7-safe. Also 
much more useable with modern machines/LCD monitors as it no longer requires 
the host to be able to support Archimedes screen modes.
-                <li>Windows version updated to build under Visual Studio 2010 
(including Express edition).
-                <li>Unix/X11 version now supports X servers that don't support 
XWarpPointer
-              </ul>        
-          </ul>
-        </dd>
+<h1 id="changelog">Change Log</h1>
 
-        <dt>1.00 - 6th May 2002</dt>
-        <dd>
-          <ul>
-            <li>New manual and new SourceForge page. Other documentation 
deprecated.
-            <li>Added project files for MS VC++, and fix warnings provoked by 
it.
-            <li>Further split of windowing/non-windowing functionality to aid 
division
-              of architecture-independent files.
-            <li>Windows version made independent from Cygwin.
-            <li>Windows support imported from eQRD version. Features brought 
inline
-              with other versions, including icon change, and same format for 
choices
-              file.
-            <li>Entirety of build warnings fixed under GCC, including those 
that appeared
-              from turning on harsh warning flags.
-            <li>General tidying.
-            <li>Makefile rearranged so that default Unix builds are more 
sensible.
-          </ul>
-        </dd>
+<dl>
+<dt><strong>ArcEm 1.50</strong> &ndash; ?? ?? 2012</dt>
+<dd>
+<ul>
+<li>New features
+<ul>
+<li>Addition of ports to Amiga OS 3 and OS 4.</li>
+<li>Sound emulation.</li>
+<li>Support for RAM sizes other than 4MB (512KB, 1MB, 2MB, 4MB, 8MB, 12MB 
&amp; 16MB now supported).</li>
+<li>ARM250 &amp; ARM3 CPU emulation.</li>
+<li>ArcEm clock set from host's clock, partial RTC support.</li>
+<li>Extension ROM emulation, allowing support for the following new features 
when emulation RISC OS:
+<ul>
+<li>HostFS - A RISC OS filesystem to allow use of a directory on the Host 
Filing system as a virtual hard drive.</li>
+<li>Mouse scroll wheel support.</li>
+<li>Extra video modes, up to 1024x768 in 16 colours and 800x600 in 256 
colours.</li>
+</ul></li>
+</ul></li>
+<li>Bug fixes/Improvements
+<ul>
+<li>Many performance tweaks and optimisations, resulting in a 5-6 times 
performance gain on ARM hosts. A 600MHz XScale can now achieve a level of 
performance roughly equivalent to an 8MHz ARM2. Similar performance gains can 
be seen on other low-power hosts.</li>
+<li>Video emulation rewritten to provide accurate redraw and VSync timing, 
down to the scanline level.</li>
+<li>Video emulation now supports upscaling and aspect ratio correction for 
rectangular pixel modes.</li>
+<li>All hardware clocks/timers (IOC timers, video DMA, audio DMA, etc.) now 
run in real time, ensuring one second takes one second no matter how fast the 
host machine is.</li>
+<li>Source code tidied a bit to remove redundant code, including support for 
emulation of 32bit processor modes (there are other, much better emulators for 
that!).</li>
+<li>Source code converted to use C99 number types to aid portability.</li>
+<li>Instruction prefetch now correctly emulated - ensures correct operation 
with self-modifying code and some forms of copy protection.</li>
+<li>RISC OS version now 32bit compatible, and ARMv7-safe. Also much more 
useable with modern machines/LCD monitors as it no longer requires the host to 
be able to support Archimedes screen modes.</li>
+<li>Windows version updated to build under Visual Studio 2010 (including 
Express edition).</li>
+<li>Unix/X11 version now supports X servers that don't support 
XWarpPointer.</li>
+</ul></li>
+</ul></li>
+</dd>
 
-        <dt>0.60 - 30th September 2001</dt>
-        <dd>
-          <ul>
-            <li> Support for running RISC OS, by Alex Macfarlane Smith and 
Peter Naulls
-            <li> Split of the windowing aspects of the code, to allow 
independent development.
-            <li> Some small speed ups.
-            <li> Source code tidying and warning fixes.
-          </ul>
-        </dd>
-      </dl>
+<dt><strong>ArcEm 1.00</strong> &ndash; 6th May 2002</dt>
+<dd>
+<ul>
+<li>New manual and new SourceForge page. Other documentation deprecated.</li>
+<li>Added project files for MS VC++, and fix warnings provoked by it.</li>
+<li>Further split of windowing/non-windowing functionality to aid division of 
architecture-independent files.</li>
+<li>Windows version made independent from Cygwin.</li>
+<li>Windows support imported from eQRD version. Features brought inline with 
other versions, including icon change, and same format for choices file.</li>
+<li>Entirety of build warnings fixed under GCC, including those that appeared 
from turning on harsh warning flags.</li>
+<li>General tidying.</li>
+<li>Makefile rearranged so that default Unix builds are more sensible.</li>
+</ul>
+</dd>
 
-      <p>For details of older changes, see docs directory.</p>
+<dt><strong>ArcEm 0.60</strong> &ndash; 30th September 2001</dt>
+<dd>
+<ul>
+<li>Support for running RISC OS, by Alex Macfarlane Smith and Peter Naulls
+<li>Split of the windowing code, to allow independent development.
+<li>Some small speed ups.
+<li>Source code tidying and warning fixes.
+</ul>
+</dd>
+</dl>
 
-    </td>
-  </tr>
-</table>
-<p>&nbsp;</p>
+</div>
+</div>
 </body>
 </html>

Index: developer.html
===================================================================
RCS file: /cvsroot/arcem/webpages/developer.html,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- developer.html      6 Aug 2012 16:27:45 -0000       1.13
+++ developer.html      21 Sep 2012 09:52:10 -0000      1.14
@@ -1,187 +1,158 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
- "http://www.w3.org/TR/html4/strict.dtd";>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" 
"http://www.w3.org/TR/html4/strict.dtd";>
 <html>
 <head>
-<title>ArcEm - The Acorn System Emulator</title>
-<style type="text/css">
-<!--
-/* Colour scheme is based on the 3 colours of the classic Archimedes logo */
+<title>ArcEm - The Acorn Archimedes Emulator</title>
+<link rel="stylesheet" type="text/css" href="arcem.css">
+<link rel="icon" type="image/png" href="favicon.png">
+</head>
+<body>
+<div class="top">
+<p><a href="/"><img src="ArcEm.png" title="ArcEm Logo" alt="A">rcEm</a></p>
+<p>Acorn Archimedes Emulator</p>
+</div>
 
-h3 {
-  background-color: #CCFFFF;
-}
+<div class="below">
+<div class="nav">
+<ul>
+<li><a href="index.html">ArcEm Home</a>
+<ul>
+<li><a href="index.html#news">News</a></li>
+<li><a href="index.html#features">Features</a></li>
+<li><a href="index.html#downloads">Downloads</a></li>
+<li><a href="index.html#problems">Having Problems?</a></li>
+</ul>
+</li>
+<li><a href="changelog.html">ChangeLog</a></li>
+<li><a href="developer.html">Developer Information</a>
+<ul>
+<li><a href="developer.html#aims">Development aims</a></li>
+<li><a href="developer.html#resources">Developer Resources</a></li>
+<li><a href="developer.html#featurematrix">Feature Matrix</a></li>
+</ul>
+</li>
+<li><a href="screenshots.html">Screenshots</a></li>
+<li><a href="manual/">User Manual</a>
+<ul>
+<li><a href="manual/arcem-1.00.html">ArcEm 1.00</a>
+<li><a href="manual/development.html">Development</a>
+</ul>
+</li>
+</ul>
 
-h4 {
-  background-color: #FFFFCC;
-}
+<h2>External project links</h2>
 
-.red {
-  background-color: #FFCCCC;
-}
+<ul>
+<li><a href="http://sourceforge.net/projects/arcem/";>ArcEm SourceForge 
Page</a></li>
+</ul>
 
-.Y {
-  background-color: #CCFFCC;
-}
+<h2>Other useful links</h2>
 
-.N {
-  background-color: #FFCCCC;
-}
+<ul>
+<li><a href="http://adffs.filecore.net/";>ADFFS</a>
+<p>RISC OS Floppy image reader</p></li>
+<li><a href="http://acorn.revivalteam.de/";>Wocki's Acorn Site</a>
+<p>All sorts of RISC OS emulation materials</p></li>
+</ul>
 
-#nav a.page {
-       display: block;
-       width: 180px; }
+</div>
+<div class="main">
 
-#nav a.section {
-       display: block;
-       padding-left: 1em;
-       font-size: 85%; }
--->
-</style>
-</head>
-<body>
-<table width="100%">
+<h1 id="developerInfo">Developer Information</h1>
+
+<p>This page gathers information for people interested in helping with the 
development of ArcEm.</p>
+
+<h2 id="aims">Aims and Future plans</h2>
+<p>Here are a few things we're looking to work on in the future, if you're 
interested in helping with any of these, drop us a line on the <a 
href="#devmailinglist">developer mailing list</a></p>
+
+<ul>
+<li>Easier to port to more platforms</li>
+<li>Easier for the end user to use</li>
+<li>Support more hardware
+<ul>
+<li>IOEB emulation (1.6MB floppies, joysticks, more VIDC clock speeds, 
etc)</li>
+<li>Parallel &amp; serial emulation</li>
+</ul>
+</li>
+<li>Tidier, making the code easier to bug fix and maintain</li>
+<li>Faster</li>
+<li>Additional features
+<ul>
+<li>Networking</li>
+<li>Ability to save &amp; restore emulator state (perfect for those games that 
don't let you save)</li>
+</ul>
+</li>
+</ul>
+
+<h2 id="resources">Developer Resources</h2>
+<h3>Compilation Instructions</h3>
+<p>The <a href="manual/">User Manual</a> contains a section on how to compile 
each platforms version.</p>
+<h3>SourceForge Project Page</h3>
+<p>The <a href="http://sourceforge.net/projects/arcem/";>SourceForge Project 
Page</a> contains many useful pages, including the <a 
href="http://sourceforge.net/tracker/?group_id=36764&amp;atid=417588";>Bug 
Tracker</a>, <a href="">List of releases</a>, <a 
href="http://sourceforge.net/cvs/?group_id=36764";>CVS access information</a> 
and a <a href="http://arcem.cvs.sourceforge.net/arcem/arcem/";>source code 
viewer</a>.</p>
+
+<h3 id="devmailinglist">Developer Mailing list</h3>
+<p>Want to keep up to date with new features being added? Want to help out? 
Join the developer mailing list, <a 
href="http://lists.sourceforge.net/lists/listinfo/arcem-devel";>arcem-devel</a>, 
and speak directly to those involved. You can also read through the <a 
href="http://sourceforge.net/mailarchive/forum.php?forum_id=32773";>archive of 
messages</a>.</p>
+
+<h3 id="cvsmailinglist">CVS Mailing list</h3>
+<p>You can also join the CVS commits mailing list, <a 
href="http://lists.sourceforge.net/lists/listinfo/arcem-cvs";>arcem-cvs</a>, to 
keep track of changes.</p>
+
+<h3>Datasheet Archive</h3>
+<p>A collection of datasheets and technical information on the Archimedes and 
later hardware has been <a 
href="http://www.home.marutan.net/arcemdocs/";>collected together</a>. Please 
have a look at the wanted list and see if you can contribute.</p>
+
+<h2 id="featurematrix">Feature Matrix</h2>
+<p>This is a table of what features are supported on which platform based on 
the current state of the CVS HEAD.</p>
+<table>
   <tr>
-    <td><img alt="ArcEm Logo" src="arcemlogo.png"></td>
-    <td>
-      <h1>ArcEm - The Acorn System Emulator</h1>
-    </td>
+    <th>&nbsp;</th>
+    <th>X Windows</th>
+    <th>MS Windows</th>
+    <th>Mac OS X</th>
+    <th>RISC OS</th>
+    <th>Amiga</th>
   </tr>
-</table>
-<table width="100%" cellspacing="5" cellpadding="5">
   <tr>
-    <td valign="top" class="red">
-      <table border="0" cellpadding="0" cellspacing="0">
-        <tr>
-          <td valign="top" id="nav">
-            <a class="page" href="index.html">ArcEm Home</a>
-              <a class="section" href="index.html#news">News</a>
-              <a class="section" href="index.html#features">Features</a>
-              <a class="section" href="index.html#downloads">Downloads</a>
-              <a class="section" href="index.html#problems">Having 
Problems?</a>
-            <a class="page" href="changelog.html">ChangeLog</a>
-            <a class="page" href="developer.html">Developer Information</a>
-               <a class="section" href="developer.html#aims">Development 
aims</a>
-               <a class="section" href="developer.html#resources">Developer 
Resources</a>
-               <a class="section" href="developer.html#featurematrix">Feature 
Matrix</a>
-            <a class="page" href="screenshots.html">Screenshots</a>
-            <a class="page" href="manual/">User Manual</a>
-              <a class="section" href="manual/arcem-1.00.html">ArcEm 1.00</a>
-              <a class="section" href="manual/development.html">Development</a>
-            <p><b>Project&nbsp;Links:</b></p>
-            <a href="http://sourceforge.net/projects/arcem/";>SourceForge 
Page</a>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top" align="center"> <a target="_top" 
href="http://sourceforge.net";><img 
src="http://sourceforge.net/sflogo.php?group_id=36764"; width="88" height="31" 
border="0" alt="SourceForge Logo"></a> </td>
-        </tr>
-      </table>
-    </td>
-    <td valign="top">
-      <h3 id="aims">Developer Aims and Future plans</h3>
-      <p>Here are a few things we're looking to work on in the future, if 
you're interested in helping with any of these, drop us a line on the <a 
href="#devmailinglist">developer mailing list</a></p>
-      <ul>
-        <li>Easier to port to more platforms</li>
-        <li>Easier for the end user to use</li>
-        <li>Support more hardware
-          <ul>
-            <li>IOEB emulation (1.6MB floppies, joysticks, more VIDC clock 
speeds, etc)</li>
-            <li>Parallel &amp; serial emulation</li>
-          </ul>
-        </li>
-        <li>Tidier, making the code easier to bug fix and maintain</li>
-        <li>Faster</li>
-        <li>Additional features
-          <ul>
-            <li>Networking</li>
-            <li>Ability to save &amp; restore emulator state (perfect for 
those games that don't let you save)</li>
-          </ul>
-        </li>
-      </ul>
-      <a name="news"><h3>News</h3></a>
-         <h4>26 March 2006 - Catchup</h4>
-         <p>Try the latest CVS build for a range of new features. HostFS lets 
you put aside a directory on your host hard drive to use as the root of a RISC 
OS filing system, makes it very easy to get files on and off the system. Try 
out the new sound support, relive the nightmare of the 'foop' startup beep. Try 
out extra RISC OS enhancements like big screen modes and scroll wheel mouse 
support. You can now emulate an ARM3 (as opposed to an ARM250) processor, 
though this has no effect on speed.</p>
-      <a name="resources"><h3>Developer Resources</h3></a>      
<h4>Compilation Instructions</h4>
-      <p>The <a href="manual/">User Manual</a> contains a section on how
-        to compile each platforms version.</p>
-      <h4>SourceForge Project Page</h4>
-      <p>The <a href="http://sourceforge.net/projects/arcem/";>SourceForge 
Project
-          Page</a> contains many useful pages, including the <a 
href="http://sourceforge.net/tracker/?group_id=36764&atid=417588";>Bug
-          Tracker</a>, <a href="">List of releases</a>, <a 
href="http://sourceforge.net/cvs/?group_id=36764";>CVS access information</a>
-          and a <a href="http://arcem.cvs.sourceforge.net/arcem/arcem/";>source 
code viewer</a>.</p>
-      <a name="devmailinglist"><h4>Developer Mailing list</h4></a>
-      <p>Want to keep up to date with new features being added? Want to help
-        out? Join the developer mailing list,
-        <a 
href="http://lists.sourceforge.net/lists/listinfo/arcem-devel";>arcem-devel</a>,
-        and speak directly to those involved. You can also read
-        through the <a 
href="http://sourceforge.net/mailarchive/forum.php?forum_id=32773";>archive
-        of messages</a>.</p>
-      <a name="cvsmailinglist"><h4>CVS Mailing list</h4></a>
-      <p>You can also join the CVS commits mailing list,
-        <a 
href='http://lists.sourceforge.net/lists/listinfo/arcem-cvs'>arcem-cvs</a>,
-        to keep track of changes.</p>
-      <h4>Datasheet Archive</h4>
-      <p>A collection of datasheets and technical information on the Archimedes
-        and later hardware has been <a 
href="http://www.home.marutan.net/arcemdocs/";>collected
-        together</a>. Please have a look at the wanted list and see if you can
-        contribute.</p>
-      <a name="featurematrix"><h3>Feature Matrix</h3></a>
-      <p>This is a table of what features are supported on which platform based
-        on the current state of the CVS HEAD.</p>
-      <table border="1">
-        <tr>
-          <th>&nbsp;</th>
-          <th>X Windows</th>
-          <th>MS Windows</th>
-          <th>Mac OS X</th>
-          <th>RISC OS</th>
-          <th>Amiga</th>
-        </tr>
-        <tr>
-          <th>ExtnROM</th>
-          <td class="Y">Y</td>
-          <td class="Y">Y</td>
-          <td class="Y">Y</td>
-          <td class="Y">Y</td>
-          <td class="Y">Y</td>
-        </tr>
-        <tr>
-          <th>HostFS</th>
-          <td class="Y">Y</td>
-          <td class="Y">Y</td>
-          <td class="Y">Y</td>
-          <td class="Y">Y</td>
-          <td class="Y">Y</td>
-        </tr>
-        <tr>
-          <th>Gfx &gt; 800x600</th>
-          <td class="Y">Y</td>
-          <td class="N">N</td>
-          <td class="N">N</td>
-          <td class="Y">Y</td>
-          <td class="Y">Y</td>
-        </tr>
-        <tr>
-          <th>Sound Support</th>
-          <td class="Y">Y [1]</td>
-          <td class="N">N</td>
-          <td class="N">N</td>
-          <td class="Y">Y</td>
-          <td class="Y">Y [2]</td>
-        </tr>
-        <tr>
-          <th>Mousewheel Support</th>
-          <td class="Y">Y</td>
-          <td class="Y">Y</td>
-          <td class="N">N</td>
-          <td class="N">N</td>
-          <td class="Y">Y</td>
-        </tr>
-      </table>
-      <p>[1] - Requires pthread library and OSS sound API.<br>
-         [2] - Requires ahi-handler</p>
-    </td>
+    <th>ExtnROM</th>
+    <td class="Y">Y</td>
+    <td class="Y">Y</td>
+    <td class="Y">Y</td>
+    <td class="Y">Y</td>
+    <td class="Y">Y</td>
+  </tr>
+  <tr>
+    <th>HostFS</th>
+    <td class="Y">Y</td>
+    <td class="Y">Y</td>
+    <td class="Y">Y</td>
+    <td class="Y">Y</td>
+    <td class="Y">Y</td>
+  </tr>
+  <tr>
+    <th>Gfx &gt; 800x600</th>
+    <td class="Y">Y</td>
+    <td class="N">N</td>
+    <td class="N">N</td>
+    <td class="Y">Y</td>
+    <td class="Y">Y</td>
+  </tr>
+  <tr>
+    <th>Sound Support</th>
+    <td class="Y">Y [1]</td>
+    <td class="N">N</td>
+    <td class="N">N</td>
+    <td class="Y">Y</td>
+    <td class="Y">Y [2]</td>
+  </tr>
+  <tr>
+    <th>Mousewheel Support</th>
+    <td class="Y">Y</td>
+    <td class="Y">Y</td>
+    <td class="N">N</td>
+    <td class="N">N</td>
+    <td class="Y">Y</td>
   </tr>
 </table>
-<p>&nbsp;</p>
+<p>[1] - Requires pthread library and OSS sound API.<br>[2] - Requires 
ahi-handler</p>
+
+</div>
+</div>
 </body>
 </html>

--- NEW FILE: ArcEm.png ---
(This appears to be a binary file; contents omitted.)

Index: screenshots.html
===================================================================
RCS file: /cvsroot/arcem/webpages/screenshots.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- screenshots.html    6 Aug 2012 16:27:45 -0000       1.7
+++ screenshots.html    21 Sep 2012 09:52:10 -0000      1.8
@@ -1,102 +1,92 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
- "http://www.w3.org/TR/html4/strict.dtd";>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" 
"http://www.w3.org/TR/html4/strict.dtd";>
 <html>
 <head>
-<title>ArcEm - The Acorn System Emulator</title>
-<style type="text/css">
-<!--
-/* Colour scheme is based on the 3 colours of the classic Archimedes logo */
+<title>ArcEm - The Acorn Archimedes Emulator</title>
+<link rel="stylesheet" type="text/css" href="arcem.css">
+<link rel="icon" type="image/png" href="favicon.png">
+</head>
+<body>
+<div class="top">
+<p><a href="/"><img src="ArcEm.png" title="ArcEm Logo" alt="A">rcEm</a></p>
+<p>Acorn Archimedes Emulator</p>
+</div>
 
-h3 {
-  background-color: #CCFFFF;
-}
+<div class="below">
+<div class="nav">
+<ul>
+<li><a href="index.html">ArcEm Home</a>
+<ul>
+<li><a href="index.html#news">News</a></li>
+<li><a href="index.html#features">Features</a></li>
+<li><a href="index.html#downloads">Downloads</a></li>
+<li><a href="index.html#problems">Having Problems?</a></li>
+</ul>
+</li>
+<li><a href="changelog.html">ChangeLog</a></li>
+<li><a href="developer.html">Developer Information</a>
+<ul>
+<li><a href="developer.html#aims">Development aims</a></li>
+<li><a href="developer.html#resources">Developer Resources</a></li>
+<li><a href="developer.html#featurematrix">Feature Matrix</a></li>
+</ul>
+</li>
+<li><a href="screenshots.html">Screenshots</a></li>
+<li><a href="manual/">User Manual</a>
+<ul>
+<li><a href="manual/arcem-1.00.html">ArcEm 1.00</a>
+<li><a href="manual/development.html">Development</a>
+</ul>
+</li>
+</ul>
 
-h4 {
-  background-color: #FFFFCC;
-}
+<h2>External project links</h2>
 
-.red {
-  background-color: #FFCCCC;
-}
+<ul>
+<li><a href="http://sourceforge.net/projects/arcem/";>ArcEm SourceForge 
Page</a></li>
+</ul>
 
-#nav a.page {
-       display: block;
-       width: 180px; }
+<h2>Other useful links</h2>
 
-#nav a.section {
-       display: block;
-       padding-left: 1em;
-       font-size: 85%; }
--->
-</style>
-</head>
-<body>
-<table width="100%">
-  <tr>
-    <td><img alt="ArcEm Logo" src="arcemlogo.png"></td>
-    <td>
-      <h1>ArcEm - The Acorn System Emulator</h1>
-    </td>
-  </tr>
-</table>
-<table width="100%" cellspacing="5" cellpadding="5">
-  <tr>
-    <td valign="top" class="red">
-      <table border="0" cellpadding="0" cellspacing="0">
-        <tr>
-          <td valign="top" id="nav">
-            <a class="page" href="index.html">ArcEm Home</a>
-              <a class="section" href="index.html#news">News</a>
-              <a class="section" href="index.html#features">Features</a>
-              <a class="section" href="index.html#downloads">Downloads</a>
-              <a class="section" href="index.html#problems">Having 
Problems?</a>
-            <a class="page" href="changelog.html">ChangeLog</a>
-            <a class="page" href="developer.html">Developer Information</a>
-               <a class="section" href="developer.html#aims">Development 
aims</a>
-               <a class="section" href="developer.html#resources">Developer 
Resources</a>
-               <a class="section" href="developer.html#featurematrix">Feature 
Matrix</a>
-            <a class="page" href="screenshots.html">Screenshots</a>
-            <a class="page" href="manual/">User Manual</a>
-              <a class="section" href="manual/arcem-1.00.html">ArcEm 1.00</a>
-              <a class="section" href="manual/development.html">Development</a>
-            <p><b>Project&nbsp;Links:</b></p>
-            <a href="http://sourceforge.net/projects/arcem/";>SourceForge 
Page</a>
-          </td>
-        </tr>
-        <tr>
-          <td valign="top" align="center"> <a target="_top" 
href="http://sourceforge.net";><img 
src="http://sourceforge.net/sflogo.php?group_id=36764"; width="88" height="31" 
border="0" alt="SourceForge Logo"></a> </td>
-        </tr>
-      </table>
-    </td>
-    <td valign="top">&nbsp;
-      <table width="100%" border="1">
-        <tr>
-          <td align="center"><a href="screenshots/arcemsshot.png"><img 
src="screenshots/arcemsshot-thumb.jpg" width="200" height="157" 
border="0"></a></td>
-          <td align="center"><a href="screenshots/hostfsshot.png"><img 
src="screenshots/hostfsshot-thumb.jpg" width="200" height="150" 
border="0"></a></td>
-        </tr>
-        <tr>
-          <td align="center">A general shot of ArcEm running under Ubuntu 
Linux.</td>
-          <td align="center">HostFS allows a directory on your Host harddrive 
to become a RISC OS harddrive.<br>ArcEm also runs under Solaris.</td>
-        </tr>
-        <tr>
-          <td align="center"><a href="screenshots/macosx.jpg"><img 
src="screenshots/macosx-thumb.jpg" width="200" height="150" border="0"></a></td>
-          <td align="center"><a href="screenshots/windows.png"><img 
src="screenshots/windows-thumb.jpg" width="200" height="162" 
border="0"></a></td>
-        </tr>
-        <tr>
-          <td align="center">Running on Mac OS X</td>
-          <td align="center">On Windows</td>
-        </tr>
-        <tr>
-          <td align="center"><a href="screenshots/amiga.jpg"><img 
src="screenshots/amiga-thumb.jpg" width="200" height="160" border="0"></a></td>
-          <td> </td>
-        </tr>
-        <tr>
-          <td align="center">On AmigaOS 4.0</td>
-          <td> </td>
-        </tr>
-      </table>
-    </td>
-  </tr>
+<ul>
+<li><a href="http://adffs.filecore.net/";>ADFFS</a>
+<p>RISC OS Floppy image reader</p></li>
+<li><a href="http://acorn.revivalteam.de/";>Wocki's Acorn Site</a>
+<p>All sorts of RISC OS emulation materials</p></li>
+</ul>
+
+</div>
+<div class="main">
+
+<h1 id="screenshots">Screenshots</h1>
+
+<table>
+<tr>
+<td align="center"><a href="screenshots/arcemsshot.png"><img 
src="screenshots/arcemsshot-thumb.jpg" width="200" height="157" 
border="0"></a></td>
+<td align="center"><a href="screenshots/hostfsshot.png"><img 
src="screenshots/hostfsshot-thumb.jpg" width="200" height="150" 
border="0"></a></td>
+</tr>
+<tr>
+<td align="center">A general shot of ArcEm running under Ubuntu Linux.</td>
+<td align="center">HostFS allows a directory on your Host harddrive to become 
a RISC OS harddrive.<br>ArcEm also runs under Solaris.</td>
+</tr>
+<tr>
+<td align="center"><a href="screenshots/macosx.jpg"><img 
src="screenshots/macosx-thumb.jpg" width="200" height="150" border="0"></a></td>
+<td align="center"><a href="screenshots/windows.png"><img 
src="screenshots/windows-thumb.jpg" width="200" height="162" 
border="0"></a></td>
+</tr>
+<tr>
+<td align="center">Running on Mac OS X</td>
+<td align="center">On Windows</td>
+</tr>
+<tr>
+<td align="center"><a href="screenshots/amiga.jpg"><img 
src="screenshots/amiga-thumb.jpg" width="200" height="160" border="0"></a></td>
+<td></td>
+</tr>
+<tr>
+<td align="center">On AmigaOS 4.0</td>
+<td></td>
+</tr>
 </table>
+
+</div>
+</div>
 </body>
 </html>


------------------------------------------------------------------------------
Got visibility?
Most devs has no idea what their production app looks like.
Find out how fast your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219671;13503038;y?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
-- 
arcem-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/arcem-cvs

Reply via email to