diff --git a/content/en/project/status/2023MedleyAnnualReport.md b/content/en/project/status/2023MedleyAnnualReport.md index da47b4ee6..02958bd70 100644 --- a/content/en/project/status/2023MedleyAnnualReport.md +++ b/content/en/project/status/2023MedleyAnnualReport.md @@ -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. diff --git a/content/en/project/status/_index.md b/content/en/project/status/_index.md index 58598167e..621172032 100644 --- a/content/en/project/status/_index.md +++ b/content/en/project/status/_index.md @@ -1,7 +1,7 @@ --- title: News and Status Reports type: docs -weight: 50 +weight: 2 aliases: - /hugo/news/ - /medley/project/news/ @@ -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) diff --git a/content/en/software/using-medley/_index.md b/content/en/software/using-medley/_index.md index c88ba8d4d..803eb43a9 100644 --- a/content/en/software/using-medley/_index.md +++ b/content/en/software/using-medley/_index.md @@ -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. #### Advanced material diff --git a/layouts/404.html b/layouts/404.html index 74ad9cbeb..2aebd03a0 100644 --- a/layouts/404.html +++ b/layouts/404.html @@ -1,7 +1,10 @@ {{ define "main" }}
-

Go Home

+

Page Not Found

+

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.

+

Please check the URL for typos or visit our homepage.

+ Go Home
{{ end }} diff --git a/static/documentation/lispcourse.pdf b/static/documentation/lispcourse.pdf new file mode 100755 index 000000000..b250fde71 Binary files /dev/null and b/static/documentation/lispcourse.pdf differ