From fd074a02ab4718a7ab0b4ea8d8a5d0e304124444 Mon Sep 17 00:00:00 2001 From: Georgy Litvinov Date: Mon, 13 Sep 2021 19:51:11 +0200 Subject: [PATCH] new release --- Redaction/Configuration.xba | 2 +- build.gradle | 4 +- description.xml | 240 ++++++++++++++++++++++++++++++------ gradle.properties | 2 +- 4 files changed, 210 insertions(+), 38 deletions(-) diff --git a/Redaction/Configuration.xba b/Redaction/Configuration.xba index b57b83f..80b0227 100644 --- a/Redaction/Configuration.xba +++ b/Redaction/Configuration.xba @@ -1,7 +1,7 @@ Public Const redactionExtensionName = "cleanAndValidate" -Public Const redactionExtensionVersion = "0.10.2" +Public Const redactionExtensionVersion = "0.10.3" Public Const template_name_monography = "Монография" Public Const template_name_pj = "Философский журнал" Public Const template_name_pq = "Вопросы философии" diff --git a/build.gradle b/build.gradle index 5f92339..d98dfa4 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,8 @@ +apply plugin: 'java' task oxt(type: Zip) { dependsOn = [ 'setVersion','setVersionInBasicCode' ] - archiveName 'cleanAndValidate.oxt' + archiveFileName = 'cleanAndValidate.oxt' + destinationDirectory = file("./") from './' include '*' include '*/*' diff --git a/description.xml b/description.xml index 5c22061..8407e76 100644 --- a/description.xml +++ b/description.xml @@ -1,205 +1,375 @@ - + + + + + + - + + + + + + + + + + + + + - - - + + + + + + - + + + + + + Cleaning and validation documents for publishing in html and epub with pagination - + + + + + + Чистка и проверка документов для издания в html и epub с сохранением пагинации - + + + + + + - + + + + + + - + + + + + + - + + + + + + - + + + + + + - + + + + + + - + + + + + + - + + + + + + - + + + + + + - + + + + + + - + + + + + + - + + + + + + - + + + + + + - + + + + + + - + + + + + + Georgy Litvinov - + + + + + + - + + + + + + - + + + + + + - + + + + + + - + + + + + + - + + + + + + - + + + + + + - + + + + + + - + + + + + + - + + + + + + - + + + + + + - + + + + + + - + + + + + + diff --git a/gradle.properties b/gradle.properties index bf54d76..67c6e5c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=0.10.2 +version=0.10.3