Skip to content

Commit

Permalink
preparing test version of omnibus for lulu
Browse files Browse the repository at this point in the history
git-svn-id: https://www.iam.unibe.ch/scg/svn_repos/SqueakByExample/PharoBook@28426 54883e8d-cf1d-0410-83d6-f114b9419f37
  • Loading branch information
Oscar Nierstrasz committed Aug 12, 2009
1 parent dd4f816 commit 47a97e8
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 23 deletions.
3 changes: 1 addition & 2 deletions PBE-Omnibus.tex
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,8 @@
% \lstlistoflistings
\sloppy % To avoid LaTeX's annoying habit of letting lines stick over the margins!
%=================================================================
\input{Preface/Preface-Omnibus.tex}
%=================================================================
\input{Preface/Preface.tex}
\input{Preface/Preface-Omnibus.tex}
\mainmatter
%=================================================================
\part{Getting Started}
Expand Down
1 change: 1 addition & 0 deletions PBE-TO-DO.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ WITH: Damien Cassou, Jannick Menanteau, Damien Pollet, David Roethlisberger
REVIEWERS: Fabrizio Perin, Jorge Ressia, Lukas Renggli
-----------------------------------------------------------------------------
TO DO:
*** OB chapter is missing embedded fonts!
* Finalize OB and Reflection chapters -> OSCAR
* Need separate Omnibus Preface
* index all new chapters -> OSCAR
Expand Down
40 changes: 24 additions & 16 deletions Preface/Preface-Omnibus.tex
Original file line number Diff line number Diff line change
Expand Up @@ -36,31 +36,39 @@ \chapter{Preface to the Omnibus Edition}\label{cha:omnibus}

%:===> Write new Preface for Book 2

\on{Need preface for Omnibus edition}
This special edition of \emph{Pharo by Example} includes a number of chapters on advanced topics planned for a second volume to be released in late 2009 or early 2010.
This edition has been specially prepared for the Masters course \emph{Dynamic Object-Oriented Programming with Smalltalk}\footnote{\url{http://scg.unibe.ch/teaching/smalltalk}} offered at the University of Bern in the Fall Semester 2009.
The additional chapters cover such topics as
Monticello, a web-based version repository for shared Smalltalk projects,
Seaside, an advanced web development framework written in Smalltalk,
Regular expressions in Smalltalk,
the Omnibrowser framework for developing browsers,
exception handling in Smalltalk, and
support for introspection and reflection in Smalltalk.

%=================================================================
\section*{Acknowledgments}

% We would like to thank various people who have contributed to this book.
% In particular, we thank
%We would like to thank Hilaire Fernandes and Serge Stinckwich who allowed us to translate parts of their columns on \st, and Damien Cassou for contributing the chapter on streams.
We thank Vassili Bykov for his permission to liberally adapt the Regex documentation for the chapter on regular expressions in Smalltalk.

%We especially thank Lukas Renggli and Orla Greevy for their comments on drafts of the first release.

%We thank the University of Bern, Switzerland, for graciously supporting this open-source project and for hosting the web site of this book.

%We also thank the Squeak community for their enthusiastic support of this project, and for informing us of the errors found in the first edition of this book.
%Finally we thank the team that developed Squeak in the first place for making this amazing development environment available to us.
We also thank
Orlas Greevy,
Fabrizio Perin,
Lukas Renggli,
Jorge Ressia,
and
David Roethlisberger
for their detailed reviews of the new material.

%:===> Fix acknowledgements
\on{Add ACKs for new chapters!}
\on{pharo cover art: Samuel Morello}
%\on{Add ACKs for new chapters!}
%\on{pharo cover art: Samuel Morello}

Thanks to the following reviewers:
Orla Greevy,
Lukas Renggli.
%Thanks to the following reviewers:
%Orla Greevy,
%Lukas Renggli.

Thanks to Vassili Bykov for permission to adapt his Regex documentation.
%Thanks to Vassili Bykov for permission to adapt his Regex documentation.

%=============================================================
\ifx\wholebook\relax\else
Expand Down
15 changes: 10 additions & 5 deletions history.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
% 2007-06-06 - Oscar first draft
% 2007-08-14 - Stef corrections
% 2007-09-06 - Lukas review
% 2009-08-12 - Oscar rewrite for Pharo

===== QuickTour/QuickTour.tex ==========

Expand Down Expand Up @@ -156,11 +157,7 @@
===== Preface/Preface2.tex ==========

% HISTORY:
% 2006-10-05 - Oscar started
% 2007-05-28 - Stef edit
% 2007-06-06 - Oscar first draft
% 2007-08-14 - Stef corrections
% 2007-09-06 - Lukas review
% 2009-07-06 - Oscar opened new template (no contents)

===== Monticello/Monticello.tex ==========

Expand All @@ -171,6 +168,7 @@
% 2009-04-22 - Oscar revised
% 2009-04-23 - Alex revised (noted Squeak vs Pharo)
% 2009-06-17 - Oscar migrated to Pharo
% 2009-07-15 - Oscar indexing

===== Debugging/Debugging.tex ==========

Expand Down Expand Up @@ -214,6 +212,7 @@
% 2008-11-25 - Oscar revised
% 2009-04-17 - Fabrizio Perin reviewed
% 2009-04-18 - Jorge Ressia reviewed
% 2009-07-15 - Oscar indexing

===== Omnibrowser/Omnibrowser.tex ==========

Expand All @@ -233,6 +232,9 @@
% 2008-12-13 - Oscar revised
% 2009-03-18 - Stef extended
% 2009-06-17 - Oscar migrated to Pharo
% 2009-07-16 - Oscar indexing
% 2009-07-16 - Lukas commenting
% 2009-08-12 - Oscar fixed Lukas' comments

===== Concurrency/Concurrency.tex ==========

Expand All @@ -255,8 +257,11 @@
% 2009-06-01 - Oscar started to revise again and add new material
% 2009-06-08 - Lukas -- unsent messages
% 2009-06-15 - Oscar completed revision
% 2009-06-16 _ Stef comments
% 2009-06-17 - Alexandre completed revision
% 2009-06-19 - Lukas comments
% 2009-07-07 - Oscar migrated to Pharo; fixed broken tests
%

===== Compiler/Compiler.tex ==========

Expand Down

0 comments on commit 47a97e8

Please sign in to comment.