response/comments
[ikiwiki.git] / doc / todo / Print_link.mdwn
1 I think that Print link to open popup window with printable
2 HTML version of page is very useful thing, so I would like
3 to have it in my ikiwiki :)
4
5 Probably it's better to generate a page on the fly as a CGI
6 (just the same like for RecentChanges page) when a user
7 really needs it, instead to build static printable version
8 for all ikiwiki pages. --Pawel
9
10 > I've always considered print links to be a sign of a badly designed web
11 > site that looks ugly in a printer because it's ugly anywhere, so I may
12 > take some convinving. :-) Ikiwiki pages seem like they'd print out ok
13 > as-is to me.
14
15 > (I also often click on print links, just to get a web page that I can
16 > read, especially often hoping that it will have the whole article on it,
17 > instead of the 99 tiny pagelets nasty websites like to split things into.
18 > Have I ever mentioned how much I *hate* the web?)
19
20 > One option, if your stylesheet contained something that was unpalatable
21 > in printing, would be to define an alternate stylesheet optimised for
22 > printing, and somehow switch the browser to use that stylesheet when
23 > printing a page (it can be switched from a menu in the UI of some
24 > browsers, but I'm not sure what a good way would be to switch the
25 > stylesheet on the fly without re-rendering the page..)
26 >
27 > --[[Joey]]