Interlisp bibliography: softwarepreservation.org URLs changed

2 views
Skip to first unread message

Paul McJones

unread,
Dec 22, 2025, 6:25:17 PM12/22/25
to Medley Interlisp core

A few months ago I refurbished the Software Preservation Group website, and the museum moved it to a subdomain of the main web site:

https://softwarepreservation.org/

https://softwarepreservation.computerhistory.org/

Also, the projects/ subdirectory was dropped. The Museum's IT folks set up redirections that work for top level things. So:

https://softwarepreservation.org/projects/LISP/

correctly redirects to:

https://softwarepreservation.computerhistory.org/LISP/

But unfortunately not all the "content" URLs redirect correctly. So for example this item in the Zotero bibliography:

http://www.softwarepreservation.org/projects/LISP/bbnlisp/TenexLispRef_Jul71.pdf

should be changed to:

https://softwarepreservation.computerhistory.org/LISP/bbnlisp/TenexLispRef_Jul71.pdf

If someone could make me a list of "old style" URLs in Zotero, I'd be happy to send back a corrected list.


Paul


Bill Stumbo

unread,
Dec 23, 2025, 6:46:16 PM12/23/25
to lisp...@googlegroups.com

Paul,

I created issue #2424 to track this work.  I should be able to create the list of URLs some time in the new week.  Once its generated I'll get it to you.

-- 
Bill Stumbo
wst...@charter.net

Paul McJones

unread,
Dec 23, 2025, 6:49:37 PM12/23/25
to Bill Stumbo, Medley Interlisp core
Bill,

Matt Heffron sent me the list earlier today; here it is:

Paul,

Here are all 15 “URL” fields in the entries on Zotero of the Interlisp Bibliography, that match the regex:

"URL":\s*"http.*softwarepreservation.org

in the JSON download from Zotero.

http://www.softwarepreservation.org/projects/LISP/interlisp/tenex/twenex.org/PARCMESSAGE.TXT.1/view

http://www.softwarepreservation.org/projects/LISP/interlisp/tenex/sumex-aim/new-lisp-messages.txt.1/view

http://www.softwarepreservation.org/projects/LISP/uppsala/Haraldson-LISP_details.pdf

http://www.softwarepreservation.org/projects/LISP/bbnlisp/BBN940Lisp_Jul67.pdf/view

http://www.softwarepreservation.org/projects/LISP/bbnlisp/BBN940LispPrelimSpec_Oct1966.pdf

http://www.softwarepreservation.org/projects/LISP/book/III_LispBook_Apr66.pdf

http://www.softwarepreservation.org/projects/LISP/bbnlisp/TenexLispRef_Jul71.pdf

http://www.softwarepreservation.org/projects/LISP/interlisp/Teitelman-3IJCAI.pdf/view

http://www.softwarepreservation.org/projects/LISP/interlisp/Interlisp-VAX-Users_Manual.pdf/view

http://www.softwarepreservation.org/projects/LISP/interlisp/Deutsch-Inside_Interlisp-1978.pdf

http://www.softwarepreservation.org/projects/LISP/interlisp/Interlisp-VAX_A_Report.pdf/view

http://www.softwarepreservation.org/projects/LISP/bbnlisp/W-21_LISP_Editor_Apr67.pdf/view

http://www.softwarepreservation.org/projects/LISP/book/III_LispBook_Apr66.pdf

http://www.softwarepreservation.org/projects/verification/pivot/Deutsch-Pivot.pdf

http://www.softwarepreservation.org/projects/LISP/conference/iwoleas88/Masinter-CommonLispCleanup.pdf

 

Matt Heffron


and here is my corrected list:

Matt,

Thanks very much. Here are the corrected versions:

https://softwarepreservation.computerhistory.org/LISP/interlisp/tenex/twenex.org/PARCMESSAGE.TXT.1
https://softwarepreservation.computerhistory.org/LISP/interlisp/tenex/sumex-aim/new-lisp-messages.txt.1
https://softwarepreservation.computerhistory.org/LISP/uppsala/Haraldson-LISP_details.pdf
https://softwarepreservation.computerhistory.org/LISP/bbnlisp/BBN940Lisp_Jul67.pdf
https://softwarepreservation.computerhistory.org/LISP/bbnlisp/BBN940LispPrelimSpec_Oct1966.pdf
https://softwarepreservation.computerhistory.org/LISP/book/III_LispBook_Apr66.pdf
https://softwarepreservation.computerhistory.org/LISP/bbnlisp/TenexLispRef_Jul71.pdf
https://softwarepreservation.computerhistory.org/LISP/interlisp/Teitelman-3IJCAI.pdf
https://softwarepreservation.computerhistory.org/LISP/interlisp/Interlisp-VAX-Users_Manual.pdf
https://softwarepreservation.computerhistory.org/LISP/interlisp/Deutsch-Inside_Interlisp-1978.pdf
https://softwarepreservation.computerhistory.org/LISP/interlisp/Interlisp-VAX_A_Report.pdf
https://softwarepreservation.computerhistory.org/LISP/bbnlisp/W-21_LISP_Editor_Apr67.pdf
https://softwarepreservation.computerhistory.org/LISP/book/III_LispBook_Apr66.pdf
https://softwarepreservation.computerhistory.org/pivot/Deutsch-Pivot.pdf
https://softwarepreservation.computerhistory.org/LISP/conference/iwoleas88/Masinter-CommonLispCleanup.pdf

In addition to the things I mentioned before,the “/view” suffix needs to be stripped, and there is no “verification” subdirectory for pivot and affirm.


Paul


Paul

--
You received this message because you are subscribed to the Google Groups "Medley Interlisp core" group.
To unsubscribe from this group and stop receiving emails from it, send an email to lispcore+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/lispcore/e996bd61-1857-4395-9aed-62c4a57949b4%40charter.net.

Bill Stumbo

unread,
Dec 23, 2025, 6:54:29 PM12/23/25
to lisp...@googlegroups.com
Very good - I'm not surprised Matt was able to generate it quickly. 
I'll cross that off my todo list.

--
Bill Stumbo
wst...@charter.net

On 12/23/2025 18:49, Paul McJones wrote:
> Bill,
>
> Matt Heffron sent me the list earlier today; here it is:
>
> Paul,
> Here are all 15 “URL” fields in the entries on Zotero of the Interlisp Bibliography, that match the regex:
> "URL":\s*"http.*softwarepreservation.org <http://softwarepreservation.org/>
>> I created issue #2424 <https://github.com/Interlisp/medley/issues/2424> to track this work. I should be able to create the list of URLs some time in the new week. Once its generated I'll get it to you.
>>
>> --
>> Bill Stumbo
>> wst...@charter.net <mailto:wst...@charter.net>
>> On 12/22/2025 18:25, Paul McJones wrote:
>>> A few months ago I refurbished the Software Preservation Group website, and the museum moved it to a subdomain of the main web site:
>>>
>>> https://softwarepreservation.org/
>>>
>>> https://softwarepreservation.computerhistory.org/
>>>
>>> Also, the projects/ subdirectory was dropped. The Museum's IT folks set up redirections that work for top level things. So:
>>>
>>> https://softwarepreservation.org/projects/LISP/
>>>
>>> correctly redirects to:
>>>
>>> https://softwarepreservation.computerhistory.org/LISP/
>>>
>>> But unfortunately not all the "content" URLs redirect correctly. So for example this item in the Zotero bibliography:
>>>
>>> http://www.softwarepreservation.org/projects/LISP/bbnlisp/TenexLispRef_Jul71.pdf
>>>
>>> should be changed to:
>>>
>>> https://softwarepreservation.computerhistory.org/LISP/bbnlisp/TenexLispRef_Jul71.pdf
>>>
>>> If someone could make me a list of "old style" URLs in Zotero, I'd be happy to send back a corrected list.
>>>
>>>
>>> Paul
>>>
>>
>> --
>> You received this message because you are subscribed to the Google Groups "Medley Interlisp core" group.
>> To unsubscribe from this group and stop receiving emails from it, send an email to lispcore+u...@googlegroups.com <mailto:lispcore+u...@googlegroups.com>.
>> To view this discussion visit https://groups.google.com/d/msgid/lispcore/e996bd61-1857-4395-9aed-62c4a57949b4%40charter.net <https://groups.google.com/d/msgid/lispcore/e996bd61-1857-4395-9aed-62c4a57949b4%40charter.net?utm_medium=email&utm_source=footer>.
Reply all
Reply to author
Forward
0 new messages