Skip to content

Commit d29066d

Browse files
stumbopamoroso
andauthored
250715 link checker updates (#288)
* Add Release Notes Add section Release Notes moved here from the News and Status Reports page. Signed-off-by: Paolo Amoroso <[email protected]> * Rearrange and delete irrelevant sections Rearrange the entries in reverse chronological order. Delete sections Build Notes (moved to the Install and Run page) and Closed Issues which are not relevant here. Signed-off-by: Paolo Amoroso <[email protected]> * Add section Books and Publications Add to the page What people are saying the new section Books and Publications with an entry for the book Hypertext. Signed-off-by: Paolo Amoroso <[email protected]> * Fix 404 errors and redirections found by W3C link checker. --------- Signed-off-by: Paolo Amoroso <[email protected]> Co-authored-by: Paolo Amoroso <[email protected]>
1 parent 1a503f2 commit d29066d

File tree

10 files changed

+20
-20
lines changed

10 files changed

+20
-20
lines changed

content/en/_index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ <h1>The Interlisp Revival</h1>
2626

2727
<p>Interlisp had its beginnings as a DARPA sponsored Lisp environment for researchers. Interlisp was then ported and expanded into Interlisp-D, first released by Xerox and distributed commercially until its development tapered off in the 1990s. Now this classic software system is running again on your favorite operating system. The project is more than a trip down memory lane: our mission is to expand the scope of what Medley can do, fulfilling its promise of software tools limited only by the user's imagination. Dive in and explore the language, the tools, and the myriad applications, experiments, and playful creations that were crafted in and for Interlisp.</p>
2828

29-
<p>The <a href="project/status/2024medleyannualreport">2024 Medley Interlisp Annual Report</a> describes our recent activities.</p>
29+
<p>The <a href="project/status/2024medleyannualreport/">2024 Medley Interlisp Annual Report</a> describes our recent activities.</p>
3030

31-
<p>Feeling confused by the jargon? Don't worry, we've got you covered. <a href="history/glossary">Check out our glossary</a> to learn the terms associated with our project.</p>
31+
<p>Feeling confused by the jargon? Don't worry, we've got you covered. <a href="history/glossary/">Check out our glossary</a> to learn the terms associated with our project.</p>
3232

3333
<p>Most software in this project is licensed under the terms of the <a href="https://github.com/Interlisp/medley/blob/master/LICENSE">MIT license</a>.</p>
3434

content/en/project/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ We are trying to address this conflict by also making older versions of Interlis
2929
We are [some of the original developers and users of Interlisp](/project/credits) 30 years ago, joined by newcomers interested in software history and preservation, along with members of the Lisp community. We work with [organizational partners](partners). And with you!
3030

3131
<div class="mx-auto">
32-
<a class="btn btn-lg btn-danger mr-3 mb-4" href="getinvolved">
32+
<a class="btn btn-lg btn-danger mr-3 mb-4" href="getinvolved/">
3333
How do I get involved?<i class="fas fa-arrow-alt-circle-right ml-2"></i>
3434
</a>
3535
</div>

content/en/project/comments/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ _Within the Artificial Intelligence and natural language research communities, L
2929

3030
## Blogs and Online Discussions
3131

32-
- Steven Harms published a [blog series on setting up a distraction free FreeBSD laptop environment](https://stevengharms.com/longform/my-first-freebsd) and shared his [experience with installing and running some application programs](https://stevengharms.com/longform/my-first-freebsd/installation/part-7-apps), including Medley.
32+
- Steven Harms published a [blog series on setting up a distraction free FreeBSD laptop environment](https://stevengharms.com/longform/my-first-freebsd/) and shared his [experience with installing and running some application programs](https://stevengharms.com/longform/my-first-freebsd/installation/part-7-apps/), including Medley.
3333
_I’m also pleased to report that Medley worked out of the box in Wayland + Sway through Wayland’s XWayland interface._
3434

3535
- Vindarel praised the Medley Interlisp Project in a [roundup of what happened in Common Lisp](https://lisp-journey.gitlab.io/blog/these-years-in-common-lisp-2023-2024-in-review) and the broader Lisp world in 2023 and 2024.
3636
_We can run the Medley Interlisp Lisp machine in a browser O_o The work achieved by this group is phenomenal, [...]_
3737

38-
- In a post on the [visual feedback of code changes in development environments](https://stevengharms.com/posts/2024-11-13-live-visualization-of-data-state) Steven Harms mentioned Medley and its revival.
38+
- In a post on the [visual feedback of code changes in development environments](https://stevengharms.com/posts/2024-11-13-live-visualization-of-data-state/) Steven Harms mentioned Medley and its revival.
3939
_[...] its original developers ported the code to work on the X86 chipset architecture and have brought the glorious, streamlined, black-and-white IDE-as-OS environment of Medley into the public’s hands as open source._
4040

4141
- Alex Schroeder [shared his first impressions on and goals for using Medley](https://alexschroeder.ch/view/2024-05-11-distractions).

content/en/project/donate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ to assist with various tasks.
1111

1212
See our [profile](https://www.guidestar.org/profile/shared/31fad8e3-de97-4d71-9401-b896bf085498) and rating at [GuideStar (Candid)](https://www.guidestar.org).
1313

14-
<a href="https://www.guidestar.org/profile/shared/31fad8e3-de97-4d71-9401-b896bf085498" target="_blank"><img src="https://widgets.guidestar.org/TransparencySeal/10019973" /></a>
14+
<a href="https://www.guidestar.org/profile/shared/31fad8e3-de97-4d71-9401-b896bf085498" target="_blank"><img src="https://widgets.guidestar.org/prod/v1/pdp/transparency-seal//87-2528093/svg" /></a>
1515

1616
## How to donate
1717

content/en/project/partners/SPN.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ SPN is hosted by the [Educopia Institute](https://educopia.org).
99

1010
They recommended the following resources:
1111

12-
* [Community Cultivation Framework](https://educopia.org/wp-content/uploads/2018/11/CommunityCultivationFieldGuide.pdf): a framework for thinking through a community's development.
13-
* [Vision in Formation](https://educopia.org/wp-content/uploads/2021/03/Vision-in-Formation_-_Articulating-Your-Communitys-Purpose_-Facilitators-Guide_v5.pdf): "Articulating Your Community's Purpose": A community facilitator's guide around starting those mission, vision, and values statements, with templates, including sample agendas, forms, and boilerplate email text.
14-
* ["It Takes a Village"](https://www.lyrasis.org/programs/Pages/IMLS-OSS.aspx): Tools for planning sustainability for open source software initiatives serving cultural and scientific heritage organizations.
15-
* [The Community Tool Box](https://ctb.ku.edu/): templates and advice around community assessment, developing strategic plans and organizational structure, and building community.
12+
* [Community Cultivation Framework](https://educopia.org/wp-content/uploads/2024/09/CommunityCultivationFieldGuide.pdf): a framework for thinking through a community's development.
13+
* [Vision in Formation](https://educopia.org/wp-content/uploads/2024/09/Vision-in-Formation_-_Articulating-Your-Communitys-Purpose_-Facilitators-Guide_v5.pdf): "Articulating Your Community's Purpose": A community facilitator's guide around starting those mission, vision, and values statements, with templates, including sample agendas, forms, and boilerplate email text.
14+
* ["It Takes a Village"](https://itav.lyrasis.org/): Tools for planning sustainability for open source software initiatives serving cultural and scientific heritage organizations.
15+
* [The Community Tool Box](https://ctb.ku.edu/en): templates and advice around community assessment, developing strategic plans and organizational structure, and building community.

content/en/project/partners/educopia.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ aliases:
99

1010
The also offer additional resources on organizational principles.
1111

12-
* [Community Cultivation Framework](https://educopia.org/wp-content/uploads/2018/11/CommunityCultivationFieldGuide.pdf): a framework for thinking through a community's development.
13-
* [Vision in Formation](https://educopia.org/wp-content/uploads/2021/03/Vision-in-Formation_-_Articulating-Your-Communitys-Purpose_-Facilitators-Guide_v5.pdf): "Articulating Your Community's Purpose": A community facilitator's guide around starting those mission, vision, and values statements, with templates, including sample agendas, forms, and boilerplate email text.
14-
* ["It Takes a Village"](https://www.lyrasis.org/programs/Pages/IMLS-OSS.aspx): Tools for planning sustainability for open source software initiatives serving cultural and scientific heritage organizations.
15-
* [The Community Tool Box](https://ctb.ku.edu/): templates and advice around community assessment, developing strategic plans and organizational structure, and building community.
12+
* [Community Cultivation Framework](https://educopia.org/wp-content/uploads/2024/09/CommunityCultivationFieldGuide.pdf): a framework for thinking through a community's development.
13+
* [Vision in Formation](https://educopia.org/wp-content/uploads/2024/09/Vision-in-Formation_-_Articulating-Your-Communitys-Purpose_-Facilitators-Guide_v5.pdf): "Articulating Your Community's Purpose": A community facilitator's guide around starting those mission, vision, and values statements, with templates, including sample agendas, forms, and boilerplate email text.
14+
* ["It Takes a Village"](https://itav.lyrasis.org/): Tools for planning sustainability for open source software initiatives serving cultural and scientific heritage organizations.
15+
* [The Community Tool Box](https://ctb.ku.edu/en): templates and advice around community assessment, developing strategic plans and organizational structure, and building community.

content/en/project/status/2021MedleyAnnualReport.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Join [Interlisp group](https://groups.google.com/g/interlisp) or follow @[interl
1212

1313
To “revive” something is to make it live again. Making Medley Interlisp live again means putting the system in order so that others without a previous deep background in Interlisp can use and appreciate it (if only as a virtual antique).
1414

15-
The Medley Interlisp project started in earnest in March of 2020 (at the beginning of the pandemic). This report focuses on activities and accomplishments since the December 2020 virtual meeting of [LispNYC](http://lispnyc.org/) (recording at: [https://www.youtube.com/watch?v=x6-b\_hazcyk](https://www.youtube.com/watch?v=x6-b\_hazcyk)).
15+
The Medley Interlisp project started in earnest in March of 2020 (at the beginning of the pandemic). This report focuses on activities and accomplishments since the December 2020 virtual meeting of [LispNYC](https://lispnyc.org/) (recording at: [https://www.youtube.com/watch?v=x6-b\_hazcyk](https://www.youtube.com/watch?v=x6-b\_hazcyk)).
1616

1717
In this document, work in the project is broken down into three main categories:
1818

@@ -38,7 +38,7 @@ Because of the cleanup work, the code is much more portable than ever before. Sy
3838
* Operating systems: macOS, Linux, FreeBSD, Solaris 11.4
3939
* CPU architectures: i386, x86\_64, arm7, aarch64, SPARC-32 and -64
4040

41-
This covers Raspberry Pi (linux.arm7) and Windows 10 (with [WSL2](https://docs.microsoft.com/en-us/windows/wsl/install) or Docker). and Windows 11 (includes WSL2). Performance is outstanding. A $40 Raspberry Pi completes Lisp tasks 250-1000 times faster than the Dorado (the $90k high-end Xerox 1132 Lisp machine).
41+
This covers Raspberry Pi (linux.arm7) and Windows 10 (with [WSL2](https://learn.microsoft.com/en-us/windows/wsl/install) or Docker). and Windows 11 (includes WSL2). Performance is outstanding. A $40 Raspberry Pi completes Lisp tasks 250-1000 times faster than the Dorado (the $90k high-end Xerox 1132 Lisp machine).
4242

4343
#### Medley
4444

content/en/project/status/2023MedleyAnnualReport.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ We’ve actively engaged with the Lisp and Software Preservation communities, fo
5858

5959
#### **Website Enhancements**
6060

61-
The [Interlisp.org ](http://www.interlisp.org/)website continues to evolve. Our primary goal over the last year has been to clarify our messaging and evolve the website to support it. We have focused on adding content and redeveloping the site making content easier to find. In parallel we have worked to ensure our website is indexed allowing web searches on subjects related to Interlisp and Medley to direct users to appropriate content. Work on search optimization has also enhanced the internal website search capabilities. Efforts to improve the Interlisp bibliography continue across both the Zotero site holding the bibliographic material and within the Interlisp website.
61+
The [Interlisp.org ](https://interlisp.org/)website continues to evolve. Our primary goal over the last year has been to clarify our messaging and evolve the website to support it. We have focused on adding content and redeveloping the site making content easier to find. In parallel we have worked to ensure our website is indexed allowing web searches on subjects related to Interlisp and Medley to direct users to appropriate content. Work on search optimization has also enhanced the internal website search capabilities. Efforts to improve the Interlisp bibliography continue across both the Zotero site holding the bibliographic material and within the Interlisp website.
6262

6363
* **Content Organization and Accessibility:** In 2022, a first attempt at reorganizing the website was completed. Over the last year, we continued to revise and refine what and how to present material on our website. Changes are driven by new and improved content as well as improvements in our understanding of the story we need to tell. The result has been major improvements in website navigation. We continue to explore and work on new methods of enhancing our story telling. Work in progress includes a carousel on the landing page which will provide snapshots representing different facets of the Medley project.
6464
* **Bibliography:** The website representation of the bibliography was reworked providing a cleaner interface and access to more details on each publication. In addition, GitHub’s automation tools were leveraged to ensure that the website’s presentation of the bibliography is synced with the master Zotero copy daily. Work continues on organizing the Zotero database. Efforts have focused on cleaning up individual entries and standardizing our representation of content. Going forward this effort will continue along with efforts to improve searching and filtering content.

content/en/project/status/2024MedleyAnnualReport.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ The Medley Interlisp project was started in 2020 by a few of the original develo
1717

1818
For more information, see [https://interlisp.org](https://interlisp.org). There you will find:
1919

20-
* [History](https://interlisp.org/history): The timeline of Interlisp, Medley, and applications written in or for it.
21-
* An extensive bibliography of citations, articles, videos and other online material with pointers to the literature ([https://interlisp.org/bibliography](https://interlisp.org/bibliography))
20+
* [History](https://interlisp.org/history/): The timeline of Interlisp, Medley, and applications written in or for it.
21+
* An extensive bibliography of citations, articles, videos and other online material with pointers to the literature ([https://interlisp.org/bibliography](https://interlisp.org/bibliography/))
2222
* A Glossary of terms used in conjunction with the software.
2323
* [Project](https://interlisp.org/project/): The Medley Interlisp Project itself – how we work, how to get involved
2424
* Get Involved

content/en/software/install-and-run/windows/wsl/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ a) man-db
6565
b) wslu
6666
c) tigervnc
6767
> ***Notes:***
68-
> 4.1. If *wslu* is not available via the standard package repos for your WSL distro, then see [the wslu wiki](https://wslutiliti.es/wslu/install.html). If *wslu* is still not available, then try installing the *xdg-utils* package instead. If *xdg-utils* is not available either, then Medley will still run well, with the exception of a few sub-systems that require opening external (to Medley) files.
68+
> 4.1. If *wslu* is not available via the standard package repos for your WSL distro, then see [the wslu wiki](https://wslu.wedotstud.io/wslu/install.html). If *wslu* is still not available, then try installing the *xdg-utils* package instead. If *xdg-utils* is not available either, then Medley will still run well, with the exception of a few sub-systems that require opening external (to Medley) files.
6969
7070
> 4.2. On Debian-based systems (including Ubuntu), the tigervnc package is not available. Instead install both the *tigervnc-standalone-server package* and the *tigervnc-xorg-extension* package.
7171

0 commit comments

Comments
 (0)