Skip to content

Commit

Permalink
Migrate minnie links, bump CI
Browse files Browse the repository at this point in the history
  • Loading branch information
avindra committed Jul 3, 2024
1 parent b055f44 commit 669f5c7
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Setup mdBook
uses: peaceiris/actions-mdbook@v1
uses: peaceiris/actions-mdbook@v2
with:
mdbook-version: 'latest'

- run: mdbook build

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./book
2 changes: 1 addition & 1 deletion src/lang/shell.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Shell languages often mix structured programming constructs with bespoke command
* 1976: [The Unix Command Language](https://archive.org/download/the-unix-command-language/the-unix-command-language.pdf) ([more info](https://github.com/susam/tucl#combined-pdf))
* by Ken Thompson
* [view converted Markdown on GitHub](https://github.com/susam/tucl/blob/master/the-unix-command-language.md#the-unix-command-language)
* The syntax (` | `) was [contributed by Douglas McIlroy](https://minnie.tuhs.org/pipermail/tuhs/2020-December/022535.html).
* The syntax (` | `) was [contributed by Douglas McIlroy](https://www.tuhs.org/pipermail/tuhs/2020-December/022535.html).
* The original syntax can be found in 1987's [A Research UNIX Reader](https://archive.org/details/a_research_unix_reader/page/n27/mode/2up).
* 1976: [Using a Command Language as a High-Level Programming Language](http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.85.7617&rep=rep1&type=pdf)
* by John Mashey
Expand Down
2 changes: 1 addition & 1 deletion src/orgs.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ It has many resources for the UNIX student:

- active discussions with participation from UNIX creators and community
- [vast digital archive](https://wiki.tuhs.org/doku.php?id=source:unix_archive)
- [mailing list archive](https://minnie.tuhs.org/pipermail/tuhs/)
- [mailing list archive](https://www.tuhs.org/pipermail/tuhs/)

TUHS was orginally formed as "the [PDP-11](./hardware.md) Unix Preservation Society"
### Others
Expand Down
2 changes: 1 addition & 1 deletion src/prim/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ These are various technical papers and other writings about UNIX from its creato

This document is the earliest known formal description of the UNIX system. It had a few revisions, and an early draft is available.

* [1971](https://minnie.tuhs.org/pipermail/tuhs/2015-November/007703.html): [Draft: The UNIX Time-Sharing System](https://www.tuhs.org/Archive/Distributions/Research/McIlroy_v0/UnixEditionZero-Threshold_OCR.pdf) ([Txt](https://www.tuhs.org/Archive/Distributions/Research/McIlroy_v0/UnixEditionZero.txt))
* [1971](https://www.tuhs.org/pipermail/tuhs/2015-November/007703.html): [Draft: The UNIX Time-Sharing System](https://www.tuhs.org/Archive/Distributions/Research/McIlroy_v0/UnixEditionZero-Threshold_OCR.pdf) ([Txt](https://www.tuhs.org/Archive/Distributions/Research/McIlroy_v0/UnixEditionZero.txt))
* by Dennis Ritchie
* 1974: [The UNIX Time-Sharing System](https://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.112.595&rep=rep1&type=pdf) ([ACM](https://dl.acm.org/doi/10.1145/361011.361061)) ([mirror](http://www.tom-yam.or.jp/2238/ref/unix.pdf)) ([mirror 2](https://www.tuhs.org/Archive/Documentation/Papers/unix_cacm74.pdf))
* by Dennis Ritchie and Ken Thompson
Expand Down
2 changes: 1 addition & 1 deletion src/prim/bell.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* 1973: 📼 [The Holmdel Computer Center, Part 2: Programmer Services](https://techchannel.att.com/playvideo/2012/11/28/AT&T-Archives-Holmdel-Computer-Center-Part-2) ([YouTube](https://www.youtube.com/watch?v=V9aVOIuKVUc))
* 1982: [Holmdel 20th Anniversary, a history of the legendary Bell Labs facility designed by Eero Saarinen](https://www.youtube.com/watch?v=BPq_ZyOvbsg&t=534s)
* 1982: [Breakup of the Bell System](https://en.wikipedia.org/wiki/Breakup_of_the_Bell_System)
* [June 2021 TUHS post](https://minnie.tuhs.org/pipermail/tuhs/2021-June/023869.html)
* [June 2021 TUHS post](https://www.tuhs.org/pipermail/tuhs/2021-June/023869.html)
* 2015: [Memories: A Personal History of Bell Telephone Laboratories](https://quello.msu.edu/wp-content/uploads/2015/08/Memories-Noll.pdf)
* by [A Michael Noll](http://noll.uscannenberg.org/)
* 2021: [History of Science and Technology Q&A (Mar. 10, 2021)](https://www.youtube.com/watch?v=5WfPiaseAyM)
Expand Down
2 changes: 1 addition & 1 deletion src/prim/security.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ Papers from other folks associated with the labs are available more specifically
* by Ken Thompson
* [2021 overview](https://www.youtube.com/watch?v=SJ7lOus1FzQ) [by Brailsford](https://www.nottingham.ac.uk/news/expertiseguide/computer-science-/professor-david-brailsford-.aspx)
* 1984: [UNIX Operating System Security](https://people.engr.ncsu.edu/gjin2/Classes/246/Spring2019/Security.pdf) ([DOI](https://doi.org/10.1002/j.1538-7305.1984.tb00058.x))
* [Frederick T. Grampp](https://minnie.tuhs.org/pipermail/tuhs/2021-March/023390.html) and [Robert H. Morris](https://en.wikipedia.org/wiki/Robert_Morris_(cryptographer))
* [Frederick T. Grampp](https://www.tuhs.org/pipermail/tuhs/2021-March/023390.html) and [Robert H. Morris](https://en.wikipedia.org/wiki/Robert_Morris_(cryptographer))

0 comments on commit 669f5c7

Please sign in to comment.