Skip to content

Commit de65279

Browse files
committed
Merge branch 'main' of github.com:Interlisp/interlisp.github.io
2 parents e8997cd + 8373661 commit de65279

File tree

5 files changed

+14
-0
lines changed

5 files changed

+14
-0
lines changed

content/en/project/status/_index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ The Medley team has produced annual reports documenting their major achievements
2424
- [2022 Annual Report](/project/status/2022medleyannualreport)
2525
- [2021 Annual Report](/project/status/2021medleyannualreport)
2626

27+
## November 2023 Computer Conservation Society event
28+
29+
On November 16, 2023 Steve Kaisler gave the talk "Software Archaeology: The Medley Interlisp Modernisation Project" at a [Computer Conservation Society](https://www.computerconservationsociety.org/) event in London and the recording is available here.
30+
31+
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/VcRsSAzUIx0?si=QIbQ3_owOYbC57uW" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
32+
2733
## March 2023 Bay Area Lisp Meeting
2834

2935
An overview of the Medley Interlisp project was presented at the March Bay Area

content/en/software/install-and-run/running-on-linux.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ The .deb package will install Medley as well as any other packages needed for Me
5353
For first-time users: `medley --apps` or for WSL `medley --apps --vnc` is a good starting
5454
point. This will give you a fully populated Medley system, including the applications built on Medley such as Notecards and Rooms.
5555

56+
4. To exit Medley execute `(IL:LOGOUT)` at the Lisp prompt.
57+
5658
#### Notes:
5759

5860
* By default, `medley` will create a directory in *$HOME/il*. This will be used by the Medley

content/en/software/install-and-run/running-on-mac.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ There are many options to the `medley` command. For a brief overview, run `./me
5858

5959
For first-time users: `./medley -a -e -n` is a good starting point. This will give you a fully populated Medley system, including the applications built on Medley such as Notecards and Rooms. It will start with a Interlisp Exec window (instead of the Xerox Common Lisp Exec window).
6060

61+
To exit Medley execute `(IL:LOGOUT)` at the Lisp prompt.
62+
6163
#### Notes:
6264

6365
>By default, `medley` will create a directory in *$HOME/il*. This will be used by the Medley system as its *LOGINDIR*. Medley will start up with *LOGINDIR* as its current connected directory. It will load the personal init file (if any) from *LOGINDIR*/INIT or *LOGINDIR*/INIT.LCOM. Finally, Medley will use *LOGINDIR*/vmem/ to store its virtual memory file(s). The location of *LOGINDIR* can be changed using the `--logindir` option to `medley`.

content/en/software/install-and-run/running-on-win.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ The installation app will ask for the directory in which to install Medley. Any
4747
cmd /C medley <flags and options>
4848
```
4949

50+
4. To exit Medley execute `(IL:LOGOUT)` at the Lisp prompt.
51+
5052
Documentation for the `<flags and options>` to the `medley` command can be found [here](https://online.interlisp.org/downloads/man_medley.html)
5153

5254
For first-time users: `medley --apps --interlisp --noscroll` or, equivalently, `medley -a -e -n` is a good starting point. This will give you a fully populated Medley system, including the applications built on Medley such as Notecards and Rooms.

content/en/software/install-and-run/running-on-wsl.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ while the X Window on WSL will not so scale. The WSL packages also install the w
2626
package, which is used by Medley to connect to external browsers as described above.
2727
Aside from these two features, a non-WSL .deb package will install and run on WSL.
2828

29+
To exit Medley execute `(IL:LOGOUT)` at the Lisp prompt.
30+
2931
## Accessing Medley for WSL
3032

3133
1. Use a browser to download from the .deb package for your platform (i.e., "standard" WSL) and your machine architecture (X86_64, ARM64, or ARMv7) to `<deb_filepath>` from [the Medley downloads site](https://online.interlisp.org/downloads/medley_downloads.html)

0 commit comments

Comments
 (0)