diff --git a/TuxBuild/conf/defaults.json b/TuxBuild/conf/defaults.json index 3f925de..4ef9bfd 100644 --- a/TuxBuild/conf/defaults.json +++ b/TuxBuild/conf/defaults.json @@ -1,10 +1,10 @@ { "version": "v1.3", "paths": { - "lastUsed": "linux.json", + "lastUsed": "defaults.json", "configurationPath": "./conf/", - "INworkPath": "C://", - "OUTworkPath": "C://", + "INworkPath": "/home/", + "OUTworkPath": "/home/", "fileList": [] }, "docStruct": { diff --git a/TuxBuild/conf/linux.json b/TuxBuild/conf/linux.json deleted file mode 100644 index d3cff84..0000000 --- a/TuxBuild/conf/linux.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "version": "v1.3", - "paths": { - "lastUsed": "linux.json", - "configurationPath": "./conf/", - "INworkPath": "/home/", - "OUTworkPath": "/home/", - "fileList": [] - }, - "docStruct": { - "fileVersNew": false, - "language": "English", - "languageIdx": 1, - "docSep": "\\s*Copyright [(0-9)]+", - "beginOfDocument": "\\s*Body", - "endOfDocument": "\\s*End of Document", - "dateFormat": "{month} {day:d}, {year:d}{}", - "outPrefix": "", - "outSuffix": "", - "outExt": ".txt", - "outDateType": "jpn", - "outNameFormat": "", - "outDate": true, - "outTitle": true, - "outNumber": true, - "numberPos": 1, - "datePos": 2, - "titlePos": 3, - "maxTitleLen": 16, - "outNameSep": "-", - "customSep": "=", - "dateFormats": { - "jpn": "{year:04d}{month:02d}{day:02d}", - "it": "{day:02d}{month:02d}{year:04d}", - "usa": "{month:02d}{year:04d}{day:02d}" - } - }, - "settings": { - "winW": 800, - "winH": 700, - "encoding": "windows-1252", - "monthPosition": 0, - "getNewsPaperName": true, - "nameNotFoundStr": "ND", - "includeTitle": true, - "removeDuplicates": true, - "showSkipped": false, - "showRemovedDuplicates": false, - "loadTXT": true, - "loadDOCX": false, - "removeOldFiles": true, - "saveSeparateFiles": true, - "saveBodyFile": true, - "saveBodyNumber": true, - "delLF": false, - "delWordBreak": true, - "delChars": [ - "'", - "@", - "#", - "$", - "%", - "^", - "&" - ] - } -} \ No newline at end of file diff --git a/WinBuild/conf/linux.json b/WinBuild/conf/linux.json deleted file mode 100644 index d3cff84..0000000 --- a/WinBuild/conf/linux.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "version": "v1.3", - "paths": { - "lastUsed": "linux.json", - "configurationPath": "./conf/", - "INworkPath": "/home/", - "OUTworkPath": "/home/", - "fileList": [] - }, - "docStruct": { - "fileVersNew": false, - "language": "English", - "languageIdx": 1, - "docSep": "\\s*Copyright [(0-9)]+", - "beginOfDocument": "\\s*Body", - "endOfDocument": "\\s*End of Document", - "dateFormat": "{month} {day:d}, {year:d}{}", - "outPrefix": "", - "outSuffix": "", - "outExt": ".txt", - "outDateType": "jpn", - "outNameFormat": "", - "outDate": true, - "outTitle": true, - "outNumber": true, - "numberPos": 1, - "datePos": 2, - "titlePos": 3, - "maxTitleLen": 16, - "outNameSep": "-", - "customSep": "=", - "dateFormats": { - "jpn": "{year:04d}{month:02d}{day:02d}", - "it": "{day:02d}{month:02d}{year:04d}", - "usa": "{month:02d}{year:04d}{day:02d}" - } - }, - "settings": { - "winW": 800, - "winH": 700, - "encoding": "windows-1252", - "monthPosition": 0, - "getNewsPaperName": true, - "nameNotFoundStr": "ND", - "includeTitle": true, - "removeDuplicates": true, - "showSkipped": false, - "showRemovedDuplicates": false, - "loadTXT": true, - "loadDOCX": false, - "removeOldFiles": true, - "saveSeparateFiles": true, - "saveBodyFile": true, - "saveBodyNumber": true, - "delLF": false, - "delWordBreak": true, - "delChars": [ - "'", - "@", - "#", - "$", - "%", - "^", - "&" - ] - } -} \ No newline at end of file