bramstein / typeset

TeX line breaking algorithm in JavaScript
BSD 2-Clause "Simplified" License
990 stars 74 forks source link

Link to the Knuth & Plass article is broken #34

Open eyalroz opened 1 year ago

eyalroz commented 1 year ago

The README link:

Knuth & Plass line-breaking Revisited

... is broken.

PhilterPaper commented 1 year ago

Is the article you're looking for among these links? Googling for Knuth Plass revisited, I see some abstracts, but nothing outside of a paywall.

eyalroz commented 1 year ago

Is the article you're looking for among these links?

I'm not looking for anything - your README.md has a link to an article; and that link is broken...

PhilterPaper commented 1 year ago

I don't support bramstein/typeset -- Bram Stein still does. I support Text::KnuthPlass (a Perl implementation).

The link https://defoe.sourceforge.net/folio/knuth-plass.html doesn't work? I just clicked on it in the README.md on GitHub and it seemed to come up OK. It's also in my list of sources (given above) and works OK there, too. Any chance you have a filter blocking access to SourceForge?

eyalroz commented 1 year ago

This link: http://www3.interscience.wiley.com/journal/113445055/abstract

is broken. And that's the first link on your README.md ; I'm sorry if I wasn't clear enough...

muzimuzhi commented 1 year ago

The broken one is https://github.com/bramstein/typeset/blob/619fadd8b66db6b32ec810a2a51035e772042223/README.md?plain=1#L80-L80

In this archive [1], http://web.archive.org/web/20180605061043/https://onlinelibrary.wiley.com/doi/abs/10.1002/spe.4380111102, it reads

Loading... http://www3.interscience.wiley.com/journal/113445055/abstract | 17:27:09 August 07, 2018 Got an HTTP 301 response at crawl time Redirecting to... http://onlinelibrary.wiley.com/doi/10.1002/spe.4380111102/abstract

Thus I think the living url https://onlinelibrary.wiley.com/doi/10.1002/spe.4380111102 is a good substitution. It provides almost the same info compared to an older but successful archive http://web.archive.org/web/20160312202904/http://onlinelibrary.wiley.com/doi/10.1002/spe.4380111102/abstract.

PhilterPaper commented 1 year ago

This link: http://www3.interscience.wiley.com/journal/113445055/abstract

I see it is repeated as the second entry in the References section. All I can suggest is that you submit a PR that cleans up the links in the README.md file, and if it's very little work for Bram to add it, he might do so. Be forewarned that he's not very active on this repository.