Clean up whitespace
This commit is contained in:
parent
0863cd2c4e
commit
88df924344
|
@ -25,7 +25,7 @@
|
|||
title="Aquatic"/></a>
|
||||
<p class="caption">leo pede eleifend</p>
|
||||
-->
|
||||
<div id="topcontactPan">
|
||||
<div id="topcontactPan">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -108,7 +108,7 @@
|
|||
|
||||
<p>The 0.0.3 release of Ikarus brings the following improvements:</p>
|
||||
|
||||
<ul>
|
||||
<ul>
|
||||
|
||||
<li>System usability: When Ikarus encounters a syntactic error (either
|
||||
during reading or during macro expansion), error messages now contain
|
||||
|
@ -124,10 +124,10 @@
|
|||
<li> Better R6RS conformance: The 0.0.3 release adds 28 new R6RS
|
||||
primitives, bringing us to 94% of the total R6RS forms and
|
||||
procedures.</li>
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
<p> Additionally, many existing primitives have been improved (either on
|
||||
the performance front or on generating better error messages), along
|
||||
with some improvements to the compiler itself. See
|
||||
|
@ -135,8 +135,8 @@
|
|||
|
||||
<p>The 0.0.2 release advances Ikarus in many directions:</p>
|
||||
|
||||
<ul>
|
||||
|
||||
<ul>
|
||||
|
||||
<li>The Ikarus compiler is faster. Just when I thought the bootstrap
|
||||
time was acceptable (11 seconds on my MacBook), this new release
|
||||
bootstraps in under 7 seconds despite the many added features. The
|
||||
|
@ -149,7 +149,7 @@
|
|||
(the run-time for the "ray", "pnpoly", and "mbrot" benchmarks is
|
||||
reduced by about 30%, "fibfp" and "sumfp" run at about 50% of the time
|
||||
recorded in 0.0.1).</li>
|
||||
|
||||
|
||||
<li>An infrastructure for adding user-contributed code has been added.
|
||||
In 0.0.2, Ikarus distributes three R6RS libraries from the reference
|
||||
implementation of SRFI-41 (streams). More libraries will be added as
|
||||
|
@ -169,7 +169,7 @@
|
|||
|
||||
|
||||
<!-- <p class="more"><a href="#">read more</a></p> -->
|
||||
|
||||
|
||||
<h1 id="requirements">System Requirements</h1>
|
||||
|
||||
<h3>Hardware:</h3>
|
||||
|
@ -211,7 +211,7 @@
|
|||
available for most operating systems. Alternatively, GMP can be
|
||||
downloaded from <a href="http://gmplib.org/">http://gmplib.org/</a>.
|
||||
</li>
|
||||
<li>GCC:
|
||||
<li>GCC:
|
||||
The GNU C Compiler is required to build the Ikarus
|
||||
executable (e.g. the garbage collector, loader, and OS-related
|
||||
runtime). GCC versions 4.1 and 4.2 were successfully used to build
|
||||
|
@ -227,7 +227,7 @@
|
|||
<li> Hardware and software requirements </li>
|
||||
<li> Installation instructions </li>
|
||||
<li> An R6RS crash course </li>
|
||||
<li> Description of some of the features provided in
|
||||
<li> Description of some of the features provided in
|
||||
the <tt>(ikarus)</tt> library</li>
|
||||
<li> List of additional user-provided libraries (e.g., SRFIs, GUIs,
|
||||
etc.) and where to obtain them from.
|
||||
|
@ -278,12 +278,12 @@
|
|||
<p> The release of 0.0.3 is pending completion of some missing sections
|
||||
from the user's guide. The current release candidate is available for
|
||||
download. Please let us know if you have any problems compiling
|
||||
it. For more information about this release, please visit the
|
||||
it. For more information about this release, please visit the
|
||||
<a href="https://launchpad.net/ikarus/+milestone/0.0.3">0.0.3 milestone</a>
|
||||
page.</p>
|
||||
|
||||
<p>
|
||||
Download the current release candidate
|
||||
Download the current release candidate
|
||||
<a href="ikarus-0.0.3-rc1.tar.gz">ikarus-0.0.3-rc1.tar.gz</a>
|
||||
(3940682 bytes) released January 29, 2008.
|
||||
</p>
|
||||
|
@ -296,7 +296,7 @@
|
|||
(4242461 bytes) released November 23, 2007.
|
||||
</p>
|
||||
-->
|
||||
|
||||
|
||||
<h3>Previous Releases </h3>
|
||||
<ul>
|
||||
<li><a href="ikarus-0.0.2.tar.gz">ikarus-0.0.2.tar.gz</a>
|
||||
|
@ -304,15 +304,15 @@
|
|||
<li><a href="ikarus-0.0.1.tar.gz">ikarus-0.0.1.tar.gz</a>
|
||||
(1776182 bytes) released on October 31, 2007.</li>
|
||||
</ul>
|
||||
|
||||
|
||||
<!-- <h1 id="roadmap">Roadmap</h1> -->
|
||||
|
||||
|
||||
<h1 id="development">Development</h1>
|
||||
|
||||
|
||||
|
||||
<p> Development of Ikarus is continuing. To access the master
|
||||
repository, you need the
|
||||
repository, you need the
|
||||
<a href="http://bazaar-vcs.org/">Bazaar revision control system</a>.
|
||||
</p>
|
||||
|
||||
|
@ -322,19 +322,19 @@
|
|||
$ bzr checkout --lightweight /ikarus.dev
|
||||
</pre>
|
||||
|
||||
<p> To retreive a specific revision from the repository
|
||||
<p> To retreive a specific revision from the repository
|
||||
(say revision 10), do:</p>
|
||||
<pre>
|
||||
$ bzr checkout --lightweight -r 10 /ikarus.dev
|
||||
</pre>
|
||||
|
||||
|
||||
|
||||
<p>Note that the full repository is huge (around 560MB) and is
|
||||
typically not needed for developing with Ikarus.</p>
|
||||
|
||||
<p> To checkout a copy of the entire repository,
|
||||
<p> To checkout a copy of the entire repository,
|
||||
type the following: </p>
|
||||
|
||||
|
||||
<pre>
|
||||
$ bzr checkout /ikarus.dev
|
||||
</pre>
|
||||
|
@ -342,14 +342,14 @@
|
|||
<pre>
|
||||
$ bzr checkout http://bazaar.launchpad.net/~aghuloum/ikarus/ikarus.dev
|
||||
</pre>
|
||||
|
||||
|
||||
<p> Development snapshots are available at <a href="ikarus.dev/">ikarus.dev</a>.</p>
|
||||
|
||||
|
||||
|
||||
<p>To submit bug reports and feature requests, please
|
||||
visit: <a href="https://launchpad.net/ikarus/">Launchpad's Ikarus Scheme</a>
|
||||
project.</p>
|
||||
|
||||
project.</p>
|
||||
|
||||
<h1 id="history">History</h1>
|
||||
|
||||
<ul>
|
||||
|
@ -357,9 +357,9 @@
|
|||
<li> Release 0.0.2 announced on November 29, 2007. </li>
|
||||
<li> Initial public release announced on October 31, 2007. </li>
|
||||
</ul>
|
||||
|
||||
|
||||
<h1 id="license">License</h1>
|
||||
|
||||
|
||||
<p>The following license applies to all of ikarus and its
|
||||
source files unless otherwise stated.</p>
|
||||
<pre>
|
||||
|
@ -424,4 +424,4 @@ along with this program. If not, see <<a class="pre" href="http://www.gnu.or
|
|||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
/* CSS Document */
|
||||
body{padding:0px; margin:0px; background:url(/images/main-bg.gif) 0 0
|
||||
repeat-x #fff;
|
||||
repeat-x #fff;
|
||||
/* color:#5F7A77; */
|
||||
color:#205050;
|
||||
font:14px/19px Arial, Helvetica, sans-serif;}
|
||||
|
@ -19,12 +19,12 @@ ul{list-style-type:none}
|
|||
#mainPan{width:778px; position:relative; margin:0 auto;}
|
||||
|
||||
/*----TOP PANEL----*/
|
||||
#topPan{width:778px; height:65px;
|
||||
background:url(/images/topbg.jpg) 0 0 no-repeat #fff;
|
||||
#topPan{width:778px; height:65px;
|
||||
background:url(/images/topbg.jpg) 0 0 no-repeat #fff;
|
||||
color:#828282; position:relative; margin:0 auto;}
|
||||
#topPan img.logo{width:136px; height:31px; position:absolute; top:12px; left:235px;}
|
||||
#topPan p.caption{width:200px; background:#fff; color:#828282; position:absolute; top:43px; left:235px;}
|
||||
#topcontactPan{width:181px; height:36px;
|
||||
#topcontactPan{width:181px; height:36px;
|
||||
/* background:url(/images/icon1.jpg) 68px 0px no-repeat; */
|
||||
/* position:absolute; top:11px; left:567px; padding:7px 0 0; */
|
||||
}
|
||||
|
@ -35,8 +35,8 @@ ul{list-style-type:none}
|
|||
/*----/TOP PANEL----*/
|
||||
|
||||
/*----HEADER PANEL----*/
|
||||
#headerPan{width:686px; height:153px;
|
||||
background:url(/images/header.png) 0 0 no-repeat;
|
||||
#headerPan{width:686px; height:153px;
|
||||
background:url(/images/header.png) 0 0 no-repeat;
|
||||
position:relative; margin:0 auto; padding:11px 0 0 92px;}
|
||||
|
||||
#headerPan ul.leftmenu{width:87px;}
|
||||
|
@ -86,11 +86,11 @@ ul{list-style-type:none}
|
|||
/* background:url(/images/bullet-normal.gif) no-repeat 12px 20px #B1DED5; */
|
||||
background:url(/images/bullet-normal.gif) no-repeat 12px 20px #A0C0C0;
|
||||
/* background:#bdd; */
|
||||
color:#ffffff;
|
||||
font-size:18px;
|
||||
font-weight:bold;
|
||||
line-height:18px;
|
||||
text-transform:uppercase;
|
||||
color:#ffffff;
|
||||
font-size:18px;
|
||||
font-weight:bold;
|
||||
line-height:18px;
|
||||
text-transform:uppercase;
|
||||
padding:16px 16px 16px 32px;
|
||||
margin:20px 0 10px 0;
|
||||
}
|
||||
|
@ -101,13 +101,13 @@ ul{list-style-type:none}
|
|||
}
|
||||
|
||||
#rightPan a:hover{
|
||||
color:#408080;
|
||||
color:#408080;
|
||||
text-decoration:underline; }
|
||||
|
||||
#rightPan ul{
|
||||
border:0px
|
||||
border:0px
|
||||
solid #B1DED5;
|
||||
background:#fff;
|
||||
background:#fff;
|
||||
padding:7px 7px 7px 25px;
|
||||
margin:0 0 10px 0;
|
||||
}
|
||||
|
@ -157,5 +157,3 @@ ul{list-style-type:none}
|
|||
#footerPancss a{width:49px; height:24px; display:block; background:url(/images/css-normal.gif) 0 0 no-repeat #D3F0F0; color:#fff; font-size:13px; line-height:24px; font-weight:bold; text-decoration:none; text-transform:uppercase; padding:0 0 0 10px;}
|
||||
#footerPancss a:hover{background:url(/images/css-hover.gif) 0 0 no-repeat #D3F0F0; color:#fff; text-decoration:none;}
|
||||
/*----/FOOTER PANEL----*/
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue