Marius Gedminas

Results 203 comments of Marius Gedminas

> right now I edit the raw HTML and the source at once, how am i supposed to update the branch from the source? I think we'll have to invent...

I thought #142 covered only half of the conversation topic ;) But sure, let's not hijack the meta task for this one detail.

One thing that linkchecker's robotparser2 does is it uses requests to fetch robots.txt. I'm sure stlib uses urllib. We don't want to use urllib, we want to use requests.

I think this is a valid feature request, to have a way of specifying in a config file or command line that we want to validate additional attributes such as...

I can reproduce this. I've added additional debug logs to AnchorCheck.applies_to(): ```diff diff --git a/linkcheck/plugins/anchorcheck.py b/linkcheck/plugins/anchorcheck.py index 096fc638..d0a1b3a5 100644 --- a/linkcheck/plugins/anchorcheck.py +++ b/linkcheck/plugins/anchorcheck.py @@ -28,7 +28,9 @@ class AnchorCheck(_ContentPlugin): def...

Yes, something like that. The anchorcheck plugin assumes that it'll get called for every link that points into a.html, but it only gets called once, with the first link. (I'm...

I wonder if linkchecker is actually waiting for some HTTP connections that take forever to timeout. Can you check with `netstat` or `lsof` whether the hung `linkchecker` process has any...

> I'm not sure what the token format is that the linkchecker is passing however. It's a base-64 encoding of `username:password`, with the username and password you have given linkchecker,...

This project is a friendly fork of the original [LinkChecker](https://github.com/wummel/linkchecker/). We haven't geared up enough to be able to produce Windows binaries yet.

But how can LinkChecker discover those other pages, when index.html doesn't link to them? The only link in index.html that points to another kristinita.ru is to http://kristinita.ru/mozoleglazym, which is a...