Compare commits
No commits in common. "5e9895556fcc7d8800516279eb663cd0e10d760e" and "e486435b06360d7088e40fb47d26d61b76ba425f" have entirely different histories.
5e9895556f
...
e486435b06
|
@ -1,4 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
set -eu
|
|
||||||
export TZ=EST
|
|
||||||
date '+Last modified %H:%M:%S %Z on %B %d, %Y'
|
|
|
@ -2,5 +2,4 @@
|
||||||
set -eu
|
set -eu
|
||||||
cd "$(dirname "$0")"/..
|
cd "$(dirname "$0")"/..
|
||||||
set -x
|
set -x
|
||||||
rsync -vcr --links --delete www/ \
|
rsync -vcr --links --delete www/ alpha.servers.scheme.org:/production/conservatory/www/schemers/
|
||||||
tuonela.scheme.org:/production/conservatory/www/schemers/
|
|
||||||
|
|
|
@ -30,27 +30,23 @@
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Welcome to schemers.org! This is a collection of resources for the
|
Welcome to schemers.org! This is a collection of resources for the
|
||||||
Scheme programming language.
|
Scheme programming language. It was initiated by the
|
||||||
|
<a href="https://www.cs.rice.edu/CS/PLT/">PLT</a> group at
|
||||||
|
Rice University.
|
||||||
|
It now runs on a server in the
|
||||||
|
<a href="https://www.cs.brown.edu/">Brown University computer
|
||||||
|
science department</a>.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
It was initiated by the
|
The pages were built and are maintained by <a
|
||||||
<a href="https://www.cs.rice.edu/CS/PLT/">PLT</a> group at
|
href="https://www.cs.brown.edu/~sk/">Shriram Krishnamurthi</a>,
|
||||||
Rice University.
|
|
||||||
The pages were built and maintained by
|
|
||||||
<a href="https://www.cs.brown.edu/~sk/">Shriram Krishnamurthi</a>,
|
|
||||||
with help from other members of Rice PLT, most notably
|
with help from other members of Rice PLT, most notably
|
||||||
Matthias Felleisen,
|
Matthias Felleisen,
|
||||||
Paul Steckler and
|
Paul Steckler and
|
||||||
Yan-David Erlich.
|
Yan-David Erlich.
|
||||||
</p>
|
Comments, suggestions and contributions of material are always
|
||||||
|
welcome. Please contact me at <code>sk+59@cs.brown.edu</code>.
|
||||||
<p>
|
|
||||||
The site ran on a server in the
|
|
||||||
<a href="https://www.cs.brown.edu/">Brown University computer
|
|
||||||
science department</a>.
|
|
||||||
It is now archived at the
|
|
||||||
<a href="https://conservatory.scheme.org/">Scheme Conservatory</a>.
|
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
@ -80,7 +76,7 @@ Mason!
|
||||||
<table width=100%>
|
<table width=100%>
|
||||||
<tr>
|
<tr>
|
||||||
<td align=LEFT>
|
<td align=LEFT>
|
||||||
Last modified 11:02:44 EST on March 29, 2024
|
Last modified 09:58:52 EST on November 04, 2003
|
||||||
</td>
|
</td>
|
||||||
<td align=RIGHT>
|
<td align=RIGHT>
|
||||||
Powered by
|
Powered by
|
||||||
|
|
Loading…
Reference in New Issue