Compare commits

...

10 commits

4 changed files with 19594 additions and 8441 deletions

File diff suppressed because it is too large Load diff

View file

@ -1,15 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<description xmlns="http://openoffice.org/extensions/description/2006" xmlns:d="http://openoffice.org/extensions/description/2006" xmlns:xlink="http://www.w3.org/1999/xlink">
<identifier value="org.libreoffice.ro.dictionaries.Hyphenations_ru-RU" />
<version value="0.0.4" />
<version value="0.0.9" />
<dependencies>
<OpenOffice.org-minimal-version value="3.0" d:name="Russian hyphenation dictionary from TEX for OpenOffice.org 3.0+ and LibreOffice"/>
</dependencies>
<display-name>
<name lang="ru">Словарь переносов для русского языка сконвертированный из шаблонов переносов TEX. </name>
<name lang="ru">Словарь переносов для русского языка (и английских слов в текстах на русском) сконвертированный из шаблонов переносов TEX. </name>
<name lang="en">Russian hyphenation dictionary converted from TEX hyphenation patterns . </name>
</display-name>
<registration>
@ -17,6 +17,10 @@
<license-text xlink:href="license.txt" lang="en" license-id="ID0" />
</simple-license>
</registration>
<update-information>
<src xlink:href="https://dev.litvinovg.pro/litvinovg/hyphenations_ru/-/raw/master/update.xml"/>
</update-information>
<extension-description>
<src xlink:href="info_en.txt" lang="en" />
<src xlink:href="info_ru.txt" lang="ru" />

4
releasenotes.txt Normal file
View file

@ -0,0 +1,4 @@
0.0.6 Added autoupdate config
0.0.5 Added English dictionaries to hyphenate english words in russian text
0.0.4 Fix a lot of mistakes, conversion of updated TeX dictionaries
0.0.3 Initial conversion of russian hyphenations

12
update.xml Normal file
View file

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<description xmlns="http://openoffice.org/extensions/update/2006"
xmlns:xlink="http://www.w3.org/1999/xlink">
<identifier value="org.libreoffice.ro.dictionaries.Hyphenations_ru-RU"/>
<version value="0.0.9" />
<update-download>
<src xlink:href="https://dev.litvinovg.pro/litvinovg/hyphenations_ru/uploads/9b3b8cceb796ee57b101c75e05b0850d/hyphenations_ru.oxt" />
</update-download>
<release-notes>
<src xlink:href="https://dev.litvinovg.pro/litvinovg/hyphenations_ru/-/raw/master/releasenotes.txt" lang="en" />
</release-notes>
</description>