diff --git a/WinBuild/bananaSPLIT.exe b/WinBuild/bananaSPLIT.exe index a6701f7..b6006f9 100644 Binary files a/WinBuild/bananaSPLIT.exe and b/WinBuild/bananaSPLIT.exe differ diff --git a/WinBuild/conf/defaults.json b/WinBuild/conf/defaults.json index 766f158..5dc8e1e 100644 --- a/WinBuild/conf/defaults.json +++ b/WinBuild/conf/defaults.json @@ -1,16 +1,14 @@ { - "version": "v1.2", + "version": "v1.3", "paths": { "lastUsed": "defaults.json", "configurationPath": "./conf/", - "INworkPath": "C:/", - "OUTworkPath": "C:/", - "fileList": [ - "bdlog.txt" - ] + "INworkPath": "C://", + "OUTworkPath": "C://", + "fileList": [] }, "docStruct": { - "fileVersNew": true, + "fileVersNew": false, "language": "English", "languageIdx": 1, "docSep": "\\s*Copyright [(0-9)]+", @@ -38,7 +36,9 @@ } }, "settings": { - "encoding": "ansi", + "winW": 800, + "winH": 700, + "encoding": "windows-1252", "monthPosition": 0, "getNewsPaperName": true, "nameNotFoundStr": "ND", diff --git a/WinBuild/conf/spiripacchio.json b/WinBuild/conf/linux.json similarity index 77% rename from WinBuild/conf/spiripacchio.json rename to WinBuild/conf/linux.json index b88fe7b..d3cff84 100644 --- a/WinBuild/conf/spiripacchio.json +++ b/WinBuild/conf/linux.json @@ -1,68 +1,67 @@ -{ - "version": "v1.2", - "paths": { - "lastUsed": "spiripacchio.json", - "configurationPath": "./conf/", - "INworkPath": "D:/Emanuele/Documenti/workspace/bananaSPLIT/TestFiles/FileBastardi", - "OUTworkPath": "H:/", - "fileList": [ - "Files(100)(1).txt", - "Files(100)(2).txt" - ] - }, - "docStruct": { - "fileVersNew": true, - "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": { - "encoding": "ansi", - "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": [ - "'", - "@", - "#", - "$", - "%", - "^", - "&" - ] - } +{ + "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