Jon Leech
Jon Leech
> AFAIK once the Makefiles are updated from xhtml to html, and other various > tags should automatically be rendered as and > ? "Automatically" in the sense of needing...
I have the impression that non-valid HTML is likely to downrank search results on that page. Right now generally the right thing happens when you put in a GL entry...
TBH I would rather work on an asciidoc conversion. Postprocessing XHTML to HTML 5 looks really fragile / heuristic and I think the time will be better spent on a...
Is there some way to "try fetching submodules" short of cleaning the entire tree and starting from scratch? I can't spend 20-30 minutes on every failure. 'git submodule update' does...
I see you edited that while I was typing. Will attempt that but really, git?
> If you only need to clone for building the documentation, we should find a way to make the Asciidoc part build without having to clone the whole repo. @gpx1000...
Agreed re submodules, they are the spawn of Satan.
> Have you tried git submodule update --init --recursive > > submodules are a part of git and are rather quite mature and stable when used correctly. I am just...
> git config --global http.lowSpeedLimit 0 # Disable low speed limit git config --global http.lowSpeedTime 999999 # Set low speed time limit to a large value > > I think...
The problem with testing is that it takes ca. half an hour of this sluggish performance before the fatal errors occur. If I crank up the lowSpeedTime timeout then it's...