The Symfony2 Book in PDF
Dec 11, 2011I am sitting in a night train from Zürich to Amsterdam and i will spend most of the trip without internet access. Since i haven’t decided yet whether i will use the time for drinking at the restaurant car or studying symfony, i prepared myself a handy offline version of the symfony book.
Sharing is caring, as they say.
This is not perfect as i did it while waiting for my dinner order. I applied the following javascript to each chapter and then printed to PDF using Safari on OS X:
$('div.header, div.main_menu, div.breadcrumb, div.navigation, div.column_01, div.footer, div.box_relative_content, div#sln').remove();