Initial commit
This commit is contained in:
parent
cbdb28404c
commit
7dfd4efb1e
13 changed files with 140 additions and 0 deletions
72
Addons.xcu
Normal file
72
Addons.xcu
Normal file
|
@ -0,0 +1,72 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<oor:component-data xmlns:oor="http://openoffice.org/2001/registry"
|
||||
xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
||||
oor:name="Addons"
|
||||
oor:package="org.openoffice.Office">
|
||||
<node oor:name="AddonUI">
|
||||
<node oor:name="AddonMenu">
|
||||
<node oor:name="pro.litvinovg.IPHRedaction" oor:op="replace">
|
||||
<prop oor:name="Context" oor:type="xs:string">
|
||||
<value>com.sun.star.text.GlobalDocument,com.sun.star.text.TextDocument,com.sun.star.text.WebDocument</value>
|
||||
</prop>
|
||||
<prop oor:name="Title" oor:type="xs:string">
|
||||
<value xml:lang="en">Extension for document publishing preparation</value>
|
||||
<value xml:lang="ru">Расширение для подготовки рукописей к изданию</value>
|
||||
</prop>
|
||||
<prop oor:name="URL" oor:type="xs:string">
|
||||
<value>macro:///IPHPreparation.Validation.validate</value>
|
||||
</prop>
|
||||
<prop oor:name="Target" oor:type="xs:string">
|
||||
<value>_self</value>
|
||||
</prop>
|
||||
<prop oor:name="ImageIdentifier" oor:type="xs:string">
|
||||
<value>%origin%/icons/img-48</value>
|
||||
</prop>
|
||||
</node>
|
||||
</node>
|
||||
<node oor:name="OfficeToolBar">
|
||||
<node oor:name="pro.litvinovg.IPHRedaction.panel" oor:op="replace">
|
||||
<node oor:name="ToolBarItems">
|
||||
<node oor:name="buttonValidate" oor:op="replace">
|
||||
<prop oor:name="Context" oor:type="xs:string">
|
||||
<value>com.sun.star.text.GlobalDocument,com.sun.star.text.TextDocument,com.sun.star.text.WebDocument</value>
|
||||
</prop>
|
||||
<prop oor:name="Title" oor:type="xs:string">
|
||||
<value xml:lang="ru">Панель редактора</value>
|
||||
</prop>
|
||||
<prop oor:name="URL" oor:type="xs:string">
|
||||
<value>macro:///IPHPreparation.Validation.validate</value>
|
||||
</prop>
|
||||
<prop oor:name="Target" oor:type="xs:string">
|
||||
<value>_self</value>
|
||||
</prop>
|
||||
<prop oor:name="ImageIdentifier" oor:type="xs:string">
|
||||
<value>%origin%/icons/img-48</value>
|
||||
</prop>
|
||||
</node>
|
||||
</node>
|
||||
<node oor:name="buttonValidate" oor:op="replace">
|
||||
<prop oor:name="Context" oor:type="xs:string">
|
||||
<value>com.sun.star.text.GlobalDocument,com.sun.star.text.TextDocument,com.sun.star.text.WebDocument</value>
|
||||
</prop>
|
||||
<prop oor:name="Title" oor:type="xs:string">
|
||||
<value xml:lang="ru">Проверка</value>
|
||||
<value xml:lang="ru">Validation</value>
|
||||
</prop>
|
||||
<prop oor:name="URL" oor:type="xs:string">
|
||||
<value>macro:///IPHPreparation.Validation.validate</value>
|
||||
</prop>
|
||||
<prop oor:name="Target" oor:type="xs:string">
|
||||
<value>_self</value>
|
||||
</prop>
|
||||
<prop oor:name="ImageIdentifier" oor:type="xs:string">
|
||||
<value>%origin%/icons/img-48</value>
|
||||
</prop>
|
||||
</node>
|
||||
|
||||
|
||||
|
||||
</node>
|
||||
</node>
|
||||
</node>
|
||||
</oor:component-data>
|
6
IPHPreparation/Validation.xlb
Normal file
6
IPHPreparation/Validation.xlb
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE library:library PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "library.dtd">
|
||||
<library:library xmlns:library="http://openoffice.org/2000/library" library:name="TemplateChanger" library:readonly="false" library:passwordprotected="false">
|
||||
<library:element library:name="Check"/>
|
||||
<library:element library:name="Clean"/>
|
||||
</library:library>
|
5
META-INF/manifest.xml
Normal file
5
META-INF/manifest.xml
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<manifest:manifest>
|
||||
<manifest:file-entry manifest:full-path="IPHPreparation/" manifest:media-type="application/vnd.sun.star.basic-library"/>
|
||||
<manifest:file-entry manifest:full-path="Addons.xcu" manifest:media-type="application/vnd.sun.star.configuration-data"/>
|
||||
</manifest:manifest>
|
36
description.xml
Normal file
36
description.xml
Normal file
|
@ -0,0 +1,36 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<description xmlns="http://openoffice.org/extensions/description/2006"
|
||||
xmlns:dep="http://openoffice.org/extensions/description/2006"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<identifier value="pro.litvinovg.Redaction" />
|
||||
<version value="0.0.1" />
|
||||
<platform value="all" />
|
||||
<display-name>
|
||||
<name lang="en">Redaction for publishing in Institute of philosophy</name>
|
||||
<name lang="ru">Подготовка рукописей к изданию в Институте философии</name>
|
||||
</display-name>
|
||||
<registration>
|
||||
<simple-license accept-by="admin" suppress-on-update="true" suppress-if-required="true" >
|
||||
<license-text xlink:href="license/licensenotice_lgpl_en.txt" lang="en" />
|
||||
<license-text xlink:href="license/licensenotice_lgpl_ru.txt" lang="ru" />
|
||||
</simple-license>
|
||||
</registration >
|
||||
<dependencies>
|
||||
<OpenOffice.org-minimal-version value="4.1" dep:name="OpenOffice.org, LibreOffice 4.1 or later" />
|
||||
</dependencies>
|
||||
<publisher>
|
||||
<name xlink:href="mailto:public@litvinovg.pro" lang="en">Georgy Litvinov</name>
|
||||
</publisher>
|
||||
<release-notes>
|
||||
<src xlink:href="releasenotes.txt" lang="en" />
|
||||
</release-notes>
|
||||
<extension-description>
|
||||
<src xlink:href="description/description_ru.txt" lang="ru" />
|
||||
</extension-description>
|
||||
|
||||
<icon>
|
||||
<default xlink:href="images/img-48.png" />
|
||||
<high-contrast xlink:href="images/img-48.png" />
|
||||
</icon>
|
||||
</description>
|
||||
|
2
description/description_ru.txt
Normal file
2
description/description_ru.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
Расширение для подготовки документов к изданию
|
||||
Выполняет функции проверки и чистки документов для их соответствия требованиям отдела подготовки рукописей к изданию.
|
BIN
icons/img-16.png
Normal file
BIN
icons/img-16.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 910 B |
BIN
icons/img-22.png
Normal file
BIN
icons/img-22.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
BIN
icons/img-256.png
Normal file
BIN
icons/img-256.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 46 KiB |
BIN
icons/img-32.png
Normal file
BIN
icons/img-32.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2 KiB |
BIN
icons/img-48.png
Normal file
BIN
icons/img-48.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.3 KiB |
10
license/license_en.txt
Normal file
10
license/license_en.txt
Normal file
|
@ -0,0 +1,10 @@
|
|||
The author of this extension is:
|
||||
Georgy Litvinov (public@litvinovg.pro)
|
||||
Copyright 2019.
|
||||
|
||||
This library is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, version 3 of the License.
|
||||
|
||||
This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU Lesser General Public License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
7
license/license_ru.txt
Normal file
7
license/license_ru.txt
Normal file
|
@ -0,0 +1,7 @@
|
|||
Автор расширения:
|
||||
Георгий Литвинов (public@litvinovg.pro)
|
||||
Copyright 2019.
|
||||
|
||||
Это расширение является свободным программным обеспечением, вы можете распространять и/или модифицировать его в соответствии с лицензией GNU Lesser General Public License версии 3.0, опубликованной Free Software Foundation.
|
||||
|
||||
Это расширение распространяется в надежде, что оно будет полезным, но БЕЗ КАКИХ-ЛИБО ГАРАНТИЙ; даже без подразумеваемых гарантий КОММЕРЧЕСКОЙ ЦЕННОСТИ или ПРИГОДНОСТИ ДЛЯ КОНКРЕТНОЙ ЦЕЛИ. См. GNU Lesser General Public License для более детальной информации: http://www.gnu.org/licenses/
|
2
releasenotes.txt
Normal file
2
releasenotes.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
0.0.1 (18.10.2019)
|
||||
initial release
|
Loading…
Add table
Add a link
Reference in a new issue