Compare commits
3 Commits
e486435b06
...
5e9895556f
Author | SHA1 | Date |
---|---|---|
Lassi Kortela | 5e9895556f | |
Lassi Kortela | eb3925a461 | |
Lassi Kortela | 8082d08e8f |
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
set -eu
|
||||
export TZ=EST
|
||||
date '+Last modified %H:%M:%S %Z on %B %d, %Y'
|
|
@ -2,4 +2,5 @@
|
|||
set -eu
|
||||
cd "$(dirname "$0")"/..
|
||||
set -x
|
||||
rsync -vcr --links --delete www/ alpha.servers.scheme.org:/production/conservatory/www/schemers/
|
||||
rsync -vcr --links --delete www/ \
|
||||
tuonela.scheme.org:/production/conservatory/www/schemers/
|
||||
|
|
|
@ -30,23 +30,27 @@
|
|||
|
||||
<p>
|
||||
Welcome to schemers.org! This is a collection of resources for the
|
||||
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>.
|
||||
Scheme programming language.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
The pages were built and are maintained by <a
|
||||
href="https://www.cs.brown.edu/~sk/">Shriram Krishnamurthi</a>,
|
||||
It was initiated by the
|
||||
<a href="https://www.cs.rice.edu/CS/PLT/">PLT</a> group at
|
||||
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
|
||||
Matthias Felleisen,
|
||||
Paul Steckler and
|
||||
Yan-David Erlich.
|
||||
Comments, suggestions and contributions of material are always
|
||||
welcome. Please contact me at <code>sk+59@cs.brown.edu</code>.
|
||||
</p>
|
||||
|
||||
<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>
|
||||
|
@ -76,7 +80,7 @@ Mason!
|
|||
<table width=100%>
|
||||
<tr>
|
||||
<td align=LEFT>
|
||||
Last modified 09:58:52 EST on November 04, 2003
|
||||
Last modified 11:02:44 EST on March 29, 2024
|
||||
</td>
|
||||
<td align=RIGHT>
|
||||
Powered by
|
||||
|
|
Loading…
Reference in New Issue