8794e319de05611d80218f8a3f07fa1992d0c228
Christian Fraß minor changes; move to kora...

Christian Fraß authored 7 years ago

1) {
2) 	"name": "fs-draft",
3) 	"version": "0.0.1",
4) 	"roottask": {
5) 		"name": "build",
6) 		"type": "group",
7) 		"sub": [
8) 			{
9) 				"name": "structure",
10) 				"type": "php",
11) 				"parameters": {
Christian Fraß added transition-data and t...

Christian Fraß authored 7 years ago

12) 					"only_last": true,
Christian Fraß minor changes; move to kora...

Christian Fraß authored 7 years ago

13) 					"inputs": [
14) 						"source/data/adpositions.json",
Christian Fraß added transition-data and t...

Christian Fraß authored 7 years ago

15) 						"source/data/common.json",
Christian Fraß minor changes; move to kora...

Christian Fraß authored 7 years ago

16) 						"source/data/correlatives.json",
Christian Fraß included developer-notes; a...

Christian Fraß authored 7 years ago

17) 						"source/data/declension.json",
Christian Fraß added transition-data and t...

Christian Fraß authored 7 years ago

18) 						"source/data/personal_pronouns.json",
19) 						"source/data/phonology_and_orthography.json",
20) 						"source/data/texts.json",
21) 						"source/data/timeforms.json",
22) 						"source/data/transitions.json",
23) 						"source/data/word_functions.json",
Christian Fraß minor changes; move to kora...

Christian Fraß authored 7 years ago

24) 						"source/logic/server/misc.php",
25) 						"source/logic/server/data.php",
26) 						"source/logic/server/settings.php",
27) 						"source/logic/server/table.php",
28) 						"source/logic/server/sql.php",
29) 						"source/content/meta.html.php",
30) 						"source/content/introduction.html.php",
31) 						"source/content/preface.html.php",
32) 						"source/content/key_parameters.html.php",
33) 						"source/content/toc.html.php",
34) 						"source/content/basics.html.php",
35) 						"source/content/phonology_and_orthography.html.php",
36) 						"source/content/grammar.html.php",
37) 						"source/content/personal_pronouns.html.php",
38) 						"source/content/correlatives.html.php",
39) 						"source/content/conjugation.html.php",
40) 						"source/content/infinite_verbforms.html.php",
41) 						"source/content/modal_verbs.html.php",
42) 						"source/content/tempora_and_modi.html.php",
43) 						"source/content/negation.html.php",
44) 						"source/content/declension.html.php",
45) 						"source/content/numeri.html.php",
46) 						"source/content/cases.html.php",
47) 						"source/content/definiteness.html.php",
48) 						"source/content/attributes.html.php",
49) 						"source/content/sentence_structure.html.php",
50) 						"source/content/vocabulary.html.php",
51) 						"source/content/principles.html.php",
52) 						"source/content/word_functions.html.php",
53) 						"source/content/adpositions.html.php",
54) 						"source/content/pronouns.html.php",
55) 						"source/content/dictionary.html.php",
56) 						"source/content/examples.html.php",
57) 						"source/content/example_sentences.html.php",
Christian Fraß added transition-data and t...

Christian Fraß authored 7 years ago

58) 						"source/content/example_texts.html.php",
59) 						"source/content/draft.html.php"
Christian Fraß minor changes; move to kora...

Christian Fraß authored 7 years ago

60) 					],
Christian Fraß added transition-data and t...

Christian Fraß authored 7 years ago

61) 					"output": "build/draft.html"