Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revise intro #191

Merged
merged 8 commits into from
Jun 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 19 additions & 3 deletions Contributors/Contributors.tex
Original file line number Diff line number Diff line change
@@ -1,14 +1,30 @@
\chapter*{Contributors}
This book is only kept up-to-date thanks to the help of many members of the Smalltalk community, who have contributed small and large additions over the years\footnote{The list was assembled more than ten years after the first edition was published. During this time, we probably have lost sight of contributors. If you feel you should be on this list, let us know at \sbeRepoUrl}. Thanks goes to all of them (in alphabetical order):
This book is only kept up-to-date thanks to the help of many members of the Smalltalk community, who have contributed small and large additions over the years\footnote{The list was assembled more than ten years after the first edition was published. During this time, we probably have lost sight of contributors. If you feel you should be on this list, let us know at \sbeRepoUrl.}. Thanks goes to all of them (in alphabetical order):

\begin{flushleft}
Nick Ager, Tarik Alnawa, Tom Beckmann, Joana Bergsiek, Luca Bettosini, Andrew P. Black, Tom Braun, Ken G. Brown, Damien Cassou, Jordi Delgado, St\''ephane Ducasse, Doug Edmunds, Hilaire Fernandes, Tim Garrels, Orla Greevy, Henrik Guhl, Jonathan Hankinds, Pascal Hecker, Robert Hirschfeld, Theresa Hradilak, Lea H\"ansenberger, Uwe H\"ubner, Chris Kassopulo, Has van der Krieken, Leon Matthes, Oscar Nierstrasz, Frederica Nierstrasz, Damien Pollet, Patrick Rein, Lukas Renggli, Mike Roberts, Victor Rodriguez, Tim Rowledge, Laurent Sebag, Serge Stinckwich, Christoph Thiede, Silvan Verhoeven, Mark Volkmann, Kira Weinlein
Nick Ager, Tarik Alnawa, Tom Beckmann, Joana Bergsiek, Luca Bettosini, Andrew P. Black, Tom Braun, Ken G. Brown, Damien Cassou, Jordi Delgado, St\'ephane Ducasse, Doug Edmunds, Hilaire Fernandes, Tim Garrels, Orla Greevy, Henrik Guhl, Jonathan Hankinds, Pascal Hecker, Robert Hirschfeld, Theresa Hradilak, Lea H\"ansenberger, Uwe H\"ubner, Chris Kassopulo, Has van der Krieken, Leon Matthes, Oscar Nierstrasz, Frederica Nierstrasz, Damien Pollet, Patrick Rein, Lukas Renggli, Mike Roberts, Victor Rodriguez, Tim Rowledge, Laurent Sebag, Serge Stinckwich, Christoph Thiede, Silvan Verhoeven, Mark Volkmann, and Kira Weinlein.
\end{flushleft}


%
% Code to generate the list of contributors
% NB: Don't of escaped quotes ('') in the result!
%
%contributors := {'Kira Weinlein' . 'Tom Beckmann' . 'Theresa Hradilak' . 'Leon Matthes' . 'Tim Garrels' . 'Damien Cassou' . 'Damien Pollet' . 'Andrew P. Black' . 'St\''ephane Ducasse' . 'Oscar Nierstrasz' . 'Patrick Rein' . 'Christoph Thiede' . 'Pascal Hecker' . 'Serge Stinckwich' . 'Hilaire Fernandes' . 'Lukas Renggli' . 'Tim Rowledge' . 'Frederica Nierstrasz' . 'Orla Greevy' . 'Henrik Guhl' . 'Robert Hirschfeld' . 'Nick Ager' . 'Jordi Delgado' . 'Has van der Krieken' . 'Mike Roberts' . 'Ken G. Brown' . 'Jonathan Hankinds' . 'Lea H\"ansenberger' . 'Laurent Sebag' . 'Luca Bettosini' . 'Doug Edmunds' . 'Victor Rodriguez' . 'Chris Kassopulo' . 'Uwe H\"ubner' . 'Mark Volkmann' . 'Joana Bergsiek' . 'Tarik Alnawa' . 'Tom Braun' . 'Silvan Verhoeven'}.
%contributors := contributors asSet sorted: [:name | name findTokens last] ascending.
%contributors joinSeparatedBy: ', '
%contributors asCommaStringAnd , '.'

%=================================================================
\section*{Acknowledgments (2009 edition)}

% 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 also thank Tim Rowledge for the use of the \sq logo, and Frederica Nierstrasz for the original cover art.

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.
17 changes: 1 addition & 16 deletions Preface/Preface.tex
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ \section*{The \sq community}
\item \url{github.com/OpenSmalltalk/opensmalltalk-vm} is the repository of the OpenSmalltalk-VM, the virtual machine running \sq.

\item \url{bugs.squeak.org} is the bug tracker where you can report any issues you encounter with the system. You can access debug information through \menu{World docking bar~\go{} Help~\go{} Send Feedback}.

\item \url{source.squeak.org} hosts the repositories for the base system. If you would like to contribute and want to learn about the community development process, you can learn about it directly in \Squeak under \menu{World docking bar~\go{} Help~\go{} Contributing to Squeak}. You can also learn about the community development process at \url{https://squeak.org/development_process/}.

\end{itemize}
Expand All @@ -150,21 +150,6 @@ \section*{Examples and exercises}

\dothis{Go ahead and read the next chapter!}

%=================================================================
\section*{Acknowledgments (2009 edition)}

% 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 also thank Tim Rowledge for the use of the \sq logo, and Frederica Nierstrasz for the original cover art.

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.

%=============================================================
\ifx\wholebook\relax\else
\bibliographystyle{jurabib}
Expand Down
2 changes: 1 addition & 1 deletion SBE.tex
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
ISBN 978-1-4476-2948-1 (6.0 Edition)\\

Color of cover is \ct{Color moss}.\\
Figures flattened \today.
Figures generated on \today.
\end{footnotesize}
\vfill
%=================================================================
Expand Down
11 changes: 6 additions & 5 deletions titlepage.tex
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,21 @@
\huge\textbf{Squeak by Example}

\vspace{0.5cm}

\normalsize\emph{Version{\ifdefined\SQUEAKVERSION
\space{}for Squeak \SQUEAKVERSION%
\else\fi\space{}of \today}}%

\vspace{0.5cm}

\large Christoph Thiede, Patrick Rein

\vspace{0.5cm}

based on previous versions by \\
Andrew P. Black, St\'ephane Ducasse, Oscar Nierstrasz, Damien Pollet, Damien Cassou, and Marcus Denker

Andrew P. Black, St\'ephane Ducasse, Oscar Nierstrasz, \\
Damien Pollet, Damien Cassou, and Marcus Denker

\end{center}
\end{titlepage}

Expand Down