Open
Show file tree
Hide file tree
Changes from 1 commit
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Failed to load files.
Next Next commit
Cleanup of Page Indexing Issues
This PR removes aliases that are no longer necessary and are resulting
in `Excluded by 'noindex' tag` failures.
  • Loading branch information
@stumbo
stumbo committedOct 19, 2024
commit 5bcf0929769ba0b125174ccda7de5252169bb5ea
Original file line numberDiff line numberDiff line change
Expand Up@@ -2,10 +2,6 @@
title: Bibliography
weight: 5
type: docs
aliases:
- /bibliography/
- /medley/history/publications/
- /medley/history/publications/table/

---

Expand Down
Original file line numberDiff line numberDiff line change
Expand Up@@ -2,8 +2,6 @@
title: Donate
weight: 15
type: docs
aliases:
- /donate
---

## Why to donate
Expand All@@ -29,7 +27,7 @@ You can donate using the following methods:
</form>
- [ Sponsors](https://.com/sponsors/Interlisp): convenient, but they do charge a fee — 3% if done through ACH, 6% for credit card donations.
- Contact [our donations team](mailto:[email protected]) for larger amounts.
- Benevity: for corporate matching donations, find InterlispOrg on the Benevity portal by searching for “Interlisp” or
- Benevity: for corporate matching donations, find InterlispOrg on the Benevity portal by searching for “Interlisp” or
organization number `840-872528093`.

## Tax deductibility
Expand Down
Original file line numberDiff line numberDiff line change
Expand Up@@ -4,7 +4,6 @@ weight: 11
type: docs
aliases:
- /medley/project/getinvolved/
- /getinvolved/
---

There several ways to get involved in the Medley Interlisp Project, depending on your background and interests. These are elaborated below:
Expand Down
Original file line numberDiff line numberDiff line change
Expand Up@@ -4,7 +4,6 @@ weight: 20
type: docs
aliases:
- /hugo/about/partners/educopia/
- /medley/project/partners/educopia/
---
[Educopia](https://educopia.org) is a non-profit organization hosting the [Software Preservation Network](/project/partners/spn) and other software preservation groups.

Expand Down
Original file line numberDiff line numberDiff line change
Expand Up@@ -3,10 +3,7 @@ title: Access Medley Online
weight: 10
type: docs
aliases:
- /medley/using/running/online/
- /medley/using/running/online
- /running/online
- /running/online/using/online
- /software/access-online
---

Expand All@@ -29,9 +26,9 @@ Running Medley online is good for experimenting and introducing yourself to the

* If you are already registered (created an account), log in and start a Medley Interlisp session. Sessions are preserved for users that login with their own account. However, user account sessions may be deleted after 30 days of inactivity.

3. Select the Exec you want to start out with. For example, select `Interlisp`.
3. Select the Exec you want to start out with. For example, select `Interlisp`.

4. Leave the `Fill browser window` option set.
4. Leave the `Fill browser window` option set.

5. Select `Run Medley`.
Your browser will open a window that represents the Interlisp Desktop and looks much like this:
Expand All@@ -43,4 +40,3 @@ Your browser will open a window that represents the Interlisp Desktop and looks
Guide to Using Medley<i class="fas fa-arrow-alt-circle-right ml-2"></i>
</a>
</div>

Original file line numberDiff line numberDiff line change
Expand Up@@ -2,8 +2,6 @@
title: Install and Run on Linux
linkTitle: Linux
weight: 20
aliases:
- /software/install-and-run/running-on-linux/
type: docs
---
<style>.td-content blockquote { border-left: none; color: inherit; padding-left: 2rem;}</style>
Expand Down
Original file line numberDiff line numberDiff line change
Expand Up@@ -3,9 +3,6 @@ title: Install and Run on MacOS
linkTitle: MacOS
weight: 30
type: docs
aliases:
- /running/running-on-mac
- /software/install-and-run/running-on-mac/
---

<style>.td-content blockquote { border-left: none; color: inherit; padding-left: 2rem;}</style>
Expand Down
Original file line numberDiff line numberDiff line change
Expand Up@@ -21,5 +21,4 @@ In an (INTERLISP) Exec window, type the following:

When you complete typing the ending `)` the Interlisp interpreter will perform the calculation and return the result.

One thing you probably noticed, the function name `PLUS` is capitalized. This is traditional -- Interlisp programmers commonly ran with the caps-lock turned on. It’s not that the developers of Interlisp were always shouting at each other. Rather, when Interlisp was developed computer programming was in its early days and all-caps type-in was common. (It's possible to change the Interlisp exec to automatically capitalize symbols at imput, as is the case with the Common Lisp exec, if that's your preference.)

One thing you probably noticed, the function name `PLUS` is capitalized. This is traditional -- Interlisp programmers commonly ran with the caps-lock turned on. It’s not that the developers of Interlisp were always shouting at each other. Rather, when Interlisp was developed computer programming was in its early days and all-caps type-in was common. (It's possible to change the Interlisp exec to automatically capitalize symbols at input, as is the case with the Common Lisp exec, if that's your preference.)