From ee0b95e401b2f3d9e28fd436579d677b11f5bfe1 Mon Sep 17 00:00:00 2001 From: Paolo Amoroso Date: Thu, 26 Mar 2026 12:17:49 +0100 Subject: [PATCH 1/3] Initial commit Add a page with links to resources on the history of Interlisp. Signed-off-by: Paolo Amoroso --- content/en/history/links.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 content/en/history/links.md diff --git a/content/en/history/links.md b/content/en/history/links.md new file mode 100644 index 00000000..128b04e0 --- /dev/null +++ b/content/en/history/links.md @@ -0,0 +1,12 @@ +--- +title: Interlisp History Resources +weight: 95 +type: docs +--- + +Some projects and organizations maintain collections of files, documents, and media on the history of computing that also contain material relevant to Interlisp. + +* [Bitsavers](https://www.bitsavers.org/pdf/xerox/interlisp-d): documentation, publications, and files on Interlisp-D and other [Xerox technologies](https://bitsavers.org/bits/Xerox). +* [Xerox PARC Archive](https://info.computerhistory.org/xerox-parc-archive): the Computer History Museum makes available a snapshot of files originally stored on servers at Xerox PARC. This collection comprises source code, documents, images, and other files related to projects from the 1980s to 1994, including Interlisp (see section "Interlisp software" on the walkthrough page). +* [SAILDART](https://www.saildart.org): an archive of the first Stanford Artificial Intelligence Laboratory, see the [BBN Lisp and Interlisp files by Larry Masinter](https://www.saildart.org/LMM) and the [Lisp files by John McCarthy](https://www.saildart.org/JMC). +* [Internet Archive](https://archive.org/search?query=interlisp): Interlisp manuals, videotapes, and publications. From 2ee59419609f4733fd7e7a47722bccca17e258e7 Mon Sep 17 00:00:00 2001 From: Paolo Amoroso Date: Thu, 26 Mar 2026 12:18:35 +0100 Subject: [PATCH 2/3] Remove mention of CHM PARC Archive Remove the mention of the Computer History Museum PARC Archive now covered by the new page Interlisp History Resources. Signed-off-by: Paolo Amoroso --- content/en/history/_index.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/content/en/history/_index.md b/content/en/history/_index.md index 5c9f35e9..a4dd0459 100644 --- a/content/en/history/_index.md +++ b/content/en/history/_index.md @@ -27,6 +27,3 @@ When sold as a workstation of the Xerox Office Systems Division, the machines ha ### Detailed History A more extensive history of Interlisp can be found in the [Interlisp Timeline](timeline). The [Interlisp Bibliography](bibliography) has a wealth of historical material. - -The Computer History Museum makes available the [Xerox PARC Archive](https://info.computerhistory.org/xerox-parc-archive), a snapshot of files originally stored on servers at Xerox PARC. This collection comprises source code, documents, images, and other files related to projects from the 1980s to 1994, including Interlisp (see section "Interlisp software" on the walkthrough page). - From 39fb235737e27cdfd21c5dd89174e992081facf8 Mon Sep 17 00:00:00 2001 From: Paolo Amoroso Date: Fri, 27 Mar 2026 13:50:58 +0100 Subject: [PATCH 3/3] Add call for Interlisp history resources Explain how the Medley project uses resources on the history of Interlisp and encourage to submit more we may not be aware of. Signed-off-by: Paolo Amoroso --- content/en/history/links.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/en/history/links.md b/content/en/history/links.md index 128b04e0..067a2c2f 100644 --- a/content/en/history/links.md +++ b/content/en/history/links.md @@ -6,6 +6,8 @@ type: docs Some projects and organizations maintain collections of files, documents, and media on the history of computing that also contain material relevant to Interlisp. +The Medley team uses these sites to reconstruct the history of Interlisp and find artifacts that further define the body of work created by the original teams working on or with Interlisp. If in your exploration you come across material that we may have missed, please make us aware. Also, if you know of other sites that provide historical material related to Interlisp, we would be interested in adding them to our list, so others may take advantage of them. + * [Bitsavers](https://www.bitsavers.org/pdf/xerox/interlisp-d): documentation, publications, and files on Interlisp-D and other [Xerox technologies](https://bitsavers.org/bits/Xerox). * [Xerox PARC Archive](https://info.computerhistory.org/xerox-parc-archive): the Computer History Museum makes available a snapshot of files originally stored on servers at Xerox PARC. This collection comprises source code, documents, images, and other files related to projects from the 1980s to 1994, including Interlisp (see section "Interlisp software" on the walkthrough page). * [SAILDART](https://www.saildart.org): an archive of the first Stanford Artificial Intelligence Laboratory, see the [BBN Lisp and Interlisp files by Larry Masinter](https://www.saildart.org/LMM) and the [Lisp files by John McCarthy](https://www.saildart.org/JMC).