[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Palindrome] printer program



Here is a way that some work now might save some frustration later.
The usual situation is that puzzles are released in batches on the
web, with each puzzle consisting of one or several web pages.  We want
to print lots of copies of all the puzzles in a batch when they are
released.  The usual way to do it is to tell the printer to print N
copies of each web page and then to collate them by hand.  I've always
found that process somewhat frustrating, and I think it would be nice
to have a system for doing it automatically.

Here are some ideas:

Write a stand-alone program which would take a URL, find all the
pages that are under it, and print them.

Write a proxy server which would do the same thing, but return the
result as a single web page.

In either case, one should worry about whatever sort of authorization
might be necessary to obtain the pages, whether it would require
logging into (and thus running the program on) Athena, and so on.

Another idea is to print each page by hand but use "print to file"
which will produce some file that can then be sent to the printer.
When all such files are put in a directory, a very simple program
("lpr *.ps" in the case of Linux) would then print the files
together.  Even this procedure should probably be checked out ahead of
time, though, perhaps by testing it on the past year's hunt.

                         Ken