Skip to content

Commit e9721f3

Browse files
authored
Merge pull request #13 from QDucasse/master
Changed value to path for input files
2 parents 15dd071 + b52c143 commit e9721f3

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

book.pillar

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
1-
%${inputFile:Chapters/Introduction.pillar}$
1+
%${inputFile:path=Chapters/Introduction.pillar}$
22

33
! Getting Started
44
This part shows you how to get a simple Seaside application up and running
55
in less than 15 minutes. If you’re new to Pharo, have a look at the Pharo by Example Seaside Chapter. You can also have a look at the excellent Pharo Mooc *http://mooc.pharo.org*. Watch the first video and the development session about the counter.
66

7-
%${inputFile:value=Chapters/01-Pharo/Pharo.pillar}$
7+
%${inputFile:path=Chapters/01-Pharo/Pharo.pillar}$
88
%should do a pass for Zinc, redo screenshots
9-
${inputFile:value=Chapters/02-Gemstone/Gemstone.pillar}$
9+
${inputFile:path=Chapters/02-Gemstone/Gemstone.pillar}$
1010

1111
!! Gemstone version
1212
%Should add Gemstone chapter
1313

1414
!Fundamentals
1515
In this part we will introduce you to the manipulation of basic elements such as texts, anchors and callbacks as well as forms. It presents the notion of ''brushes'' that is central to the Seaside API. Understanding these concepts will be fundamental to your use of Seaside.
1616

17-
%${inputFile:value=Chapters/02-RenderingComponents/RenderingComponents.pillar}$
17+
%${inputFile:path=Chapters/02-RenderingComponents/RenderingComponents.pillar}$
1818
%ready to review and fix figures
1919

20-
%${inputFile:value=Chapters/03-CSS/css.pillar}$
20+
%${inputFile:path=Chapters/03-CSS/css.pillar}$
2121
%ready to review and fix figures
2222

23-
%${inputFile:value=Chapters/04-Anchors/anchors.pillar}$
23+
%${inputFile:path=Chapters/04-Anchors/anchors.pillar}$
2424

25-
%${inputFile:value=Chapters/05-Forms/forms.pillar}$
25+
%${inputFile:path=Chapters/05-Forms/forms.pillar}$
2626

2727

2828
! Using Components
@@ -35,26 +35,26 @@ You will also see how a pre-defined component can be given different behaviour a
3535

3636
Finally, you will see a discussion of ``Slime\'', which despite its name is an extremely useful library to check and validate your Seaside code.
3737

38-
%${inputFile:value=Chapters/06-CallingComponents/callingComponents.pillar}$
39-
%${inputFile:value=Chapters/07-EmbeddingComponents/embeddingComponents.pillar}$
40-
%${inputFile:value=Chapters/08-Tasks/tasks.pillar}$
41-
%${inputFile:value=Chapters/09-Slime/slime.pillar}$
38+
%${inputFile:path=Chapters/06-CallingComponents/callingComponents.pillar}$
39+
%${inputFile:path=Chapters/07-EmbeddingComponents/embeddingComponents.pillar}$
40+
%${inputFile:path=Chapters/08-Tasks/tasks.pillar}$
41+
%${inputFile:path=Chapters/09-Slime/slime.pillar}$
4242

4343
! Seaside in Action
44-
%${inputFile:value=Chapters/04-ASimpleTodoApplication/ASimpleTodoApplication.pillar}$
45-
%${inputFile:value=Chapters/11-Sudoko/sudoko.pillar}$
44+
%${inputFile:path=Chapters/04-ASimpleTodoApplication/ASimpleTodoApplication.pillar}$
45+
%${inputFile:path=Chapters/11-Sudoko/sudoko.pillar}$
4646
%I would group the two example together
4747

48-
%${inputFile:value=Chapters/12-Serving/serving.pillar}$
49-
%${inputFile:value=Chapters/13-Sessions/sessions.pillar}$
48+
%${inputFile:path=Chapters/12-Serving/serving.pillar}$
49+
%${inputFile:path=Chapters/13-Sessions/sessions.pillar}$
5050

5151

5252
%${inputFile:value=Chapters/14-RSS/rss.pillar}$
5353
%We should move it close to the Simple App
54-
%${inputFile:value=Chapters/15-REST/rest.pillar}$
55-
%${inputFile:value=Chapters/16-Deploy/deploy.pillar}$
54+
%${inputFile:path=Chapters/15-REST/rest.pillar}$
55+
%${inputFile:path=Chapters/16-Deploy/deploy.pillar}$
5656

57-
%${inputFile:value=Chapters/17-JQuery/jquery.pillar}$
57+
%${inputFile:path=Chapters/17-JQuery/jquery.pillar}$
5858

5959

6060
!! Wish list of new chapter

0 commit comments

Comments
 (0)