Skip to content

Commit

Permalink
before rechecking page number
Browse files Browse the repository at this point in the history
  • Loading branch information
Ducasse committed Oct 16, 2024
1 parent 43dc326 commit 19226df
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 343 deletions.
3 changes: 2 additions & 1 deletion Cover/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ I do not get how they get this 44.55
Especially since their computer said that the binding for 258 pages should be 1.74 cm (which looks more reasonable to me.




To produce the PDF use export Canvas it will chop the pictures that is outside.
Binary file modified Cover/coverClassic2.graffle
Binary file not shown.
Binary file modified Cover/coverClassic2.pdf
Binary file not shown.
12 changes: 6 additions & 6 deletions Cover/coverText.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Spec is the default UI building framework for Pharo. With Spec, developers focus on user interaction and widget layout. Spec is built around the Model View Presenter pattern. Presenters are responsible for defining the interaction logic of the application. They enforce the interaction of their sub-elements as well as domain objects.

Spec is the default UI building framework for Pharo. With Spec, developers focus on presenter interaction and layout. Presenters are responsible for defining the interaction logic of application. They **control** the interaction of their sub-elements and connect with domain objects.
With Spec, existing presenters or even complete UI’s are reused and configured to form a new UI. Spec is widget framework (GTK, Morphic, Toplo) agnostic. It makes desktop applications simple to build.

With Spec, existing presenters or even complete **UIs** are reused and configured to form new UIs.
Spec is widget framework (GTK, Morphic, Toplo) agnostic. It makes desktop applications simple to build.

This book shows the basics of Spec and how it enables reuse of UIs. Then it presents **Spec 2.0** features such as new widget layouts, dynamic widget building and more advanced features such as transmissions **and** commands.
This book shows the basics of Spec in Pharo 12 and how it enables reuse of UIs. It focuses on Spec 2.0 features such as new widget layouts, dynamic widget building and more advanced features such as transmissions or commands.

The book contains:
- Deep explanations of various Spec 2.0 facets.
- A tutorial gets you started in less than 20 minutes.
- A minimal yet functional email client.
- A minimal email client revisiting all Spec2.0 features.



336 changes: 0 additions & 336 deletions estebanFeedback.txt

This file was deleted.

0 comments on commit 19226df

Please sign in to comment.