Skip to content

Commit e6b2213

Browse files
authored
improve 404. Move lispcorse to website (#199)
* improve 404. Move lispcorse to website * Release annual report
1 parent 476e5c1 commit e6b2213

File tree

5 files changed

+13
-5
lines changed

5 files changed

+13
-5
lines changed

content/en/project/status/2023MedleyAnnualReport.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ weight: 1
44
type: docs
55
---
66

7+
![Medley Logo](Resources/logo_red_no_border_568x385.png)
8+
79
### **Overview**
810

911
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.

content/en/project/status/_index.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: News and Status Reports
33
type: docs
4-
weight: 50
4+
weight: 2
55
aliases:
66
- /hugo/news/
77
- /medley/project/news/
@@ -10,14 +10,16 @@ aliases:
1010
- /news/2021medleyannualreport/
1111
---
1212

13-
# 2023 Annual Report (in preparation)
13+
# 2023 Annual Report released!
14+
15+
The [2023 Medley Interlisp Annual Report](/project/status/2023medleyannualreport) is ready! "Read all about it!"
1416

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

1718
## Annual Reports
1819

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

22+
- [2023 Annual Report](/project/status/2023medleyannualreport)
2123
- [2022 Annual Report](/project/status/2022medleyannualreport)
2224
- [2021 Annual Report](/project/status/2021medleyannualreport)
2325

content/en/software/using-medley/_index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ Items marked with are at temporary locations, likely to change.
3535
If you are familiar with Common Lisp, this guide points out some differences.
3636
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.
3737
1. [SEdit — The Lisp Editor](https://drive.google.com/file/d/12LW5zCZauJvC63NRMJhjNv5qJkuuCflb/view?usp=sharing). The manual of SEdit, the default Lisp code editor.
38-
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.
38+
39+
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.
3940

4041
#### Advanced material
4142

layouts/404.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
{{ define "main" }}
22
<main id="main">
33
<div>
4-
<h1 id="title"><a href="{{ "" | relURL }}">Go Home</a></h1>
4+
<h1 id="title">Page Not Found</h1>
5+
<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>
6+
<p>Please check the URL for typos or visit our homepage.</p>
7+
<a href="{{ "" | relURL }}">Go Home</a>
58
</div>
69
</main>
710
{{ end }}
774 KB
Binary file not shown.

0 commit comments

Comments
 (0)