On 04.04.11 Norbert Preining ([email protected]) wrote: > On Do, 31 Mär 2011, Hilmar Preuße wrote:
Hi, > > How did you create that package? I guess you just created a list > > of URLs to download the PDF files and packaged the download. > > Then the list changed and you didn't update it, correct? > > No idea, I probably tried to download all of them by hand from the > web page with right mouse save as and didn't actually check that > the file exists, as I assumed that the link on the page is working, > (on pragma-ade), but it probably wasn't. > Maybe something like: for i in $(seq 1 45); do wget \ http://www.pragma-ade.com/show-man-${i}.htm; done and for i in show-man-*; do wget --force-html -B \ http://www.pragma-ade.com/ -i ${i}; done This will download a lot of garbage, but at least one has the 77 pdf files representing the context documentation (I hope). And no, the 3 documents mentioned in the bug report are not among them. H. -- sigmentation fault -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

