forked from SquareBracketAssociates/EnterprisePharo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pillar.conf
47 lines (44 loc) · 1.41 KB
/
pillar.conf
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
{
"title" : "Entreprise Pharo: A Web Perspective",
"newLine" : #unix,
"headingLevelOffset" : 1,
"defaultScriptLanguage" : "smalltalk",
"configurations" : {
"LaTeX by chapter" : {
"outputType" : #latex,
"template" : "support/templates/chapter.latex.template",
"separateOutputFiles" : true
},
"LaTeX whole book" : {
"outputType" : #latex,
"template" : "support/templates/book.latex.template",
"outputFile" : "book-result/EnterprisePharo.tex"
},
"HTML by chapter" : {
"outputType" : #html,
"template" : "support/templates/chapter.html.template",
"separateOutputFiles" : true
},
"Markdown by chapter" : {
"outputType" : #githubmarkdown,
"separateOutputFiles" : true
}
},
"inputFiles" : [
"Copyright/License.pier",
"NeoCSV/NeoCSV.pier",
"NeoJSON/NeoJSON.pier",
"STON/STON.pillar",
"Fuel/Fuel.pillar",
"Voyage/Voyage.pier",
"Mustache/Mustache.pillar",
"RenoirST/RenoirST.pier",
"PillarChap/Pillar.pillar",
"Artefact/Artefact.pillar",
"Zinc-Encoding-Meta/Zinc-Encoding-Meta.pillar",
"Zinc-HTTP/Zinc-HTTP.pillar",
"Zinc-REST/Zinc-REST.pillar",
"WebApp/WebApp.pier",
"WebSockets/WebSockets.pier"
]
}