From 9b95b094df4614979d8f85891baf60756d633da0 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Fri, 22 Jul 2022 16:00:36 -0700 Subject: [PATCH] update URLs for git.matthewbutterick.com --- csp/csp/scribblings/csp.scrbl | 2 +- fontland/README.md | 4 ++-- hyphenate/README.md | 2 +- hyphenate/hyphenate/scribblings/hyphenate.scrbl | 2 +- pitfall/README.md | 4 ++-- quad/README.md | 4 ++-- quad/quad/scribblings/quad.scrbl | 4 ++-- xenomorph/README.md | 4 ++-- xenomorph/xenomorph/scribblings/xenomorph.scrbl | 2 +- 9 files changed, 14 insertions(+), 14 deletions(-) diff --git a/csp/csp/scribblings/csp.scrbl b/csp/csp/scribblings/csp.scrbl index 13f2227e..c000e801 100644 --- a/csp/csp/scribblings/csp.scrbl +++ b/csp/csp/scribblings/csp.scrbl @@ -670,5 +670,5 @@ Check whether @racket[_x] is a valid CSP variable name, which today can mean any This module is licensed under the MIT license. -Source repository at @link["http://github.com/mbutterick/csp"]{http://github.com/mbutterick/csp}. Suggestions & corrections welcome. +Source repository at @link["http://git.matthewbutterick.com/mbutterick/typesetting"]{http://git.matthewbutterick.com/mbutterick/typesetting}. Suggestions & corrections welcome. diff --git a/fontland/README.md b/fontland/README.md index 1790043e..bbfe631d 100644 --- a/fontland/README.md +++ b/fontland/README.md @@ -1,4 +1,4 @@ -## fontland ![Build Status](https://github.com/mbutterick/fontland/workflows/CI/badge.svg) +## fontland Racket library for messing with fonts. Based on [`fontkit`](https://github.com/foliojs/fontkit). @@ -13,4 +13,4 @@ Fonts in `assets` folder are under separate licenses included there. ## Project status -Actively developed, but this package exists entirely to support [`pitfall`](https://github.com/mbutterick/pitfall) and [`quad`](https://github.com/mbutterick/quad). I have no ambition to make this a standalone library with documentation. I add things opportunistically based on what’s happening with Quad. +Actively developed, but this package exists entirely to support [`pitfall`](https://git.matthewbutterick.com/mbutterick/typesetting/src/branch/main/pitfall) and [`quad`](https://git.matthewbutterick.com/mbutterick/typesetting/src/branch/main/quad). I have no ambition to make this a standalone library with documentation. I add things opportunistically based on what’s happening with Quad. diff --git a/hyphenate/README.md b/hyphenate/README.md index 10dcf6dd..416e8bf9 100644 --- a/hyphenate/README.md +++ b/hyphenate/README.md @@ -1,4 +1,4 @@ -## hyphenate ![Build Status](https://github.com/mbutterick/hyphenate/workflows/CI/badge.svg) +## hyphenate Racket implementation of the Knuth–Liang hyphenation algorithm. diff --git a/hyphenate/hyphenate/scribblings/hyphenate.scrbl b/hyphenate/hyphenate/scribblings/hyphenate.scrbl index bd2f9875..0fc610aa 100644 --- a/hyphenate/hyphenate/scribblings/hyphenate.scrbl +++ b/hyphenate/hyphenate/scribblings/hyphenate.scrbl @@ -236,5 +236,5 @@ There is no way to use @racket[hyphenate] in ``polyglot'' mode, where English an This module is released under the MIT license. -Source repository at @link["http://github.com/mbutterick/hyphenate"]{http://github.com/mbutterick/hyphenate}. Suggestions & corrections welcome. +Source repository at @link["http://git.matthewbutterick.com/mbutterick/typesetting"]{http://git.matthewbutterick.com/mbutterick/typesetting}. Suggestions & corrections welcome. diff --git a/pitfall/README.md b/pitfall/README.md index 3ff51160..507760ab 100644 --- a/pitfall/README.md +++ b/pitfall/README.md @@ -1,4 +1,4 @@ -## pitfall ![Build Status](https://github.com/mbutterick/pitfall/workflows/CI/badge.svg) +## pitfall Racket library for generating PDFs. Based on [PDFKit](https://github.com/devongovett/pdfkit). @@ -11,4 +11,4 @@ Fonts in `ptest` folder are under separate licenses included there. ## Project status -Actively developed, though it’s not clear what more needs to be done. Most of the functionality from PDFKit has been ported over. This project is built to support [Quad](https://github.com/mbutterick/quad). I have no plans to release it as a standalone library or write documentation. In truth, I don’t know how a lot of this code works. +Actively developed, though it’s not clear what more needs to be done. Most of the functionality from PDFKit has been ported over. This project is built to support [Quad](https://git.matthewbutterick.com/mbutterick/typesetting/src/branch/main/quad). I have no plans to release it as a standalone library or write documentation. In truth, I don’t know how a lot of this code works. diff --git a/quad/README.md b/quad/README.md index 6e02f187..10e1597b 100644 --- a/quad/README.md +++ b/quad/README.md @@ -1,4 +1,4 @@ -## Quad ![Build Status](https://github.com/mbutterick/quad/workflows/CI/badge.svg) +## Quad A work-in-progress document processor written in [Racket](http://racket-lang.org). @@ -39,7 +39,7 @@ http://docs.racket-lang.org/quad ## Questions -Can be posted in the [`pollen-users` discussion area.](https://github.com/mbutterick/pollen-users/) +Can be posted in the [Quad forum](https://forums.matthewbutterick.com/c/quad/). ## License diff --git a/quad/quad/scribblings/quad.scrbl b/quad/quad/scribblings/quad.scrbl index 6e446872..6a163b28 100644 --- a/quad/quad/scribblings/quad.scrbl +++ b/quad/quad/scribblings/quad.scrbl @@ -71,7 +71,7 @@ For the most part, neither Quad nor Quadwriter rely much on @racketmodname[racke A demo app built with Quad. It takes a text-based source file as input, calculates the typesetting and layout, and then outputs a PDF. -You can fiddle with it & then submit issues and feature requests at the @link["http://github.com/mbutterick/quad"]{Quad repo}. +You can fiddle with it & then submit issues and feature requests at the @link["https://git.matthewbutterick.com/mbutterick/typesetting/src/branch/main/quad"]{Quad repo}. @section{Quadwriter quick tour} @@ -963,7 +963,7 @@ Some things I personally plan to use Quad for: @subsection{Getting more help} -Questions about Quad and Quadwriter can be posted in the @link["https://github.com/mbutterick/pollen-users/"]{@tt{pollen-users} discussion area.} +Questions about Quad and Quadwriter can be posted in the @link["https://forums.matthewbutterick.com/c/quad/"]{Quad forum.} @subsection{Why is it called Quad?} diff --git a/xenomorph/README.md b/xenomorph/README.md index b543ed32..b230c298 100644 --- a/xenomorph/README.md +++ b/xenomorph/README.md @@ -1,4 +1,4 @@ -## xenomorph ![Build Status](https://github.com/mbutterick/xenomorph/workflows/CI/badge.svg) +## xenomorph Racket library for binary encoding & decoding. Based on [`restructure`](https://github.com/foliojs/restructure). @@ -14,4 +14,4 @@ MIT ## Project status -Actively developed though I’m not sure what more will be done. Everything from `restructure` has been ported over. Mostly this package supports [Quad](https://github.com/mbutterick/quad), so I don’t expect it will have a meaningful life as a standalone library. Moreover nobody seems to like binary formats. +Actively developed though I’m not sure what more will be done. Everything from `restructure` has been ported over. Mostly this package supports [Quad](https://git.matthewbutterick.com/mbutterick/typesetting/src/branch/main/quad), so I don’t expect it will have a meaningful life as a standalone library. Moreover nobody seems to like binary formats. diff --git a/xenomorph/xenomorph/scribblings/xenomorph.scrbl b/xenomorph/xenomorph/scribblings/xenomorph.scrbl index 205452bc..2293cd98 100644 --- a/xenomorph/xenomorph/scribblings/xenomorph.scrbl +++ b/xenomorph/xenomorph/scribblings/xenomorph.scrbl @@ -1861,5 +1861,5 @@ The following values are deemed to be resolvable: any @racket[exact-nonnegative- This module is licensed under the MIT license. -Source repository at @link["http://github.com/mbutterick/xenomorph"]{http://github.com/mbutterick/xenomorph}. Suggestions & corrections welcome. +Source repository at @link["http://git.matthewbutterick.com/mbutterick/typesetting"]{http://git.matthewbutterick.com/mbutterick/typesetting}. Suggestions & corrections welcome.