Skip to content

Commit d2f560f

Browse files
authored
Cleanup of Page Indexing Issues (#247)
* Cleanup of Page Indexing Issues This PR removes aliases that are no longer necessary and are resulting in `Excluded by 'noindex' tag` failures. * Reinstate /bibliography alias, referenced in published paper
1 parent 0b61ab6 commit d2f560f

File tree

13 files changed

+4
-32
lines changed

13 files changed

+4
-32
lines changed

content/en/history/_index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ Each software environment had its own microcode (for each machine) to implement
2424

2525
When sold as a workstation of the Xerox Office Systems Division, the machines had different numbers -- the Xerox 1108 (Dandelion) was the same as the Xerox 8010. The Xerox 1186 (Daybreak) was the same as the Xerox 6085.
2626

27-
2827
### Detailed History
2928

3029
A more extensive history of Interlisp can be found in the [Interlisp Timeline](timeline). The [Interlisp Bibliography](bibliography) has a wealth of historical material.
31-

content/en/history/bibliography/_index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ weight: 5
44
type: docs
55
aliases:
66
- /bibliography/
7-
- /medley/history/publications/
8-
- /medley/history/publications/table/
97

108
---
119

content/en/history/glossary/_index.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
---
22
title: Glossary
33
aliases:
4-
- /medley/project/glossary
5-
- /medley/project/glossary/
64
- /glossary/
7-
- /project/glossary
85
- /medley/project/vocabulary/
96
weight: 90
107
type: docs

content/en/project/donate.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
title: Donate
33
weight: 15
44
type: docs
5-
aliases:
6-
- /donate
75
---
86

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

3533
## Tax deductibility

content/en/project/getInvolved/_index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ weight: 11
44
type: docs
55
aliases:
66
- /medley/project/getinvolved/
7-
- /getinvolved/
87
---
98

109
There several ways to get involved in the Medley Interlisp Project, depending on your background and interests. These are elaborated below:

content/en/project/partners/educopia.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ weight: 20
44
type: docs
55
aliases:
66
- /hugo/about/partners/educopia/
7-
- /medley/project/partners/educopia/
87
---
98
[Educopia](https://educopia.org) is a non-profit organization hosting the [Software Preservation Network](/project/partners/spn) and other software preservation groups.
109

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ type: docs
55
aliases:
66
- /medley/project/status/2022medleyannualreport/
77
- /project/news/2022medleyannualrepoort/
8-
- /news/2022medleyannualreport/
98
---
109

1110
### Introduction

content/en/software/access-online/_index.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@ title: Access Medley Online
33
weight: 10
44
type: docs
55
aliases:
6-
- /medley/using/running/online/
76
- /medley/using/running/online
8-
- /running/online
9-
- /running/online/using/online
107
- /software/access-online
118
---
129

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

3027
* 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.
3128

32-
3. Select the Exec you want to start out with. For example, select `Interlisp`.
29+
3. Select the Exec you want to start out with. For example, select `Interlisp`.
3330

34-
4. Leave the `Fill browser window` option set.
31+
4. Leave the `Fill browser window` option set.
3532

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

content/en/software/install-and-run/linux/_index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
title: Install and Run on Linux
33
linkTitle: Linux
44
weight: 20
5-
aliases:
6-
- /software/install-and-run/running-on-linux/
75
type: docs
86
---
97
<style>.td-content blockquote { border-left: none; color: inherit; padding-left: 2rem;}</style>

content/en/software/install-and-run/macos/_index.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ title: Install and Run on MacOS
33
linkTitle: MacOS
44
weight: 30
55
type: docs
6-
aliases:
7-
- /running/running-on-mac
8-
- /software/install-and-run/running-on-mac/
96
---
107

118
<style>.td-content blockquote { border-left: none; color: inherit; padding-left: 2rem;}</style>

content/en/software/install-and-run/windows/native/_index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ title: Install and Run on Windows "native"
33
linkTitle: native
44
weight: 40
55
type: docs
6-
aliases:
7-
- /software/install-and-run/running-on-win/
86
---
97

108
<style>.td-content blockquote { border-left: none; color: inherit; padding-left: 2rem;}</style>

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,15 @@ title: Documentation
33
weight: 20
44
type: docs
55
aliases:
6-
- /medley/using/docs/medley/orientation/
76
- /docs/
87
- /medley/using/docs/medley/the-medley-interlisp-dsk-file-system/
9-
- /doc/info/Using.html
108
- /doc/info/Using
11-
- /hugo/documentation
129
- /using-medley/
1310
- /medley/using/
1411
- /medley/using/docs/medley/orientation/
1512
- /medley/using/docs/medley/
1613
- /docs/medley/orientation/
1714
- /medley/using/docs/medley/tips/
18-
- /docs/medley/orientation/
1915
- /software/using-medley/medley/
2016
- /software/using-medley/IRM.pdf
2117
---

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,4 @@ In an (INTERLISP) Exec window, type the following:
2121

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

24-
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.)
25-
24+
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.)

0 commit comments

Comments
 (0)