Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions content/en/project/status/2023MedleyAnnualReport.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ weight: 1
type: docs
---

![Medley Logo](Resources/logo_red_no_border_568x385.png)

### **Overview**

The Medley Interlisp Project has made significant progress toward its goals of preserving, extending, and documenting the “experience” of Interlisp for now and for the future. This annual report highlights our achievements and ongoing efforts.
Expand Down
8 changes: 5 additions & 3 deletions content/en/project/status/_index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: News and Status Reports
type: docs
weight: 50
weight: 2
aliases:
- /hugo/news/
- /medley/project/news/
Expand All @@ -10,14 +10,16 @@ aliases:
- /news/2021medleyannualreport/
---

# 2023 Annual Report (in preparation)
# 2023 Annual Report released!

The [2023 Medley Interlisp Annual Report](/project/status/2023medleyannualreport) is ready! "Read all about it!"

Sneak Peek: We are working on our [2023 Medley Interlisp Annual Report](/project/status/2023medleyannualreport). Final Draft -- don't distribute until we announce it.

## Annual Reports

The Medley team has produced annual reports documenting their major achievements.

- [2023 Annual Report](/project/status/2023medleyannualreport)
- [2022 Annual Report](/project/status/2022medleyannualreport)
- [2021 Annual Report](/project/status/2021medleyannualreport)

Expand Down
3 changes: 2 additions & 1 deletion content/en/software/using-medley/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ Items marked with are at temporary locations, likely to change.
If you are familiar with Common Lisp, this guide points out some differences.
1. [Medley for the Novice](/documentation/Medley-Primer.pdf) (also known as Medley Primer). An introductory guide to the basics of Medley such as executing commands, using menus and files, manipulating windows, editing and saving Lisp code, using the development tools, and more. Read it in full. The code in chapter 20 "Free Menus" doesn't work and some illustrations are missing.
1. [SEdit — The Lisp Editor](https://drive.google.com/file/d/12LW5zCZauJvC63NRMJhjNv5qJkuuCflb/view?usp=sharing). The manual of SEdit, the default Lisp code editor.
1. [LispCourse notes](https://interlisp.org/pub-pdfs/lispcourse/lispcourse.pdf). The notes of a beginner course on the Interlisp environment that goes from the basics of interacting with the system to programming in Lisp. Highly recommended. Skip the sections on printing and the network as modern Medley doesn't fully implement the described functionality. The formatting of the text is partially broken and some sections are missing.

1. [LispCourse notes](https://interlisp.org/documentation/lispcourse.pdf). The notes of a beginner course on the Interlisp environment that goes from the basics of interacting with the system to programming in Lisp. Highly recommended. Skip the sections on printing and the network as modern Medley doesn't fully implement the described functionality. The formatting of the text is partially broken and some sections are missing.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We've been dropping the Interlisp.org on these, so maybe just go with /documentation/lispcourse.pdf


#### Advanced material

Expand Down
5 changes: 4 additions & 1 deletion layouts/404.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{{ define "main" }}
<main id="main">
<div>
<h1 id="title"><a href="{{ "" | relURL }}">Go Home</a></h1>
<h1 id="title">Page Not Found</h1>
<p>The page or document you were trying to reach does not exist. It might have been moved or removed. If you are following a link from some other source, please let us know so we can correct the problem.</p>
<p>Please check the URL for typos or visit our homepage.</p>
<a href="{{ "" | relURL }}">Go Home</a>
</div>
</main>
{{ end }}
Binary file added static/documentation/lispcourse.pdf
Binary file not shown.