Compare commits
No commits in common. "c64348f0144e4520fa777c36a3778fd756409748" and "ffde9222bd1de556a69231d21d22133139ce8906" have entirely different histories.
c64348f014
...
ffde9222bd
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
<!-- Mirrored from www.rscheme.org/rs/ by HTTrack Website Copier/3.x [XR&CO'2010], Fri, 29 Jun 2012 02:41:48 GMT -->
|
<!-- Mirrored from www.rscheme.org/rs/ by HTTrack Website Copier/3.x [XR&CO'2010], Fri, 29 Jun 2012 02:41:48 GMT -->
|
||||||
<head>
|
<head>
|
||||||
<link rel="stylesheet" type="text/css" href="s/style.css"/>
|
<link rel="stylesheet" type="text/css" href="../s/style.css"/>
|
||||||
<title>RScheme: Scheme and Beyond</title>
|
<title>RScheme: Scheme and Beyond</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
@ -233,6 +233,11 @@ generic source distribution.</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>There <b>is</b> an <a href="https://github.com/dkolbly/rscheme">RScheme revival project</a>.</li>
|
<li>There <b>is</b> an <a href="https://github.com/dkolbly/rscheme">RScheme revival project</a>.</li>
|
||||||
<!-- I am considering using this as the go-forward (for now) source repository for RScheme, since the source code management system I wrote in and for RScheme back in 2004-2005 (Axis) is not up and running.</li>-->
|
<!-- I am considering using this as the go-forward (for now) source repository for RScheme, since the source code management system I wrote in and for RScheme back in 2004-2005 (Axis) is not up and running.</li>-->
|
||||||
|
<li>There is an <a href="http://packages.ubuntu.com/hu/dapper/rscheme">RScheme package in Ubuntu 6.06</a> (dapper)</li>
|
||||||
|
<li>
|
||||||
|
<a class="text" href="http://freshmeat.net/projects/rscheme/">FreshMeat</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
<a class="text" href="http://sourceforge.net/projects/rscheme/">SourceForge</a>, where
|
<a class="text" href="http://sourceforge.net/projects/rscheme/">SourceForge</a>, where
|
||||||
development activity was organized from June 2001 until February
|
development activity was organized from June 2001 until February
|
||||||
|
@ -255,7 +260,7 @@ development activity was organized from June 2001 until February
|
||||||
<br/>(See also <a class="text" href="srfi-index.html">our copy of the SRFI index</a>
|
<br/>(See also <a class="text" href="srfi-index.html">our copy of the SRFI index</a>
|
||||||
and the <a class="text" href="srfi-status.html">RScheme SRFI Status</a> page.)</li>
|
and the <a class="text" href="srfi-status.html">RScheme SRFI Status</a> page.)</li>
|
||||||
<li>
|
<li>
|
||||||
<a class="text" href="//people.csail.mit.edu/jaffer/SLIB">SLIB</a>, a portable scheme library
|
<a class="text" href="http://www-swiss.ai.mit.edu/~jaffer/SLIB.html">SLIB</a>, a portable scheme library
|
||||||
containing lots of useful stuff</li>
|
containing lots of useful stuff</li>
|
||||||
<li>
|
<li>
|
||||||
<a class="text" href="http://www.neilvandyke.org/">Neil van Dyke</a> has
|
<a class="text" href="http://www.neilvandyke.org/">Neil van Dyke</a> has
|
||||||
|
@ -263,8 +268,27 @@ development activity was organized from June 2001 until February
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="trailer">
|
||||||
|
<table width="100%">
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
<a class="image" href="fb/formdde8.html?area=www&tag=home">
|
||||||
|
<img src="../s/feedback.png"/>
|
||||||
|
</a>
|
||||||
|
</td>
|
||||||
|
<td align="right">
|
||||||
|
<span>
|
||||||
|
<i>Last modified 2012-12-18 15:50:22</i>
|
||||||
|
</span>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
<!-- Mirrored from www.rscheme.org/rs/ by HTTrack Website Copier/3.x [XR&CO'2010], Fri, 29 Jun 2012 02:43:34 GMT -->
|
||||||
</html>
|
</html>
|
||||||
|
<!-- rs.net.httpd -->
|
||||||
|
|
Loading…
Reference in New Issue