From 9ae45d9f0274fff0caab323f50040ec6849e3177 Mon Sep 17 00:00:00 2001 From: henrikjust Date: Tue, 31 Mar 2015 13:01:30 +0000 Subject: [PATCH] Move descriptions in extensions to a separate folder git-svn-id: svn://svn.code.sf.net/p/writer2latex/code/trunk@233 f0f2a975-2e09-46c8-9428-3b39399b9f3c --- source/distro/changelog.txt | 2 ++ source/oxt/writer2latex/description.xml | 32 +++++++++---------- .../{ => descriptions}/desc_ca.txt | 0 .../{ => descriptions}/desc_cs.txt | 0 .../{ => descriptions}/desc_da.txt | 0 .../{ => descriptions}/desc_de.txt | 0 .../{ => descriptions}/desc_en.txt | 0 .../{ => descriptions}/desc_es.txt | 0 .../{ => descriptions}/desc_fa.txt | 0 .../{ => descriptions}/desc_fi.txt | 0 .../{ => descriptions}/desc_fr.txt | 0 .../{ => descriptions}/desc_it.txt | 0 .../{ => descriptions}/desc_nl.txt | 0 .../{ => descriptions}/desc_nn.txt | 0 .../{ => descriptions}/desc_pl.txt | 0 .../{ => descriptions}/desc_pt_BR.txt | 0 .../{ => descriptions}/desc_ru.txt | 0 .../{ => descriptions}/desc_tr.txt | 0 .../{ => descriptions}/desc_uk.txt | 0 source/oxt/writer2xhtml/description.xml | 32 +++++++++---------- .../{ => descriptions}/desc_ca.txt | 0 .../{ => descriptions}/desc_cs.txt | 0 .../{ => descriptions}/desc_da.txt | 0 .../{ => descriptions}/desc_de.txt | 0 .../{ => descriptions}/desc_en.txt | 0 .../{ => descriptions}/desc_es.txt | 0 .../{ => descriptions}/desc_fa.txt | 0 .../{ => descriptions}/desc_fi.txt | 0 .../{ => descriptions}/desc_fr.txt | 0 .../{ => descriptions}/desc_it.txt | 0 .../{ => descriptions}/desc_nl.txt | 0 .../{ => descriptions}/desc_nn.txt | 0 .../{ => descriptions}/desc_pl.txt | 0 .../{ => descriptions}/desc_pt_BR.txt | 0 .../{ => descriptions}/desc_ru.txt | 0 .../{ => descriptions}/desc_tr.txt | 0 .../{ => descriptions}/desc_uk.txt | 0 37 files changed, 34 insertions(+), 32 deletions(-) rename source/oxt/writer2latex/{ => descriptions}/desc_ca.txt (100%) rename source/oxt/writer2latex/{ => descriptions}/desc_cs.txt (100%) rename source/oxt/writer2latex/{ => descriptions}/desc_da.txt (100%) rename source/oxt/writer2latex/{ => descriptions}/desc_de.txt (100%) rename source/oxt/writer2latex/{ => descriptions}/desc_en.txt (100%) rename source/oxt/writer2latex/{ => descriptions}/desc_es.txt (100%) rename source/oxt/writer2latex/{ => descriptions}/desc_fa.txt (100%) rename source/oxt/writer2latex/{ => descriptions}/desc_fi.txt (100%) rename source/oxt/writer2latex/{ => descriptions}/desc_fr.txt (100%) rename source/oxt/writer2latex/{ => descriptions}/desc_it.txt (100%) rename source/oxt/writer2latex/{ => descriptions}/desc_nl.txt (100%) rename source/oxt/writer2latex/{ => descriptions}/desc_nn.txt (100%) rename source/oxt/writer2latex/{ => descriptions}/desc_pl.txt (100%) rename source/oxt/writer2latex/{ => descriptions}/desc_pt_BR.txt (100%) rename source/oxt/writer2latex/{ => descriptions}/desc_ru.txt (100%) rename source/oxt/writer2latex/{ => descriptions}/desc_tr.txt (100%) rename source/oxt/writer2latex/{ => descriptions}/desc_uk.txt (100%) rename source/oxt/writer2xhtml/{ => descriptions}/desc_ca.txt (100%) rename source/oxt/writer2xhtml/{ => descriptions}/desc_cs.txt (100%) rename source/oxt/writer2xhtml/{ => descriptions}/desc_da.txt (100%) rename source/oxt/writer2xhtml/{ => descriptions}/desc_de.txt (100%) rename source/oxt/writer2xhtml/{ => descriptions}/desc_en.txt (100%) rename source/oxt/writer2xhtml/{ => descriptions}/desc_es.txt (100%) rename source/oxt/writer2xhtml/{ => descriptions}/desc_fa.txt (100%) rename source/oxt/writer2xhtml/{ => descriptions}/desc_fi.txt (100%) rename source/oxt/writer2xhtml/{ => descriptions}/desc_fr.txt (100%) rename source/oxt/writer2xhtml/{ => descriptions}/desc_it.txt (100%) rename source/oxt/writer2xhtml/{ => descriptions}/desc_nl.txt (100%) rename source/oxt/writer2xhtml/{ => descriptions}/desc_nn.txt (100%) rename source/oxt/writer2xhtml/{ => descriptions}/desc_pl.txt (100%) rename source/oxt/writer2xhtml/{ => descriptions}/desc_pt_BR.txt (100%) rename source/oxt/writer2xhtml/{ => descriptions}/desc_ru.txt (100%) rename source/oxt/writer2xhtml/{ => descriptions}/desc_tr.txt (100%) rename source/oxt/writer2xhtml/{ => descriptions}/desc_uk.txt (100%) diff --git a/source/distro/changelog.txt b/source/distro/changelog.txt index 5677558..4d152c2 100644 --- a/source/distro/changelog.txt +++ b/source/distro/changelog.txt @@ -4,6 +4,8 @@ Changelog for Writer2LaTeX version 1.4 -> 1.6 Items marked with * are work in progress +[all] Implementation detail: Moved descriptions to a separate folder within the extensions + [all] *Document the use of soffice --headless --convert-to [w2x] *Added EPUB 3 as export format and changed the toolbar to export to EPUB 3 diff --git a/source/oxt/writer2latex/description.xml b/source/oxt/writer2latex/description.xml index a8f58da..518013b 100644 --- a/source/oxt/writer2latex/description.xml +++ b/source/oxt/writer2latex/description.xml @@ -43,22 +43,22 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/source/oxt/writer2latex/desc_ca.txt b/source/oxt/writer2latex/descriptions/desc_ca.txt similarity index 100% rename from source/oxt/writer2latex/desc_ca.txt rename to source/oxt/writer2latex/descriptions/desc_ca.txt diff --git a/source/oxt/writer2latex/desc_cs.txt b/source/oxt/writer2latex/descriptions/desc_cs.txt similarity index 100% rename from source/oxt/writer2latex/desc_cs.txt rename to source/oxt/writer2latex/descriptions/desc_cs.txt diff --git a/source/oxt/writer2latex/desc_da.txt b/source/oxt/writer2latex/descriptions/desc_da.txt similarity index 100% rename from source/oxt/writer2latex/desc_da.txt rename to source/oxt/writer2latex/descriptions/desc_da.txt diff --git a/source/oxt/writer2latex/desc_de.txt b/source/oxt/writer2latex/descriptions/desc_de.txt similarity index 100% rename from source/oxt/writer2latex/desc_de.txt rename to source/oxt/writer2latex/descriptions/desc_de.txt diff --git a/source/oxt/writer2latex/desc_en.txt b/source/oxt/writer2latex/descriptions/desc_en.txt similarity index 100% rename from source/oxt/writer2latex/desc_en.txt rename to source/oxt/writer2latex/descriptions/desc_en.txt diff --git a/source/oxt/writer2latex/desc_es.txt b/source/oxt/writer2latex/descriptions/desc_es.txt similarity index 100% rename from source/oxt/writer2latex/desc_es.txt rename to source/oxt/writer2latex/descriptions/desc_es.txt diff --git a/source/oxt/writer2latex/desc_fa.txt b/source/oxt/writer2latex/descriptions/desc_fa.txt similarity index 100% rename from source/oxt/writer2latex/desc_fa.txt rename to source/oxt/writer2latex/descriptions/desc_fa.txt diff --git a/source/oxt/writer2latex/desc_fi.txt b/source/oxt/writer2latex/descriptions/desc_fi.txt similarity index 100% rename from source/oxt/writer2latex/desc_fi.txt rename to source/oxt/writer2latex/descriptions/desc_fi.txt diff --git a/source/oxt/writer2latex/desc_fr.txt b/source/oxt/writer2latex/descriptions/desc_fr.txt similarity index 100% rename from source/oxt/writer2latex/desc_fr.txt rename to source/oxt/writer2latex/descriptions/desc_fr.txt diff --git a/source/oxt/writer2latex/desc_it.txt b/source/oxt/writer2latex/descriptions/desc_it.txt similarity index 100% rename from source/oxt/writer2latex/desc_it.txt rename to source/oxt/writer2latex/descriptions/desc_it.txt diff --git a/source/oxt/writer2latex/desc_nl.txt b/source/oxt/writer2latex/descriptions/desc_nl.txt similarity index 100% rename from source/oxt/writer2latex/desc_nl.txt rename to source/oxt/writer2latex/descriptions/desc_nl.txt diff --git a/source/oxt/writer2latex/desc_nn.txt b/source/oxt/writer2latex/descriptions/desc_nn.txt similarity index 100% rename from source/oxt/writer2latex/desc_nn.txt rename to source/oxt/writer2latex/descriptions/desc_nn.txt diff --git a/source/oxt/writer2latex/desc_pl.txt b/source/oxt/writer2latex/descriptions/desc_pl.txt similarity index 100% rename from source/oxt/writer2latex/desc_pl.txt rename to source/oxt/writer2latex/descriptions/desc_pl.txt diff --git a/source/oxt/writer2latex/desc_pt_BR.txt b/source/oxt/writer2latex/descriptions/desc_pt_BR.txt similarity index 100% rename from source/oxt/writer2latex/desc_pt_BR.txt rename to source/oxt/writer2latex/descriptions/desc_pt_BR.txt diff --git a/source/oxt/writer2latex/desc_ru.txt b/source/oxt/writer2latex/descriptions/desc_ru.txt similarity index 100% rename from source/oxt/writer2latex/desc_ru.txt rename to source/oxt/writer2latex/descriptions/desc_ru.txt diff --git a/source/oxt/writer2latex/desc_tr.txt b/source/oxt/writer2latex/descriptions/desc_tr.txt similarity index 100% rename from source/oxt/writer2latex/desc_tr.txt rename to source/oxt/writer2latex/descriptions/desc_tr.txt diff --git a/source/oxt/writer2latex/desc_uk.txt b/source/oxt/writer2latex/descriptions/desc_uk.txt similarity index 100% rename from source/oxt/writer2latex/desc_uk.txt rename to source/oxt/writer2latex/descriptions/desc_uk.txt diff --git a/source/oxt/writer2xhtml/description.xml b/source/oxt/writer2xhtml/description.xml index ebac6c3..d23cf7b 100644 --- a/source/oxt/writer2xhtml/description.xml +++ b/source/oxt/writer2xhtml/description.xml @@ -43,22 +43,22 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/source/oxt/writer2xhtml/desc_ca.txt b/source/oxt/writer2xhtml/descriptions/desc_ca.txt similarity index 100% rename from source/oxt/writer2xhtml/desc_ca.txt rename to source/oxt/writer2xhtml/descriptions/desc_ca.txt diff --git a/source/oxt/writer2xhtml/desc_cs.txt b/source/oxt/writer2xhtml/descriptions/desc_cs.txt similarity index 100% rename from source/oxt/writer2xhtml/desc_cs.txt rename to source/oxt/writer2xhtml/descriptions/desc_cs.txt diff --git a/source/oxt/writer2xhtml/desc_da.txt b/source/oxt/writer2xhtml/descriptions/desc_da.txt similarity index 100% rename from source/oxt/writer2xhtml/desc_da.txt rename to source/oxt/writer2xhtml/descriptions/desc_da.txt diff --git a/source/oxt/writer2xhtml/desc_de.txt b/source/oxt/writer2xhtml/descriptions/desc_de.txt similarity index 100% rename from source/oxt/writer2xhtml/desc_de.txt rename to source/oxt/writer2xhtml/descriptions/desc_de.txt diff --git a/source/oxt/writer2xhtml/desc_en.txt b/source/oxt/writer2xhtml/descriptions/desc_en.txt similarity index 100% rename from source/oxt/writer2xhtml/desc_en.txt rename to source/oxt/writer2xhtml/descriptions/desc_en.txt diff --git a/source/oxt/writer2xhtml/desc_es.txt b/source/oxt/writer2xhtml/descriptions/desc_es.txt similarity index 100% rename from source/oxt/writer2xhtml/desc_es.txt rename to source/oxt/writer2xhtml/descriptions/desc_es.txt diff --git a/source/oxt/writer2xhtml/desc_fa.txt b/source/oxt/writer2xhtml/descriptions/desc_fa.txt similarity index 100% rename from source/oxt/writer2xhtml/desc_fa.txt rename to source/oxt/writer2xhtml/descriptions/desc_fa.txt diff --git a/source/oxt/writer2xhtml/desc_fi.txt b/source/oxt/writer2xhtml/descriptions/desc_fi.txt similarity index 100% rename from source/oxt/writer2xhtml/desc_fi.txt rename to source/oxt/writer2xhtml/descriptions/desc_fi.txt diff --git a/source/oxt/writer2xhtml/desc_fr.txt b/source/oxt/writer2xhtml/descriptions/desc_fr.txt similarity index 100% rename from source/oxt/writer2xhtml/desc_fr.txt rename to source/oxt/writer2xhtml/descriptions/desc_fr.txt diff --git a/source/oxt/writer2xhtml/desc_it.txt b/source/oxt/writer2xhtml/descriptions/desc_it.txt similarity index 100% rename from source/oxt/writer2xhtml/desc_it.txt rename to source/oxt/writer2xhtml/descriptions/desc_it.txt diff --git a/source/oxt/writer2xhtml/desc_nl.txt b/source/oxt/writer2xhtml/descriptions/desc_nl.txt similarity index 100% rename from source/oxt/writer2xhtml/desc_nl.txt rename to source/oxt/writer2xhtml/descriptions/desc_nl.txt diff --git a/source/oxt/writer2xhtml/desc_nn.txt b/source/oxt/writer2xhtml/descriptions/desc_nn.txt similarity index 100% rename from source/oxt/writer2xhtml/desc_nn.txt rename to source/oxt/writer2xhtml/descriptions/desc_nn.txt diff --git a/source/oxt/writer2xhtml/desc_pl.txt b/source/oxt/writer2xhtml/descriptions/desc_pl.txt similarity index 100% rename from source/oxt/writer2xhtml/desc_pl.txt rename to source/oxt/writer2xhtml/descriptions/desc_pl.txt diff --git a/source/oxt/writer2xhtml/desc_pt_BR.txt b/source/oxt/writer2xhtml/descriptions/desc_pt_BR.txt similarity index 100% rename from source/oxt/writer2xhtml/desc_pt_BR.txt rename to source/oxt/writer2xhtml/descriptions/desc_pt_BR.txt diff --git a/source/oxt/writer2xhtml/desc_ru.txt b/source/oxt/writer2xhtml/descriptions/desc_ru.txt similarity index 100% rename from source/oxt/writer2xhtml/desc_ru.txt rename to source/oxt/writer2xhtml/descriptions/desc_ru.txt diff --git a/source/oxt/writer2xhtml/desc_tr.txt b/source/oxt/writer2xhtml/descriptions/desc_tr.txt similarity index 100% rename from source/oxt/writer2xhtml/desc_tr.txt rename to source/oxt/writer2xhtml/descriptions/desc_tr.txt diff --git a/source/oxt/writer2xhtml/desc_uk.txt b/source/oxt/writer2xhtml/descriptions/desc_uk.txt similarity index 100% rename from source/oxt/writer2xhtml/desc_uk.txt rename to source/oxt/writer2xhtml/descriptions/desc_uk.txt