Compare commits

..

No commits in common. "62fb0054e0f32597ef1b237d7c242d91742e17db" and "91f9f041e21f0e531e60f3886e1cc0951b40bcf4" have entirely different histories.

2 changed files with 1 additions and 31 deletions

View File

@ -3,4 +3,4 @@ set -eu
cd "$(dirname "$0")"/.. cd "$(dirname "$0")"/..
set -x set -x
# Do not use --delete since subdirectories come from other git repos. # Do not use --delete since subdirectories come from other git repos.
rsync -vcr www/ tuonela.scheme.org:/production/conservatory/www/ rsync -vcr www/ alpha.servers.scheme.org:/production/conservatory/www/

View File

@ -39,12 +39,6 @@
</th> </th>
<td>R4RS interpreter in assembly language</td> <td>R4RS interpreter in assembly language</td>
</tr> </tr>
<tr>
<th>
<a href="galapagos/">Galapagos</a>
</th>
<td>Windows port of SCM with turtle graphics</td>
</tr>
<tr> <tr>
<th> <th>
<a href="gscheme/">GScheme</a> <a href="gscheme/">GScheme</a>
@ -63,24 +57,12 @@
</th> </th>
<td>Scheme 48 with distributed computation</td> <td>Scheme 48 with distributed computation</td>
</tr> </tr>
<tr>
<th>
<a href="minischeme/">Mini-Scheme</a>
</th>
<td>R3RS in C with many forks</td>
</tr>
<tr> <tr>
<th> <th>
<a href="pcs/">PC Scheme</a> <a href="pcs/">PC Scheme</a>
</th> </th>
<td>R3RS for DOS operating systems</td> <td>R3RS for DOS operating systems</td>
</tr> </tr>
<tr>
<th>
<a href="picrin/">Picrin</a>
</th>
<td>R7RS interpreter in C89</td>
</tr>
<tr> <tr>
<th> <th>
<a href="rscheme/">RScheme</a> <a href="rscheme/">RScheme</a>
@ -102,18 +84,6 @@
</table> </table>
<h2>Libraries</h2> <h2>Libraries</h2>
<table class="no-border"> <table class="no-border">
<tr>
<th>
<a href="ffigen/">FFIGEN</a>
</th>
<td>Grovel C header files using lcc</td>
</tr>
<tr>
<th>
<a href="header2scheme/">Header2Scheme</a>
</th>
<td>Grovel C header files using SCM</td>
</tr>
<tr> <tr>
<th> <th>
<a href="psyntax/">psyntax</a> <a href="psyntax/">psyntax</a>