forked from SquareBracketAssociates/EnterprisePharo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
EnterprisePharo.pillar
61 lines (40 loc) · 1.27 KB
/
EnterprisePharo.pillar
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"metadata": {"title": "EnterprisePharo"}
}
!Simple Web applications
!!Teapot
${inputFile:Teapot/Teapot.pillar}$
!!Building and Deploying a Small Web application
${inputFile:WebApp/WebApp.pillar}$
!HTTP
!!Character Encoding and Resource Meta Description
${inputFile:Zinc-Encoding-Meta/Zinc-Encoding-Meta.pillar}$
!!Zinc HTTP: The Client Side
${inputFile:Zinc-HTTP-Client/Zinc-HTTP-Client.pillar}$
!!Zinc HTTP: The Server Side
${inputFile:Zinc-HTTP-Server/Zinc-HTTP-Server.pillar}$
!!WebSockets
${inputFile:WebSockets/WebSockets.pillar}$
!Data
!!NeoCSV
${inputFile:NeoCSV/NeoCSV.pillar}$
!!NeoJSON
${inputFile:NeoJSON/NeoJSON.pillar}$
!!STON: a Smalltalk Object Notation
${inputFile:STON/STON.pillar}$
!!Serializing Complex Objects with Fuel
${inputFile:Fuel/Fuel.pillar}$
!!Persisting Objects with Voyage
${inputFile:Voyage/Voyage.pillar}$
!Presentation
!!Mustache Templates for Pharo
${inputFile:Mustache/Mustache.pillar}$
!!Cascading Style Sheets with RenoirSt
${inputFile:RenoirST/RenoirST.pillar}$
!!Documenting and Presenting with Pillar
${inputFile:PillarChap/Pillar.pillar}$
!!Generate PDF Documents with Artefact
${inputFile:Artefact/Artefact.pillar}$
!Deployment
!!Deploying a Pharo Web Application in Production
${inputFile:DeploymentWeb/DeployForProduction.pillar}$