From 22f1e8c967e24ee23816c9470aef62e083970c93 Mon Sep 17 00:00:00 2001 From: Emanuele Date: Wed, 18 Dec 2019 21:29:48 +0100 Subject: [PATCH] rinominati file configurazione --- .../{testEN.json => defaults.json} | 2 +- bananaSPLIT/libbananasplit/testITA.json | 80 ------------------- 2 files changed, 1 insertion(+), 81 deletions(-) rename bananaSPLIT/libbananasplit/{testEN.json => defaults.json} (88%) delete mode 100644 bananaSPLIT/libbananasplit/testITA.json diff --git a/bananaSPLIT/libbananasplit/testEN.json b/bananaSPLIT/libbananasplit/defaults.json similarity index 88% rename from bananaSPLIT/libbananasplit/testEN.json rename to bananaSPLIT/libbananasplit/defaults.json index b0504c0..0e72b3b 100644 --- a/bananaSPLIT/libbananasplit/testEN.json +++ b/bananaSPLIT/libbananasplit/defaults.json @@ -9,7 +9,7 @@ "docStruct": { "docSep": "\\s*Copyright [(0-9)]+", "dateFormat": "{month} {day:d}, {year:d}{}", - "language": "english" + "language": "placeholder da riempire con le informazioni di languageconf.json" }, "settings": { "encoding": "utf-8", diff --git a/bananaSPLIT/libbananasplit/testITA.json b/bananaSPLIT/libbananasplit/testITA.json deleted file mode 100644 index 2829cca..0000000 --- a/bananaSPLIT/libbananasplit/testITA.json +++ /dev/null @@ -1,80 +0,0 @@ -{ - "version": "v1.1a", - "logger": { - "logFile": "D:\\Test\\bananaSPLIT.log", - "logFormat": "%(asctime)s|%(levelname)-8s| %(message)-50s", - "logTimeFormat": "%m-%d %H:%M:%S" - }, - "splitter": { - "name": "", - "paths": { - "INworkPath": "D:\\Emanuele\\Documenti\\workspace\\bananaSPLIT\\TestFiles\\", - "OUTworkPath": "H:\\", - "OUTnameFormat": "TEST_{docnum}_{year:04d}{month:02d}{day:02d}_{title}.txt" - }, - "docStruct": { - "docSep": "Copyright [(0-9)]+", - "dateFormat": "{day:d} {month} {year:d} {}", - "dateWords": [ - "Gennaio", - "Febbraio", - "Marzo", - "Aprile", - "Maggio", - "Giugno", - "Luglio", - "Agosto", - "Settembre", - "Ottobre", - "Novembre", - "Dicembre" - ], - "headWords": [ - "BYLINE:", - "SECTION:", - "LENGTH:", - "DATELINE:", - "HIGHLIGHT:", - "Email:" - ], - "tailWords": [ - "LANGUAGE:", - "GRAPHIC:", - "TYPE:", - "URL:", - "LOAD-DATE:", - "PUBLICATION-TYPE:", - "DOCUMENT-TYPE:", - "CHARTS:" - ] - }, - "settings": { - "encoding": "utf-8", - "monthPosition": 0, - "getNewsPaperName": true, - "nameNotFoundStr": "ND", - "includeTitle": true, - "removeDuplicates": true, - "showSkipped": false, - "showRemovedDuplicates": true, - "maxTitleLen": 32, - "loadTXT": true, - "loadDOCX": false, - "removeOldFiles": true, - "saveSeparateFiles": true, - "saveBodyFile": true, - "saveBodyNumber": true, - "delLF": false, - "delWordBreak": true, - "delChars": [ - "'", - "@", - "#", - "$", - "%", - "^", - "&" - ] - } - } -}