New extension files added
This commit is contained in:
parent
777404039f
commit
709aa74880
8 changed files with 112 additions and 0 deletions
8
src/main/oxt2/META-INF/manifest.xml
Normal file
8
src/main/oxt2/META-INF/manifest.xml
Normal file
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<manifest:manifest xmlns:manifest="http://openoffice.org/2001/manifest">
|
||||
<manifest:file-entry manifest:full-path="types.rdb" manifest:media-type="application/vnd.sun.star.uno-typelibrary;type=RDB"/>
|
||||
<manifest:file-entry manifest:full-path="description.xml" manifest:media-type="application/vnd.sun.star.package-bundle-description;locale=en-GB"/>
|
||||
<manifest:file-entry manifest:full-path="MetadataEditor.jar" manifest:media-type="application/vnd.sun.star.uno-component;type=Java"/>
|
||||
<manifest:file-entry manifest:full-path="registry/org/openoffice/Office/UI/WriterWindowState.xcu" manifest:media-type="application/vnd.sun.star.configuration-data"/>
|
||||
<manifest:file-entry manifest:full-path="registry/org/openoffice/Office/Addons.xcu" manifest:media-type="application/vnd.sun.star.configuration-data"/>
|
||||
</manifest:manifest>
|
31
src/main/oxt2/description.xml
Normal file
31
src/main/oxt2/description.xml
Normal file
|
@ -0,0 +1,31 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<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="pro.litvinovg.writer2paginatedhtml2"/>
|
||||
|
||||
<version value="0.8.0"/>
|
||||
|
||||
<dependencies>
|
||||
<OpenOffice.org-minimal-version d:name="OpenOffice.org 3.0" value="3.0"/>
|
||||
</dependencies>
|
||||
|
||||
<publisher>
|
||||
<name lang="en" xlink:href="http://github.com/litvinovg/writer2paginatedhtml">Writer2PaginatedHTML</name>
|
||||
</publisher>
|
||||
<release-notes>
|
||||
<src lang="en" xlink:href="releasenotes.txt"/>
|
||||
</release-notes>
|
||||
<update-information>
|
||||
<src xlink:href="https://dev.litvinovg.pro/litvinovg/w2phtml/-/raw/master/w2phtml.update.xml"/>
|
||||
</update-information>
|
||||
|
||||
|
||||
<display-name>
|
||||
<name lang="ru">Конвертер ODT в HTML, ePub и RDF с сохранением пагинации</name>
|
||||
</display-name>
|
||||
|
||||
<icon>
|
||||
<default xlink:href="images/w2phtml.png"/>
|
||||
<high-contrast xlink:href="images/w2phtml.png"/>
|
||||
</icon>
|
||||
</description>
|
BIN
src/main/oxt2/images/epub.png
Normal file
BIN
src/main/oxt2/images/epub.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.9 KiB |
BIN
src/main/oxt2/images/html.png
Normal file
BIN
src/main/oxt2/images/html.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.3 KiB |
BIN
src/main/oxt2/images/rdf.png
Normal file
BIN
src/main/oxt2/images/rdf.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.6 KiB |
BIN
src/main/oxt2/images/w2phtml.png
Normal file
BIN
src/main/oxt2/images/w2phtml.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
46
src/main/oxt2/registry/org/openoffice/Office/Addons.xcu
Normal file
46
src/main/oxt2/registry/org/openoffice/Office/Addons.xcu
Normal file
|
@ -0,0 +1,46 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<oor:component-data oor:package="org.openoffice.Office" oor:name="Addons"
|
||||
xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
||||
<node oor:name="AddonUI">
|
||||
|
||||
<node oor:name="Images">
|
||||
<node oor:name="pro.litvinovg.writer2paginatedhtml2.openGUIImage" oor:op="replace">
|
||||
<prop oor:name="URL" oor:type="xs:string">
|
||||
<value>service:pro.litvinovg.libreoffice.MetadataEditor?openGUI</value>
|
||||
</prop>
|
||||
<node oor:name="UserDefinedImages">
|
||||
<prop oor:name="ImageBigURL">
|
||||
<value>vnd.sun.star.extension://pro.litvinovg.writer2paginatedhtml/icons/w2phtml.png</value>
|
||||
</prop>
|
||||
</node>
|
||||
</node>
|
||||
</node>
|
||||
|
||||
<node oor:name="OfficeToolBar">
|
||||
<node oor:name="pro.litvinovg.writer2paginatedhtml2.toolbar" oor:op="replace">
|
||||
<prop oor:name="Title" oor:type="xs:string">
|
||||
<value>Writer to paginated HTML converter panel</value>
|
||||
</prop>
|
||||
<prop oor:name="Docked" oor:op="fuse"><value>true</value></prop>
|
||||
<node oor:name="t01" oor:op="replace">
|
||||
<prop oor:name="URL" oor:type="xs:string">
|
||||
<value>service:pro.litvinovg.libreoffice.MetadataEditor?openGUI</value>
|
||||
</prop>
|
||||
<prop oor:name="Target" oor:type="xs:string">
|
||||
<value>_self</value>
|
||||
</prop>
|
||||
<prop oor:name="Context" oor:type="xs:string">
|
||||
<value>com.sun.star.text.TextDocument</value>
|
||||
</prop>
|
||||
<prop oor:name="Title" oor:type="xs:string">
|
||||
<value xml:lang="en-US">Open W2PHTML converter</value>
|
||||
<value xml:lang="ru-RU">Открыть конвертер W2PHTML</value>
|
||||
</prop>
|
||||
</node>
|
||||
</node>
|
||||
</node>
|
||||
|
||||
|
||||
|
||||
</node>
|
||||
</oor:component-data>
|
|
@ -0,0 +1,27 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<oor:component-data oor:package="org.openoffice.Office.UI" oor:name="WriterWindowState"
|
||||
xmlns:install="http://openoffice.org/2004/installation" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
|
||||
<node oor:name="UIElements">
|
||||
<node oor:name="States">
|
||||
<!-- Used to dock the toolbar in the first toolbar row (by default it's floating) -->
|
||||
<node oor:name="private:resource/toolbar/addon_pro.litvinovg.writer2paginatedhtml2.toolbar" oor:op="replace">
|
||||
<prop oor:name="UIName" oor:type="xs:string">
|
||||
<value xml:lang="en">w2phtml converter panel</value>
|
||||
<value xml:lang="ru">Панель конвертера w2phtml</value>
|
||||
</prop>
|
||||
<prop oor:name="DockPos" oor:type="xs:string">
|
||||
<value>10,0</value>
|
||||
</prop>
|
||||
<prop oor:name="Docked" oor:type="xs:boolean">
|
||||
<value>true</value>
|
||||
</prop>
|
||||
<prop oor:name="DockingArea" oor:type="xs:int">
|
||||
<value>0</value>
|
||||
</prop>
|
||||
</node>
|
||||
</node>
|
||||
</node>
|
||||
|
||||
</oor:component-data>
|
Loading…
Add table
Reference in a new issue