Skip to content

Commit d92e70b

Browse files
authored
attempt to fix 404 not found and remove references to _index (#212)
1 parent 00921e8 commit d92e70b

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

content/en/project/credits.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ Interlisp was a joint effort of many people -- likely more than one hundred -- f
1111

1212
The Medley Interlisp Project had its origin in an effort by Nick Briggs and Ron Kaplan to get the virtual machine emulator (Maiko) to run on a newer MacOS; the goal was to let Ron continue to use it for linguistics research. Joined by Larry Masinter in 2020, the project evolved. Starting with a mailing list, private GitLab repository, DropBox folder, occasional emails. The project has grown and evolved, and continues to gain momentum. It can be difficult to name modern contributors, but the following people have helped the revival project:
1313

14-
[Abe Jellinek](https://github.com/AbeJellinek), [Alex Shendi](https://github.com/alexshendi), [Andrew Sengul](https://github.com/phantomics), [Arun Welch](https://github.com/Anzus), [Bill Stumbo](https://github.com/stumbo), [Blake McBride](https://github.com/blakemcbride), [Bruce Mitchener](https://github.com/waywardmonkeys), [devhawala](https://github.com/devhawala), [ecraven](https://github.com/ecraven), [Eric Kaltman](https://github.com/ekaltman), [Hayley Patton](https://github.com/no-defun-allowed), [Herb Jellinek](https://github.com/hjellinek), [Frank Halasz](https://github.com/fghalasz), [Kathryn Leventhal-Arnold](mailto:[email protected]), [John Cowan](https://groups.google.com/g/lispcore/search?q=from%3Acowan) ,[Joseph Moreno](mailto:[email protected]), [Matt Heffron](https://github.com/MattHeffron), [Larry Masinter](https://larrymasinter.net), [Nick Briggs](https://github.com/nbriggs), [Paolo Amoroso](https://github.com/pamoroso), [Paul McJones](https://github.com/pmcjones), [Ron Vincent Aspuria](mailto:[email protected]), [Ryan Burnside](https://github.com/RyanBurnside), [Steve Kaisler](https://github.com/skaisler1), [Wayne Marci](https://www.linkedin.com/in/waynemarci), as well as our GitHub sponsors: @to-lose-letrec, @jason-chandler, @sethm, among others.
14+
[Abe Jellinek](https://github.com/AbeJellinek), [Alex Shendi](https://github.com/alexshendi), [Andrew Sengul](https://github.com/phantomics), [Arun Welch](https://github.com/Anzus), [Bill Stumbo](https://github.com/stumbo), [Blake McBride](https://github.com/blakemcbride), [Bruce Mitchener](https://github.com/waywardmonkeys), [devhawala](https://github.com/devhawala), [ecraven](https://github.com/ecraven), [Eric Kaltman](https://github.com/ekaltman), [Hayley Patton](https://github.com/no-defun-allowed), [Herb Jellinek](https://github.com/hjellinek), [Frank Halasz](https://github.com/fghalasz), [Kathryn Leventhal-Arnold](mailto:[email protected]), [John Cowan](https://groups.google.com/g/lispcore/search?q=from%3Acowan) ,[Joseph Moreno](mailto:[email protected]), [Matt Heffron](https://github.com/MattHeffron), [Larry Masinter](https://larrymasinter.net), [Nick Briggs](https://github.com/nbriggs), [Paolo Amoroso](https://github.com/pamoroso), [Paul McJones](https://github.com/pmcjones), [Ron Kaplan](https://https://en.wikipedia.org/wiki/Ronald_Kaplan), [Ron Vincent Aspuria](mailto:[email protected]), [Ryan Burnside](https://github.com/RyanBurnside), [Steve Kaisler](https://github.com/skaisler1), [Wayne Marci](https://www.linkedin.com/in/waynemarci), as well as our GitHub sponsors: @to-lose-letrec, @jason-chandler, @sethm, among others.
1515

1616
GitHub can display graphs of contributors to repositories, including [medley](https://github.com/Interlisp/medley/graphs/contributors), [Maiko](https://github.com/Interlisp/maiko/graphs/contributors), [online](https://github.com/Interlisp/online/graphs/contributors), and [this website](https://github.com/Interlisp/Interlisp.github.io/graphs/contributors).

content/en/software/install-and-run/linux/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ This will bring up the Medley environment in a separate Window on your Windows d
102102
103103
104104
## **Use Medley**
105-
Once Medley is up and running, see [here](../../using-medley/_index) for tips on how to navigate and use the Medley environment.
105+
Once Medley is up and running, see [here](../../using-medley/) for tips on how to navigate and use the Medley environment.
106106
107107
By default, Medley will use (creating, if necessary) a directory called *$HOME/il*. This will be used by the Medley system as its *LOGINDIR* as follows:
108108

content/en/software/install-and-run/macos/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ This will bring up the Medley environment in a separate window on your desktop.
8888
![Medley window open on MacOS desktop](./images/Medley-on-MacOS.png)
8989

9090
## **Use Medley**
91-
Once Medley is up and running, see [here](../../using-medley/_index) for tips on how to navigate and use the Medley environment.
91+
Once Medley is up and running, see [here](../../using-medley/) for tips on how to navigate and use the Medley environment.
9292

9393
By default, Medley will use (creating, if necessary) a directory called *$HOME/il*. This will be used by the Medley
9494
system as its *LOGINDIR* as follows:

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ This will bring up the Medley environment in a separate Window on your Windows d
7373

7474

7575
## Use Medley
76-
Once Medley is up and running, see [here](../../using-medley/_index) for tips on how to navigate and use the Medley environment.
76+
Once Medley is up and running, see [here](../../using-medley/) for tips on how to navigate and use the Medley environment.
7777

7878
To exit Medley, type ```(IL:LOGOUT)``` at any Exec window prompt.
7979

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Aside from this scaling issue, running in VNC mode is no different from running
121121
For WSL1, X-Windows mode is not available - Medley is always run in VNC mode.
122122
123123
## Use Medley
124-
Once Medley is up and running, see [here](../../using-medley/_index) for tips on how to navigate and use the Medley environment.
124+
Once Medley is up and running, see [here](../../using-medley/) for tips on how to navigate and use the Medley environment.
125125
126126
To exit Medley, type ```(IL:LOGOUT)``` at any Exec window prompt.
127127

layouts/partials/favicons.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<link rel="shortcut icon" href="{{"Resources/favicon.png" | relURL}}" type="image/png">
1+
<link rel="shortcut icon" href="{{"/Resources/favicon.png" | relURL}}" type="image/png">

layouts/shortcodes/blocks/cover.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<div class="col-12 hero-content-column"
4545
style="background-image: url(./Resources/logoWindows.svg)">
4646
<div class="container td-overlay__inner">
47-
<!-- <img id="banner-hero-logo" class="hero-logo" alt="Interlisp Medley logotype" src="Resources/logoWindows.svg"> -->
47+
<!-- <img id="banner-hero-logo" class="hero-logo" alt="Interlisp Medley logotype" src="/Resources/logoWindows.svg"> -->
4848
<div class="text-center">
4949
{{ with .Get "title" }}<h1 class="display-1 mt-0 mt-md-5 pb-4">{{ $title := . }}{{ with $logo_image }}{{ $logo_image_resized := (.Fit (printf "70x70 %s" $logo_anchor)) }}<img class="td-cover-logo" src="{{ $logo_image_resized.RelPermalink }}" alt="{{ $title | html }} Logo">{{ end }}{{ $title | html }}</h1>{{ end }}
5050
{{ with .Get "subtitle" }}<p class="display-2 mb-0">{{ . | html }}</p>{{ end }}

0 commit comments

Comments
 (0)