Skip to content

Commit aff924e

Browse files
removed broken docopt.py from repository; added docopt package as requirement to requirements.txt; updated heimpt.py usage in docstring; changed usage pattern for import usage
1 parent 7d3761c commit aff924e

File tree

7 files changed

+48
-625
lines changed

7 files changed

+48
-625
lines changed

configurations/01_wintz.bits.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"7": "Wintz_07_Bibliographie.docx"
1414
},
1515
"name": "Processed_Data",
16-
"path": "/home/wit/Arbeit/OMP/Heiup/Wintz",
16+
"path": "static/files/wintz",
1717
"typesetters": {
1818
"1": {
1919
"arguments": {
@@ -71,7 +71,7 @@
7171
"4": "--noimageprocessing"
7272

7373
},
74-
"executable": "/home/wit/projects/heimpt/tools/meTypeset/bin/meTypeset.py"
74+
"executable": "tools/meTypeset/bin/meTypeset.py"
7575
},
7676
"xmlprocess": {
7777
"arguments": {
@@ -80,12 +80,12 @@
8080
"3": "--set-numbering-values=xref,ref-type,fn",
8181
"4": "--clean-references"
8282
},
83-
"executable": "/home/wit/projects/heimpt/prepare.py"
83+
"executable": "prepare.py"
8484
},
8585
"xmlmerge": {
8686
"arguments": {
8787
},
88-
"executable": "/home/wit/projects/heimpt/merge.py"
88+
"executable": "merge.py"
8989
},
9090
"xml2fo": {
9191
"arguments": {
@@ -94,15 +94,15 @@
9494
"3": "--formatter=AH",
9595
"4": "--out-type=FO"
9696
},
97-
"executable": "/home/wit/projects/heimpt/disseminate.py"
97+
"executable": "disseminate.py"
9898
},
9999
"fo2pdf": {
100100
"arguments": {
101101
"1": "--medium=electronic,print",
102102
"2": "--formatter=AH",
103103
"3": "--out-type=PDF"
104104
},
105-
"executable": "/home/wit/projects/heimpt/disseminate.py"
105+
"executable": "disseminate.py"
106106
}
107107
}
108108
}

configurations/02_wintz.bits.json

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
{
44
"active": true,
55
"chain": true,
6-
"files": [
7-
{"id":"2","name":"Wintz_01_Remerciements.docx"},
8-
{"id":"1","name": "Wintz_02_Introduction.docx"}
9-
]
6+
"files": {
7+
"1": "Wintz_01_Remerciements.docx",
8+
"2": "Wintz_02_Introduction.docx"
9+
}
1010
,
1111
"name": "wintz_xml",
12-
"path": "/home/wit/Arbeit/OMP/Heiup/Wintz",
12+
"path": "/home/nw/dev/projects/mpt/static/files/wintz",
1313
"typesetters": {
1414
"1": {
1515
"arguments": {
@@ -64,10 +64,11 @@
6464
"1": "docx",
6565
"2": "--debug",
6666
"3": "--nogit",
67-
"4": "--noimageprocessing"
68-
67+
"4": "--noimageprocessing",
68+
"5": "--interactive"
6969
},
70-
"executable": "/home/wit/projects/heimpt/tools/meTypeset/bin/meTypeset.py"
70+
"executable": "tools/meTypeset/bin/meTypeset.py",
71+
"interactive": true
7172
},
7273
"xmlprocess": {
7374
"arguments": {
@@ -76,12 +77,12 @@
7677
"3": "--set-numbering-values=xref,ref-type,fn",
7778
"4": "--clean-references"
7879
},
79-
"executable": "/home/wit/projects/heimpt/prepare.py"
80+
"executable": "./prepare.py"
8081
},
8182
"xmlmerge": {
8283
"arguments": {
8384
},
84-
"executable": "/home/wit/projects/heimpt/merge.py"
85+
"executable": "./merge.py"
8586
},
8687
"xml2fo": {
8788
"arguments": {
@@ -90,15 +91,15 @@
9091
"3": "--formatter=AH",
9192
"4": "--out-type=FO"
9293
},
93-
"executable": "/home/wit/projects/heimpt/disseminate.py"
94+
"executable": "./disseminate.py"
9495
},
9596
"fo2pdf": {
9697
"arguments": {
9798
"1": "--medium=electronic,print",
9899
"2": "--formatter=AH",
99100
"3": "--out-type=PDF"
100101
},
101-
"executable": "/home/wit/projects/heimpt/disseminate.py"
102+
"executable": "./disseminate.py"
102103
}
103104
}
104105
}

0 commit comments

Comments
 (0)