Skip to content

Commit 073cea8

Browse files
authored
Rearranging the News and Status Reports page (#286)
* 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]> --------- Signed-off-by: Paolo Amoroso <[email protected]>
1 parent 8aa5fd3 commit 073cea8

File tree

2 files changed

+16
-17
lines changed

2 files changed

+16
-17
lines changed

content/en/project/status/_index.md

Lines changed: 12 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,16 @@ aliases:
1414
- /medley/project/status/
1515
---
1616

17-
## 2024 Annual Report released
18-
19-
The [2024 Medley Interlisp Annual Report](/project/status/2024medleyannualreport) has been released. Another year of progress.
20-
21-
## Build Notes
22-
23-
Builds of Medley for several operating systems and architectures are generated automatically every week. You can [learn what's changed and download the latest builds](https://github.com/Interlisp/medley/releases). We advise caution as these builds are untested and may have bugs or other issues.
24-
2517
## May 2025 IEEE Canadian Conference on Electrical and Computer Engineering
2618

2719
On May 28, 2025 Eleanor Young presented "The Medley Interlisp Project: Reviving a Historical Software System" at the [2025 IEEE Canadian Conference on Electrical and Computer Engineering and Industry Summit](https://ccece2025.ieee.ca) (CCECE). The paper by Young et al. was accepted for publication.
2820

2921
A [preprint](/documentation/young-ccece2025.pdf) of the paper and the [slides](/documentation/young-ccece2025-slides.pdf) of the talk are available. Please post questions, inquiries or your thoughts on the paper to one of our [social media sites](../getInvolved#3-join-in-the-discussions).
3022

23+
## 2024 Annual Report released
24+
25+
The [2024 Medley Interlisp Annual Report](/project/status/2024medleyannualreport) has been released. Another year of progress.
26+
3127
## Larry Masinter at aNONradio in December 2024
3228

3329
On December 18, 2024 Larry Masinter was a guest of the Lispy Gopher Climate radio show at [aNONradio](https://anonradio.net). The [recording of the episode](https://archives.anonradio.net/202412180000_screwtape.mp3) is available.
@@ -46,14 +42,9 @@ On May 6, 2024 Andrew Sengul gave the remote talk "The Medley Interlisp Revival"
4642

4743
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/ZBAJukF5mPE?si=nLVT7PRHd4-m0OMp" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
4844

49-
## Annual Reports
45+
## 2023 Annual Report released
5046

51-
The Medley team has produced annual reports documenting their major achievements.
52-
53-
- [2024 Annual Report](/project/status/2024medleyannualreport)
54-
- [2023 Annual Report](/project/status/2023medleyannualreport)
55-
- [2022 Annual Report](/project/status/2022medleyannualreport)
56-
- [2021 Annual Report](/project/status/2021medleyannualreport)
47+
The [2023 Medley Interlisp Annual Report](/project/status/2023medleyannualreport) was released.
5748

5849
## November 2023 Computer Conservation Society event
5950

@@ -69,6 +60,10 @@ being undertaken by the Medley project.
6960

7061
<iframe width="560" height="315" src="https://www.youtube.com/embed/N1MobfEaoWY" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
7162

72-
## Closed Issues
63+
## 2022 Annual Report released
64+
65+
The [2022 Medley Interlisp Annual Report](/project/status/2022medleyannualreport) was released.
66+
67+
## 2021 Annual Report released
7368

74-
The [issues closed](https://github.com/Interlisp/medley/issues?q=is%3Aissue+is%3Aclosed) by the team can be found in our GitHub repository.
69+
We released the [2021 Medley Interlisp Annual Report](/project/status/2021medleyannualreport) on the first year of the Medley Interlisp Project.

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,7 @@ type: docs
1414
Packaged releases of Medley are available for Linux (most recent distros), macOS and Windows 10/11. Both x86_64 and ARM64 systems are supported (as well as ARM7 - e.g., Raspberry Pi - for Linux). Instructions for installing and running Medley on these platforms are linked below.
1515

1616
Medley is capable of running on a variety of other OSes including FreeBSD and Solaris, as well as on other CPU architectures including i386, SPARC, PowerPC, and RISC-V. To install and run Medley on these platforms, you will need to build Medley (and, optionally, its underlying virtual machine, *Maiko*) from the sources available in the Interlisp repos on [GitHub.com](https://github.com/interlisp/). Instructions for building Medley and Maiko can be found on GitHub in the [*README* for Maiko](https://github.com/interlisp/maiko) and the [*README* for Medley](https://github.com/interlisp/medley).
17+
18+
## Release Notes
19+
20+
Builds of Medley for several operating systems and architectures are generated automatically every week. You can [learn what's changed and download the latest builds](https://github.com/Interlisp/medley/releases). We advise caution as these builds are untested and may have bugs or other issues.

0 commit comments

Comments
 (0)