diff --git a/about.html b/about.html index 870f9bd..685dcaf 100755 --- a/about.html +++ b/about.html @@ -25,5 +25,5 @@ abbr{font-variant:none;text-transform:none;letter-spacing:0}
Corrections and feedback to mark@diveintomark.org -
© 2001–9 Mark Pilgrim +
© 2001–9 Mark Pilgrim diff --git a/colophon.html b/colophon.html new file mode 100644 index 0000000..e2f1cff --- /dev/null +++ b/colophon.html @@ -0,0 +1,89 @@ + +
+ + +You are here: Home ‣ Dive Into Python 3 ‣ +
++❝ Je n’ai fait celle-ci plus longue que parce que je n’ai pas eu le loisir de la faire plus courte.
(I would have written a shorter letter, but I did not have the time.) ❞
— Blaise Pascal +
+
This book, like all books, was a labor of love. Oh sure, I got paid the medium-sized bucks for it, but nobody writes technical books for the money. And since this book is available on the web as well as on paper, I spent a lot of time fiddling with webby stuff when I should have been writing. + +
+
+
The online edition loads as efficiently as possible. Efficiency never happens by accident; I spent many hours making it so. Perhaps too many hours. Yes, almost certainly too many hours. Never underestimate the depths to which a procrastinating writer will sink. + +
I won’t bore you with all the details. Wait, yes — I will bore you with all the details. But here’s the short version. + +
⁂ + +
vertical rhythm, best available ampersand, curly quotes/apostrophes, other stuff from webtypography.net + +
⁂ + +
Unicode, callouts, font-family issues on Windows + +
⁂ + +
"Dive Into History 2009 edition", minimizing CSS + JS + HTML, inline CSS, optimizing images + +
⁂ + +
Quotes, constrained writing(?), PapayaWhip + +
⁂ + +
© 2001–9 Mark Pilgrim + + + diff --git a/i/openclipart.org_media_files_johnny_automatic_5261.png b/i/openclipart.org_media_files_johnny_automatic_5261.png new file mode 100644 index 0000000..495f6ed Binary files /dev/null and b/i/openclipart.org_media_files_johnny_automatic_5261.png differ diff --git a/iterators-and-generators.html b/iterators-and-generators.html index 5d540b7..fa3eb43 100755 --- a/iterators-and-generators.html +++ b/iterators-and-generators.html @@ -27,62 +27,6 @@ h1:before{counter-increment:h1;content:''}
But since you’re here, I’d like to talk about some of the small stuff I sweated while writing this book. - -
The online edition loads as quickly as it does because -
© 2001–9 Mark Pilgrim