You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
Copy file name to clipboardExpand all lines: content/en/project/status/_index.md
+12-17Lines changed: 12 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -14,20 +14,16 @@ aliases:
14
14
- /medley/project/status/
15
15
---
16
16
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
-
25
17
## May 2025 IEEE Canadian Conference on Electrical and Computer Engineering
26
18
27
19
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.
28
20
29
21
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).
30
22
23
+
## 2024 Annual Report released
24
+
25
+
The [2024 Medley Interlisp Annual Report](/project/status/2024medleyannualreport) has been released. Another year of progress.
26
+
31
27
## Larry Masinter at aNONradio in December 2024
32
28
33
29
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"
46
42
47
43
<iframewidth="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>
48
44
49
-
## Annual Reports
45
+
## 2023 Annual Report released
50
46
51
-
The Medley team has produced annual reports documenting their major achievements.
Copy file name to clipboardExpand all lines: content/en/software/install-and-run/_index.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -14,3 +14,7 @@ type: docs
14
14
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.
15
15
16
16
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