Removed old oxt extension files

This commit is contained in:
Georgy Litvinov 2021-03-13 15:46:29 +01:00
parent 9a66e68dca
commit 6ad91477cc
133 changed files with 15 additions and 5815 deletions

View file

@ -76,45 +76,6 @@ jar {
} }
} }
task xhtml(type: Jar) { task xhtml(type: Jar) {
manifest {
attributes("Implementation-Title": rootProject.name,
"Implementation-Version": project.version,
"RegistrationClassName" : "org.openoffice.da.comp.writer2xhtml.W2XRegistration",
"Class-Path" : "jasp.jar parser.jar")
}
baseName = "writer2xhtml-filter"
from {
configurations.bundledLibs.collect {
it.isDirectory() ? it : zipTree(it)
}
}
from sourceSets.main.output
exclude '.gradle'
exclude '**/*Test.class'
exclude '**/AllTests.class'
exclude '**/*.java'
include 'w2phtml/pageSplitters/**/*.class'
include 'pro/litvinovg/**/*.class'
include 'org/openoffice/da/comp/wl2common/**/*.class'
include 'org/openoffice/da/comp/writer2xhtml/**/*.class'
include 'org/openoffice/da/comp/wl2common/**/*.properties'
include 'w2phtml/api/**/*.class'
include 'w2phtml/base/**/*.class'
include 'w2phtml/epub/**/*.class'
include 'w2phtml/office/**/*.class'
include 'w2phtml/util/**/*.class'
include 'w2phtml/xhtml/**/*.class'
include 'w2phtml/xhtml/**/*.xml'
include 'w2phtml/xmerge/**/*.class'
from 'src/main/java'
include 'w2phtml/xhtml/**/*.properties'
include 'w2phtml/xhtml/**/**/*.properties'
from sourceSets.main.output
include 'org/**/*'
include 'net/**/*'
}
task xhtml2(type: Jar) {
archiveName 'writer2phtml.jar' archiveName 'writer2phtml.jar'
manifest { manifest {
attributes("Implementation-Title": rootProject.name, attributes("Implementation-Title": rootProject.name,
@ -185,21 +146,7 @@ task xhtml2(type: Jar) {
task oxt(type: Zip){ task oxt(type: Zip){
dependsOn = [ 'xhtml', 'setVersion' ] dependsOn = [ 'xhtml', 'setVersion' ]
archiveName 'w2phtml.oxt' archiveName 'w2phtml.oxt'
from 'src/main/oxt' from ('src/main/oxt'){
include '*'
include '**'
from 'build/libs/writer2xhtml-filter.jar'
include '*'
from 'src/main/idl/writer2xhtml'
include 'writer2xhtml.rdb'
from 'releasenotes.txt'
include '*'
}
task oxtNew(type: Zip){
dependsOn = [ 'xhtml2', 'setVersion' ]
archiveName 'w2phtml-new.oxt'
from ('src/main/oxt2'){
include '*' include '*'
include '**' include '**'
exclude '.gradle' exclude '.gradle'
@ -227,7 +174,7 @@ task regressionTests(type: Test) {
task setVersion(){ task setVersion(){
ant.taskdef(name: 'xmltask', classpath: 'buildPlugins/xmltask.jar', classname: 'com.oopsconsultancy.xmltask.ant.XmlTask') ant.taskdef(name: 'xmltask', classpath: 'buildPlugins/xmltask.jar', classname: 'com.oopsconsultancy.xmltask.ant.XmlTask')
ant.xmltask(source: 'src/main/oxt2/description.xml', dest: 'src/main/tmp/description.xml', report:'true') { ant.xmltask(source: 'src/main/oxt/description.xml', dest: 'src/main/tmp/description.xml', report:'true') {
replace(path: "//*[local-name()='version']/@value", withText: "${project.version}") replace(path: "//*[local-name()='version']/@value", withText: "${project.version}")
} }
} }

View file

@ -1,2 +0,0 @@
#Wed Mar 11 09:39:54 CET 2020
gradle.version=4.0.1

View file

@ -1,49 +0,0 @@
<?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">
<!-- Defines toolbar provided by Writer2xhtml -->
<node oor:name="AddonUI">
<node oor:name="OfficeToolBar">
<node oor:name="org.openoffice.da.writer2xhtml.OfficeToolBar" oor:op="replace">
<node oor:name="button1" oor:op="replace">
<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">Publish as XHTML</value>
<value xml:lang="ru-RU">Опубликовать в XHTML</value>
<value xml:lang="da">Publicer som XHTML</value>
</prop>
<prop oor:name="Target" oor:type="xs:string">
<value>_self</value>
</prop>
<prop oor:name="URL" oor:type="xs:string">
<value>org.openoffice.da.writer2xhtml:PublishAsXHTML</value>
</prop>
<prop oor:name="ImageIdentifier" oor:type="xs:string">
<value>%origin%/icons/html5</value>
</prop>
</node>
<node oor:name="button2" oor:op="replace">
<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">Publish as EPUB</value>
<value xml:lang="ru-RU">Опубликовать в EPUB</value>
<value xml:lang="da">Publicer som EPUB</value>
</prop>
<prop oor:name="Target" oor:type="xs:string">
<value>_self</value>
</prop>
<prop oor:name="URL" oor:type="xs:string">
<value>org.openoffice.da.writer2xhtml:PublishAsEPUB</value>
</prop>
<prop oor:name="ImageIdentifier" oor:type="xs:string">
<value>%origin%/icons/epub</value>
</prop>
</node>
</node>
</node>
</node>
</oor:component-data>

View file

@ -1,72 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE manifest:manifest PUBLIC "-//OpenOffice.org//DTD Manifest 1.0//EN" "Manifest.dtd"> <manifest:manifest xmlns:manifest="http://openoffice.org/2001/manifest">
<manifest:manifest> <manifest:file-entry manifest:full-path="writer2paginatedhtml.rdb" manifest:media-type="application/vnd.sun.star.uno-typelibrary;type=RDB"/>
<manifest:file-entry <manifest:file-entry manifest:full-path="description.xml" manifest:media-type="application/vnd.sun.star.package-bundle-description;locale=en-GB"/>
manifest:full-path="ProtocolHandler.xcu" <manifest:file-entry manifest:full-path="writer2phtml.jar" manifest:media-type="application/vnd.sun.star.uno-component;type=Java"/>
manifest:media-type="application/vnd.sun.star.configuration-data"/> <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:file-entry
manifest:full-path="Addons.xcu"
manifest:media-type="application/vnd.sun.star.configuration-data"/>
<manifest:file-entry
manifest:full-path="AddonsAOO4.xcu"
manifest:media-type="application/vnd.sun.star.configuration-data"/>
<manifest:file-entry
manifest:full-path="Office/UI/WriterWindowState.xcu"
manifest:media-type="application/vnd.sun.star.configuration-data"/>
<manifest:file-entry
manifest:full-path="writer2xhtml-filter.jar"
manifest:media-type="application/vnd.sun.star.uno-component;type=Java"/>
<manifest:file-entry
manifest:full-path="w2x_types.xcu"
manifest:media-type="application/vnd.sun.star.configuration-data"/>
<manifest:file-entry
manifest:full-path="w2x_filters.xcu"
manifest:media-type="application/vnd.sun.star.configuration-data"/>
<manifest:file-entry
manifest:full-path="Options.xcs"
manifest:media-type="application/vnd.sun.star.configuration-schema"/>
<manifest:file-entry
manifest:full-path="Options.xcu"
manifest:media-type="application/vnd.sun.star.configuration-data"/>
<manifest:file-entry
manifest:full-path="ToolbarOptions.xcs"
manifest:media-type="application/vnd.sun.star.configuration-schema"/>
<manifest:file-entry
manifest:full-path="ToolbarOptions.xcu"
manifest:media-type="application/vnd.sun.star.configuration-data"/>
<manifest:file-entry
manifest:full-path="OptionPages.xcu"
manifest:media-type="application/vnd.sun.star.configuration-data"/>
<manifest:file-entry
manifest:full-path="ToolbarOptionPages.xcu"
manifest:media-type="application/vnd.sun.star.configuration-data"/>
<manifest:file-entry
manifest:full-path="w2phtml/"
manifest:media-type="application/vnd.sun.star.basic-library"/>
<manifest:file-entry
manifest:full-path="w2phtml2/"
manifest:media-type="application/vnd.sun.star.basic-library"/>
<manifest:file-entry
manifest:full-path="writer2xhtml.rdb"
manifest:media-type="application/vnd.sun.star.uno-typelibrary;type=RDB"/>
<manifest:file-entry
manifest:full-path="help"
manifest:media-type="application/vnd.sun.star.help"/>
</manifest:manifest> </manifest:manifest>

View file

@ -1,15 +0,0 @@
<?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="WriterWindowState"
oor:package="org.openoffice.Office.UI">
<node oor:name="UIElements">
<node oor:name="States">
<node oor:name="private:resource/toolbar/addon_org.openoffice.da.writer2xhtml.OfficeToolBar" oor:op="replace">
<prop oor:name="UIName" oor:type="xs:string">
<value>w2phtml panel</value>
</prop>
</node>
</node>
</node>
</oor:component-data>

View file

@ -1,176 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<oor:component-data oor:name="OptionsDialog" oor:package="org.openoffice.Office"
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="Modules">
<!-- This node should appear in the Writer module -->
<node oor:name="com.sun.star.text.TextDocument" oor:op="fuse">
<node oor:name="Nodes">
<node oor:name="org.openoffice.da.writer2xhtml.configuration"
oor:op="fuse">
</node>
</node>
</node>
</node>
<node oor:name="Nodes">
<!-- We define a single root node -->
<node oor:name="org.openoffice.da.writer2xhtml.configuration"
oor:op="fuse">
<prop oor:name="Id">
<value>org.openoffice.da.writer2xhtml.configuration</value>
</prop>
<prop oor:name="Label">
<value xml:lang="en-US">Writer2xhtml</value>
</prop>
<prop oor:name="OptionsPage">
<value>%origin%/w2phtml2/ConfigurationRoot.xdl</value>
</prop>
<prop oor:name="EventHandlerService">
<value></value>
</prop>
<node oor:name="Leaves">
<!-- and the root node has several leaves -->
<node oor:name="org.openoffice.da.writer2xhtml.configuration.general"
oor:op="fuse">
<prop oor:name="Id">
<value>org.openoffice.da.writer2xhtml.configuration.general</value>
</prop>
<prop oor:name="GroupId">
<value>org.openoffice.da.writer2xhtml.configuration</value>
</prop>
<prop oor:name="GroupIndex">
<value>0</value>
</prop>
<prop oor:name="Label">
<value xml:lang="en-US">General</value>
</prop>
<prop oor:name="OptionsPage">
<value>%origin%/w2phtml2/General.xdl</value>
</prop>
<prop oor:name="EventHandlerService">
<value>org.openoffice.da.writer2xhtml.ConfigurationDialog</value>
</prop>
</node>
<node oor:name="org.openoffice.da.writer2xhtml.configuration.template"
oor:op="fuse">
<prop oor:name="Id">
<value>org.openoffice.da.writer2xhtml.configuration.template</value>
</prop>
<prop oor:name="GroupId">
<value>org.openoffice.da.writer2xhtml.configuration</value>
</prop>
<prop oor:name="GroupIndex">
<value>1</value>
</prop>
<prop oor:name="Label">
<value xml:lang="en-US">Template</value>
</prop>
<prop oor:name="OptionsPage">
<value>%origin%/w2phtml2/Template.xdl</value>
</prop>
<prop oor:name="EventHandlerService">
<value>org.openoffice.da.writer2xhtml.ConfigurationDialog</value>
</prop>
</node>
<node oor:name="org.openoffice.da.writer2xhtml.configuration.styles1"
oor:op="fuse">
<prop oor:name="Id">
<value>org.openoffice.da.writer2xhtml.configuration.styles1</value>
</prop>
<prop oor:name="GroupId">
<value>org.openoffice.da.writer2xhtml.configuration</value>
</prop>
<prop oor:name="GroupIndex">
<value>3</value>
</prop>
<prop oor:name="Label">
<value xml:lang="en-US">Master styles</value>
</prop>
<prop oor:name="OptionsPage">
<value>%origin%/w2phtml2/Styles1.xdl</value>
</prop>
<prop oor:name="EventHandlerService">
<value>org.openoffice.da.writer2xhtml.ConfigurationDialog</value>
</prop>
</node>
<node oor:name="org.openoffice.da.writer2xhtml.configuration.styles2"
oor:op="fuse">
<prop oor:name="Id">
<value>org.openoffice.da.writer2xhtml.configuration.styles2</value>
</prop>
<prop oor:name="GroupId">
<value>org.openoffice.da.writer2xhtml.configuration</value>
</prop>
<prop oor:name="GroupIndex">
<value>4</value>
</prop>
<prop oor:name="Label">
<value xml:lang="en-US">Other styles</value>
</prop>
<prop oor:name="OptionsPage">
<value>%origin%/w2phtml2/Styles2.xdl</value>
</prop>
<prop oor:name="EventHandlerService">
<value>org.openoffice.da.writer2xhtml.ConfigurationDialog</value>
</prop>
</node>
<node oor:name="org.openoffice.da.writer2xhtml.configuration.formatting"
oor:op="fuse">
<prop oor:name="Id">
<value>org.openoffice.da.writer2xhtml.configuration.formatting</value>
</prop>
<prop oor:name="GroupId">
<value>org.openoffice.da.writer2xhtml.configuration</value>
</prop>
<prop oor:name="GroupIndex">
<value>5</value>
</prop>
<prop oor:name="Label">
<value xml:lang="en-US">Formatting</value>
</prop>
<prop oor:name="OptionsPage">
<value>%origin%/w2phtml2/Formatting.xdl</value>
</prop>
<prop oor:name="EventHandlerService">
<value>org.openoffice.da.writer2xhtml.ConfigurationDialog</value>
</prop>
</node>
<node oor:name="org.openoffice.da.writer2xhtml.configuration.content"
oor:op="fuse">
<prop oor:name="Id">
<value>org.openoffice.da.writer2xhtml.configuration.content</value>
</prop>
<prop oor:name="GroupId">
<value>org.openoffice.da.writer2xhtml.configuration</value>
</prop>
<prop oor:name="GroupIndex">
<value>6</value>
</prop>
<prop oor:name="Label">
<value xml:lang="en-US">Content</value>
</prop>
<prop oor:name="OptionsPage">
<value>%origin%/w2phtml2/Content.xdl</value>
</prop>
<prop oor:name="EventHandlerService">
<value>org.openoffice.da.writer2xhtml.ConfigurationDialog</value>
</prop>
</node>
</node>
</node>
</node>
</oor:component-data>

View file

@ -1,95 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<oor:component-schema oor:name="Options"
oor:package="org.openoffice.da.Writer2xhtml"
xml:lang="en-US"
xmlns:oor="http://openoffice.org/2001/registry"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<templates>
<group oor:name="Configuration">
<prop oor:name="DisplayName" oor:type="xs:string" oor:localized="true" />
<prop oor:name="LockedOptions" oor:type="xs:string" />
<prop oor:name="ConfigURL" oor:type="xs:string" />
<prop oor:name="TargetTemplateURL" oor:type="xs:string" />
<prop oor:name="StyleSheetURL" oor:type="xs:string" />
<set oor:name="Resources" oor:node-type="Resource" />
</group>
<group oor:name="Resource">
<prop oor:name="URL" oor:type="xs:string" />
<prop oor:name="FileName" oor:type="xs:string" />
<prop oor:name="MediaType" oor:type="xs:string" />
</group>
<group oor:name="Template">
<prop oor:name="TemplateName" oor:type="xs:string" />
<prop oor:name="ConfigName" oor:type="xs:string" />
</group>
</templates>
<component>
<group oor:name="XhtmlOptions">
<!-- Style -->
<prop oor:name="Config" oor:type="xs:short" />
<prop oor:name="ConfigName" oor:type="xs:string" />
<prop oor:name="ConvertToPx" oor:type="xs:boolean" />
<prop oor:name="InlineCSS" oor:type="xs:boolean" />
<prop oor:name="EmbedSVG" oor:type="xs:boolean" />
<prop oor:name="EmbedImg" oor:type="xs:boolean" />
<prop oor:name="Greenstone" oor:type="xs:boolean" />
<prop oor:name="Scaling" oor:type="xs:int" />
<prop oor:name="MinLetterSpacing" oor:type="xs:string" />
<prop oor:name="MaxWidth" oor:type="xs:string" />
<prop oor:name="PageBreakStyle" oor:type="xs:string" />
<!-- Special content -->
<prop oor:name="Notes" oor:type="xs:boolean" />
<prop oor:name="UseDublinCore" oor:type="xs:boolean" />
<!-- AutoCorrect -->
<prop oor:name="IgnoreEmptyParagraphs" oor:type="xs:boolean" />
<prop oor:name="IgnoreHardLineBreaks" oor:type="xs:boolean" />
<prop oor:name="IgnoreDoubleSpaces" oor:type="xs:boolean" />
<!-- Files -->
<prop oor:name="Split" oor:type="xs:boolean" />
<prop oor:name="AlignSplitsToPages" oor:type="xs:boolean" />
<prop oor:name="SplitLevel" oor:type="xs:short" />
<prop oor:name="RepeatLevels" oor:type="xs:short" />
<prop oor:name="SaveImagesInSubdir" oor:type="xs:boolean" />
<prop oor:name="UseMathjax" oor:type="xs:boolean" />
<!-- Configurations -->
<set oor:name="Configurations" oor:node-type="Configuration" />
<set oor:name="Templates" oor:node-type="Template" />
</group>
<group oor:name="EpubOptions">
<!-- Style -->
<prop oor:name="Config" oor:type="xs:short" />
<prop oor:name="ConfigName" oor:type="xs:string" />
<prop oor:name="Scaling" oor:type="xs:int" />
<prop oor:name="RelativeFontSize" oor:type="xs:boolean" />
<prop oor:name="FontScaling" oor:type="xs:int" />
<prop oor:name="UseDefaultFont" oor:type="xs:boolean" />
<prop oor:name="DefaultFontName" oor:type="xs:string" />
<prop oor:name="ConvertToPx" oor:type="xs:boolean" />
<prop oor:name="ImageSize" oor:type="xs:short"/>
<!-- AutoCorrect -->
<prop oor:name="IgnoreEmptyParagraphs" oor:type="xs:boolean" />
<prop oor:name="IgnoreHardLineBreaks" oor:type="xs:boolean" />
<prop oor:name="IgnoreDoubleSpaces" oor:type="xs:boolean" />
<!-- Special content -->
<prop oor:name="DisplayHiddenText" oor:type="xs:boolean" />
<prop oor:name="Notes" oor:type="xs:boolean" />
<prop oor:name="UseDublinCore" oor:type="xs:boolean" />
<!-- Files -->
<prop oor:name="SplitLevel" oor:type="xs:short" />
<prop oor:name="PageBreakSplit" oor:type="xs:short" />
<prop oor:name="UseImageSplit" oor:type="xs:boolean" />
<prop oor:name="ImageSplit" oor:type="xs:int" />
<prop oor:name="CoverImage" oor:type="xs:boolean" />
<prop oor:name="UseSplitAfter" oor:type="xs:boolean" />
<prop oor:name="SplitAfter" oor:type="xs:int" />
<!-- Table of contents -->
<prop oor:name="ExternalTocDepth" oor:type="xs:short" />
<prop oor:name="IncludeToc" oor:type="xs:boolean" />
<prop oor:name="IncludeNCX" oor:type="xs:boolean" />
<!-- Configurations -->
<set oor:name="Configurations" oor:node-type="Configuration" />
<set oor:name="Templates" oor:node-type="Template" />
</group>
</component>
</oor:component-schema>

View file

@ -1,146 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<oor:component-data oor:name="Options"
oor:package="org.openoffice.da.Writer2xhtml"
xml:lang="en-US"
xmlns:oor="http://openoffice.org/2001/registry"
xmlns:xs="http://www.w3.org/2001/XMLSchema">
<node oor:name="XhtmlOptions">
<prop oor:name="Config" oor:type="xs:short">
<value>0</value>
</prop>
<prop oor:name="ConfigName" oor:type="xs:string">
<value></value>
</prop>
<prop oor:name="ConvertToPx" oor:type="xs:boolean">
<value>false</value>
</prop>
<prop oor:name="Scaling" oor:type="xs:int">
<value>100</value>
</prop>
<prop oor:name="MinLetterSpacing" oor:type="xs:string">
<value>0.15</value>
</prop>
<prop oor:name="MaxWidth" oor:type="xs:string">
<value>1000px</value>
</prop>
<prop oor:name="PageBreakStyle" oor:type="xs:string">
<value>height:3em;margin-top:1em;margin-bottom:1em;background-color:#f6f6f6;</value>
</prop>
<prop oor:name="Notes" oor:type="xs:boolean">
<value>true</value>
</prop>
<prop oor:name="Greenstone" oor:type="xs:boolean">
<value>false</value>
</prop>
<prop oor:name="UseDublinCore" oor:type="xs:boolean">
<value>true</value>
</prop>
<prop oor:name="IgnoreEmptyParagraphs" oor:type="xs:boolean">
<value>false</value>
</prop>
<prop oor:name="IgnoreHardLineBreaks" oor:type="xs:boolean">
<value>false</value>
</prop>
<prop oor:name="IgnoreDoubleSpaces" oor:type="xs:boolean">
<value>false</value>
</prop>
<prop oor:name="Split" oor:type="xs:boolean">
<value>false</value>
</prop>
<prop oor:name="AlignSplitsToPages" oor:type="xs:boolean">
<value>true</value>
</prop>
<prop oor:name="SplitLevel" oor:type="xs:short">
<value>1</value>
</prop>
<prop oor:name="RepeatLevels" oor:type="xs:short">
<value>5</value>
</prop>
<prop oor:name="SaveImagesInSubdir" oor:type="xs:boolean">
<value>false</value>
</prop>
<prop oor:name="UseMathjax" oor:type="xs:boolean">
<value>true</value>
</prop>
</node>
<node oor:name="EpubOptions">
<prop oor:name="Config" oor:type="xs:short">
<value>0</value>
</prop>
<prop oor:name="ConfigName" oor:type="xs:string">
<value></value>
</prop>
<prop oor:name="ConvertToPx" oor:type="xs:boolean">
<value>true</value>
</prop>
<prop oor:name="Scaling" oor:type="xs:int">
<value>100</value>
</prop>
<prop oor:name="ImageSize" oor:type="xs:short">
<value>1</value><!-- relative -->
</prop>
<prop oor:name="RelativeFontSize" oor:type="xs:boolean">
<value>true</value>
</prop>
<prop oor:name="FontScaling" oor:type="xs:int">
<value>100</value>
</prop>
<prop oor:name="UseDefaultFont" oor:type="xs:boolean">
<value>true</value>
</prop>
<prop oor:name="DefaultFontName" oor:type="xs:string">
<value></value>
</prop>
<prop oor:name="IgnoreEmptyParagraphs" oor:type="xs:boolean">
<value>false</value>
</prop>
<prop oor:name="IgnoreHardLineBreaks" oor:type="xs:boolean">
<value>false</value>
</prop>
<prop oor:name="IgnoreDoubleSpaces" oor:type="xs:boolean">
<value>false</value>
</prop>
<prop oor:name="DisplayHiddenText" oor:type="xs:boolean">
<value>false</value>
</prop>
<prop oor:name="Notes" oor:type="xs:boolean">
<value>true</value>
</prop>
<prop oor:name="UseDublinCore" oor:type="xs:boolean">
<value>true</value>
</prop>
<prop oor:name="SplitLevel" oor:type="xs:short">
<value>1</value>
</prop>
<prop oor:name="PageBreakSplit" oor:type="xs:short">
<value>0</value>
</prop>
<prop oor:name="UseImageSplit" oor:type="xs:boolean">
<value>false</value>
</prop>
<prop oor:name="ImageSplit" oor:type="xs:int">
<value>30</value>
</prop>
<prop oor:name="CoverImage" oor:type="xs:boolean">
<value>false</value>
</prop>
<prop oor:name="UseSplitAfter" oor:type="xs:boolean">
<value>true</value>
</prop>
<prop oor:name="SplitAfter" oor:type="xs:int">
<value>150</value>
</prop>
<prop oor:name="ExternalTocDepth" oor:type="xs:short">
<value>0</value>
</prop>
<prop oor:name="IncludeToc" oor:type="xs:boolean">
<value>true</value>
</prop>
<prop oor:name="IncludeNCX" oor:type="xs:boolean">
<value>true</value>
</prop>
</node>
</oor:component-data>

View file

@ -1,12 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<oor:component-data oor:name="ProtocolHandler" oor:package="org.openoffice.Office" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<!-- Declares the dispatch protocol handled by Writer2xhtml -->
<node oor:name="HandlerSet">
<!-- It seems that the node name must equal the implementation name of the service -->
<node oor:name="org.openoffice.da.comp.writer2xhtml.Writer2xhtml" oor:op="replace">
<prop oor:name="Protocols" oor:type="oor:string-list">
<value>org.openoffice.da.writer2xhtml:*</value>
</prop>
</node>
</node>
</oor:component-data>

View file

@ -1,57 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<oor:component-data oor:name="OptionsDialog" oor:package="org.openoffice.Office"
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="Modules">
<!-- This node should appear in the Writer module -->
<node oor:name="com.sun.star.text.TextDocument" oor:op="fuse">
<node oor:name="Nodes">
<node oor:name="org.openoffice.da.writer2xhtml.toolbar.configuration"
oor:op="fuse">
</node>
</node>
</node>
</node>
<node oor:name="Nodes">
<!-- We define a single root node -->
<node oor:name="org.openoffice.da.writer2xhtml.toolbar.configuration"
oor:op="fuse">
<prop oor:name="Id">
<value>org.openoffice.da.writer2xhtml.toolbar.configuration</value>
</prop>
<prop oor:name="Label">
<value xml:lang="en-US">Writer2xhtml toolbar</value>
</prop>
<prop oor:name="OptionsPage">
<value>%origin%/w2phtml2/ToolbarConfigurationRoot.xdl</value>
</prop>
<prop oor:name="EventHandlerService">
<value></value>
</prop>
<node oor:name="Leaves">
<!-- and the root node has several leaves -->
<node oor:name="org.openoffice.da.writer2xhtml.toolbar.settings"
oor:op="fuse">
<prop oor:name="Id">
<value>org.openoffice.da.writer2xhtml.toolbar.settings</value>
</prop>
<prop oor:name="Label">
<value xml:lang="en-US">Settings</value>
</prop>
<prop oor:name="OptionsPage">
<value>%origin%/w2phtml2/ToolbarSettings.xdl</value>
</prop>
<prop oor:name="EventHandlerService">
<value>org.openoffice.da.writer2xhtml.ToolbarSettingsDialog</value>
</prop>
</node>
</node>
</node>
</node>
</oor:component-data>

View file

@ -1,18 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<oor:component-schema oor:name="ToolbarOptions"
oor:package="org.openoffice.da.Writer2xhtml.toolbar"
xml:lang="en-US"
xmlns:oor="http://openoffice.org/2001/registry"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<component>
<group oor:name="Settings">
<prop oor:name="XhtmlFormat" oor:type="xs:short" />
<prop oor:name="XhtmlView" oor:type="xs:short" />
<prop oor:name="XhtmlExecutable" oor:type="xs:string" />
<prop oor:name="EpubFormat" oor:type="xs:short" />
<prop oor:name="EpubView" oor:type="xs:short" />
<prop oor:name="EpubExecutable" oor:type="xs:string" />
</group>
</component>
</oor:component-schema>

View file

@ -1,27 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<oor:component-data oor:name="ToolbarOptions"
oor:package="org.openoffice.da.Writer2xhtml.toolbar"
xml:lang="en-US"
xmlns:oor="http://openoffice.org/2001/registry"
xmlns:xs="http://www.w3.org/2001/XMLSchema">
<node oor:name="Settings">
<prop oor:name="XhtmlFormat" oor:type="xs:short">
<value>3</value><!-- HTML5 -->
</prop>
<prop oor:name="XhtmlView" oor:type="xs:short">
<value>1</value><!-- Default application -->
</prop>
<prop oor:name="XhtmlExecutable" oor:type="xs:string">
<value></value>
</prop>
<prop oor:name="EpubFormat" oor:type="xs:short">
<value>1</value><!-- EPUB3 -->
</prop>
<prop oor:name="EpubView" oor:type="xs:short">
<value>1</value><!-- Default application -->
</prop>
<prop oor:name="EpubExecutable" oor:type="xs:string">
<value></value>
</prop>
</node>
</oor:component-data>

View file

@ -3,8 +3,10 @@
<identifier value="pro.litvinovg.writer2paginatedhtml"/> <identifier value="pro.litvinovg.writer2paginatedhtml"/>
<version value="0.9.1"/> <version value="0"/>
<extension-description>
<src lang="en" xlink:href="description/desc_en.txt"/>
</extension-description>
<dependencies> <dependencies>
<OpenOffice.org-minimal-version d:name="OpenOffice.org 3.0" value="3.0"/> <OpenOffice.org-minimal-version d:name="OpenOffice.org 3.0" value="3.0"/>
</dependencies> </dependencies>
@ -21,27 +23,11 @@
<display-name> <display-name>
<name lang="da">Writer2PaginatedHTML eksportfiltre</name> <name lang="ru">Конвертер ODT в HTML, ePub и RDF с сохранением пагинации</name>
<name lang="en">Writer2PaginatedHTML export filters</name>
<name lang="ca">Filtres d'exportació per al Writer2PaginatedHTML</name>
<name lang="de">Writer2PaginatedHTML Exportfilter</name>
<name lang="nl">Writer2PaginatedHTML exportfilters</name>
<name lang="nn">Writer2PaginatedHTML eksportfilter</name>
<name lang="es">Writer2PaginatedHTML filtros para exportar</name>
<name lang="fi">Writer2PaginatedHTML vienti suodattimet</name>
<name lang="fr">Filtres d'exportation Writer2PaginatedHTML</name>
<name lang="it">Filtri di esportazione Writer2PaginatedHTML</name>
<name lang="pt_BR">Filtros de exportação Writer2PaginatedHTML</name>
<name lang="cs">Exportní filtry Writer2PaginatedHTML</name>
<name lang="pl">Filtry ekportu Writer2PaginatedHTML</name>
<name lang="ru">Фильтры экспорта Writer2PaginatedHTML</name>
<name lang="uk">Фільтри експорту Writer2PaginatedHTML</name>
<name lang="tr">Writer2PaginatedHTML ihraç etme filitreleri</name>
<name lang="fa">Writer2PaginatedHTML export filters</name>
</display-name> </display-name>
<icon> <icon>
<default xlink:href="icons/w2phtml.png"/> <default xlink:href="images/w2phtml.png"/>
<high-contrast xlink:href="icons/w2phtml.png"/> <high-contrast xlink:href="images/w2phtml.png"/>
</icon> </icon>
</description> </description>

View file

@ -1 +0,0 @@
Writer2xhtml forneix a Writer i Calc filtres d'exportació per XHTML i XHTML+MathML

View file

@ -1 +0,0 @@
Writer2xhtml nabízí exportní filtry pro Writer a Calc s výstupem v XHTML a XHTML+MathML

View file

@ -1 +0,0 @@
Writer2xhtml installerer eksportfiltre til XHTML og XHTML+MathML i Writer og Calc

View file

@ -1 +0,0 @@
Writer2Latex bietet Witer und Calc Exportfilter für XHTML und XHTML+MathML

View file

@ -1 +0,0 @@
Writer2xhtml provides Writer and Calc export filters for XHTML and XHTML+MathML

View file

@ -1 +0,0 @@
Writer2xhtml contiene filtros de Writer y Calc para exportar a XHTML y XHTML+MathML

View file

@ -1 +0,0 @@
Writer2xhtml provides Writer and Calc export filters for XHTML and XHTML+MathML

View file

@ -1 +0,0 @@
Writer2xhtml:llä on mahdollista viedä sekä writerin että Calcin dokumentteja XHTML ja XHMTL+MathML muotoihin

View file

@ -1 +0,0 @@
Writer2xhtml permet d'exporter les documents Writer et Calc vers XHTML et XHTML+MathML

View file

@ -1 +0,0 @@
Writer2xhtml aggiunge a Writer e Calc filtri di esportazione in XHTML e XHTML+MathML

View file

@ -1 +0,0 @@
Writer2xhtml verzorgt Writer en Calc met exportfilters voor XHTML en XHTML + MathML

View file

@ -1 +0,0 @@
Writer2xhtml gir Writer og Calc eksportfilter for XHTML og XHTML+MathML

View file

@ -1 +0,0 @@
Writer2xhtml dostarcza filtrów eksportu programów Writer i Calc do XHTMLa oraz XHTML+MathML

View file

@ -1 +0,0 @@
Writer2xhtml oferece filtros de exportação do Writer e Calc para XHTML e XHTML+MathML

View file

@ -1 +0,0 @@
Writer2xhtml позволяет экспортировать из Writer и Calc в XHTML и XHTML+MathML

View file

@ -1 +0,0 @@
Writer2LaTeX XHTML ve XHTML+MathML için Calc ihraç etme filitreleri sağlar

View file

@ -1 +0,0 @@
Writer2xhtml забезпечує Writer та Calc фільтрами експорту до XHTML та XHTML+MathML

View file

@ -1,23 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<tree_view version="17-apr-2010">
<help_section application="writer2xhtml" id="w2x01" title="Writer2xhtml">
<topic id="writer2xhtml/org.openoffice.da.writer2xhtml.oxt/introduction.xhp">Introduction</topic>
<topic id="writer2xhtml/org.openoffice.da.writer2xhtml.oxt/menu.xhp">Menu and toolbar</topic>
<topic id="writer2xhtml/org.openoffice.da.writer2xhtml.oxt/export.xhp">XHTML Export (Writer)</topic>
<topic id="writer2xhtml/org.openoffice.da.writer2xhtml.oxt/epub_export.xhp">EPUB Export (Writer)</topic>
<topic id="writer2xhtml/org.openoffice.da.writer2xhtml.oxt/epub_metadata.xhp">EPUB document properties (Writer)</topic>
<node id="w2x01_toolbar_configuration" title="Toolbar configuration">
<topic id="writer2xhtml/org.openoffice.da.writer2xhtml.oxt/settings.xhp">Settings</topic>
</node>
<node id="w2x01_configuration" title="Custom style">
<topic id="writer2xhtml/org.openoffice.da.writer2xhtml.oxt/Configuration/Introduction.xhp">Introduction</topic>
<topic id="writer2xhtml/org.openoffice.da.writer2xhtml.oxt/Configuration/General.xhp">General</topic>
<topic id="writer2xhtml/org.openoffice.da.writer2xhtml.oxt/Configuration/Template.xhp">Template</topic>
<topic id="writer2xhtml/org.openoffice.da.writer2xhtml.oxt/Configuration/Stylesheets.xhp">Style sheets</topic>
<topic id="writer2xhtml/org.openoffice.da.writer2xhtml.oxt/Configuration/Masterstyles.xhp">Master styles</topic>
<topic id="writer2xhtml/org.openoffice.da.writer2xhtml.oxt/Configuration/Otherstyles.xhp">Other styles</topic>
<topic id="writer2xhtml/org.openoffice.da.writer2xhtml.oxt/Configuration/Formatting.xhp">Formatting</topic>
<topic id="writer2xhtml/org.openoffice.da.writer2xhtml.oxt/Configuration/Content.xhp">Content</topic>
</node>
</help_section>
</tree_view>

View file

@ -1,71 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<helpdocument version="1.0">
<meta>
<topic id="writer2xhtml-configuration-content" indexer="include">
<title xml-lang="en-US">Content</title>
<filename>org.openoffice.da.writer2xhtml.oxt/Configuration/Content.xhp</filename>
</topic>
</meta>
<body>
<paragraph role="heading" level="1" xml-lang="en-US">Content</paragraph>
<paragraph role="paragraph" xml-lang="en-US"></paragraph>
<section id="howtoget" xml-lang="en-US">
Choose <emph>Tools - Options - Writer2xhtml - Content</emph>
</section>
<paragraph role="heading" level="2" xml-lang="en-US">Formulas</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:Formulas" id="bm_configformulas"/>
<paragraph role="heading" level="3" xml-lang="en-US">Include as</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Select how to export formulas if you are not using XHTML+MathML or HTML5.</paragraph>
<list type="unordered">
<listitem>
<paragraph role="paragraph" xml-lang="en-US"><emph>Image with StarMath code</emph>: Export formulas as images
with the original StarMath formula in the alt attribute.</paragraph>
</listitem>
<listitem>
<paragraph role="paragraph" xml-lang="en-US"><emph>Image with LaTeX code</emph>: Export formulas as images
with LaTeX code in the alt attribute.</paragraph>
</listitem>
<listitem>
<paragraph role="paragraph" xml-lang="en-US"><emph>StarMath code</emph>: Export the original StarMath code directly
in the text.</paragraph>
</listitem>
<listitem>
<paragraph role="paragraph" xml-lang="en-US"><emph>LaTeX code</emph>: Export LaTeX code directly in the text.</paragraph>
</listitem>
</list>
<paragraph role="heading" level="2" xml-lang="en-US">Footnotes and endnotes</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:FootnotesHeading" id="bm_configfootnotesheading"/>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EndnotesHeading" id="bm_configendnotesheading"/>
<paragraph role="heading" level="3" xml-lang="en-US">Endnote heading</paragraph>
<paragraph role="paragraph" xml-lang="en-US">In %PRODUCTNAME Writer, endnotes cannot have a heading. If you want to add
a heading for the endnotes in the exported document, enter the desired heading here.</paragraph>
<paragraph role="heading" level="3" xml-lang="en-US">Footnote heading</paragraph>
<paragraph role="paragraph" xml-lang="en-US">In %PRODUCTNAME Writer, footnotes (when used as endnotes) cannot have a heading.
If you want to add a heading for the footnotes in the exported document, enter the desired heading here.
This has no effect if footnotes are placed at the bottom of the page.</paragraph>
<paragraph role="heading" level="2" xml-lang="en-US">Images</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EmbedSvg" id="bm_configembedsvg"/>
<paragraph role="heading" level="3" xml-lang="en-US">Embed SVG images in the HTML document</paragraph>
<paragraph role="paragraph" xml-lang="en-US">If you check this option, SVG images will be embedded directly
in the HTML document. Otherwise they will be included in a separate file. SVG images are only supported
in HTML5.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EmbedImg" id="bm_configembedimg"/>
<paragraph role="heading" level="3" xml-lang="en-US">Embed all images in the HTML document</paragraph>
<paragraph role="paragraph" xml-lang="en-US">If you check this option, all images will be embedded directly
in the HTML document (base64 encoded). Otherwise they will be included in a separate file.
This is not recommended for documents with large images.</paragraph>
</body>
</helpdocument>

View file

@ -1,97 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<helpdocument version="1.0">
<meta>
<topic id="writer2xhtml-configuration-content" indexer="include">
<title xml-lang="en-US">Formatting</title>
<filename>org.openoffice.da.writer2xhtml.oxt/Configuration/Formatting.xhp</filename>
</topic>
</meta>
<body>
<paragraph role="heading" level="1" xml-lang="en-US">Formatting</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Use this page to define how much formatting to export.</paragraph>
<section id="howtoget" xml-lang="en-US">
Choose <emph>Tools - Options - Writer2xhtml - Formatting</emph>
</section>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:Formatting" id="bm_configformatting"/>
<paragraph role="heading" level="3" xml-lang="en-US">Formatting</paragraph>
<paragraph role="paragraph" xml-lang="en-US">This is used to specify how much text formatting
(character, paragraph and list formatting) to export.</paragraph>
<list type="unordered">
<listitem>
<paragraph role="paragraph" xml-lang="en-US"><emph>Convert all</emph>: Convert all supported formatting to CSS</paragraph>
</listitem>
<listitem>
<paragraph role="paragraph" xml-lang="en-US"><emph>Ignore styles</emph>: Convert hard formatting but not formatting
by styles. Use this value if you use a custom style sheet, but still want to be able to add some hard formatting
(eg. a centered paragraph, some bold text etc.).</paragraph>
</listitem>
<listitem>
<paragraph role="paragraph" xml-lang="en-US"><emph>Ignore hard formatting</emph>: Convert formatting by styles, but
no hard formatting (except as given by
<link href="org.openoffice.da.writer2xhtml.oxt/Configuration/Otherstyles.xhp" name="Other styles">attribute style
mappings</link>).
Use this if the document is well structured using styles, so that any hard formatting should be considered
an error.</paragraph>
</listitem>
<listitem>
<paragraph role="paragraph" xml-lang="en-US"><emph>Ignore all</emph>: Convert no formatting at all. Use this value
if you use a custom stylesheet and the document is well structured using styles, so that any hard formatting should
be considered an error.</paragraph>
</listitem>
</list>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:FrameFormatting" id="bm_configframeformatting"/>
<paragraph role="heading" level="3" xml-lang="en-US">Frame formatting</paragraph>
<paragraph role="paragraph" xml-lang="en-US">This is used for the same purpose, but affects frame formatting only.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:SectionFormatting" id="bm_configsectionformatting"/>
<paragraph role="heading" level="3" xml-lang="en-US">Convert section formatting</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Check this if you want to export section formatting (background, margins).</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:TableFormatting" id="bm_configtableformatting"/>
<paragraph role="heading" level="3" xml-lang="en-US">Convert table formatting</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Check this if you want to export table formatting.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:IgnoreTableDimensions" id="bm_configignoretabledimensions"/>
<paragraph role="heading" level="3" xml-lang="en-US">Ignore table dimensions</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Check this if you do not want table dimensions (table width, column width and
row height) to be exported, but want to leave the layout of the tables to the browser.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:ListFormatting" id="bm_configlistformatting"/>
<paragraph role="heading" level="3" xml-lang="en-US">List formatting</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Choose how to export list formatting.</paragraph>
<list type="unordered">
<listitem>
<paragraph role="paragraph" xml-lang="en-US"><emph>Use CSS1</emph>: List formatting is exported using CSS1.
This only provides basic support for list labels, and currently the browsers default indentations are used.</paragraph>
</listitem>
<listitem>
<paragraph role="paragraph" xml-lang="en-US"><emph>Use CSS1 and non-standard lists</emph>: This value is used to fix a
problem with continued lists. If you select this value, Writer2xhtml will export a list that continues on level 2 or below
like</paragraph>
<paragraph role="code" xml-lang="en-US">&lt;ol&gt;&lt;ol&gt;&lt;li&gt;...&lt;/li&gt;&lt;/ol&gt;&lt;/ol&gt;</paragraph>
<paragraph role="paragraph" xml-lang="en-US">This is not valid in XHTML, but works in browsers.
Also two deprecated attributes are used to continue numbering.</paragraph>
</listitem>
<listitem>
<paragraph role="paragraph" xml-lang="en-US"><emph>Use hard labels</emph>: If select this value, list labels are
exported as part of the text. This adds full support for list labels (e.g. labels of the form 1.2.3). Unlike the other
values indentations of the list are exported as well.</paragraph>
</listitem>
</list>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:MaxWidth" id="bm_configmaxwidth"/>
<paragraph role="heading" level="3" xml-lang="en-US">Maximum text width</paragraph>
<paragraph role="paragraph" xml-lang="en-US">In this field you can give a maximum width (like e.g. 800px)
for the exported text, which may enhance the readability. You can use any unit defined in CSS.
If the browser window is wider than this, the text will be centered with suitable margins.
Leave the field blank if you want the text to occupy the full width of the browser window.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:SeparateStylesheet" id="bm_configseparatestylesheet"/>
<paragraph role="heading" level="3" xml-lang="en-US">Create separate style sheet</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Check this if you want to create a separate CSS file in the export.
Otherwise the CSS code will be exported embedded in the XHTML document(s).</paragraph>
</body>
</helpdocument>

View file

@ -1,58 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<helpdocument version="1.0">
<meta>
<topic id="writer2xhtml-configuration-general" indexer="include">
<title xml-lang="en-US">Content</title>
<filename>org.openoffice.da.writer2xhtml.oxt/Configuration/General.xhp</filename>
</topic>
</meta>
<body>
<paragraph role="heading" level="1" xml-lang="en-US">General</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Use this page to define general technical aspects of the generated
XHTML documents.</paragraph>
<section id="howtoget" xml-lang="en-US">
Choose <emph>Tools - Options - Writer2xhtml - General</emph>
</section>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:NoDoctype" id="bm_confignodoctype"/>
<paragraph role="heading" level="3" xml-lang="en-US">Do not include DOCTYPE</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Check this if you do not want to not include the !DOCTYPE declaration in
the converted document.</paragraph>
<paragraph role="warning" xml-lang="en-US">The !DOCTYPE is required for a valid XHTML document: This option should only be
used if you need to process the document further.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:Encoding" id="bm_configencoding"/>
<paragraph role="heading" level="3" xml-lang="en-US">Encoding</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Select the character encoding to use for the XHTML document. Currently supported
encodings are <emph>UTF-8</emph> (recommended), <emph>UTF-16</emph>, <emph>ISO-8859-1</emph> and <emph>US-ASCII</emph>.
Characters not supported by the encoding are exported as numeric character entities.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:AddBOM" id="bm_configaddbom"/>
<paragraph role="heading" level="3" xml-lang="en-US">Add Byte Order Mark (BOM)</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Check this to include a BOM (Byte Order Mark) to the XHTML document (UTF-8 only).
Normally this is not needed if you use UTF-8 encoding, but it may be required in rare cases.
</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:HexadecimalEntities" id="bm_confighexadecimalentities"/>
<paragraph role="heading" level="3" xml-lang="en-US">Numeric character entities</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Select how to export numeric character entities. You can use either
<emph>hexadecimal</emph> or <emph>decimal</emph> numbers. This is not relevant if you use UTF-8 or UTF-16.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:UseNamedEntities" id="bm_configusenamedentities"/>
<paragraph role="heading" level="3" xml-lang="en-US">Use named character entities</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Check this to use named character entities as defined by (X)HTML.
If you export to XHTML+MathML, also named MathML entities will be used.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:Multilingual" id="bm_configmultilingual"/>
<paragraph role="heading" level="3" xml-lang="en-US">Include detailed language information</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Check this to include all language information in the XHTML document.
Otherwise only the default language will be exported.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:PrettyPrint" id="bm_configprettyprint"/>
<paragraph role="heading" level="3" xml-lang="en-US">Use "pretty printing"</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Check this to use “pretty print”
(using indentations and line breaks) in the XHTML output.</paragraph>
</body>
</helpdocument>

View file

@ -1,25 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<helpdocument version="1.0">
<meta>
<topic id="writer2xhtml-configuration-introduction" indexer="include">
<title xml-lang="en-US">Custom style</title>
<filename>org.openoffice.da.writer2xhtml.oxt/Configuration/Introduction.xhp</filename>
</topic>
</meta>
<body>
<paragraph role="heading" level="1" xml-lang="en-US">Custom style</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Define a custom style for the XHTML export</paragraph>
<section id="howtoget" xml-lang="en-US">
Choose <emph>Tools - Options - Writer2xhtml</emph>
</section>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:ConfigIntroduction" id="bm_configintroduction"/>
<paragraph role="paragraph" xml-lang="en-US">Writer2xhtml comes with a number of predefined styles.
A style defines technical aspects of the generated XHTML styles, in particular the export of formatting.
Advanced users can define their own custom style. You can for example use the custom style to create XHTML documents that
takes advantage of your own CSS style sheet.
This requires some knowledge of XHTML and CSS.</paragraph>
<paragraph role="paragraph" xml-lang="en-US">To use the custom style, choose <emph>Custom</emph> in the export dialog.</paragraph>
</body>
</helpdocument>

View file

@ -1,80 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<helpdocument version="1.0">
<meta>
<topic id="writer2xhtml-configuration-masterstyles" indexer="include">
<title xml-lang="en-US">Content</title>
<filename>org.openoffice.da.writer2xhtml.oxt/Configuration/Masterstyles.xhp</filename>
</topic>
</meta>
<body>
<paragraph role="heading" level="1" xml-lang="en-US">Master styles</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Use this page to define how to export style information.</paragraph>
<section id="howtoget" xml-lang="en-US">
Choose <emph>Tools - Options - Writer2xhtml - Master styles</emph>
</section>
<paragraph role="heading" level="2" xml-lang="en-US">Style mappings</paragraph>
<paragraph role="paragraph" xml-lang="en-US">For each %PRODUCTNAME Writer style you can define a corresponding XHTML element
and CSS style.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:StyleFamily" id="bm_configstylefamily"/>
<paragraph role="heading" level="3" xml-lang="en-US">Style family</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Select the %PRODUCTNAME Writer style family. Note that headings and other
paragraphs are handled separately.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:StyleName" id="bm_configstylename"/>
<paragraph role="heading" level="3" xml-lang="en-US">Style name</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Select a style name from the list</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:NewStyle" id="bm_confignewstyle"/>
<paragraph role="heading" level="3" xml-lang="en-US">New...</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Click to add a new style name to the list. Type a name or select a style name
from the list.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:DeleteStyle" id="bm_configdeletestyle"/>
<paragraph role="heading" level="3" xml-lang="en-US">Delete...</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Click this to delete the current style name from the list.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:Element" id="bm_configelement"/>
<paragraph role="heading" level="3" xml-lang="en-US">XHTML element</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Enter the name of an XHTML element or select one from the list.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:Css" id="bm_configcss"/>
<paragraph role="heading" level="3" xml-lang="en-US">CSS class</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Enter the name of a CSS class. If you leave this field empty, the
<emph>class</emph> attribute will not be set.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:Before" id="bm_configbefore"/>
<paragraph role="heading" level="3" xml-lang="en-US">Before</paragraph>
<paragraph role="paragraph" xml-lang="en-US">The text you enter here will be added to the beginning of
each paragraph formatted with this style.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:After" id="bm_configafter"/>
<paragraph role="heading" level="3" xml-lang="en-US">After</paragraph>
<paragraph role="paragraph" xml-lang="en-US">The text you enter here will be added to the end of
each paragraph formatted with this style.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:BlockElement" id="bm_configblockelement"/>
<paragraph role="heading" level="3" xml-lang="en-US">Block XHTML element</paragraph>
<paragraph role="paragraph" xml-lang="en-US">This is only valid for paragraphs and headings.</paragraph>
<paragraph role="paragraph" xml-lang="en-US">For paragraphs this element is used as a container for a sequence of paragraphs
with the same paragraph style. As an example: For the paragraph style <emph>Quotations</emph> you can set the XHTML element to
<emph>p</emph> and the block XHTML element to <emph>blockquote</emph>. This will convert a sequence of paragraphs with the
<emph>Quotations</emph> style to a block quote. You can leave the field empty if you do not need it.</paragraph>
<paragraph role="paragraph" xml-lang="en-US">For headings the block XHTML element is used for the entire heading, whereas the
XHTML element is used for the text content (without the label).</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:BlockCss" id="bm_configblockcss"/>
<paragraph role="heading" level="3" xml-lang="en-US">Block CSS class</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Enter the name of a CSS class for the block element. If you leave the field empty, the
<emph>class</emph> attribute will not be set.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:LoadDefaults" id="bm_configloaddefaults"/>
<paragraph role="heading" level="3" xml-lang="en-US">Load default mappings...</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Writer2xhtml comes with a set of default style mappings corresponding to
some of the predefined styles in %PRODUCTNAME Writer. Click this button to add these mappings to the current set. You will get
a warning if this will overwrite one or more existing mappings.</paragraph>
</body>
</helpdocument>

View file

@ -1,53 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<helpdocument version="1.0">
<meta>
<topic id="writer2xhtml-configuration-content" indexer="include">
<title xml-lang="en-US">Other styles</title>
<filename>org.openoffice.da.writer2xhtml.oxt/Configuration/Otherstyles.xhp</filename>
</topic>
</meta>
<body>
<paragraph role="heading" level="1" xml-lang="en-US">Other styles</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Use this page to define various style related features of the export.
This supplements the settings on the page
<link href="org.openoffice.da.writer2xhtml.oxt/Configuration/Masterstyles.xhp"
name="Template">Master styles</link>.</paragraph>
<section id="howtoget" xml-lang="en-US">
Choose <emph>Tools - Options - Writer2xhtml - Other styles</emph>
</section>
<paragraph role="heading" level="2" xml-lang="en-US">Style mappings for hard formatting</paragraph>
<paragraph role="paragraph" xml-lang="en-US">In general using real styles is preferred. These setting allows you to define
styles for a selection of hard text formatting attributes.</paragraph>
<paragraph role="note" xml-lang="en-US">To apply these settings: Go to the page
<emph><link href="org.openoffice.da.writer2xhtml.oxt/Configuration/Formatting.xhp"
name="Formatting">Formatting</link></emph> and set <emph>Formatting</emph> to either <emph>Ignore hard formatting</emph> or
<emph>Ignore all</emph>. Otherwise the rules you define here are ignored.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:FormattingAttribute" id="bm_configformattingattribute"/>
<paragraph role="heading" level="3" xml-lang="en-US">Formatting attribute</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Select a formatting attribute.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:CustomAttribute" id="bm_configcustomattribute"/>
<paragraph role="heading" level="3" xml-lang="en-US">Apply custom style</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Check this if you want to apply a custom style for this attribute.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:AttributeElement" id="bm_configattributeelement"/>
<paragraph role="heading" level="3" xml-lang="en-US">XHTML element</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Enter the name of an XHTML element or select one from the list.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:AttributeCss" id="bm_configattributecss"/>
<paragraph role="heading" level="3" xml-lang="en-US">CSS class</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Enter the name of a CSS class to apply to the element. If you leave this field
empty, the <emph>class</emph> attribute will not be set.</paragraph>
<paragraph role="heading" level="2" xml-lang="en-US">Other styles</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:TabstopStyle" id="bm_configtabstopstyle"/>
<paragraph role="heading" level="3" xml-lang="en-US">CSS class for tabulator stop</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Normally tabulator stops are exported as spaces. If you enter the name of
a CSS class here, the space will be contained in a <emph>span</emph> element with your style in the class attribute.</paragraph>
</body>
</helpdocument>

View file

@ -1,70 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<helpdocument version="1.0">
<meta>
<topic id="writer2xhtml-configuration-stylesheets" indexer="include">
<title xml-lang="en-US">Content</title>
<filename>org.openoffice.da.writer2xhtml.oxt/Configuration/Stylesheets.xhp</filename>
</topic>
</meta>
<body>
<paragraph role="heading" level="1" xml-lang="en-US">Style sheets</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Use this page to provide your own style sheets for the exported documents.</paragraph>
<section id="howtoget" xml-lang="en-US">
Choose <emph>Tools - Options - Writer2xhtml - Style sheets</emph>
</section>
<paragraph role="heading" level="2" xml-lang="en-US">Custom style sheets</paragraph>
<paragraph role="paragraph" xml-lang="en-US">The custom style sheet can either be an embedded style sheet for the EPUB
export or a linked style sheet for the XHTML export.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:LinkCustomStylesheet" id="bm_configlinkstylesheet"/>
<paragraph role="heading" level="3" xml-lang="en-US">Insert link to custom style sheet (XHTML export)</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Check this to link to your own, external CSS style sheet.
For more advanced solutions (eg. different style sheets for screen viewing and printing) you can use an
<link href="org.openoffice.da.writer2xhtml.oxt/Configuration/Template.xhp"
name="Template">XHTML template</link>.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:CustomStylesheetURL" id="bm_configcustomstylesheeturl"/>
<paragraph role="heading" level="3" xml-lang="en-US">URL</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Enter the URL for the style sheet.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:UseCustomStylesheet" id="bm_configusecustomstylesheet"/>
<paragraph role="heading" level="3" xml-lang="en-US">Include custom style sheet (EPUB export)</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Check this to include a custom style sheet in the EPUB document.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:CustomStylesheet" id="bm_configcustomstylesheet"/>
<paragraph role="heading" level="3" xml-lang="en-US">Custom style sheet</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Enter the CSS code for your custom style sheet here.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:LoadStylesheet" id="bm_configloadstylesheet"/>
<paragraph role="heading" level="3" xml-lang="en-US">Load...</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Click to load the style sheet from a file.
This will create a copy of the original file. If you change, move or delete the original file, nothing
will happen to the style sheet. If you want to update the style sheet with a new version of the original file, click
this button again.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:Resources" id="bm_configresources"/>
<paragraph role="heading" level="3" xml-lang="en-US">Style resources</paragraph>
<paragraph role="paragraph" xml-lang="en-US">This is a list of resource files to include with the custom style sheet.
You can refer to these files from your style sheet. The reference should be by file name only, as the resource files
are placed in the same directory as the style sheet. For example:</paragraph>
<paragraph role="code" xml-lang="en-US">body { background-image:url('myimage.jpg'); }</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Note that changes to this list will <emph>not</emph> be undone if
you click <emph>Cancel</emph>.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:NewResource" id="bm_newresource"/>
<paragraph role="heading" level="3" xml-lang="en-US">New...</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Click this to add a new resource file to the list. Select the file and press
<emph>Open</emph> (On some systems you can select more than one file).
This will create a copy of the original file. If you change, move or delete the original file, nothing
will happen to the resource file. If you want to update the resource file with a new version of the original file, click
this button again.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:DeleteResource" id="bm_deleteresource"/>
<paragraph role="heading" level="3" xml-lang="en-US">Delete...</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Click this to delete the currently selected resource file from the list.
This will not affect the original file.</paragraph>
</body>
</helpdocument>

View file

@ -1,107 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<helpdocument version="1.0">
<meta>
<topic id="writer2xhtml-configuration-template" indexer="include">
<title xml-lang="en-US">Content</title>
<filename>org.openoffice.da.writer2xhtml.oxt/Configuration/Template.xhp</filename>
</topic>
</meta>
<body>
<paragraph role="heading" level="1" xml-lang="en-US">Template</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Use this page to define an XHTML template to use as a basis for the
generated XHTML documents.</paragraph>
<section id="howtoget" xml-lang="en-US">
Choose <emph>Tools - Options - Writer2xhtml - Template</emph>
</section>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:UseCustomTemplate" id="bm_configusecustomtemplate"/>
<paragraph role="heading" level="3" xml-lang="en-US">Use custom XHTML template</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Check this if you want to define an XHTML template. Otherwise a default
template will be used.</paragraph>
<paragraph role="paragraph" xml-lang="en-US">A template should be an ordinary XHTML file (do not include a DOCTYPE declaration)
with some special elements:</paragraph>
<list type="unordered">
<listitem>
<paragraph role="paragraph" xml-lang="en-US">An element with the id <emph>content</emph> is used to
fill the text content.
If no such element exists, the <emph>body</emph> element is used. If there is no <emph>body</emph> element
in the template, the root element is used.</paragraph>
</listitem>
<listitem>
<paragraph role="paragraph" xml-lang="en-US">Elements with the id <emph>header</emph> or
<emph>footer</emph> (optional) will be filled with a simple navigation panel using a first/previous/next/last scheme
(for spreadsheet documents, sheet names are used for navigation).</paragraph>
</listitem>
<listitem>
<paragraph role="paragraph" xml-lang="en-US">An element with the id <emph>panel</emph> (optional)
will be filled with a simple navigation panel using a table of contens-like scheme.</paragraph>
</listitem>
</list>
<paragraph role="paragraph" xml-lang="en-US">You can change the names of the id attributes at the bottom of this page.</paragraph>
<paragraph role="paragraph" xml-lang="en-US">The template must be well-formed XML. If this is not the case, an error message
is displayed below the template. A template with errors will be ignored in the export.</paragraph>
<paragraph role="paragraph" xml-lang="en-US">A simple template including a header might look like this:</paragraph>
<paragraph role="code" xml-lang="en-US">
&lt;html&gt;<br/>
&#xA0;&#xA0;&lt;head&gt;<br/>
&#xA0;&#xA0;&#xA0;&#xA0;&lt;title/&gt;<br/>
&#xA0;&#xA0;&lt;/head&gt;<br/>
&#xA0;&#xA0;&lt;body&gt;<br/>
&#xA0;&#xA0;&#xA0;&#xA0;&lt;div id='header'/&gt;<br/>
&#xA0;&#xA0;&#xA0;&#xA0;&lt;div id='content'/&gt;<br/>
&#xA0;&#xA0;&lt;/body&gt;<br/>
&lt;/html&gt;
</paragraph>
<paragraph role="paragraph" xml-lang="en-US">As the template does not include footer and panel nodes, these elements will not be included.
</paragraph>
<paragraph role="paragraph" xml-lang="en-US">A template with all the elements, suitable for HTML5 might look like this:
</paragraph>
<paragraph role="code" xml-lang="en-US">
&lt;html&gt;<br/>
&#xA0;&#xA0;&lt;head&gt;<br/>
&#xA0;&#xA0;&#xA0;&#xA0;&lt;title/&gt;<br/>
&#xA0;&#xA0;&lt;/head&gt;<br/>
&#xA0;&#xA0;&lt;body&gt;<br/>
&#xA0;&#xA0;&#xA0;&#xA0;&lt;header&gt;&lt;nav id='header'/&gt;&lt;/header&gt;<br/>
&#xA0;&#xA0;&#xA0;&#xA0;&lt;aside&gt;&lt;nav id='panel'/&gt;&lt;/aside&gt;<br/>
&#xA0;&#xA0;&#xA0;&#xA0;&lt;div id='content'/&gt;<br/>
&#xA0;&#xA0;&#xA0;&#xA0;&lt;footer&gt;&lt;nav id='footer'/&gt;&lt;/footer&gt;<br/>
&#xA0;&#xA0;&lt;/body&gt;<br/>
&lt;/html&gt;
</paragraph>
<paragraph role="paragraph" xml-lang="en-US">The absolutely mininal template is this:</paragraph>
<paragraph role="code" xml-lang="en-US">
&lt;div/&gt;
</paragraph>
<paragraph role="paragraph" xml-lang="en-US">The <emph>div</emph>-element will be used as the content container.
The generated document will not be a complete XHTML document (no <emph>html</emph>, <emph>head</emph> and
<emph>body</emph> nodes). It will however still be a well-formed XML file that can be handled with standard tools.
The use case for this is that you can produce XHTML fragments suitable for inclusion in e.g. a CMS.</paragraph>
<paragraph role="note" xml-lang="en-US">Make sure to check the option <emph>Do not include DOCTYPE</emph> in this case!</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:LoadTemplate" id="bm_configloadtemplate"/>
<paragraph role="heading" level="3" xml-lang="en-US">Load...</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Click this to load a template from a file. This will overwrite the current contents
of the template.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:ContentId" id="bm_configcontentid"/>
<paragraph role="heading" level="3" xml-lang="en-US">Content id</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Enter the id to use for the content node.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:PanelId" id="bm_configpanelid"/>
<paragraph role="heading" level="3" xml-lang="en-US">Panel id</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Enter the id to use for the panel node.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:HeaderId" id="bm_configheaderid"/>
<paragraph role="heading" level="3" xml-lang="en-US">Header id</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Enter the id to use for the header node.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:FooterId" id="bm_configfooterid"/>
<paragraph role="heading" level="3" xml-lang="en-US">Footer id</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Enter the id to use for the footer node.</paragraph>
</body>
</helpdocument>

View file

@ -1,245 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<helpdocument version="1.0">
<meta>
<topic id="writer2xhtml-epub-export-writer" indexer="include">
<title xml-lang="en-US">EPUB Export (Writer)</title>
<filename>org.openoffice.da.writer2xhtml.oxt/epub_export.xhp</filename>
</topic>
</meta>
<body>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EpubOptions" id="bm_options"/>
<paragraph role="heading" level="1" xml-lang="en-US">EPUB Export (Writer)</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Exports the current document to EPUB format.</paragraph>
<section id="howtoget" xml-lang="en-US">
Choose <emph>File - Export - EPUB</emph><br/>
or <emph>File - Export - EPUB 3</emph><br/>
or click the <emph>EPUB-button</emph> in the toolbar
</section>
<paragraph role="heading" level="2" xml-lang="en-US">Style</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EpubOptionsConfig" id="bm_options_config"/>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:OptionsConfig" visibility="hidden">Select the style to use for the EPUB document</ahelp></paragraph>
<paragraph role="heading" level="3" xml-lang="en-US">Use style</paragraph>
<paragraph role="paragraph" xml-lang="en-US">This option allows you to choose between various styles to apply to the
EPUB document.</paragraph>
<list type="unordered">
<listitem>
<paragraph role="paragraph" xml-lang="en-US"><emph>Original formatting</emph> produces an EPUB document which uses
the same style as the original document. The document will look quite similar to the original when viewed
with an EPUB reader.</paragraph>
</listitem>
<listitem>
<paragraph role="paragraph" xml-lang="en-US"><emph>Custom</emph> is a user defined format. You can define your own
style by providing a CSS style sheet and a mapping from Writer styles to your CSS styles.
To configure the custom format, choose <emph><link href="org.openoffice.da.writer2xhtml.oxt/Configuration/Introduction.xhp"
name="Custom configuration">Tools - Options - Writer2xhtml</link></emph>.</paragraph>
</listitem>
</list>
<embed href="org.openoffice.da.writer2xhtml.oxt/export.xhp#split3"/>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EpubOptionsScaling" id="bm_options_scaling"/>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:EpubOptionsScaling" visibility="hidden">Select a scaling to apply to all dimensions in the document</ahelp></paragraph>
<embed href="org.openoffice.da.writer2xhtml.oxt/export.xhp#scaling1"/>
<paragraph role="paragraph" xml-lang="en-US">Viewing the document with an EPUB reader will often require different dimensions
(e.g. margins) than the original document.</paragraph>
<embed href="org.openoffice.da.writer2xhtml.oxt/export.xhp#scaling3"/>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EpubOptionsColumnScaling" id="bm_options_columnscaling"/>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:EpubOptionsColumnScaling" visibility="hidden">Select a scaling to apply to all column dimensions in the document</ahelp></paragraph>
<embed href="org.openoffice.da.writer2xhtml.oxt/export.xhp#columnscaling"/>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EpubOptionsRelativeFontSize" id="bm_options_relativefontsize"/>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:EpubRelativeFontSize" visibility="hidden">Check this to export all font sizes as percentages</ahelp></paragraph>
<paragraph role="heading" level="3" xml-lang="en-US">Use relative font size</paragraph>
<paragraph role="paragraph" xml-lang="en-US">For EPUB it is recommended to use relative font sizes, and using this option will
export all font sizes as percentages. In some EPUB readers this will enable the user to scale the fonts.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EpubOptionsFontScaling" id="bm_options_fontscaling"/>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:EpubFontScaling" visibility="hidden">Select a scaling factor to apply to all font sizes</ahelp></paragraph>
<paragraph role="heading" level="3" xml-lang="en-US">Scaling</paragraph>
<paragraph role="paragraph" xml-lang="en-US">The relative font size is calculated relative to the default font size in the
document. Using this option you can define a percentage used to scale all font sizes.
Thus with the setting 140, all font sizes will be 40% larger.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EpubOptionsUseDefaultFont" id="bm_options_usedefaultfont"/>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:EpubUseDefaultFont" visibility="hidden">Check this to replace all fonts with a single font</ahelp></paragraph>
<paragraph role="heading" level="3" xml-lang="en-US">Use a single font for the entire document</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Some style guides recommend to use a single font for the entire EPUB document.
Check this option to ignore all font information in the original document and export a single font.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EpubOptionsDefaultFontName" id="bm_options_defaultfontname"/>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:EpubDefaultFontName" visibility="hidden">Enter or select the font name to use (or leave blank to use the EPUB reader's default font)</ahelp></paragraph>
<paragraph role="heading" level="3" xml-lang="en-US">Font name</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Enter a font name or select a font name in the list. This font will be used for
all text in the EPUB document. You can also leave the field blank: In this case no font information will be exported, and
the EPUB reader will choose a default font.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EpubOptionsConvertToPx" id="bm_options_converttopx"/>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:EpubOptionsConvertToPx" visibility="hidden">Check this if you want to convert all units to px rather than using the original units</ahelp></paragraph>
<embed href="org.openoffice.da.writer2xhtml.oxt/export.xhp#converttopx1"/>
<embed href="org.openoffice.da.writer2xhtml.oxt/export.xhp#converttopx2"/>
<paragraph role="paragraph" xml-lang="en-US">For EPUB it is recommended to use the unit px instead, and using this option you can require that
all dimensions are converted to px.</paragraph>
<embed href="org.openoffice.da.writer2xhtml.oxt/export.xhp#converttopx4"/>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EpubOptionsImageSize" id="bm_options_imagesize"/>
<paragraph role="heading" level="3" xml-lang="en-US">Image size</paragraph>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:EpubOptionsImageSize" visibility="hidden">Select how to set the image size in the EPUB document</ahelp></paragraph>
<paragraph role="paragraph" xml-lang="en-US">Select how to set the image size in the EPUB document</paragraph>
<list type="unordered">
<listitem>
<paragraph role="paragraph" xml-lang="en-US"><emph>Use absolute size</emph>: Images will get the same size in the EPUB
document as in the original %PRODUCTNAME Writer document.</paragraph>
</listitem>
<listitem>
<paragraph role="paragraph" xml-lang="en-US"><emph>Use relative size (%)</emph>: Image sizes will be exported as
a percentage of the total width.
This has the advantage that the image size will adapt to the size of the reader screen.</paragraph>
</listitem>
<listitem>
<paragraph role="paragraph" xml-lang="en-US"><emph>Use original image size</emph>: Often images in a %PRODUCTNAME document
are scaled up or down from their original size. If you select this option, the original (unscaled) image
size will be used.</paragraph>
</listitem>
</list>
<paragraph role="heading" level="2" xml-lang="en-US">AutoCorrect</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EpubOptionsIgnoreHardLineBreaks" id="bm_options_ignorehardlinebreaks"/>
<paragraph role="heading" level="3" xml-lang="en-US">Ignore hard line breaks</paragraph>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:EpubOptionsIgnoreHardLineBreaks" visibility="hidden">Check this if you don't want to export hard (manual) line breaks</ahelp></paragraph>
<paragraph role="paragraph" xml-lang="en-US">Sometimes hard (or manual) line breaks are used in Writer to optimize
the placement of the line breaks. Since line breaking in an EPUB reader is completely different, you may want to ignore
all hard line breaks by selecting this option.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EpubOptionsIgnoreEmptyParagraphs" id="bm_options_ignoreemptyparagraphs"/>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:EpubOptionsIgnoreEmptyParagraphs" visibility="hidden">Check this if you don't want to export empty paragraphs</ahelp></paragraph>
<embed href="org.openoffice.da.writer2xhtml.oxt/export.xhp#ignoreemptyparagraphs"/>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EpubOptionsIgnoreDoubleSpaces" id="bm_options_ignoredoublespaces"/>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:EpubOptionsIgnoreDoubleSpaces" visibility="hidden">Check this to treat several spaces as a single space in the export</ahelp></paragraph>
<embed href="org.openoffice.da.writer2xhtml.oxt/export.xhp#ignoredoublespaces"/>
<embed href="org.openoffice.da.writer2xhtml.oxt/export.xhp#special"/>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EpubOptionsDisplayHiddenText" id="bm_options_displayhiddentext"/>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:EpubDisplayHiddenText" visibility="hidden">Check this to export and display all hidden text</ahelp></paragraph>
<paragraph role="heading" level="3" xml-lang="en-US">Display hidden text</paragraph>
<paragraph role="paragraph" xml-lang="en-US">If sections or text fragments are hidden in the original document they will normally
not be exported. If you check this option, hidden text will be exported to visible text in the EPUB document.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EpubOptionsNotes" id="bm_options_notes"/>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:EpubOptionsNotes" visibility="hidden">Check this if you want to export notes (annotations) in the document</ahelp></paragraph>
<embed href="org.openoffice.da.writer2xhtml.oxt/export.xhp#notes1"/>
<paragraph role="paragraph" xml-lang="en-US">If you select this option, notes (also known as annotations) in the
%PRODUCTNAME document are exported as comments in the EPUB document. They will not be directly visible in the reader.
If the option is not selected, notes are completely ignored.</paragraph>
<paragraph role="heading" level="2" xml-lang="en-US">Document division (page breaks)</paragraph>
<paragraph role="paragraph" xml-lang="en-US">These settings lets you insert page breaks at various places in the document.
It is recommended always to use one or more of these settings. One reason for this is that it enhances the readability of
your document. Another reason is technical: Page breaks splits the splits the internal structure into smaller parts.
This improves performance, and also some EPUB readers have a limitation on the size of the individual parts of the
doucment.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EpubOptionsSplitLevel" id="bm_options_splitlevel"/>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:EpubOptionsSplitLevel" visibility="hidden">Select the heading level at which spliting should occur, or "None" if you do not want to split at headings</ahelp></paragraph>
<paragraph role="heading" level="3" xml-lang="en-US">At heading level</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Use this option to split the document at headings. This is the most common way
to split the document. Note that this option has no effect for headings
inside tables.</paragraph>
<paragraph role="paragraph" xml-lang="en-US">You can either select <emph>None</emph> (the document will not split at headings),
or you can select at which level splitting should occur.
For example 2 to split the document at all headings of level 1 or 2.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EpubOptionsPageBreakSplit" id="bm_options_pagebreaksplit"/>
<paragraph role="heading" level="3" xml-lang="en-US">At page breaks</paragraph>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:EpubOptionsPageBreakSplit" visibility="hidden">Select the type page breaks at which you want to split the document</ahelp></paragraph>
<paragraph role="paragraph" xml-lang="en-US">This option enables you to split the document at the original page breaks.
Select the type of page breaks in the list:</paragraph>
<list type="unordered">
<listitem>
<paragraph role="paragraph" xml-lang="en-US">Select <emph>None</emph> if you do not want to split at page breaks.</paragraph>
</listitem>
<listitem>
<paragraph role="paragraph" xml-lang="en-US">Select <emph>Defined by styles</emph> to split at page breaks defined
in paragraph styles.</paragraph>
</listitem>
<listitem>
<paragraph role="paragraph" xml-lang="en-US">Select <emph>All explicit</emph> to also split at manual page breaks
(<emph>Insert - Manual Break - Page Break</emph>).</paragraph>
</listitem>
<listitem>
<paragraph role="paragraph" xml-lang="en-US">Select <emph>All</emph> to split at all page breaks in the document. This
includes automatic page breaks, but Writer2xhtml will never split the document inside a paragraph, list or table.</paragraph>
</listitem>
</list>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EpubOptionsUseImageSplit" id="bm_options_useimagesplit"/>
<paragraph role="heading" level="3" xml-lang="en-US">Use full screen for large images</paragraph>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:EpubOptionsUseImageSplit" visibility="hidden">Select this option to show large images on full screen rather than embedded in the text</ahelp></paragraph>
<paragraph role="paragraph" xml-lang="en-US">Images will normally be exported as an integrated part of the text. As EPUB readers
may have a relatively small screen, this may not be optimal for large images.
Select this option to split the document at large images, which means that they will be displayed on full screen.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EpubOptionsImageSplit" id="bm_options_imagesplit"/>
<paragraph role="heading" level="3" xml-lang="en-US">Minimum width</paragraph>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:EpubOptionsUseEpubAutoSplit" visibility="hidden">Enter the minimum width used to identify a large image</ahelp></paragraph>
<paragraph role="paragraph" xml-lang="en-US">Enter the minimum width for a large image. Only images with at least this relative width
and an aspect ratio of 3:4 or higher will be export as full screen images.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EpubOptionsCoverImage" id="bm_options_coverimage"/>
<paragraph role="heading" level="3" xml-lang="en-US">Use first image as cover image</paragraph>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:EpubOptionsCoverImage" visibility="hidden">Check this to use the first image found in the document as cover image</ahelp></paragraph>
<paragraph role="paragraph" xml-lang="en-US">An EPUB document often include a cover image in analogy with the cover of a book.
Check this to use the first image found in the document as cover image. The position
of the image in the original document does not matter.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EpubOptionsUseEpubAutoSplit" id="bm_options_useepubautosplit"/>
<paragraph role="heading" level="3" xml-lang="en-US">Automatic split of long documents</paragraph>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:EpubOptionsUseEpubAutoSplit" visibility="hidden">Check this to enable automatic split of long documents based on the number of characters</ahelp></paragraph>
<paragraph role="paragraph" xml-lang="en-US">Use this option to limit the size of each document part.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EpubOptionsEpubAutoSplit" id="bm_options_epubautosplit"/>
<paragraph role="heading" level="3" xml-lang="en-US">After (in 1000 characters)</paragraph>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:EpubOptionsEpubAutoSplit" visibility="hidden">Enter the number of characters after which an automatic split should occur</ahelp></paragraph>
<paragraph role="paragraph" xml-lang="en-US">Enter the number of characters after which an automatic split should occur.
Writer2xhtml will split the document at the first possible break point after this number of characters.</paragraph>
<paragraph role="heading" level="2" xml-lang="en-US">Navigation table</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EpubOptionsExternalTocDepth" id="bm_options_externaltocdepth"/>
<paragraph role="heading" level="3" xml-lang="en-US">Number of heading levels to include</paragraph>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:EpubOptionsExternalTocDepth" visibility="hidden">Select the number of heading levels to include in the content table in the EPUB document</ahelp></paragraph>
<paragraph role="paragraph" xml-lang="en-US">An EPUB document contains a content table, which the EPUB reader can use to let the
user navigate through the document. Writer2xhtml generates this table based on the headings in the document.
You can select the number of heading levels to include.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EpubOptionsIncludeToc" id="bm_options_includetoc"/>
<paragraph role="heading" level="3" xml-lang="en-US">Also include original table of contents</paragraph>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:EpubOptionsIncludeToc" visibility="hidden">Check this to include the original table of contents in addition to the EPUB content table</ahelp></paragraph>
<paragraph role="paragraph" xml-lang="en-US">Your document may also include a normal table of contents.
Check this if you want to include this table of contents in addition to the navigation table.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EpubOptionsIncludeNCX" id="bm_options_includencx"/>
<paragraph role="heading" level="3" xml-lang="en-US">Include EPUB 2 navigation (EPUB 3 only)</paragraph>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:EpubOptionsIncludeNCX" visibility="hidden">Check this to include navigation information in EPUB 2 format</ahelp></paragraph>
<paragraph role="paragraph" xml-lang="en-US">EPUB 3 uses a new format for the navigation information.
Check this option if you also want to include navigation information in the old format.
This will ensure compatibility with older EPUB readers.</paragraph>
<paragraph role="heading" level="2" xml-lang="en-US">Document properties</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EpubOptionsEditMetadata" id="bm_options_editmetadata"/>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:EpubOptionsEditMetadata" visibility="hidden">Clik this to edit the document properties, e.g. author, title, date</ahelp></paragraph>
<paragraph role="heading" level="3" xml-lang="en-US">Edit document properties</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Click this button to open the dialog to edit the document properties such as
title, author or date.</paragraph>
</body>
</helpdocument>

View file

@ -1,134 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<helpdocument version="1.0">
<meta>
<topic id="writer2xhtml-epub-metadata" indexer="include">
<title xml-lang="en-US">EPUB document properties (Writer)</title>
<filename>org.openoffice.da.writer2xhtml.oxt/epub_metadata.xhp</filename>
</topic>
</meta>
<body>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EpubMetadata" id="bm_metadata"/>
<paragraph role="heading" level="1" xml-lang="en-US">EPUB document properties (Writer)</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Edit the document properties for an EPUB document.</paragraph>
<section id="howtoget" xml-lang="en-US">
Choose <emph>File - Export - EPUB</emph> or <emph>File - Export - EPUB 3</emph>,
and click <emph>Edit document properties</emph> in the export dialog<br/>
or click the <emph>EPUB-button</emph> marked with <emph>i</emph> in the toolbar
</section>
<paragraph role="paragraph" xml-lang="en-US">The EPUB standard specifies a large number of document properties.
Not all of these are supported by the OpenDocument standard.
Writer2xhtml supports the additional properties using user defined document properties.
This dialog provides a convenient interface to edit all EPUB document properties, but you can also access all properties
using the standard interface in %PRODUCTNAME Writer, that is <emph>File - Properties</emph>.
Writer2xhtml will always include the identifier, author(s), date(s) and the title.
Other fields are optional and can be left blank. In this case they will not be included in the EPUB document.</paragraph>
<paragraph role="heading" level="2" xml-lang="en-US">Custom identifier</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Each EPUB document must have a unique identifier.
Normally Writer2xhtml generates a Universal Unique ID (UUID) for this purpose, but you may override this with
your own identifier.</paragraph>
<paragraph role="heading" level="3" xml-lang="en-US">Use custom identifier</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Check this if you want to provide your own identifier</paragraph>
<paragraph role="heading" level="3" xml-lang="en-US">Identifier</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Enter the identifier to use. Remember that it must be unique amongst all
EPUB documents.</paragraph>
<paragraph role="heading" level="3" xml-lang="en-US">Identifier type</paragraph>
<paragraph role="paragraph" xml-lang="en-US">An identifier may follow a specific identification scheme, e.g. ISBN.
Select or enter an identification scheme in this field.</paragraph>
<paragraph role="heading" level="2" xml-lang="en-US">Authors</paragraph>
<paragraph role="paragraph" xml-lang="en-US">An EPUB document can have several authors, which you can list here.
An author can be either a <emph>creator</emph>, that is a primary author of the publication, or a <emph>contributor</emph>,
that is a party whose contribution to the publication is secondary to the creator(s).
Furthermore an author may have a special role, e.g. <emph>illustrator</emph>. Both properties are specified when you add
a new author to the list.</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Note that some EPUB readers may only present the first creator, hence
you should make sure that the primary creator is at the top of the list.</paragraph>
<paragraph role="paragraph" xml-lang="en-US">If you do not add any authors, Writer2xhtml will display and use a default value
for the author.</paragraph>
<paragraph role="heading" level="3" xml-lang="en-US">Add...</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Click this to add new author to the list.</paragraph>
<paragraph role="heading" level="3" xml-lang="en-US">Modify...</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Click this to modify the currently selected author.</paragraph>
<paragraph role="heading" level="3" xml-lang="en-US">Delete...</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Click this to delete the currently selected author from the list.</paragraph>
<paragraph role="heading" level="3" xml-lang="en-US">Up</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Click this to move the currently selected author up one position in the list.</paragraph>
<paragraph role="heading" level="3" xml-lang="en-US">Down</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Click this to move the currently selected author down one position in the list.</paragraph>
<paragraph role="heading" level="2" xml-lang="en-US">Dates</paragraph>
<paragraph role="paragraph" xml-lang="en-US">An EPUB document can specify one or more dates relating to the publication.
Each date can be associated with a special event such as creation, publication or modification.</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Note that some EPUB readers may only present the first date, hence
you should make sure that the primary date is at the top of the list.</paragraph>
<paragraph role="paragraph" xml-lang="en-US">If you do not add any dates, Writer2xhtml will display and use a default value
for the date (date of last modification).</paragraph>
<paragraph role="heading" level="3" xml-lang="en-US">Add...</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Click this to add new date to the list.</paragraph>
<paragraph role="heading" level="3" xml-lang="en-US">Modify...</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Click this to modify the currently selected date.</paragraph>
<paragraph role="heading" level="3" xml-lang="en-US">Delete...</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Click this to delete the currently selected date from the list.</paragraph>
<paragraph role="heading" level="3" xml-lang="en-US">Up</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Click this to move the currently selected date up one position in the list.</paragraph>
<paragraph role="heading" level="3" xml-lang="en-US">Down</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Click this to move the currently selected date down one position in the list.</paragraph>
<paragraph role="heading" level="2" xml-lang="en-US">Title</paragraph>
<paragraph role="paragraph" xml-lang="en-US">The title of the document. This will always be included in the EPUB
document.</paragraph>
<paragraph role="heading" level="2" xml-lang="en-US">Subject</paragraph>
<paragraph role="paragraph" xml-lang="en-US">The subject of the document</paragraph>
<paragraph role="heading" level="2" xml-lang="en-US">Keywords</paragraph>
<paragraph role="paragraph" xml-lang="en-US">A comma separated list of keywords</paragraph>
<paragraph role="heading" level="2" xml-lang="en-US">Description</paragraph>
<paragraph role="paragraph" xml-lang="en-US">A description of the document</paragraph>
<paragraph role="heading" level="2" xml-lang="en-US">Publisher</paragraph>
<paragraph role="paragraph" xml-lang="en-US">The publisher of the document.</paragraph>
<paragraph role="heading" level="2" xml-lang="en-US">Type</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Terms describing general categories, functions, genres, or aggregation levels
for content.</paragraph>
<paragraph role="heading" level="2" xml-lang="en-US">Format</paragraph>
<paragraph role="paragraph" xml-lang="en-US">The media type or dimensions of the resource.</paragraph>
<paragraph role="heading" level="2" xml-lang="en-US">Source</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Information regarding a prior resource from which the publication was derived.</paragraph>
<paragraph role="heading" level="2" xml-lang="en-US">Relation</paragraph>
<paragraph role="paragraph" xml-lang="en-US">An identifier of an auxiliary resource and its relationship to the publication.</paragraph>
<paragraph role="heading" level="2" xml-lang="en-US">Coverage</paragraph>
<paragraph role="paragraph" xml-lang="en-US">The extent or scope of the publications content.</paragraph>
<paragraph role="heading" level="2" xml-lang="en-US">Rights</paragraph>
<paragraph role="paragraph" xml-lang="en-US">A statement about rights, or a reference to one.</paragraph>
</body>
</helpdocument>

View file

@ -1,207 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<helpdocument version="1.0">
<meta>
<topic id="writer2xhtml-export-writer" indexer="include">
<title xml-lang="en-US">XHTML Export (Writer)</title>
<filename>org.openoffice.da.writer2xhtml.oxt/export.xhp</filename>
</topic>
</meta>
<body>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:Options" id="bm_options"/>
<paragraph role="heading" level="1" xml-lang="en-US">XHTML Export (Writer)</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Exports the current document to XHTML format.</paragraph>
<section id="howtoget" xml-lang="en-US">
Choose <emph>File - Export - XHTML 1.0 strict</emph><br/>
or <emph>File - Export - XHTML 1.1</emph><br/>
or <emph>File - Export - XHTML 1.1 + MathML 2.0</emph><br/>
or <emph>File - Export - HTML5</emph><br/>
or click the <emph>HTML5-button</emph> in the toolbar
</section>
<paragraph role="heading" level="2" xml-lang="en-US">Style</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:OptionsConfig" id="bm_options_config"/>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:OptionsConfig" visibility="hidden">Select the style to use for the XHTML document</ahelp></paragraph>
<section id="split1">
<paragraph role="heading" level="3" xml-lang="en-US">Use style</paragraph>
<paragraph role="paragraph" xml-lang="en-US">This option allows you to choose between various styles to apply to the
XHTML document.</paragraph>
</section>
<list type="unordered">
<listitem>
<section id="split2">
<paragraph role="paragraph" xml-lang="en-US"><emph>Original formatting</emph> produces an XHTML document which uses
the same style as the original document. The document will look quite similar to the original when viewed
in a browser.</paragraph>
</section>
</listitem>
<listitem>
<paragraph role="paragraph" xml-lang="en-US"><emph>Chocolate, Midnight, Modern, Oldstyle, Steely, Swiss, Traditional
and Ultramarine</emph> formats the document with one of the
<link href="http://www.w3.org/StyleSheets/Core/" name="Link to the W3C's page on core style sheets">8 core styles</link> provided by the World Wide Web Consortium.</paragraph>
</listitem>
<listitem>
<paragraph role="paragraph" xml-lang="en-US"><emph>Custom</emph> is a user defined format. You can define your own
style by providing a CSS style sheet and a mapping from Writer styles to your CSS styles.
To configure the custom format, choose <emph><link href="org.openoffice.da.writer2xhtml.oxt/Configuration/Introduction.xhp"
name="Custom configuration">Tools - Options - Writer2xhtml</link></emph>.</paragraph>
</listitem>
</list>
<section id="split3">
<paragraph role="paragraph" xml-lang="en-US">Expert users can extend the list with further formats using
<emph>configuration packages</emph>. See the documentation on the
<link href="http://writer2latex.sourceforge.net" name="Link to the Writer2LaTeX Website">web site for Writer2xhtml</link>.</paragraph>
</section>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:OptionsScaling" id="bm_options_scaling"/>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:OptionsScaling" visibility="hidden">Select a scaling to apply to all dimensions in the document</ahelp></paragraph>
<section id="scaling1">
<paragraph role="heading" level="3" xml-lang="en-US">Scaling</paragraph>
</section>
<section id="scaling2">
<paragraph role="paragraph" xml-lang="en-US">Viewing the document in a web browser may require different dimensions
(e.g. font sizes) than the original document.</paragraph>
</section>
<section id="scaling3">
<paragraph role="paragraph" xml-lang="en-US">Using this option you can define a percentage used to scale all
dimensions. Thus with the setting 140, all dimensions will be 40% larger than in the original document. Depending on the
style you have selected and on the setting for image size below, some dimensions may be unaffected by
this option.</paragraph>
</section>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:OptionsColumnScaling" id="bm_options_columnscaling"/>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:OptionsColumnScaling" visibility="hidden">Select a scaling to apply to all column dimensions in the document</ahelp></paragraph>
<section id="columnscaling">
<paragraph role="heading" level="3" xml-lang="en-US">Column scaling</paragraph>
<paragraph role="paragraph" xml-lang="en-US">This is a similar option, which only affects table columns. Thus you can further
widen or narrow the columns of the tables if you wish.</paragraph>
</section>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:OptionsConvertToPx" id="bm_options_converttopx"/>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:OptionsConvertToPx" visibility="hidden">Check this if you want to convert all units to px rather than using the original units</ahelp></paragraph>
<section id="converttopx1">
<paragraph role="heading" level="3" xml-lang="en-US">Convert units to px (pixels)</paragraph>
</section>
<section id="converttopx2">
<paragraph role="paragraph" xml-lang="en-US">In %PRODUCTNAME, font sizes are usually given in points and other dimensions
in e.g. cm or inches.</paragraph>
</section>
<section id="converttopx3">
<paragraph role="paragraph" xml-lang="en-US">For XHTML it is recommended to use the unit px instead, and using this option you can require that
all dimensions are converted to px.</paragraph>
</section>
<section id="converttopx4">
<paragraph role="paragraph" xml-lang="en-US">If you choose not to check this option, the original units will always be used.</paragraph>
</section>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:OptionsOriginalImageSize" id="bm_options_originalimagesize"/>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:OptionsOriginalImageSize" visibility="hidden">Check this to use the natural size of images rather than the size defined in the document</ahelp></paragraph>
<section id="originalimagesize">
<paragraph role="heading" level="3" xml-lang="en-US">Use original image size</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Often images in a %PRODUCTNAME document are scaled up or down from their original size.
Normally the same scaling will be used in the exported document, but if you select this option, the original (unscaled) image
size will be used.</paragraph>
</section>
<section id="special">
<paragraph role="heading" level="2" xml-lang="en-US">Special content</paragraph>
</section>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:OptionsNotes" id="bm_options_notes"/>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:OptionsNotes" visibility="hidden">Check this if you want to export notes (annotations) in the document</ahelp></paragraph>
<section id="notes1">
<paragraph role="heading" level="3" xml-lang="en-US">Export notes</paragraph>
</section>
<section id="notes2">
<paragraph role="paragraph" xml-lang="en-US">If you select this option, notes (also known as annotations) in the
%PRODUCTNAME document are exported as comments in the XHTML document. They will not be directly visible in the browser,
only in the XHTML source. If the option is not selected, notes are completely ignored.</paragraph>
</section>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:OptionsUseDublinCore" id="bm_options_usedublincore"/>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:OptionsUseDublinCore" visibility="hidden">Check this if you want to export all meta data (using the Dublin Core standard)</ahelp></paragraph>
<section id="usedublincore">
<paragraph role="heading" level="3" xml-lang="en-US">Export document properties (Dublin Core Meta data)</paragraph>
<paragraph role="paragraph" xml-lang="en-US">If you select this option, the document properties (File Properties)
are exported using
<link href="http://dublincore.org/" name="Link to the Dublin Core standard">the Dublin Core standard</link>.</paragraph>
</section>
<paragraph role="heading" level="2" xml-lang="en-US">AutoCorrect</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:OptionsIgnoreHardLineBreaks" id="bm_options_ignorehardlinebreaks"/>
<paragraph role="heading" level="3" xml-lang="en-US">Ignore hard line breaks</paragraph>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:OptionsIgnoreHardLineBreaks" visibility="hidden">Check this if you don't want to export hard (manual) line breaks</ahelp></paragraph>
<paragraph role="paragraph" xml-lang="en-US">Sometimes hard (or manual) line breaks are used in Writer to optimize
the placement of the line breaks. Since line breaking in a browser is completely different, you may want to ignore
all hard line breaks by selecting this option.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:OptionsIgnoreEmptyParagraphs" id="bm_options_ignoreemptyparagraphs"/>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:OptionsIgnoreEmptyParagraphs" visibility="hidden">Check this if you don't want to export empty paragraphs</ahelp></paragraph>
<section id="ignoreemptyparagraphs">
<paragraph role="heading" level="3" xml-lang="en-US">Ignore empty paragraphs</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Empty paragraphs are sometimes used a simple means to create vertical
spacing in Writer. In a well-structured document, an empty paragraph is probably a mistake. Hence you can select
this option to ignore empty paragraphs in the document in the export.</paragraph>
</section>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:OptionsIgnoreDoubleSpaces" id="bm_options_ignoredoublespaces"/>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:OptionsIgnoreDoubleSpaces" visibility="hidden">Check this to treat several spaces as a single space in the export</ahelp></paragraph>
<section id="ignoredoublespaces">
<paragraph role="heading" level="3" xml-lang="en-US">Ignore double spaces</paragraph>
<paragraph role="paragraph" xml-lang="en-US">For similar reasons you can choose to ignore two or more spaces in a
row using this option.</paragraph>
</section>
<section id="filesheading">
<paragraph role="heading" level="2" xml-lang="en-US">Files</paragraph>
</section>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:OptionsSplit" id="bm_options_split"/>
<paragraph role="heading" level="3" xml-lang="en-US">Split document at headings</paragraph>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:OptionsSplit" visibility="hidden">Check this to create a new document for each heading</ahelp></paragraph>
<paragraph role="paragraph" xml-lang="en-US">To make a long Writer document easier to read in the browser, you can use
this option to split the document in several small files.</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Writer2xhtml will add a simple navigation panel that lets you
move between pages. The navigation links will be in the same language as the document (as defined
under <emph>Tools Options Language Settings Languages</emph>).</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Note that this option has no effect for headings
inside tables.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:OptionsSplitLevel" id="bm_options_splitlevel"/>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:OptionsSplitLevel" visibility="hidden">Select the heading level at which the spliting should occur</ahelp></paragraph>
<section id="splitlevel">
<paragraph role="heading" level="3" xml-lang="en-US">Heading level</paragraph>
<paragraph role="paragraph" xml-lang="en-US">If you have chosen to split the document at headings, you can use this option
to define at which level splitting should occur. For example 2 to split the document at all headings of level 1 or 2.</paragraph>
</section>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:OptionsRepeatLevels" id="bm_options_repeatlevels"/>
<paragraph role="heading" level="3" xml-lang="en-US">Repeat heading levels</paragraph>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:OptionsRepeatLevels" visibility="hidden">Select the number of heading levels to repeat at the top of new documents</ahelp></paragraph>
<paragraph role="paragraph" xml-lang="en-US">To help the reader to identify the current position within the document,
you can use this option to repeat the parent headings whenever the document is split. If you for example split at
headings of level 3 and set this option to 2, the headings of level 1 and 2 will be repeated before the heading of level 3,
providing precise information as to where in the document the section belongs.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:OptionsSaveImagesInSubdir" id="bm_options_saveimagesinsubdir"/>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:OptionsSaveImagesInSubdir" visibility="hidden">Check this to save images in a subdirectory relative to the exported document</ahelp></paragraph>
<section id="saveimagesinsubdir">
<paragraph role="heading" level="3" xml-lang="en-US">Save images in subdirectory</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Writer2xhtml normally saves images associated with the document in the same
directory as the XHTML document. If the document contains a large number of images it may be more convenient to save the
images in a separate subdirectory. This option will create a subdirectory with the same name as the XHTML document to
store the images.</paragraph>
</section>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:OptionsUseMathjax" id="bm_options_usemathjax"/>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:OptionsUseMathjax" visibility="hidden">Check this to load the JavaScript library MathJax for viewing mathematical content</ahelp></paragraph>
<section id="usemathjax">
<paragraph role="heading" level="3" xml-lang="en-US">Use MathJax</paragraph>
<paragraph role="paragraph" xml-lang="en-US"><link href="http://www.mathjax.org/" name="MathJax web site">MathJax</link> is a JavaScript library for displaying mathematical content in web pages.
Using MathJax ensures that your mathematical content will display correctly in most browsers.
This includes formulas created with the extension <link href="http://roland65.free.fr/texmaths/" name="TexMaths web site">TexMaths</link>.
This option is only available if you export to XHTML 1.1+MathML 2.0 or HTML5.</paragraph>
</section>
</body>
</helpdocument>

View file

@ -1,32 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<helpdocument version="1.0">
<meta>
<topic id="writer2xhtml-introduction" indexer="include">
<title xml-lang="en-US">Introduction</title>
<filename>org.openoffice.da.writer2xhtml.oxt/introduction.xhp</filename>
</topic>
</meta>
<body>
<paragraph role="heading" level="1" xml-lang="en-US">Introduction to Writer2xhtml</paragraph>
<paragraph role="paragraph" xml-lang="en-US">The Writer2xhtml is a tool for publishing web content
and electronic books from %PRODUCTNAME Writer.
Using Writer2xhtml you will be able to author well-structured XHTML and EPUB documents using (almost)
the full power of %PRODUCTNAME Writer.</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Writer2xhtml has two modes of operation</paragraph>
<list type="unordered">
<listitem>
<paragraph role="paragraph" xml-lang="en-US">You can use Writer2xhtml as an export filter.
It adds XHTML and EPUB formats to the <emph>File - Export</emph>
<link href="org.openoffice.da.writer2xhtml.oxt/menu.xhp" name="Applications">menu</link>.
</paragraph>
</listitem>
<listitem>
<paragraph role="paragraph" xml-lang="en-US">You can publish directly to XHTML or EPUB
and view the result using the provided
<link href="org.openoffice.da.writer2xhtml.oxt/menu.xhp" name="Applications">toolbar</link>.
</paragraph>
</listitem>
</list>
</body>
</helpdocument>

View file

@ -1,86 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<helpdocument version="1.0">
<meta>
<topic id="writer2xhtml-menu" indexer="include">
<title xml-lang="en-US">Menu and toolbar</title>
<filename>org.openoffice.da.writer2xhtml.oxt/menu.xhp</filename>
</topic>
</meta>
<body>
<paragraph role="heading" level="1" xml-lang="en-US">Menu and toolbar</paragraph>
<paragraph role="heading" level="2" xml-lang="en-US">Using Writer2xhtml as an export filter</paragraph>
<paragraph role="heading" level="3" xml-lang="en-US">File - Export</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Writer2xhtml adds a number of entries to the <emph>File - Export</emph>
menu in Writer</paragraph>
<list type="unordered">
<listitem>
<paragraph role="paragraph" xml-lang="en-US"><link href="org.openoffice.da.writer2xhtml.oxt/export.xhp"
name="Export XHTML or EPUB files">XHTML 1.0 strict [Writer2xhtml]</link></paragraph>
</listitem>
<listitem>
<paragraph role="paragraph" xml-lang="en-US"><link href="org.openoffice.da.writer2xhtml.oxt/export.xhp"
name="Export XHTML or EPUB files">XHTML 1.1 [Writer2xhtml]</link></paragraph>
</listitem>
<listitem>
<paragraph role="paragraph" xml-lang="en-US"><link href="org.openoffice.da.writer2xhtml.oxt/export.xhp"
name="Export XHTML or EPUB files">XHTML 1.1 + MathML 2.0 [Writer2xhtml]</link></paragraph>
</listitem>
<listitem>
<paragraph role="paragraph" xml-lang="en-US"><link href="org.openoffice.da.writer2xhtml.oxt/export.xhp"
name="Export XHTML or EPUB files">HTML5 [Writer2xhtml]</link></paragraph>
</listitem>
<listitem>
<paragraph role="paragraph" xml-lang="en-US"><link href="org.openoffice.da.writer2xhtml.oxt/epub_export.xhp"
name="Export XHTML or EPUB files">EPUB [Writer2xhtml]</link></paragraph>
</listitem>
<listitem>
<paragraph role="paragraph" xml-lang="en-US"><link href="org.openoffice.da.writer2xhtml.oxt/epub_export.xhp"
name="Export XHTML or EPUB files">EPUB 3 [Writer2xhtml]</link></paragraph>
</listitem>
</list>
<paragraph role="heading" level="2" xml-lang="en-US">Using the Writer2xhtml toolbar</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Writer2xhtml adds a toolbar in Writer,
providing the following commands. You can <link href="org.openoffice.da.writer2xhtml.oxt/settings.xhp"
name="Writer2xhtml toolbar settings">configure</link> the behavior of the toolbar.</paragraph>
<paragraph role="heading" level="3" xml-lang="en-US"><link href="org.openoffice.da.writer2xhtml.oxt/export.xhp"
name="Export XHTML files">Publish to XHTML</link></paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml:PublishAsXHTML" id="bm_processdocument"/>
<paragraph role="paragraph" xml-lang="en-US">Convert the document to a web page in XHTML format
and display the result in the default browser.</paragraph>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex:PublishAsXHTML" visibility="hidden">Publish the current document as an XHTML file</ahelp></paragraph>
<paragraph role="heading" level="3" xml-lang="en-US"><link href="org.openoffice.da.writer2xhtml.oxt/epub_export.xhp"
name="Export EPUB files">Publish to EPUB (Writer only)</link></paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml:PublishAsEPUB" id="bm_processdocument"/>
<paragraph role="paragraph" xml-lang="en-US">Convert the document to and electronic book in EPUB format
and display the result in the default EPUB viewer.
</paragraph>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex:PublishAsEPUB" visibility="hidden">Publish the current document as an EPUB file</ahelp></paragraph>
<paragraph role="heading" level="3" xml-lang="en-US"><link href="org.openoffice.da.writer2xhtml.oxt/epub_metadata.xhp"
name="EPUB document properties">Edit EPUB document properties (Writer only)</link></paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml:EditEPUBDocumentProperties" id="bm_editepubdocumentproperties"/>
<paragraph role="paragraph" xml-lang="en-US">Electronic books in EPUB format supports a complex set of
document properties. This function brings up a dialog to edit the properties.</paragraph>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex:EditEPUBDocumentProperties" visibility="hidden">Edit the EPUB document properties of the current document</ahelp></paragraph>
<paragraph role="heading" level="3" xml-lang="en-US"><link href="org.openoffice.da.writer2xhtml.oxt/Configuration/Introduction.xhp"
name="Confguration">Edit custom style</link></paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml:EditCustomStyle" id="bm_editcustomstyle"/>
<paragraph role="paragraph" xml-lang="en-US">Edit the custom export style. This style is used if you select
<emph>Custom</emph> as style in the export dialog.</paragraph>
</body>
</helpdocument>

View file

@ -1,95 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<helpdocument version="1.0">
<meta>
<topic id="writer2xhtml-settings" indexer="include">
<title xml-lang="en-US">Toolbar Settings</title>
<filename>org.openoffice.da.writer2xhtml.oxt/settings.xhp</filename>
</topic>
</meta>
<body>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:SettingsDialog" id="bm_settingsdialog"/>
<paragraph role="heading" level="1" xml-lang="en-US">Writer2xhtml Toolbar Settings</paragraph>
<section id="howtoget" xml-lang="en-US">
Select <emph>Tools - Options - Writer2xhtml toolbar - Settings</emph>
</section>
<paragraph role="heading" level="2" xml-lang="en-US">XHTML Export</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Use these settings to configure the behavior of the XHTML export button in the toolbar.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:SettingsXhtmlFormat" id="bm_settingsxhtmlformat"/>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:SettingsXhtmlFormat" visibility="hidden">Select the XHTML format to use when clicking the XHTML export button in the toolbar</ahelp></paragraph>
<paragraph role="heading" level="3" xml-lang="en-US">Format</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Select an XHTML format in the list. This format will be used when you click the XHTML
export button in the toolbar. The default format is HTML5.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:SettingsXhtmlView" id="bm_settingsxhtmlview"/>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:SettingsXhtmlView" visibility="hidden">Choose the desired behavior after export</ahelp></paragraph>
<paragraph role="heading" level="3" xml-lang="en-US">After export</paragraph>
<paragraph role="paragraph" xml-lang="en-US">After export, Writer2xhtml can display the result in a web browser.
Choose the desired behavior in the list.</paragraph>
<list type="unordered">
<listitem>
<paragraph role="paragraph" xml-lang="en-US"><emph>Do nothing</emph> if you do not want to view the result after export</paragraph>
</listitem>
<listitem>
<paragraph role="paragraph" xml-lang="en-US"><emph>Open with default web browser</emph> if you view the result using your
system's default web browser
</paragraph>
</listitem>
<listitem>
<paragraph role="paragraph" xml-lang="en-US"><emph>Open with custom application</emph> if you want to view the result using an application
of your choice.</paragraph>
</listitem>
</list>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:SettingsXhtmlExecutable" id="bm_settingsxhtmlexecutable"/>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:SettingsXhtmlExecutable" visibility="hidden">Enter the full path to the application you wish to use</ahelp></paragraph>
<paragraph role="heading" level="3" xml-lang="en-US">Application</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Enter the full path to the application you wish to use.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:SettingsXhtmlBrowse" id="bm_settingsxhtmlbrowse"/>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:SettingsXhtmlBrowse" visibility="hidden">Browse for the application</ahelp></paragraph>
<paragraph role="heading" level="3" xml-lang="en-US">Browse...</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Click this to open a file dialog, where you can browse for the application.</paragraph>
<paragraph role="heading" level="2" xml-lang="en-US">EPUB Export</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Use these settings to configure the behavior of the EPUB export button in the toolbar.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:SettingsEpubFormat" id="bm_settingsepubformat"/>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:SettingsEpubFormat" visibility="hidden">Select the EPUB format to use when clicking the EPUB export button in the toolbar</ahelp></paragraph>
<paragraph role="heading" level="3" xml-lang="en-US">Format</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Select an EPUB format in the list. This format will be used when you click the EPUB
export button in the toolbar. The default format is EPUB 3.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:SettingsEpubView" id="bm_settingsepubview"/>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:SettingsEpubView" visibility="hidden">Choose the desired behavior after export</ahelp></paragraph>
<paragraph role="heading" level="3" xml-lang="en-US">After export</paragraph>
<paragraph role="paragraph" xml-lang="en-US">After export, Writer2xhtml can display the result in an EPUB reader.
Choose the desired behavior in the list.</paragraph>
<list type="unordered">
<listitem>
<paragraph role="paragraph" xml-lang="en-US"><emph>Do nothing</emph> if you do not want to view the result after export</paragraph>
</listitem>
<listitem>
<paragraph role="paragraph" xml-lang="en-US"><emph>Open with default web browser</emph> if you view the result using your
system's default EPUB reader.
</paragraph>
</listitem>
<listitem>
<paragraph role="paragraph" xml-lang="en-US"><emph>Open with custom application</emph> if you want to view the result using an application
of your choice.</paragraph>
</listitem>
</list>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:SettingsEpubExecutable" id="bm_settingsepubexecutable"/>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:SettingsEpubExecutable" visibility="hidden">Enter the full path to the application you wish to use</ahelp></paragraph>
<paragraph role="heading" level="3" xml-lang="en-US">Application</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Enter the full path to the application you wish to use.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:SettingsEpubBrowse" id="bm_settingsepubbrowse"/>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:SettingsEpubBrowse" visibility="hidden">Browse for the application</ahelp></paragraph>
<paragraph role="heading" level="3" xml-lang="en-US">Browse...</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Click this to open a file dialog, where you can browse for the application.</paragraph>
</body>
</helpdocument>

View file

@ -1,23 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<tree_view version="17-apr-2010">
<help_section application="writer2xhtml" id="w2x01" title="Writer2xhtml">
<topic id="writer2xhtml/org.openoffice.da.writer2xhtml.oxt/introduction.xhp">Introduction</topic>
<topic id="writer2xhtml/org.openoffice.da.writer2xhtml.oxt/menu.xhp">Menu and toolbar</topic>
<topic id="writer2xhtml/org.openoffice.da.writer2xhtml.oxt/export.xhp">XHTML Export (Writer)</topic>
<topic id="writer2xhtml/org.openoffice.da.writer2xhtml.oxt/epub_export.xhp">EPUB Export (Writer)</topic>
<topic id="writer2xhtml/org.openoffice.da.writer2xhtml.oxt/epub_metadata.xhp">EPUB document properties (Writer)</topic>
<node id="w2x01_toolbar_configuration" title="Toolbar configuration">
<topic id="writer2xhtml/org.openoffice.da.writer2xhtml.oxt/settings.xhp">Settings</topic>
</node>
<node id="w2x01_configuration" title="Custom style">
<topic id="writer2xhtml/org.openoffice.da.writer2xhtml.oxt/Configuration/Introduction.xhp">Introduction</topic>
<topic id="writer2xhtml/org.openoffice.da.writer2xhtml.oxt/Configuration/General.xhp">General</topic>
<topic id="writer2xhtml/org.openoffice.da.writer2xhtml.oxt/Configuration/Template.xhp">Template</topic>
<topic id="writer2xhtml/org.openoffice.da.writer2xhtml.oxt/Configuration/Stylesheets.xhp">Style sheets</topic>
<topic id="writer2xhtml/org.openoffice.da.writer2xhtml.oxt/Configuration/Masterstyles.xhp">Master styles</topic>
<topic id="writer2xhtml/org.openoffice.da.writer2xhtml.oxt/Configuration/Otherstyles.xhp">Other styles</topic>
<topic id="writer2xhtml/org.openoffice.da.writer2xhtml.oxt/Configuration/Formatting.xhp">Formatting</topic>
<topic id="writer2xhtml/org.openoffice.da.writer2xhtml.oxt/Configuration/Content.xhp">Content</topic>
</node>
</help_section>
</tree_view>

View file

@ -1,71 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<helpdocument version="1.0">
<meta>
<topic id="writer2xhtml-configuration-content" indexer="include">
<title xml-lang="en-US">Content</title>
<filename>org.openoffice.da.writer2xhtml.oxt/Configuration/Content.xhp</filename>
</topic>
</meta>
<body>
<paragraph role="heading" level="1" xml-lang="en-US">Content</paragraph>
<paragraph role="paragraph" xml-lang="en-US"></paragraph>
<section id="howtoget" xml-lang="en-US">
Choose <emph>Tools - Options - Writer2xhtml - Content</emph>
</section>
<paragraph role="heading" level="2" xml-lang="en-US">Formulas</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:Formulas" id="bm_configformulas"/>
<paragraph role="heading" level="3" xml-lang="en-US">Include as</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Select how to export formulas if you are not using XHTML+MathML or HTML5.</paragraph>
<list type="unordered">
<listitem>
<paragraph role="paragraph" xml-lang="en-US"><emph>Image with StarMath code</emph>: Export formulas as images
with the original StarMath formula in the alt attribute.</paragraph>
</listitem>
<listitem>
<paragraph role="paragraph" xml-lang="en-US"><emph>Image with LaTeX code</emph>: Export formulas as images
with LaTeX code in the alt attribute.</paragraph>
</listitem>
<listitem>
<paragraph role="paragraph" xml-lang="en-US"><emph>StarMath code</emph>: Export the original StarMath code directly
in the text.</paragraph>
</listitem>
<listitem>
<paragraph role="paragraph" xml-lang="en-US"><emph>LaTeX code</emph>: Export LaTeX code directly in the text.</paragraph>
</listitem>
</list>
<paragraph role="heading" level="2" xml-lang="en-US">Footnotes and endnotes</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:FootnotesHeading" id="bm_configfootnotesheading"/>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EndnotesHeading" id="bm_configendnotesheading"/>
<paragraph role="heading" level="3" xml-lang="en-US">Endnote heading</paragraph>
<paragraph role="paragraph" xml-lang="en-US">In %PRODUCTNAME Writer, endnotes cannot have a heading. If you want to add
a heading for the endnotes in the exported document, enter the desired heading here.</paragraph>
<paragraph role="heading" level="3" xml-lang="en-US">Footnote heading</paragraph>
<paragraph role="paragraph" xml-lang="en-US">In %PRODUCTNAME Writer, footnotes (when used as endnotes) cannot have a heading.
If you want to add a heading for the footnotes in the exported document, enter the desired heading here.
This has no effect if footnotes are placed at the bottom of the page.</paragraph>
<paragraph role="heading" level="2" xml-lang="en-US">Images</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EmbedSvg" id="bm_configembedsvg"/>
<paragraph role="heading" level="3" xml-lang="en-US">Embed SVG images in the HTML document</paragraph>
<paragraph role="paragraph" xml-lang="en-US">If you check this option, SVG images will be embedded directly
in the HTML document. Otherwise they will be included in a separate file. SVG images are only supported
in HTML5.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EmbedImg" id="bm_configembedimg"/>
<paragraph role="heading" level="3" xml-lang="en-US">Embed all images in the HTML document</paragraph>
<paragraph role="paragraph" xml-lang="en-US">If you check this option, all images will be embedded directly
in the HTML document (base64 encoded). Otherwise they will be included in a separate file.
This is not recommended for documents with large images.</paragraph>
</body>
</helpdocument>

View file

@ -1,97 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<helpdocument version="1.0">
<meta>
<topic id="writer2xhtml-configuration-content" indexer="include">
<title xml-lang="en-US">Formatting</title>
<filename>org.openoffice.da.writer2xhtml.oxt/Configuration/Formatting.xhp</filename>
</topic>
</meta>
<body>
<paragraph role="heading" level="1" xml-lang="en-US">Formatting</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Use this page to define how much formatting to export.</paragraph>
<section id="howtoget" xml-lang="en-US">
Choose <emph>Tools - Options - Writer2xhtml - Formatting</emph>
</section>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:Formatting" id="bm_configformatting"/>
<paragraph role="heading" level="3" xml-lang="en-US">Formatting</paragraph>
<paragraph role="paragraph" xml-lang="en-US">This is used to specify how much text formatting
(character, paragraph and list formatting) to export.</paragraph>
<list type="unordered">
<listitem>
<paragraph role="paragraph" xml-lang="en-US"><emph>Convert all</emph>: Convert all supported formatting to CSS</paragraph>
</listitem>
<listitem>
<paragraph role="paragraph" xml-lang="en-US"><emph>Ignore styles</emph>: Convert hard formatting but not formatting
by styles. Use this value if you use a custom style sheet, but still want to be able to add some hard formatting
(eg. a centered paragraph, some bold text etc.).</paragraph>
</listitem>
<listitem>
<paragraph role="paragraph" xml-lang="en-US"><emph>Ignore hard formatting</emph>: Convert formatting by styles, but
no hard formatting (except as given by
<link href="org.openoffice.da.writer2xhtml.oxt/Configuration/Otherstyles.xhp" name="Other styles">attribute style
mappings</link>).
Use this if the document is well structured using styles, so that any hard formatting should be considered
an error.</paragraph>
</listitem>
<listitem>
<paragraph role="paragraph" xml-lang="en-US"><emph>Ignore all</emph>: Convert no formatting at all. Use this value
if you use a custom stylesheet and the document is well structured using styles, so that any hard formatting should
be considered an error.</paragraph>
</listitem>
</list>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:FrameFormatting" id="bm_configframeformatting"/>
<paragraph role="heading" level="3" xml-lang="en-US">Frame formatting</paragraph>
<paragraph role="paragraph" xml-lang="en-US">This is used for the same purpose, but affects frame formatting only.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:SectionFormatting" id="bm_configsectionformatting"/>
<paragraph role="heading" level="3" xml-lang="en-US">Convert section formatting</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Check this if you want to export section formatting (background, margins).</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:TableFormatting" id="bm_configtableformatting"/>
<paragraph role="heading" level="3" xml-lang="en-US">Convert table formatting</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Check this if you want to export table formatting.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:IgnoreTableDimensions" id="bm_configignoretabledimensions"/>
<paragraph role="heading" level="3" xml-lang="en-US">Ignore table dimensions</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Check this if you do not want table dimensions (table width, column width and
row height) to be exported, but want to leave the layout of the tables to the browser.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:ListFormatting" id="bm_configlistformatting"/>
<paragraph role="heading" level="3" xml-lang="en-US">List formatting</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Choose how to export list formatting.</paragraph>
<list type="unordered">
<listitem>
<paragraph role="paragraph" xml-lang="en-US"><emph>Use CSS1</emph>: List formatting is exported using CSS1.
This only provides basic support for list labels, and currently the browsers default indentations are used.</paragraph>
</listitem>
<listitem>
<paragraph role="paragraph" xml-lang="en-US"><emph>Use CSS1 and non-standard lists</emph>: This value is used to fix a
problem with continued lists. If you select this value, Writer2xhtml will export a list that continues on level 2 or below
like</paragraph>
<paragraph role="code" xml-lang="en-US">&lt;ol&gt;&lt;ol&gt;&lt;li&gt;...&lt;/li&gt;&lt;/ol&gt;&lt;/ol&gt;</paragraph>
<paragraph role="paragraph" xml-lang="en-US">This is not valid in XHTML, but works in browsers.
Also two deprecated attributes are used to continue numbering.</paragraph>
</listitem>
<listitem>
<paragraph role="paragraph" xml-lang="en-US"><emph>Use hard labels</emph>: If select this value, list labels are
exported as part of the text. This adds full support for list labels (e.g. labels of the form 1.2.3). Unlike the other
values indentations of the list are exported as well.</paragraph>
</listitem>
</list>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:MaxWidth" id="bm_configmaxwidth"/>
<paragraph role="heading" level="3" xml-lang="en-US">Maximum text width</paragraph>
<paragraph role="paragraph" xml-lang="en-US">In this field you can give a maximum width (like e.g. 800px)
for the exported text, which may enhance the readability. You can use any unit defined in CSS.
If the browser window is wider than this, the text will be centered with suitable margins.
Leave the field blank if you want the text to occupy the full width of the browser window.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:SeparateStylesheet" id="bm_configseparatestylesheet"/>
<paragraph role="heading" level="3" xml-lang="en-US">Create separate style sheet</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Check this if you want to create a separate CSS file in the export.
Otherwise the CSS code will be exported embedded in the XHTML document(s).</paragraph>
</body>
</helpdocument>

View file

@ -1,58 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<helpdocument version="1.0">
<meta>
<topic id="writer2xhtml-configuration-general" indexer="include">
<title xml-lang="en-US">Content</title>
<filename>org.openoffice.da.writer2xhtml.oxt/Configuration/General.xhp</filename>
</topic>
</meta>
<body>
<paragraph role="heading" level="1" xml-lang="en-US">General</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Use this page to define general technical aspects of the generated
XHTML documents.</paragraph>
<section id="howtoget" xml-lang="en-US">
Choose <emph>Tools - Options - Writer2xhtml - General</emph>
</section>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:NoDoctype" id="bm_confignodoctype"/>
<paragraph role="heading" level="3" xml-lang="en-US">Do not include DOCTYPE</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Check this if you do not want to not include the !DOCTYPE declaration in
the converted document.</paragraph>
<paragraph role="warning" xml-lang="en-US">The !DOCTYPE is required for a valid XHTML document: This option should only be
used if you need to process the document further.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:Encoding" id="bm_configencoding"/>
<paragraph role="heading" level="3" xml-lang="en-US">Encoding</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Select the character encoding to use for the XHTML document. Currently supported
encodings are <emph>UTF-8</emph> (recommended), <emph>UTF-16</emph>, <emph>ISO-8859-1</emph> and <emph>US-ASCII</emph>.
Characters not supported by the encoding are exported as numeric character entities.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:AddBOM" id="bm_configaddbom"/>
<paragraph role="heading" level="3" xml-lang="en-US">Add Byte Order Mark (BOM)</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Check this to include a BOM (Byte Order Mark) to the XHTML document (UTF-8 only).
Normally this is not needed if you use UTF-8 encoding, but it may be required in rare cases.
</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:HexadecimalEntities" id="bm_confighexadecimalentities"/>
<paragraph role="heading" level="3" xml-lang="en-US">Numeric character entities</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Select how to export numeric character entities. You can use either
<emph>hexadecimal</emph> or <emph>decimal</emph> numbers. This is not relevant if you use UTF-8 or UTF-16.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:UseNamedEntities" id="bm_configusenamedentities"/>
<paragraph role="heading" level="3" xml-lang="en-US">Use named character entities</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Check this to use named character entities as defined by (X)HTML.
If you export to XHTML+MathML, also named MathML entities will be used.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:Multilingual" id="bm_configmultilingual"/>
<paragraph role="heading" level="3" xml-lang="en-US">Include detailed language information</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Check this to include all language information in the XHTML document.
Otherwise only the default language will be exported.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:PrettyPrint" id="bm_configprettyprint"/>
<paragraph role="heading" level="3" xml-lang="en-US">Use "pretty printing"</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Check this to use “pretty print”
(using indentations and line breaks) in the XHTML output.</paragraph>
</body>
</helpdocument>

View file

@ -1,25 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<helpdocument version="1.0">
<meta>
<topic id="writer2xhtml-configuration-introduction" indexer="include">
<title xml-lang="en-US">Custom style</title>
<filename>org.openoffice.da.writer2xhtml.oxt/Configuration/Introduction.xhp</filename>
</topic>
</meta>
<body>
<paragraph role="heading" level="1" xml-lang="en-US">Custom style</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Define a custom style for the XHTML export</paragraph>
<section id="howtoget" xml-lang="en-US">
Choose <emph>Tools - Options - Writer2xhtml</emph>
</section>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:ConfigIntroduction" id="bm_configintroduction"/>
<paragraph role="paragraph" xml-lang="en-US">Writer2xhtml comes with a number of predefined styles.
A style defines technical aspects of the generated XHTML styles, in particular the export of formatting.
Advanced users can define their own custom style. You can for example use the custom style to create XHTML documents that
takes advantage of your own CSS style sheet.
This requires some knowledge of XHTML and CSS.</paragraph>
<paragraph role="paragraph" xml-lang="en-US">To use the custom style, choose <emph>Custom</emph> in the export dialog.</paragraph>
</body>
</helpdocument>

View file

@ -1,80 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<helpdocument version="1.0">
<meta>
<topic id="writer2xhtml-configuration-masterstyles" indexer="include">
<title xml-lang="en-US">Content</title>
<filename>org.openoffice.da.writer2xhtml.oxt/Configuration/Masterstyles.xhp</filename>
</topic>
</meta>
<body>
<paragraph role="heading" level="1" xml-lang="en-US">Master styles</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Use this page to define how to export style information.</paragraph>
<section id="howtoget" xml-lang="en-US">
Choose <emph>Tools - Options - Writer2xhtml - Master styles</emph>
</section>
<paragraph role="heading" level="2" xml-lang="en-US">Style mappings</paragraph>
<paragraph role="paragraph" xml-lang="en-US">For each %PRODUCTNAME Writer style you can define a corresponding XHTML element
and CSS style.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:StyleFamily" id="bm_configstylefamily"/>
<paragraph role="heading" level="3" xml-lang="en-US">Style family</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Select the %PRODUCTNAME Writer style family. Note that headings and other
paragraphs are handled separately.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:StyleName" id="bm_configstylename"/>
<paragraph role="heading" level="3" xml-lang="en-US">Style name</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Select a style name from the list</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:NewStyle" id="bm_confignewstyle"/>
<paragraph role="heading" level="3" xml-lang="en-US">New...</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Click to add a new style name to the list. Type a name or select a style name
from the list.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:DeleteStyle" id="bm_configdeletestyle"/>
<paragraph role="heading" level="3" xml-lang="en-US">Delete...</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Click this to delete the current style name from the list.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:Element" id="bm_configelement"/>
<paragraph role="heading" level="3" xml-lang="en-US">XHTML element</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Enter the name of an XHTML element or select one from the list.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:Css" id="bm_configcss"/>
<paragraph role="heading" level="3" xml-lang="en-US">CSS class</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Enter the name of a CSS class. If you leave this field empty, the
<emph>class</emph> attribute will not be set.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:Before" id="bm_configbefore"/>
<paragraph role="heading" level="3" xml-lang="en-US">Before</paragraph>
<paragraph role="paragraph" xml-lang="en-US">The text you enter here will be added to the beginning of
each paragraph formatted with this style.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:After" id="bm_configafter"/>
<paragraph role="heading" level="3" xml-lang="en-US">After</paragraph>
<paragraph role="paragraph" xml-lang="en-US">The text you enter here will be added to the end of
each paragraph formatted with this style.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:BlockElement" id="bm_configblockelement"/>
<paragraph role="heading" level="3" xml-lang="en-US">Block XHTML element</paragraph>
<paragraph role="paragraph" xml-lang="en-US">This is only valid for paragraphs and headings.</paragraph>
<paragraph role="paragraph" xml-lang="en-US">For paragraphs this element is used as a container for a sequence of paragraphs
with the same paragraph style. As an example: For the paragraph style <emph>Quotations</emph> you can set the XHTML element to
<emph>p</emph> and the block XHTML element to <emph>blockquote</emph>. This will convert a sequence of paragraphs with the
<emph>Quotations</emph> style to a block quote. You can leave the field empty if you do not need it.</paragraph>
<paragraph role="paragraph" xml-lang="en-US">For headings the block XHTML element is used for the entire heading, whereas the
XHTML element is used for the text content (without the label).</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:BlockCss" id="bm_configblockcss"/>
<paragraph role="heading" level="3" xml-lang="en-US">Block CSS class</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Enter the name of a CSS class for the block element. If you leave the field empty, the
<emph>class</emph> attribute will not be set.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:LoadDefaults" id="bm_configloaddefaults"/>
<paragraph role="heading" level="3" xml-lang="en-US">Load default mappings...</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Writer2xhtml comes with a set of default style mappings corresponding to
some of the predefined styles in %PRODUCTNAME Writer. Click this button to add these mappings to the current set. You will get
a warning if this will overwrite one or more existing mappings.</paragraph>
</body>
</helpdocument>

View file

@ -1,53 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<helpdocument version="1.0">
<meta>
<topic id="writer2xhtml-configuration-content" indexer="include">
<title xml-lang="en-US">Other styles</title>
<filename>org.openoffice.da.writer2xhtml.oxt/Configuration/Otherstyles.xhp</filename>
</topic>
</meta>
<body>
<paragraph role="heading" level="1" xml-lang="en-US">Other styles</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Use this page to define various style related features of the export.
This supplements the settings on the page
<link href="org.openoffice.da.writer2xhtml.oxt/Configuration/Masterstyles.xhp"
name="Template">Master styles</link>.</paragraph>
<section id="howtoget" xml-lang="en-US">
Choose <emph>Tools - Options - Writer2xhtml - Other styles</emph>
</section>
<paragraph role="heading" level="2" xml-lang="en-US">Style mappings for hard formatting</paragraph>
<paragraph role="paragraph" xml-lang="en-US">In general using real styles is preferred. These setting allows you to define
styles for a selection of hard text formatting attributes.</paragraph>
<paragraph role="note" xml-lang="en-US">To apply these settings: Go to the page
<emph><link href="org.openoffice.da.writer2xhtml.oxt/Configuration/Formatting.xhp"
name="Formatting">Formatting</link></emph> and set <emph>Formatting</emph> to either <emph>Ignore hard formatting</emph> or
<emph>Ignore all</emph>. Otherwise the rules you define here are ignored.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:FormattingAttribute" id="bm_configformattingattribute"/>
<paragraph role="heading" level="3" xml-lang="en-US">Formatting attribute</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Select a formatting attribute.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:CustomAttribute" id="bm_configcustomattribute"/>
<paragraph role="heading" level="3" xml-lang="en-US">Apply custom style</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Check this if you want to apply a custom style for this attribute.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:AttributeElement" id="bm_configattributeelement"/>
<paragraph role="heading" level="3" xml-lang="en-US">XHTML element</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Enter the name of an XHTML element or select one from the list.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:AttributeCss" id="bm_configattributecss"/>
<paragraph role="heading" level="3" xml-lang="en-US">CSS class</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Enter the name of a CSS class to apply to the element. If you leave this field
empty, the <emph>class</emph> attribute will not be set.</paragraph>
<paragraph role="heading" level="2" xml-lang="en-US">Other styles</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:TabstopStyle" id="bm_configtabstopstyle"/>
<paragraph role="heading" level="3" xml-lang="en-US">CSS class for tabulator stop</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Normally tabulator stops are exported as spaces. If you enter the name of
a CSS class here, the space will be contained in a <emph>span</emph> element with your style in the class attribute.</paragraph>
</body>
</helpdocument>

View file

@ -1,70 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<helpdocument version="1.0">
<meta>
<topic id="writer2xhtml-configuration-stylesheets" indexer="include">
<title xml-lang="en-US">Content</title>
<filename>org.openoffice.da.writer2xhtml.oxt/Configuration/Stylesheets.xhp</filename>
</topic>
</meta>
<body>
<paragraph role="heading" level="1" xml-lang="en-US">Style sheets</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Use this page to provide your own style sheets for the exported documents.</paragraph>
<section id="howtoget" xml-lang="en-US">
Choose <emph>Tools - Options - Writer2xhtml - Style sheets</emph>
</section>
<paragraph role="heading" level="2" xml-lang="en-US">Custom style sheets</paragraph>
<paragraph role="paragraph" xml-lang="en-US">The custom style sheet can either be an embedded style sheet for the EPUB
export or a linked style sheet for the XHTML export.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:LinkCustomStylesheet" id="bm_configlinkstylesheet"/>
<paragraph role="heading" level="3" xml-lang="en-US">Insert link to custom style sheet (XHTML export)</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Check this to link to your own, external CSS style sheet.
For more advanced solutions (eg. different style sheets for screen viewing and printing) you can use an
<link href="org.openoffice.da.writer2xhtml.oxt/Configuration/Template.xhp"
name="Template">XHTML template</link>.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:CustomStylesheetURL" id="bm_configcustomstylesheeturl"/>
<paragraph role="heading" level="3" xml-lang="en-US">URL</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Enter the URL for the style sheet.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:UseCustomStylesheet" id="bm_configusecustomstylesheet"/>
<paragraph role="heading" level="3" xml-lang="en-US">Include custom style sheet (EPUB export)</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Check this to include a custom style sheet in the EPUB document.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:CustomStylesheet" id="bm_configcustomstylesheet"/>
<paragraph role="heading" level="3" xml-lang="en-US">Custom style sheet</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Enter the CSS code for your custom style sheet here.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:LoadStylesheet" id="bm_configloadstylesheet"/>
<paragraph role="heading" level="3" xml-lang="en-US">Load...</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Click to load the style sheet from a file.
This will create a copy of the original file. If you change, move or delete the original file, nothing
will happen to the style sheet. If you want to update the style sheet with a new version of the original file, click
this button again.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:Resources" id="bm_configresources"/>
<paragraph role="heading" level="3" xml-lang="en-US">Style resources</paragraph>
<paragraph role="paragraph" xml-lang="en-US">This is a list of resource files to include with the custom style sheet.
You can refer to these files from your style sheet. The reference should be by file name only, as the resource files
are placed in the same directory as the style sheet. For example:</paragraph>
<paragraph role="code" xml-lang="en-US">body { background-image:url('myimage.jpg'); }</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Note that changes to this list will <emph>not</emph> be undone if
you click <emph>Cancel</emph>.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:NewResource" id="bm_newresource"/>
<paragraph role="heading" level="3" xml-lang="en-US">New...</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Click this to add a new resource file to the list. Select the file and press
<emph>Open</emph> (On some systems you can select more than one file).
This will create a copy of the original file. If you change, move or delete the original file, nothing
will happen to the resource file. If you want to update the resource file with a new version of the original file, click
this button again.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:DeleteResource" id="bm_deleteresource"/>
<paragraph role="heading" level="3" xml-lang="en-US">Delete...</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Click this to delete the currently selected resource file from the list.
This will not affect the original file.</paragraph>
</body>
</helpdocument>

View file

@ -1,107 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<helpdocument version="1.0">
<meta>
<topic id="writer2xhtml-configuration-template" indexer="include">
<title xml-lang="en-US">Content</title>
<filename>org.openoffice.da.writer2xhtml.oxt/Configuration/Template.xhp</filename>
</topic>
</meta>
<body>
<paragraph role="heading" level="1" xml-lang="en-US">Template</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Use this page to define an XHTML template to use as a basis for the
generated XHTML documents.</paragraph>
<section id="howtoget" xml-lang="en-US">
Choose <emph>Tools - Options - Writer2xhtml - Template</emph>
</section>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:UseCustomTemplate" id="bm_configusecustomtemplate"/>
<paragraph role="heading" level="3" xml-lang="en-US">Use custom XHTML template</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Check this if you want to define an XHTML template. Otherwise a default
template will be used.</paragraph>
<paragraph role="paragraph" xml-lang="en-US">A template should be an ordinary XHTML file (do not include a DOCTYPE declaration)
with some special elements:</paragraph>
<list type="unordered">
<listitem>
<paragraph role="paragraph" xml-lang="en-US">An element with the id <emph>content</emph> is used to
fill the text content.
If no such element exists, the <emph>body</emph> element is used. If there is no <emph>body</emph> element
in the template, the root element is used.</paragraph>
</listitem>
<listitem>
<paragraph role="paragraph" xml-lang="en-US">Elements with the id <emph>header</emph> or
<emph>footer</emph> (optional) will be filled with a simple navigation panel using a first/previous/next/last scheme
(for spreadsheet documents, sheet names are used for navigation).</paragraph>
</listitem>
<listitem>
<paragraph role="paragraph" xml-lang="en-US">An element with the id <emph>panel</emph> (optional)
will be filled with a simple navigation panel using a table of contens-like scheme.</paragraph>
</listitem>
</list>
<paragraph role="paragraph" xml-lang="en-US">You can change the names of the id attributes at the bottom of this page.</paragraph>
<paragraph role="paragraph" xml-lang="en-US">The template must be well-formed XML. If this is not the case, an error message
is displayed below the template. A template with errors will be ignored in the export.</paragraph>
<paragraph role="paragraph" xml-lang="en-US">A simple template including a header might look like this:</paragraph>
<paragraph role="code" xml-lang="en-US">
&lt;html&gt;<br/>
&#xA0;&#xA0;&lt;head&gt;<br/>
&#xA0;&#xA0;&#xA0;&#xA0;&lt;title/&gt;<br/>
&#xA0;&#xA0;&lt;/head&gt;<br/>
&#xA0;&#xA0;&lt;body&gt;<br/>
&#xA0;&#xA0;&#xA0;&#xA0;&lt;div id='header'/&gt;<br/>
&#xA0;&#xA0;&#xA0;&#xA0;&lt;div id='content'/&gt;<br/>
&#xA0;&#xA0;&lt;/body&gt;<br/>
&lt;/html&gt;
</paragraph>
<paragraph role="paragraph" xml-lang="en-US">As the template does not include footer and panel nodes, these elements will not be included.
</paragraph>
<paragraph role="paragraph" xml-lang="en-US">A template with all the elements, suitable for HTML5 might look like this:
</paragraph>
<paragraph role="code" xml-lang="en-US">
&lt;html&gt;<br/>
&#xA0;&#xA0;&lt;head&gt;<br/>
&#xA0;&#xA0;&#xA0;&#xA0;&lt;title/&gt;<br/>
&#xA0;&#xA0;&lt;/head&gt;<br/>
&#xA0;&#xA0;&lt;body&gt;<br/>
&#xA0;&#xA0;&#xA0;&#xA0;&lt;header&gt;&lt;nav id='header'/&gt;&lt;/header&gt;<br/>
&#xA0;&#xA0;&#xA0;&#xA0;&lt;aside&gt;&lt;nav id='panel'/&gt;&lt;/aside&gt;<br/>
&#xA0;&#xA0;&#xA0;&#xA0;&lt;div id='content'/&gt;<br/>
&#xA0;&#xA0;&#xA0;&#xA0;&lt;footer&gt;&lt;nav id='footer'/&gt;&lt;/footer&gt;<br/>
&#xA0;&#xA0;&lt;/body&gt;<br/>
&lt;/html&gt;
</paragraph>
<paragraph role="paragraph" xml-lang="en-US">The absolutely mininal template is this:</paragraph>
<paragraph role="code" xml-lang="en-US">
&lt;div/&gt;
</paragraph>
<paragraph role="paragraph" xml-lang="en-US">The <emph>div</emph>-element will be used as the content container.
The generated document will not be a complete XHTML document (no <emph>html</emph>, <emph>head</emph> and
<emph>body</emph> nodes). It will however still be a well-formed XML file that can be handled with standard tools.
The use case for this is that you can produce XHTML fragments suitable for inclusion in e.g. a CMS.</paragraph>
<paragraph role="note" xml-lang="en-US">Make sure to check the option <emph>Do not include DOCTYPE</emph> in this case!</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:LoadTemplate" id="bm_configloadtemplate"/>
<paragraph role="heading" level="3" xml-lang="en-US">Load...</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Click this to load a template from a file. This will overwrite the current contents
of the template.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:ContentId" id="bm_configcontentid"/>
<paragraph role="heading" level="3" xml-lang="en-US">Content id</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Enter the id to use for the content node.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:PanelId" id="bm_configpanelid"/>
<paragraph role="heading" level="3" xml-lang="en-US">Panel id</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Enter the id to use for the panel node.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:HeaderId" id="bm_configheaderid"/>
<paragraph role="heading" level="3" xml-lang="en-US">Header id</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Enter the id to use for the header node.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:FooterId" id="bm_configfooterid"/>
<paragraph role="heading" level="3" xml-lang="en-US">Footer id</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Enter the id to use for the footer node.</paragraph>
</body>
</helpdocument>

View file

@ -1,245 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<helpdocument version="1.0">
<meta>
<topic id="writer2xhtml-epub-export-writer" indexer="include">
<title xml-lang="en-US">EPUB Export (Writer)</title>
<filename>org.openoffice.da.writer2xhtml.oxt/epub_export.xhp</filename>
</topic>
</meta>
<body>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EpubOptions" id="bm_options"/>
<paragraph role="heading" level="1" xml-lang="en-US">EPUB Export (Writer)</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Exports the current document to EPUB format.</paragraph>
<section id="howtoget" xml-lang="en-US">
Choose <emph>File - Export - EPUB</emph><br/>
or <emph>File - Export - EPUB 3</emph><br/>
or click the <emph>EPUB-button</emph> in the toolbar
</section>
<paragraph role="heading" level="2" xml-lang="en-US">Style</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EpubOptionsConfig" id="bm_options_config"/>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:OptionsConfig" visibility="hidden">Select the style to use for the EPUB document</ahelp></paragraph>
<paragraph role="heading" level="3" xml-lang="en-US">Use style</paragraph>
<paragraph role="paragraph" xml-lang="en-US">This option allows you to choose between various styles to apply to the
EPUB document.</paragraph>
<list type="unordered">
<listitem>
<paragraph role="paragraph" xml-lang="en-US"><emph>Original formatting</emph> produces an EPUB document which uses
the same style as the original document. The document will look quite similar to the original when viewed
with an EPUB reader.</paragraph>
</listitem>
<listitem>
<paragraph role="paragraph" xml-lang="en-US"><emph>Custom</emph> is a user defined format. You can define your own
style by providing a CSS style sheet and a mapping from Writer styles to your CSS styles.
To configure the custom format, choose <emph><link href="org.openoffice.da.writer2xhtml.oxt/Configuration/Introduction.xhp"
name="Custom configuration">Tools - Options - Writer2xhtml</link></emph>.</paragraph>
</listitem>
</list>
<embed href="org.openoffice.da.writer2xhtml.oxt/export.xhp#split3"/>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EpubOptionsScaling" id="bm_options_scaling"/>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:EpubOptionsScaling" visibility="hidden">Select a scaling to apply to all dimensions in the document</ahelp></paragraph>
<embed href="org.openoffice.da.writer2xhtml.oxt/export.xhp#scaling1"/>
<paragraph role="paragraph" xml-lang="en-US">Viewing the document with an EPUB reader will often require different dimensions
(e.g. margins) than the original document.</paragraph>
<embed href="org.openoffice.da.writer2xhtml.oxt/export.xhp#scaling3"/>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EpubOptionsColumnScaling" id="bm_options_columnscaling"/>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:EpubOptionsColumnScaling" visibility="hidden">Select a scaling to apply to all column dimensions in the document</ahelp></paragraph>
<embed href="org.openoffice.da.writer2xhtml.oxt/export.xhp#columnscaling"/>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EpubOptionsRelativeFontSize" id="bm_options_relativefontsize"/>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:EpubRelativeFontSize" visibility="hidden">Check this to export all font sizes as percentages</ahelp></paragraph>
<paragraph role="heading" level="3" xml-lang="en-US">Use relative font size</paragraph>
<paragraph role="paragraph" xml-lang="en-US">For EPUB it is recommended to use relative font sizes, and using this option will
export all font sizes as percentages. In some EPUB readers this will enable the user to scale the fonts.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EpubOptionsFontScaling" id="bm_options_fontscaling"/>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:EpubFontScaling" visibility="hidden">Select a scaling factor to apply to all font sizes</ahelp></paragraph>
<paragraph role="heading" level="3" xml-lang="en-US">Scaling</paragraph>
<paragraph role="paragraph" xml-lang="en-US">The relative font size is calculated relative to the default font size in the
document. Using this option you can define a percentage used to scale all font sizes.
Thus with the setting 140, all font sizes will be 40% larger.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EpubOptionsUseDefaultFont" id="bm_options_usedefaultfont"/>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:EpubUseDefaultFont" visibility="hidden">Check this to replace all fonts with a single font</ahelp></paragraph>
<paragraph role="heading" level="3" xml-lang="en-US">Use a single font for the entire document</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Some style guides recommend to use a single font for the entire EPUB document.
Check this option to ignore all font information in the original document and export a single font.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EpubOptionsDefaultFontName" id="bm_options_defaultfontname"/>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:EpubDefaultFontName" visibility="hidden">Enter or select the font name to use (or leave blank to use the EPUB reader's default font)</ahelp></paragraph>
<paragraph role="heading" level="3" xml-lang="en-US">Font name</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Enter a font name or select a font name in the list. This font will be used for
all text in the EPUB document. You can also leave the field blank: In this case no font information will be exported, and
the EPUB reader will choose a default font.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EpubOptionsConvertToPx" id="bm_options_converttopx"/>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:EpubOptionsConvertToPx" visibility="hidden">Check this if you want to convert all units to px rather than using the original units</ahelp></paragraph>
<embed href="org.openoffice.da.writer2xhtml.oxt/export.xhp#converttopx1"/>
<embed href="org.openoffice.da.writer2xhtml.oxt/export.xhp#converttopx2"/>
<paragraph role="paragraph" xml-lang="en-US">For EPUB it is recommended to use the unit px instead, and using this option you can require that
all dimensions are converted to px.</paragraph>
<embed href="org.openoffice.da.writer2xhtml.oxt/export.xhp#converttopx4"/>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EpubOptionsImageSize" id="bm_options_imagesize"/>
<paragraph role="heading" level="3" xml-lang="en-US">Image size</paragraph>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:EpubOptionsImageSize" visibility="hidden">Select how to set the image size in the EPUB document</ahelp></paragraph>
<paragraph role="paragraph" xml-lang="en-US">Select how to set the image size in the EPUB document</paragraph>
<list type="unordered">
<listitem>
<paragraph role="paragraph" xml-lang="en-US"><emph>Use absolute size</emph>: Images will get the same size in the EPUB
document as in the original %PRODUCTNAME Writer document.</paragraph>
</listitem>
<listitem>
<paragraph role="paragraph" xml-lang="en-US"><emph>Use relative size (%)</emph>: Image sizes will be exported as
a percentage of the total width.
This has the advantage that the image size will adapt to the size of the reader screen.</paragraph>
</listitem>
<listitem>
<paragraph role="paragraph" xml-lang="en-US"><emph>Use original image size</emph>: Often images in a %PRODUCTNAME document
are scaled up or down from their original size. If you select this option, the original (unscaled) image
size will be used.</paragraph>
</listitem>
</list>
<paragraph role="heading" level="2" xml-lang="en-US">AutoCorrect</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EpubOptionsIgnoreHardLineBreaks" id="bm_options_ignorehardlinebreaks"/>
<paragraph role="heading" level="3" xml-lang="en-US">Ignore hard line breaks</paragraph>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:EpubOptionsIgnoreHardLineBreaks" visibility="hidden">Check this if you don't want to export hard (manual) line breaks</ahelp></paragraph>
<paragraph role="paragraph" xml-lang="en-US">Sometimes hard (or manual) line breaks are used in Writer to optimize
the placement of the line breaks. Since line breaking in an EPUB reader is completely different, you may want to ignore
all hard line breaks by selecting this option.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EpubOptionsIgnoreEmptyParagraphs" id="bm_options_ignoreemptyparagraphs"/>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:EpubOptionsIgnoreEmptyParagraphs" visibility="hidden">Check this if you don't want to export empty paragraphs</ahelp></paragraph>
<embed href="org.openoffice.da.writer2xhtml.oxt/export.xhp#ignoreemptyparagraphs"/>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EpubOptionsIgnoreDoubleSpaces" id="bm_options_ignoredoublespaces"/>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:EpubOptionsIgnoreDoubleSpaces" visibility="hidden">Check this to treat several spaces as a single space in the export</ahelp></paragraph>
<embed href="org.openoffice.da.writer2xhtml.oxt/export.xhp#ignoredoublespaces"/>
<embed href="org.openoffice.da.writer2xhtml.oxt/export.xhp#special"/>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EpubOptionsDisplayHiddenText" id="bm_options_displayhiddentext"/>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:EpubDisplayHiddenText" visibility="hidden">Check this to export and display all hidden text</ahelp></paragraph>
<paragraph role="heading" level="3" xml-lang="en-US">Display hidden text</paragraph>
<paragraph role="paragraph" xml-lang="en-US">If sections or text fragments are hidden in the original document they will normally
not be exported. If you check this option, hidden text will be exported to visible text in the EPUB document.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EpubOptionsNotes" id="bm_options_notes"/>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:EpubOptionsNotes" visibility="hidden">Check this if you want to export notes (annotations) in the document</ahelp></paragraph>
<embed href="org.openoffice.da.writer2xhtml.oxt/export.xhp#notes1"/>
<paragraph role="paragraph" xml-lang="en-US">If you select this option, notes (also known as annotations) in the
%PRODUCTNAME document are exported as comments in the EPUB document. They will not be directly visible in the reader.
If the option is not selected, notes are completely ignored.</paragraph>
<paragraph role="heading" level="2" xml-lang="en-US">Document division (page breaks)</paragraph>
<paragraph role="paragraph" xml-lang="en-US">These settings lets you insert page breaks at various places in the document.
It is recommended always to use one or more of these settings. One reason for this is that it enhances the readability of
your document. Another reason is technical: Page breaks splits the splits the internal structure into smaller parts.
This improves performance, and also some EPUB readers have a limitation on the size of the individual parts of the
doucment.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EpubOptionsSplitLevel" id="bm_options_splitlevel"/>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:EpubOptionsSplitLevel" visibility="hidden">Select the heading level at which spliting should occur, or "None" if you do not want to split at headings</ahelp></paragraph>
<paragraph role="heading" level="3" xml-lang="en-US">At heading level</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Use this option to split the document at headings. This is the most common way
to split the document. Note that this option has no effect for headings
inside tables.</paragraph>
<paragraph role="paragraph" xml-lang="en-US">You can either select <emph>None</emph> (the document will not split at headings),
or you can select at which level splitting should occur.
For example 2 to split the document at all headings of level 1 or 2.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EpubOptionsPageBreakSplit" id="bm_options_pagebreaksplit"/>
<paragraph role="heading" level="3" xml-lang="en-US">At page breaks</paragraph>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:EpubOptionsPageBreakSplit" visibility="hidden">Select the type page breaks at which you want to split the document</ahelp></paragraph>
<paragraph role="paragraph" xml-lang="en-US">This option enables you to split the document at the original page breaks.
Select the type of page breaks in the list:</paragraph>
<list type="unordered">
<listitem>
<paragraph role="paragraph" xml-lang="en-US">Select <emph>None</emph> if you do not want to split at page breaks.</paragraph>
</listitem>
<listitem>
<paragraph role="paragraph" xml-lang="en-US">Select <emph>Defined by styles</emph> to split at page breaks defined
in paragraph styles.</paragraph>
</listitem>
<listitem>
<paragraph role="paragraph" xml-lang="en-US">Select <emph>All explicit</emph> to also split at manual page breaks
(<emph>Insert - Manual Break - Page Break</emph>).</paragraph>
</listitem>
<listitem>
<paragraph role="paragraph" xml-lang="en-US">Select <emph>All</emph> to split at all page breaks in the document. This
includes automatic page breaks, but Writer2xhtml will never split the document inside a paragraph, list or table.</paragraph>
</listitem>
</list>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EpubOptionsUseImageSplit" id="bm_options_useimagesplit"/>
<paragraph role="heading" level="3" xml-lang="en-US">Use full screen for large images</paragraph>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:EpubOptionsUseImageSplit" visibility="hidden">Select this option to show large images on full screen rather than embedded in the text</ahelp></paragraph>
<paragraph role="paragraph" xml-lang="en-US">Images will normally be exported as an integrated part of the text. As EPUB readers
may have a relatively small screen, this may not be optimal for large images.
Select this option to split the document at large images, which means that they will be displayed on full screen.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EpubOptionsImageSplit" id="bm_options_imagesplit"/>
<paragraph role="heading" level="3" xml-lang="en-US">Minimum width</paragraph>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:EpubOptionsUseEpubAutoSplit" visibility="hidden">Enter the minimum width used to identify a large image</ahelp></paragraph>
<paragraph role="paragraph" xml-lang="en-US">Enter the minimum width for a large image. Only images with at least this relative width
and an aspect ratio of 3:4 or higher will be export as full screen images.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EpubOptionsCoverImage" id="bm_options_coverimage"/>
<paragraph role="heading" level="3" xml-lang="en-US">Use first image as cover image</paragraph>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:EpubOptionsCoverImage" visibility="hidden">Check this to use the first image found in the document as cover image</ahelp></paragraph>
<paragraph role="paragraph" xml-lang="en-US">An EPUB document often include a cover image in analogy with the cover of a book.
Check this to use the first image found in the document as cover image. The position
of the image in the original document does not matter.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EpubOptionsUseEpubAutoSplit" id="bm_options_useepubautosplit"/>
<paragraph role="heading" level="3" xml-lang="en-US">Automatic split of long documents</paragraph>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:EpubOptionsUseEpubAutoSplit" visibility="hidden">Check this to enable automatic split of long documents based on the number of characters</ahelp></paragraph>
<paragraph role="paragraph" xml-lang="en-US">Use this option to limit the size of each document part.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EpubOptionsEpubAutoSplit" id="bm_options_epubautosplit"/>
<paragraph role="heading" level="3" xml-lang="en-US">After (in 1000 characters)</paragraph>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:EpubOptionsEpubAutoSplit" visibility="hidden">Enter the number of characters after which an automatic split should occur</ahelp></paragraph>
<paragraph role="paragraph" xml-lang="en-US">Enter the number of characters after which an automatic split should occur.
Writer2xhtml will split the document at the first possible break point after this number of characters.</paragraph>
<paragraph role="heading" level="2" xml-lang="en-US">Navigation table</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EpubOptionsExternalTocDepth" id="bm_options_externaltocdepth"/>
<paragraph role="heading" level="3" xml-lang="en-US">Number of heading levels to include</paragraph>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:EpubOptionsExternalTocDepth" visibility="hidden">Select the number of heading levels to include in the content table in the EPUB document</ahelp></paragraph>
<paragraph role="paragraph" xml-lang="en-US">An EPUB document contains a content table, which the EPUB reader can use to let the
user navigate through the document. Writer2xhtml generates this table based on the headings in the document.
You can select the number of heading levels to include.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EpubOptionsIncludeToc" id="bm_options_includetoc"/>
<paragraph role="heading" level="3" xml-lang="en-US">Also include original table of contents</paragraph>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:EpubOptionsIncludeToc" visibility="hidden">Check this to include the original table of contents in addition to the EPUB content table</ahelp></paragraph>
<paragraph role="paragraph" xml-lang="en-US">Your document may also include a normal table of contents.
Check this if you want to include this table of contents in addition to the navigation table.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EpubOptionsIncludeNCX" id="bm_options_includencx"/>
<paragraph role="heading" level="3" xml-lang="en-US">Include EPUB 2 navigation (EPUB 3 only)</paragraph>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:EpubOptionsIncludeNCX" visibility="hidden">Check this to include navigation information in EPUB 2 format</ahelp></paragraph>
<paragraph role="paragraph" xml-lang="en-US">EPUB 3 uses a new format for the navigation information.
Check this option if you also want to include navigation information in the old format.
This will ensure compatibility with older EPUB readers.</paragraph>
<paragraph role="heading" level="2" xml-lang="en-US">Document properties</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EpubOptionsEditMetadata" id="bm_options_editmetadata"/>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:EpubOptionsEditMetadata" visibility="hidden">Clik this to edit the document properties, e.g. author, title, date</ahelp></paragraph>
<paragraph role="heading" level="3" xml-lang="en-US">Edit document properties</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Click this button to open the dialog to edit the document properties such as
title, author or date.</paragraph>
</body>
</helpdocument>

View file

@ -1,134 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<helpdocument version="1.0">
<meta>
<topic id="writer2xhtml-epub-metadata" indexer="include">
<title xml-lang="en-US">EPUB document properties (Writer)</title>
<filename>org.openoffice.da.writer2xhtml.oxt/epub_metadata.xhp</filename>
</topic>
</meta>
<body>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:EpubMetadata" id="bm_metadata"/>
<paragraph role="heading" level="1" xml-lang="en-US">EPUB document properties (Writer)</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Edit the document properties for an EPUB document.</paragraph>
<section id="howtoget" xml-lang="en-US">
Choose <emph>File - Export - EPUB</emph> or <emph>File - Export - EPUB 3</emph>,
and click <emph>Edit document properties</emph> in the export dialog<br/>
or click the <emph>EPUB-button</emph> marked with <emph>i</emph> in the toolbar
</section>
<paragraph role="paragraph" xml-lang="en-US">The EPUB standard specifies a large number of document properties.
Not all of these are supported by the OpenDocument standard.
Writer2xhtml supports the additional properties using user defined document properties.
This dialog provides a convenient interface to edit all EPUB document properties, but you can also access all properties
using the standard interface in %PRODUCTNAME Writer, that is <emph>File - Properties</emph>.
Writer2xhtml will always include the identifier, author(s), date(s) and the title.
Other fields are optional and can be left blank. In this case they will not be included in the EPUB document.</paragraph>
<paragraph role="heading" level="2" xml-lang="en-US">Custom identifier</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Each EPUB document must have a unique identifier.
Normally Writer2xhtml generates a Universal Unique ID (UUID) for this purpose, but you may override this with
your own identifier.</paragraph>
<paragraph role="heading" level="3" xml-lang="en-US">Use custom identifier</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Check this if you want to provide your own identifier</paragraph>
<paragraph role="heading" level="3" xml-lang="en-US">Identifier</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Enter the identifier to use. Remember that it must be unique amongst all
EPUB documents.</paragraph>
<paragraph role="heading" level="3" xml-lang="en-US">Identifier type</paragraph>
<paragraph role="paragraph" xml-lang="en-US">An identifier may follow a specific identification scheme, e.g. ISBN.
Select or enter an identification scheme in this field.</paragraph>
<paragraph role="heading" level="2" xml-lang="en-US">Authors</paragraph>
<paragraph role="paragraph" xml-lang="en-US">An EPUB document can have several authors, which you can list here.
An author can be either a <emph>creator</emph>, that is a primary author of the publication, or a <emph>contributor</emph>,
that is a party whose contribution to the publication is secondary to the creator(s).
Furthermore an author may have a special role, e.g. <emph>illustrator</emph>. Both properties are specified when you add
a new author to the list.</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Note that some EPUB readers may only present the first creator, hence
you should make sure that the primary creator is at the top of the list.</paragraph>
<paragraph role="paragraph" xml-lang="en-US">If you do not add any authors, Writer2xhtml will display and use a default value
for the author.</paragraph>
<paragraph role="heading" level="3" xml-lang="en-US">Add...</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Click this to add new author to the list.</paragraph>
<paragraph role="heading" level="3" xml-lang="en-US">Modify...</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Click this to modify the currently selected author.</paragraph>
<paragraph role="heading" level="3" xml-lang="en-US">Delete...</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Click this to delete the currently selected author from the list.</paragraph>
<paragraph role="heading" level="3" xml-lang="en-US">Up</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Click this to move the currently selected author up one position in the list.</paragraph>
<paragraph role="heading" level="3" xml-lang="en-US">Down</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Click this to move the currently selected author down one position in the list.</paragraph>
<paragraph role="heading" level="2" xml-lang="en-US">Dates</paragraph>
<paragraph role="paragraph" xml-lang="en-US">An EPUB document can specify one or more dates relating to the publication.
Each date can be associated with a special event such as creation, publication or modification.</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Note that some EPUB readers may only present the first date, hence
you should make sure that the primary date is at the top of the list.</paragraph>
<paragraph role="paragraph" xml-lang="en-US">If you do not add any dates, Writer2xhtml will display and use a default value
for the date (date of last modification).</paragraph>
<paragraph role="heading" level="3" xml-lang="en-US">Add...</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Click this to add new date to the list.</paragraph>
<paragraph role="heading" level="3" xml-lang="en-US">Modify...</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Click this to modify the currently selected date.</paragraph>
<paragraph role="heading" level="3" xml-lang="en-US">Delete...</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Click this to delete the currently selected date from the list.</paragraph>
<paragraph role="heading" level="3" xml-lang="en-US">Up</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Click this to move the currently selected date up one position in the list.</paragraph>
<paragraph role="heading" level="3" xml-lang="en-US">Down</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Click this to move the currently selected date down one position in the list.</paragraph>
<paragraph role="heading" level="2" xml-lang="en-US">Title</paragraph>
<paragraph role="paragraph" xml-lang="en-US">The title of the document. This will always be included in the EPUB
document.</paragraph>
<paragraph role="heading" level="2" xml-lang="en-US">Subject</paragraph>
<paragraph role="paragraph" xml-lang="en-US">The subject of the document</paragraph>
<paragraph role="heading" level="2" xml-lang="en-US">Keywords</paragraph>
<paragraph role="paragraph" xml-lang="en-US">A comma separated list of keywords</paragraph>
<paragraph role="heading" level="2" xml-lang="en-US">Description</paragraph>
<paragraph role="paragraph" xml-lang="en-US">A description of the document</paragraph>
<paragraph role="heading" level="2" xml-lang="en-US">Publisher</paragraph>
<paragraph role="paragraph" xml-lang="en-US">The publisher of the document.</paragraph>
<paragraph role="heading" level="2" xml-lang="en-US">Type</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Terms describing general categories, functions, genres, or aggregation levels
for content.</paragraph>
<paragraph role="heading" level="2" xml-lang="en-US">Format</paragraph>
<paragraph role="paragraph" xml-lang="en-US">The media type or dimensions of the resource.</paragraph>
<paragraph role="heading" level="2" xml-lang="en-US">Source</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Information regarding a prior resource from which the publication was derived.</paragraph>
<paragraph role="heading" level="2" xml-lang="en-US">Relation</paragraph>
<paragraph role="paragraph" xml-lang="en-US">An identifier of an auxiliary resource and its relationship to the publication.</paragraph>
<paragraph role="heading" level="2" xml-lang="en-US">Coverage</paragraph>
<paragraph role="paragraph" xml-lang="en-US">The extent or scope of the publications content.</paragraph>
<paragraph role="heading" level="2" xml-lang="en-US">Rights</paragraph>
<paragraph role="paragraph" xml-lang="en-US">A statement about rights, or a reference to one.</paragraph>
</body>
</helpdocument>

View file

@ -1,207 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<helpdocument version="1.0">
<meta>
<topic id="writer2xhtml-export-writer" indexer="include">
<title xml-lang="en-US">XHTML Export (Writer)</title>
<filename>org.openoffice.da.writer2xhtml.oxt/export.xhp</filename>
</topic>
</meta>
<body>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:Options" id="bm_options"/>
<paragraph role="heading" level="1" xml-lang="en-US">XHTML Export (Writer)</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Exports the current document to XHTML format.</paragraph>
<section id="howtoget" xml-lang="en-US">
Choose <emph>File - Export - XHTML 1.0 strict</emph><br/>
or <emph>File - Export - XHTML 1.1</emph><br/>
or <emph>File - Export - XHTML 1.1 + MathML 2.0</emph><br/>
or <emph>File - Export - HTML5</emph><br/>
or click the <emph>HTML5-button</emph> in the toolbar
</section>
<paragraph role="heading" level="2" xml-lang="en-US">Style</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:OptionsConfig" id="bm_options_config"/>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:OptionsConfig" visibility="hidden">Select the style to use for the XHTML document</ahelp></paragraph>
<section id="split1">
<paragraph role="heading" level="3" xml-lang="en-US">Use style</paragraph>
<paragraph role="paragraph" xml-lang="en-US">This option allows you to choose between various styles to apply to the
XHTML document.</paragraph>
</section>
<list type="unordered">
<listitem>
<section id="split2">
<paragraph role="paragraph" xml-lang="en-US"><emph>Original formatting</emph> produces an XHTML document which uses
the same style as the original document. The document will look quite similar to the original when viewed
in a browser.</paragraph>
</section>
</listitem>
<listitem>
<paragraph role="paragraph" xml-lang="en-US"><emph>Chocolate, Midnight, Modern, Oldstyle, Steely, Swiss, Traditional
and Ultramarine</emph> formats the document with one of the
<link href="http://www.w3.org/StyleSheets/Core/" name="Link to the W3C's page on core style sheets">8 core styles</link> provided by the World Wide Web Consortium.</paragraph>
</listitem>
<listitem>
<paragraph role="paragraph" xml-lang="en-US"><emph>Custom</emph> is a user defined format. You can define your own
style by providing a CSS style sheet and a mapping from Writer styles to your CSS styles.
To configure the custom format, choose <emph><link href="org.openoffice.da.writer2xhtml.oxt/Configuration/Introduction.xhp"
name="Custom configuration">Tools - Options - Writer2xhtml</link></emph>.</paragraph>
</listitem>
</list>
<section id="split3">
<paragraph role="paragraph" xml-lang="en-US">Expert users can extend the list with further formats using
<emph>configuration packages</emph>. See the documentation on the
<link href="http://writer2latex.sourceforge.net" name="Link to the Writer2LaTeX Website">web site for Writer2xhtml</link>.</paragraph>
</section>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:OptionsScaling" id="bm_options_scaling"/>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:OptionsScaling" visibility="hidden">Select a scaling to apply to all dimensions in the document</ahelp></paragraph>
<section id="scaling1">
<paragraph role="heading" level="3" xml-lang="en-US">Scaling</paragraph>
</section>
<section id="scaling2">
<paragraph role="paragraph" xml-lang="en-US">Viewing the document in a web browser may require different dimensions
(e.g. font sizes) than the original document.</paragraph>
</section>
<section id="scaling3">
<paragraph role="paragraph" xml-lang="en-US">Using this option you can define a percentage used to scale all
dimensions. Thus with the setting 140, all dimensions will be 40% larger than in the original document. Depending on the
style you have selected and on the setting for image size below, some dimensions may be unaffected by
this option.</paragraph>
</section>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:OptionsColumnScaling" id="bm_options_columnscaling"/>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:OptionsColumnScaling" visibility="hidden">Select a scaling to apply to all column dimensions in the document</ahelp></paragraph>
<section id="columnscaling">
<paragraph role="heading" level="3" xml-lang="en-US">Column scaling</paragraph>
<paragraph role="paragraph" xml-lang="en-US">This is a similar option, which only affects table columns. Thus you can further
widen or narrow the columns of the tables if you wish.</paragraph>
</section>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:OptionsConvertToPx" id="bm_options_converttopx"/>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:OptionsConvertToPx" visibility="hidden">Check this if you want to convert all units to px rather than using the original units</ahelp></paragraph>
<section id="converttopx1">
<paragraph role="heading" level="3" xml-lang="en-US">Convert units to px (pixels)</paragraph>
</section>
<section id="converttopx2">
<paragraph role="paragraph" xml-lang="en-US">In %PRODUCTNAME, font sizes are usually given in points and other dimensions
in e.g. cm or inches.</paragraph>
</section>
<section id="converttopx3">
<paragraph role="paragraph" xml-lang="en-US">For XHTML it is recommended to use the unit px instead, and using this option you can require that
all dimensions are converted to px.</paragraph>
</section>
<section id="converttopx4">
<paragraph role="paragraph" xml-lang="en-US">If you choose not to check this option, the original units will always be used.</paragraph>
</section>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:OptionsOriginalImageSize" id="bm_options_originalimagesize"/>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:OptionsOriginalImageSize" visibility="hidden">Check this to use the natural size of images rather than the size defined in the document</ahelp></paragraph>
<section id="originalimagesize">
<paragraph role="heading" level="3" xml-lang="en-US">Use original image size</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Often images in a %PRODUCTNAME document are scaled up or down from their original size.
Normally the same scaling will be used in the exported document, but if you select this option, the original (unscaled) image
size will be used.</paragraph>
</section>
<section id="special">
<paragraph role="heading" level="2" xml-lang="en-US">Special content</paragraph>
</section>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:OptionsNotes" id="bm_options_notes"/>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:OptionsNotes" visibility="hidden">Check this if you want to export notes (annotations) in the document</ahelp></paragraph>
<section id="notes1">
<paragraph role="heading" level="3" xml-lang="en-US">Export notes</paragraph>
</section>
<section id="notes2">
<paragraph role="paragraph" xml-lang="en-US">If you select this option, notes (also known as annotations) in the
%PRODUCTNAME document are exported as comments in the XHTML document. They will not be directly visible in the browser,
only in the XHTML source. If the option is not selected, notes are completely ignored.</paragraph>
</section>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:OptionsUseDublinCore" id="bm_options_usedublincore"/>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:OptionsUseDublinCore" visibility="hidden">Check this if you want to export all meta data (using the Dublin Core standard)</ahelp></paragraph>
<section id="usedublincore">
<paragraph role="heading" level="3" xml-lang="en-US">Export document properties (Dublin Core Meta data)</paragraph>
<paragraph role="paragraph" xml-lang="en-US">If you select this option, the document properties (File Properties)
are exported using
<link href="http://dublincore.org/" name="Link to the Dublin Core standard">the Dublin Core standard</link>.</paragraph>
</section>
<paragraph role="heading" level="2" xml-lang="en-US">AutoCorrect</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:OptionsIgnoreHardLineBreaks" id="bm_options_ignorehardlinebreaks"/>
<paragraph role="heading" level="3" xml-lang="en-US">Ignore hard line breaks</paragraph>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:OptionsIgnoreHardLineBreaks" visibility="hidden">Check this if you don't want to export hard (manual) line breaks</ahelp></paragraph>
<paragraph role="paragraph" xml-lang="en-US">Sometimes hard (or manual) line breaks are used in Writer to optimize
the placement of the line breaks. Since line breaking in a browser is completely different, you may want to ignore
all hard line breaks by selecting this option.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:OptionsIgnoreEmptyParagraphs" id="bm_options_ignoreemptyparagraphs"/>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:OptionsIgnoreEmptyParagraphs" visibility="hidden">Check this if you don't want to export empty paragraphs</ahelp></paragraph>
<section id="ignoreemptyparagraphs">
<paragraph role="heading" level="3" xml-lang="en-US">Ignore empty paragraphs</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Empty paragraphs are sometimes used a simple means to create vertical
spacing in Writer. In a well-structured document, an empty paragraph is probably a mistake. Hence you can select
this option to ignore empty paragraphs in the document in the export.</paragraph>
</section>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:OptionsIgnoreDoubleSpaces" id="bm_options_ignoredoublespaces"/>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:OptionsIgnoreDoubleSpaces" visibility="hidden">Check this to treat several spaces as a single space in the export</ahelp></paragraph>
<section id="ignoredoublespaces">
<paragraph role="heading" level="3" xml-lang="en-US">Ignore double spaces</paragraph>
<paragraph role="paragraph" xml-lang="en-US">For similar reasons you can choose to ignore two or more spaces in a
row using this option.</paragraph>
</section>
<section id="filesheading">
<paragraph role="heading" level="2" xml-lang="en-US">Files</paragraph>
</section>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:OptionsSplit" id="bm_options_split"/>
<paragraph role="heading" level="3" xml-lang="en-US">Split document at headings</paragraph>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:OptionsSplit" visibility="hidden">Check this to create a new document for each heading</ahelp></paragraph>
<paragraph role="paragraph" xml-lang="en-US">To make a long Writer document easier to read in the browser, you can use
this option to split the document in several small files.</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Writer2xhtml will add a simple navigation panel that lets you
move between pages. The navigation links will be in the same language as the document (as defined
under <emph>Tools Options Language Settings Languages</emph>).</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Note that this option has no effect for headings
inside tables.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:OptionsSplitLevel" id="bm_options_splitlevel"/>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:OptionsSplitLevel" visibility="hidden">Select the heading level at which the spliting should occur</ahelp></paragraph>
<section id="splitlevel">
<paragraph role="heading" level="3" xml-lang="en-US">Heading level</paragraph>
<paragraph role="paragraph" xml-lang="en-US">If you have chosen to split the document at headings, you can use this option
to define at which level splitting should occur. For example 2 to split the document at all headings of level 1 or 2.</paragraph>
</section>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:OptionsRepeatLevels" id="bm_options_repeatlevels"/>
<paragraph role="heading" level="3" xml-lang="en-US">Repeat heading levels</paragraph>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:OptionsRepeatLevels" visibility="hidden">Select the number of heading levels to repeat at the top of new documents</ahelp></paragraph>
<paragraph role="paragraph" xml-lang="en-US">To help the reader to identify the current position within the document,
you can use this option to repeat the parent headings whenever the document is split. If you for example split at
headings of level 3 and set this option to 2, the headings of level 1 and 2 will be repeated before the heading of level 3,
providing precise information as to where in the document the section belongs.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:OptionsSaveImagesInSubdir" id="bm_options_saveimagesinsubdir"/>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:OptionsSaveImagesInSubdir" visibility="hidden">Check this to save images in a subdirectory relative to the exported document</ahelp></paragraph>
<section id="saveimagesinsubdir">
<paragraph role="heading" level="3" xml-lang="en-US">Save images in subdirectory</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Writer2xhtml normally saves images associated with the document in the same
directory as the XHTML document. If the document contains a large number of images it may be more convenient to save the
images in a separate subdirectory. This option will create a subdirectory with the same name as the XHTML document to
store the images.</paragraph>
</section>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:OptionsUseMathjax" id="bm_options_usemathjax"/>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2xhtml.oxt:OptionsUseMathjax" visibility="hidden">Check this to load the JavaScript library MathJax for viewing mathematical content</ahelp></paragraph>
<section id="usemathjax">
<paragraph role="heading" level="3" xml-lang="en-US">Use MathJax</paragraph>
<paragraph role="paragraph" xml-lang="en-US"><link href="http://www.mathjax.org/" name="MathJax web site">MathJax</link> is a JavaScript library for displaying mathematical content in web pages.
Using MathJax ensures that your mathematical content will display correctly in most browsers.
This includes formulas created with the extension <link href="http://roland65.free.fr/texmaths/" name="TexMaths web site">TexMaths</link>.
This option is only available if you export to XHTML 1.1+MathML 2.0 or HTML5.</paragraph>
</section>
</body>
</helpdocument>

View file

@ -1,32 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<helpdocument version="1.0">
<meta>
<topic id="writer2xhtml-introduction" indexer="include">
<title xml-lang="en-US">Introduction</title>
<filename>org.openoffice.da.writer2xhtml.oxt/introduction.xhp</filename>
</topic>
</meta>
<body>
<paragraph role="heading" level="1" xml-lang="en-US">Introduction to Writer2xhtml</paragraph>
<paragraph role="paragraph" xml-lang="en-US">The Writer2xhtml is a tool for publishing web content
and electronic books from %PRODUCTNAME Writer.
Using Writer2xhtml you will be able to author well-structured XHTML and EPUB documents using (almost)
the full power of %PRODUCTNAME Writer.</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Writer2xhtml has two modes of operation</paragraph>
<list type="unordered">
<listitem>
<paragraph role="paragraph" xml-lang="en-US">You can use Writer2xhtml as an export filter.
It adds XHTML and EPUB formats to the <emph>File - Export</emph>
<link href="org.openoffice.da.writer2xhtml.oxt/menu.xhp" name="Applications">menu</link>.
</paragraph>
</listitem>
<listitem>
<paragraph role="paragraph" xml-lang="en-US">You can publish directly to XHTML or EPUB
and view the result using the provided
<link href="org.openoffice.da.writer2xhtml.oxt/menu.xhp" name="Applications">toolbar</link>.
</paragraph>
</listitem>
</list>
</body>
</helpdocument>

View file

@ -1,86 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<helpdocument version="1.0">
<meta>
<topic id="writer2xhtml-menu" indexer="include">
<title xml-lang="en-US">Menu and toolbar</title>
<filename>org.openoffice.da.writer2xhtml.oxt/menu.xhp</filename>
</topic>
</meta>
<body>
<paragraph role="heading" level="1" xml-lang="en-US">Menu and toolbar</paragraph>
<paragraph role="heading" level="2" xml-lang="en-US">Using Writer2xhtml as an export filter</paragraph>
<paragraph role="heading" level="3" xml-lang="en-US">File - Export</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Writer2xhtml adds a number of entries to the <emph>File - Export</emph>
menu in Writer</paragraph>
<list type="unordered">
<listitem>
<paragraph role="paragraph" xml-lang="en-US"><link href="org.openoffice.da.writer2xhtml.oxt/export.xhp"
name="Export XHTML or EPUB files">XHTML 1.0 strict [Writer2xhtml]</link></paragraph>
</listitem>
<listitem>
<paragraph role="paragraph" xml-lang="en-US"><link href="org.openoffice.da.writer2xhtml.oxt/export.xhp"
name="Export XHTML or EPUB files">XHTML 1.1 [Writer2xhtml]</link></paragraph>
</listitem>
<listitem>
<paragraph role="paragraph" xml-lang="en-US"><link href="org.openoffice.da.writer2xhtml.oxt/export.xhp"
name="Export XHTML or EPUB files">XHTML 1.1 + MathML 2.0 [Writer2xhtml]</link></paragraph>
</listitem>
<listitem>
<paragraph role="paragraph" xml-lang="en-US"><link href="org.openoffice.da.writer2xhtml.oxt/export.xhp"
name="Export XHTML or EPUB files">HTML5 [Writer2xhtml]</link></paragraph>
</listitem>
<listitem>
<paragraph role="paragraph" xml-lang="en-US"><link href="org.openoffice.da.writer2xhtml.oxt/epub_export.xhp"
name="Export XHTML or EPUB files">EPUB [Writer2xhtml]</link></paragraph>
</listitem>
<listitem>
<paragraph role="paragraph" xml-lang="en-US"><link href="org.openoffice.da.writer2xhtml.oxt/epub_export.xhp"
name="Export XHTML or EPUB files">EPUB 3 [Writer2xhtml]</link></paragraph>
</listitem>
</list>
<paragraph role="heading" level="2" xml-lang="en-US">Using the Writer2xhtml toolbar</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Writer2xhtml adds a toolbar in Writer,
providing the following commands. You can <link href="org.openoffice.da.writer2xhtml.oxt/settings.xhp"
name="Writer2xhtml toolbar settings">configure</link> the behavior of the toolbar.</paragraph>
<paragraph role="heading" level="3" xml-lang="en-US"><link href="org.openoffice.da.writer2xhtml.oxt/export.xhp"
name="Export XHTML files">Publish to XHTML</link></paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml:PublishAsXHTML" id="bm_processdocument"/>
<paragraph role="paragraph" xml-lang="en-US">Convert the document to a web page in XHTML format
and display the result in the default browser.</paragraph>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex:PublishAsXHTML" visibility="hidden">Publish the current document as an XHTML file</ahelp></paragraph>
<paragraph role="heading" level="3" xml-lang="en-US"><link href="org.openoffice.da.writer2xhtml.oxt/epub_export.xhp"
name="Export EPUB files">Publish to EPUB (Writer only)</link></paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml:PublishAsEPUB" id="bm_processdocument"/>
<paragraph role="paragraph" xml-lang="en-US">Convert the document to and electronic book in EPUB format
and display the result in the default EPUB viewer.
</paragraph>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex:PublishAsEPUB" visibility="hidden">Publish the current document as an EPUB file</ahelp></paragraph>
<paragraph role="heading" level="3" xml-lang="en-US"><link href="org.openoffice.da.writer2xhtml.oxt/epub_metadata.xhp"
name="EPUB document properties">Edit EPUB document properties (Writer only)</link></paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml:EditEPUBDocumentProperties" id="bm_editepubdocumentproperties"/>
<paragraph role="paragraph" xml-lang="en-US">Electronic books in EPUB format supports a complex set of
document properties. This function brings up a dialog to edit the properties.</paragraph>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex:EditEPUBDocumentProperties" visibility="hidden">Edit the EPUB document properties of the current document</ahelp></paragraph>
<paragraph role="heading" level="3" xml-lang="en-US"><link href="org.openoffice.da.writer2xhtml.oxt/Configuration/Introduction.xhp"
name="Confguration">Edit custom style</link></paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml:EditCustomStyle" id="bm_editcustomstyle"/>
<paragraph role="paragraph" xml-lang="en-US">Edit the custom export style. This style is used if you select
<emph>Custom</emph> as style in the export dialog.</paragraph>
</body>
</helpdocument>

View file

@ -1,95 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<helpdocument version="1.0">
<meta>
<topic id="writer2xhtml-settings" indexer="include">
<title xml-lang="en-US">Toolbar Settings</title>
<filename>org.openoffice.da.writer2xhtml.oxt/settings.xhp</filename>
</topic>
</meta>
<body>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:SettingsDialog" id="bm_settingsdialog"/>
<paragraph role="heading" level="1" xml-lang="en-US">Writer2xhtml Toolbar Settings</paragraph>
<section id="howtoget" xml-lang="en-US">
Select <emph>Tools - Options - Writer2xhtml toolbar - Settings</emph>
</section>
<paragraph role="heading" level="2" xml-lang="en-US">XHTML Export</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Use these settings to configure the behavior of the XHTML export button in the toolbar.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:SettingsXhtmlFormat" id="bm_settingsxhtmlformat"/>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:SettingsXhtmlFormat" visibility="hidden">Select the XHTML format to use when clicking the XHTML export button in the toolbar</ahelp></paragraph>
<paragraph role="heading" level="3" xml-lang="en-US">Format</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Select an XHTML format in the list. This format will be used when you click the XHTML
export button in the toolbar. The default format is HTML5.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:SettingsXhtmlView" id="bm_settingsxhtmlview"/>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:SettingsXhtmlView" visibility="hidden">Choose the desired behavior after export</ahelp></paragraph>
<paragraph role="heading" level="3" xml-lang="en-US">After export</paragraph>
<paragraph role="paragraph" xml-lang="en-US">After export, Writer2xhtml can display the result in a web browser.
Choose the desired behavior in the list.</paragraph>
<list type="unordered">
<listitem>
<paragraph role="paragraph" xml-lang="en-US"><emph>Do nothing</emph> if you do not want to view the result after export</paragraph>
</listitem>
<listitem>
<paragraph role="paragraph" xml-lang="en-US"><emph>Open with default web browser</emph> if you view the result using your
system's default web browser
</paragraph>
</listitem>
<listitem>
<paragraph role="paragraph" xml-lang="en-US"><emph>Open with custom application</emph> if you want to view the result using an application
of your choice.</paragraph>
</listitem>
</list>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:SettingsXhtmlExecutable" id="bm_settingsxhtmlexecutable"/>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:SettingsXhtmlExecutable" visibility="hidden">Enter the full path to the application you wish to use</ahelp></paragraph>
<paragraph role="heading" level="3" xml-lang="en-US">Application</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Enter the full path to the application you wish to use.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:SettingsXhtmlBrowse" id="bm_settingsxhtmlbrowse"/>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:SettingsXhtmlBrowse" visibility="hidden">Browse for the application</ahelp></paragraph>
<paragraph role="heading" level="3" xml-lang="en-US">Browse...</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Click this to open a file dialog, where you can browse for the application.</paragraph>
<paragraph role="heading" level="2" xml-lang="en-US">EPUB Export</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Use these settings to configure the behavior of the EPUB export button in the toolbar.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:SettingsEpubFormat" id="bm_settingsepubformat"/>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:SettingsEpubFormat" visibility="hidden">Select the EPUB format to use when clicking the EPUB export button in the toolbar</ahelp></paragraph>
<paragraph role="heading" level="3" xml-lang="en-US">Format</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Select an EPUB format in the list. This format will be used when you click the EPUB
export button in the toolbar. The default format is EPUB 3.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:SettingsEpubView" id="bm_settingsepubview"/>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:SettingsEpubView" visibility="hidden">Choose the desired behavior after export</ahelp></paragraph>
<paragraph role="heading" level="3" xml-lang="en-US">After export</paragraph>
<paragraph role="paragraph" xml-lang="en-US">After export, Writer2xhtml can display the result in an EPUB reader.
Choose the desired behavior in the list.</paragraph>
<list type="unordered">
<listitem>
<paragraph role="paragraph" xml-lang="en-US"><emph>Do nothing</emph> if you do not want to view the result after export</paragraph>
</listitem>
<listitem>
<paragraph role="paragraph" xml-lang="en-US"><emph>Open with default web browser</emph> if you view the result using your
system's default EPUB reader.
</paragraph>
</listitem>
<listitem>
<paragraph role="paragraph" xml-lang="en-US"><emph>Open with custom application</emph> if you want to view the result using an application
of your choice.</paragraph>
</listitem>
</list>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:SettingsEpubExecutable" id="bm_settingsepubexecutable"/>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:SettingsEpubExecutable" visibility="hidden">Enter the full path to the application you wish to use</ahelp></paragraph>
<paragraph role="heading" level="3" xml-lang="en-US">Application</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Enter the full path to the application you wish to use.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:SettingsEpubBrowse" id="bm_settingsepubbrowse"/>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:SettingsEpubBrowse" visibility="hidden">Browse for the application</ahelp></paragraph>
<paragraph role="heading" level="3" xml-lang="en-US">Browse...</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Click this to open a file dialog, where you can browse for the application.</paragraph>
</body>
</helpdocument>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 890 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 890 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 890 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 890 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 890 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 890 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 890 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

View file

Before

Width:  |  Height:  |  Size: 7.9 KiB

After

Width:  |  Height:  |  Size: 7.9 KiB

View file

Before

Width:  |  Height:  |  Size: 6.3 KiB

After

Width:  |  Height:  |  Size: 6.3 KiB

View file

Before

Width:  |  Height:  |  Size: 6.6 KiB

After

Width:  |  Height:  |  Size: 6.6 KiB

View file

Before

Width:  |  Height:  |  Size: 6 KiB

After

Width:  |  Height:  |  Size: 6 KiB

View file

@ -1,78 +0,0 @@
# Strings for Dialog Library W2XDialogs
0.XhtmlOptions.HelpText=
1.XhtmlOptions.Title=Opcions XHTML (Writer2xhtml)
2.XhtmlOptions.StyleLabel.HelpText=
3.XhtmlOptions.StyleLabel.Label=Estil
4.XhtmlOptions.ConfigLabel.HelpText=
5.XhtmlOptions.ConfigLabel.Label=Fes servir estil
6.XhtmlOptions.Config.HelpText=
17.XhtmlOptions.ScalingLabel.HelpText=
18.XhtmlOptions.ScalingLabel.Label=Escalat
19.XhtmlOptions.Scaling.HelpText=
20.XhtmlOptions.ScalingPercentLabel.HelpText=
21.XhtmlOptions.ScalingPercentLabel.Label=%
22.XhtmlOptions.ColumnScalingLabel.HelpText=
23.XhtmlOptions.ColumnScalingLabel.Label=Escalat columnes
24.XhtmlOptions.ColumnScaling.HelpText=
25.XhtmlOptions.ColumnScalingPercentLabel.HelpText=
26.XhtmlOptions.ColumnScalingPercentLabel.Label=%
27.XhtmlOptions.ConvertToPx.HelpText=
28.XhtmlOptions.ConvertToPx.Label=Converteix unitats en px (pixels)
29.XhtmlOptions.OriginalImageSize.HelpText=
30.XhtmlOptions.OriginalImageSize.Label=Fes servir la mida original d'imatges
31.XhtmlOptions.SpecialContentLabel.HelpText=
32.XhtmlOptions.SpecialContentLabel.Label=Contingut especial
33.XhtmlOptions.Notes.HelpText=
34.XhtmlOptions.Notes.Label=Exporta les notes
35.XhtmlOptions.UseDublinCore.HelpText=
36.XhtmlOptions.UseDublinCore.Label=Exporta les propietats del document (Dublin Core Metadata)
37.XhtmlOptions.AutoCorrectLabel.HelpText=
38.XhtmlOptions.AutoCorrectLabel.Label=Correcci\u00f3 autom\u00e0tica
39.XhtmlOptions.IgnoreHardLineBreaks.HelpText=
40.XhtmlOptions.IgnoreHardLineBreaks.Label=Ignora els salts de l\u00ednia
41.XhtmlOptions.IgnoreEmptyParagraphs.HelpText=
42.XhtmlOptions.IgnoreEmptyParagraphs.Label=Ignora els par\u00e0grafs buits
43.XhtmlOptions.IgnoreDoubleSpaces.HelpText=
44.XhtmlOptions.IgnoreDoubleSpaces.Label=Ignora els espais dobles
45.XhtmlOptions.FilesLabel.HelpText=
46.XhtmlOptions.FilesLabel.Label=Fitxers
47.XhtmlOptions.Split.HelpText=
48.XhtmlOptions.Split.Label=Separa el document als encap\u00e7alaments
49.XhtmlOptions.SplitLevelLabel.HelpText=
50.XhtmlOptions.SplitLevelLabel.Label=Encap\u00e7alament
51.XhtmlOptions.SplitLevel.HelpText=
52.SplitLevel.StringItemList=1
53.SplitLevel.StringItemList=2
54.SplitLevel.StringItemList=3
55.SplitLevel.StringItemList=4
56.SplitLevel.StringItemList=5
57.SplitLevel.StringItemList=6
58.XhtmlOptions.RepeatLevelsLabel.HelpText=
59.XhtmlOptions.RepeatLevelsLabel.Label=Itera els nivells d'encap\u00e7alaments
60.XhtmlOptions.RepeatLevels.HelpText=
61.RepeatLevels.StringItemList=0
62.RepeatLevels.StringItemList=1
63.RepeatLevels.StringItemList=2
64.RepeatLevels.StringItemList=3
65.RepeatLevels.StringItemList=4
66.RepeatLevels.StringItemList=5
67.XhtmlOptions.SaveImagesInSubdir.HelpText=
68.XhtmlOptions.SaveImagesInSubdir.Label=Desa les imatges en un subdirectori
73.XhtmlOptions.ExportButton.HelpText=
74.XhtmlOptions.ExportButton.Label=Exporta
75.XhtmlOptions.CancelButton.HelpText=
76.XhtmlOptions.CancelButton.Label=Cancel\u00b7la
130.Config.StringItemList=Format original
131.Config.StringItemList=Xocolata
132.Config.StringItemList=Mitja nit
133.Config.StringItemList=Modernista
134.Config.StringItemList=Antic
135.Config.StringItemList=Met\u00e0l\u00b7lic
136.Config.StringItemList=Su\u00eds
137.Config.StringItemList=Tradicional
138.Config.StringItemList=Ultramar\u00ed
139.Config.StringItemList=Personalitzat
140.Config.StringItemList=Format original
141.Config.StringItemList=Personalitzat
144.XhtmlOptions.UseMathjax.HelpText=
145.XhtmlOptions.UseMathjax.Label=Use MathJax

View file

@ -1,78 +0,0 @@
# Strings for Dialog Library W2XDialogs
0.XhtmlOptions.HelpText=
1.XhtmlOptions.Title=Mo\u017enosti pro XHTML (Writer2xhtml)
2.XhtmlOptions.StyleLabel.HelpText=
3.XhtmlOptions.StyleLabel.Label=Styl
4.XhtmlOptions.ConfigLabel.HelpText=
5.XhtmlOptions.ConfigLabel.Label=Pou\u017e\u00edt styl
6.XhtmlOptions.Config.HelpText=
17.XhtmlOptions.ScalingLabel.HelpText=
18.XhtmlOptions.ScalingLabel.Label=M\u011b\u0159\u00edtko
19.XhtmlOptions.Scaling.HelpText=
20.XhtmlOptions.ScalingPercentLabel.HelpText=
21.XhtmlOptions.ScalingPercentLabel.Label=%
22.XhtmlOptions.ColumnScalingLabel.HelpText=
23.XhtmlOptions.ColumnScalingLabel.Label=M\u011b\u0159\u00edtko pro sloupce
24.XhtmlOptions.ColumnScaling.HelpText=
25.XhtmlOptions.ColumnScalingPercentLabel.HelpText=
26.XhtmlOptions.ColumnScalingPercentLabel.Label=%
27.XhtmlOptions.ConvertToPx.HelpText=
28.XhtmlOptions.ConvertToPx.Label=P\u0159ev\u00e9st jednotky na px (pixely)
29.XhtmlOptions.OriginalImageSize.HelpText=
30.XhtmlOptions.OriginalImageSize.Label=Pou\u017e\u00edt p\u016fvodn\u00ed velikost obr\u00e1zk\u016f
31.XhtmlOptions.SpecialContentLabel.HelpText=
32.XhtmlOptions.SpecialContentLabel.Label=Zvl\u00e1\u0161tn\u00ed obsah
33.XhtmlOptions.Notes.HelpText=
34.XhtmlOptions.Notes.Label=Exportovat pozn\u00e1mky
35.XhtmlOptions.UseDublinCore.HelpText=
36.XhtmlOptions.UseDublinCore.Label=Exportovat vlastnosti dokumentu (metadata Dublin Core)
37.XhtmlOptions.AutoCorrectLabel.HelpText=
38.XhtmlOptions.AutoCorrectLabel.Label=Automatick\u00e9 opravy
39.XhtmlOptions.IgnoreHardLineBreaks.HelpText=
40.XhtmlOptions.IgnoreHardLineBreaks.Label=Ignorovat ru\u010dn\u00ed zalomen\u00ed \u0159\u00e1dku
41.XhtmlOptions.IgnoreEmptyParagraphs.HelpText=
42.XhtmlOptions.IgnoreEmptyParagraphs.Label=Ignorovat pr\u00e1zdn\u00e9 odstavce
43.XhtmlOptions.IgnoreDoubleSpaces.HelpText=
44.XhtmlOptions.IgnoreDoubleSpaces.Label=Ignorovat dvojit\u00e9 mezery
45.XhtmlOptions.FilesLabel.HelpText=
46.XhtmlOptions.FilesLabel.Label=Soubory
47.XhtmlOptions.Split.HelpText=
48.XhtmlOptions.Split.Label=Rozd\u011blit dokument u nadpis\u016f
49.XhtmlOptions.SplitLevelLabel.HelpText=
50.XhtmlOptions.SplitLevelLabel.Label=\u00darove\u0148 nadpis\u016f
51.XhtmlOptions.SplitLevel.HelpText=
52.SplitLevel.StringItemList=1
53.SplitLevel.StringItemList=2
54.SplitLevel.StringItemList=3
55.SplitLevel.StringItemList=4
56.SplitLevel.StringItemList=5
57.SplitLevel.StringItemList=6
58.XhtmlOptions.RepeatLevelsLabel.HelpText=
59.XhtmlOptions.RepeatLevelsLabel.Label=Opakovat \u00farovn\u011b nadpis\u016f
60.XhtmlOptions.RepeatLevels.HelpText=
61.RepeatLevels.StringItemList=0
62.RepeatLevels.StringItemList=1
63.RepeatLevels.StringItemList=2
64.RepeatLevels.StringItemList=3
65.RepeatLevels.StringItemList=4
66.RepeatLevels.StringItemList=5
67.XhtmlOptions.SaveImagesInSubdir.HelpText=
68.XhtmlOptions.SaveImagesInSubdir.Label=Ulo\u017eit obr\u00e1zky do podadres\u00e1\u0159e
73.XhtmlOptions.ExportButton.HelpText=
74.XhtmlOptions.ExportButton.Label=Exportovat
75.XhtmlOptions.CancelButton.HelpText=
76.XhtmlOptions.CancelButton.Label=Zru\u0161it
130.Config.StringItemList=P\u016fvodn\u00ed form\u00e1tov\u00e1n\u00ed
131.Config.StringItemList=\u010cokol\u00e1da
132.Config.StringItemList=P\u016flnoc
133.Config.StringItemList=Modern\u00ed
134.Config.StringItemList=Star\u00fd
135.Config.StringItemList=Ocelov\u00fd
136.Config.StringItemList=\u0160v\u00fdcarsk\u00fd
137.Config.StringItemList=Tradi\u010dn\u00ed
138.Config.StringItemList=Ultramar\u00ednov\u00fd
139.Config.StringItemList=Vlastn\u00ed
140.Config.StringItemList=P\u016fvodn\u00ed form\u00e1tov\u00e1n\u00ed
141.Config.StringItemList=Vlastn\u00ed
144.XhtmlOptions.UseMathjax.HelpText=
145.XhtmlOptions.UseMathjax.Label=Use MathJax

View file

@ -1,78 +0,0 @@
# Strings for Dialog Library W2XDialogs
0.XhtmlOptions.HelpText=
1.XhtmlOptions.Title=XHTML-indstillinger (Writer2xhtml)
2.XhtmlOptions.StyleLabel.HelpText=
3.XhtmlOptions.StyleLabel.Label=Typografi
4.XhtmlOptions.ConfigLabel.HelpText=
5.XhtmlOptions.ConfigLabel.Label=Anvend typografi
6.XhtmlOptions.Config.HelpText=
17.XhtmlOptions.ScalingLabel.HelpText=
18.XhtmlOptions.ScalingLabel.Label=Skalering
19.XhtmlOptions.Scaling.HelpText=
20.XhtmlOptions.ScalingPercentLabel.HelpText=
21.XhtmlOptions.ScalingPercentLabel.Label=%
22.XhtmlOptions.ColumnScalingLabel.HelpText=
23.XhtmlOptions.ColumnScalingLabel.Label=Kolonneskalering
24.XhtmlOptions.ColumnScaling.HelpText=
25.XhtmlOptions.ColumnScalingPercentLabel.HelpText=
26.XhtmlOptions.ColumnScalingPercentLabel.Label=%
27.XhtmlOptions.ConvertToPx.HelpText=
28.XhtmlOptions.ConvertToPx.Label=Omregn enheder til px (pixels)
29.XhtmlOptions.OriginalImageSize.HelpText=
30.XhtmlOptions.OriginalImageSize.Label=Brug oprindelig billedst\u00f8rrelse
31.XhtmlOptions.SpecialContentLabel.HelpText=
32.XhtmlOptions.SpecialContentLabel.Label=Specielt indhold
33.XhtmlOptions.Notes.HelpText=
34.XhtmlOptions.Notes.Label=Eksporter noter
35.XhtmlOptions.UseDublinCore.HelpText=
36.XhtmlOptions.UseDublinCore.Label=Eksporter dokumentegenskaber (Dublin Core Metadata)
37.XhtmlOptions.AutoCorrectLabel.HelpText=
38.XhtmlOptions.AutoCorrectLabel.Label=Autokorrektur
39.XhtmlOptions.IgnoreHardLineBreaks.HelpText=
40.XhtmlOptions.IgnoreHardLineBreaks.Label=Ignorer manuelle linjeskift
41.XhtmlOptions.IgnoreEmptyParagraphs.HelpText=
42.XhtmlOptions.IgnoreEmptyParagraphs.Label=Ignorer tomme afsnit
43.XhtmlOptions.IgnoreDoubleSpaces.HelpText=
44.XhtmlOptions.IgnoreDoubleSpaces.Label=Ignorer dobbelte mellemrum
45.XhtmlOptions.FilesLabel.HelpText=
46.XhtmlOptions.FilesLabel.Label=Filer
47.XhtmlOptions.Split.HelpText=
48.XhtmlOptions.Split.Label=Del dokumentet ved overskrifter
49.XhtmlOptions.SplitLevelLabel.HelpText=
50.XhtmlOptions.SplitLevelLabel.Label=Overskriftsniveau
51.XhtmlOptions.SplitLevel.HelpText=
52.SplitLevel.StringItemList=1
53.SplitLevel.StringItemList=2
54.SplitLevel.StringItemList=3
55.SplitLevel.StringItemList=4
56.SplitLevel.StringItemList=5
57.SplitLevel.StringItemList=6
58.XhtmlOptions.RepeatLevelsLabel.HelpText=
59.XhtmlOptions.RepeatLevelsLabel.Label=Gentag overskriftsniveauer
60.XhtmlOptions.RepeatLevels.HelpText=
61.RepeatLevels.StringItemList=0
62.RepeatLevels.StringItemList=1
63.RepeatLevels.StringItemList=2
64.RepeatLevels.StringItemList=3
65.RepeatLevels.StringItemList=4
66.RepeatLevels.StringItemList=5
67.XhtmlOptions.SaveImagesInSubdir.HelpText=
68.XhtmlOptions.SaveImagesInSubdir.Label=Gem billeder i undermappe
73.XhtmlOptions.ExportButton.HelpText=
74.XhtmlOptions.ExportButton.Label=Eksporter
75.XhtmlOptions.CancelButton.HelpText=
76.XhtmlOptions.CancelButton.Label=Afbryd
130.Config.StringItemList=Oprindelig formatering
131.Config.StringItemList=Chocolade
132.Config.StringItemList=Midnat
133.Config.StringItemList=Modernistisk
134.Config.StringItemList=Gammeldags
135.Config.StringItemList=St\u00e5l
136.Config.StringItemList=Schweizisk
137.Config.StringItemList=Traditionelt
138.Config.StringItemList=Ultramarine
139.Config.StringItemList=Brugerdefineret
140.Config.StringItemList=Oprindelig formatering
141.Config.StringItemList=Brugerdefineret
144.XhtmlOptions.UseMathjax.HelpText=
145.XhtmlOptions.UseMathjax.Label=Brug MathJax

View file

@ -1,78 +0,0 @@
# Strings for Dialog Library W2XDialogs
0.XhtmlOptions.HelpText=
1.XhtmlOptions.Title=XHTML Optionen (Writer2xhtml)
2.XhtmlOptions.StyleLabel.HelpText=
3.XhtmlOptions.StyleLabel.Label=Stil
4.XhtmlOptions.ConfigLabel.HelpText=
5.XhtmlOptions.ConfigLabel.Label=Folgenden Stil verwenden
6.XhtmlOptions.Config.HelpText=
17.XhtmlOptions.ScalingLabel.HelpText=
18.XhtmlOptions.ScalingLabel.Label=Skalierung
19.XhtmlOptions.Scaling.HelpText=
20.XhtmlOptions.ScalingPercentLabel.HelpText=
21.XhtmlOptions.ScalingPercentLabel.Label=%
22.XhtmlOptions.ColumnScalingLabel.HelpText=
23.XhtmlOptions.ColumnScalingLabel.Label=Spaltenskalierung
24.XhtmlOptions.ColumnScaling.HelpText=
25.XhtmlOptions.ColumnScalingPercentLabel.HelpText=
26.XhtmlOptions.ColumnScalingPercentLabel.Label=%
27.XhtmlOptions.ConvertToPx.HelpText=
28.XhtmlOptions.ConvertToPx.Label=Einheiten in px (Pixel) umwandeln
29.XhtmlOptions.OriginalImageSize.HelpText=
30.XhtmlOptions.OriginalImageSize.Label=Original Bildgr\u00f6\u00dfe verwenden
31.XhtmlOptions.SpecialContentLabel.HelpText=
32.XhtmlOptions.SpecialContentLabel.Label=Besonderer Inhalt
33.XhtmlOptions.Notes.HelpText=
34.XhtmlOptions.Notes.Label=Notizen exportieren
35.XhtmlOptions.UseDublinCore.HelpText=
36.XhtmlOptions.UseDublinCore.Label=Dokumenteneigenschaften exportieren (Dublin Core Metadata)
37.XhtmlOptions.AutoCorrectLabel.HelpText=
38.XhtmlOptions.AutoCorrectLabel.Label=Autokorrektur
39.XhtmlOptions.IgnoreHardLineBreaks.HelpText=
40.XhtmlOptions.IgnoreHardLineBreaks.Label=Harte Zeilenumbr\u00fcche ignorieren
41.XhtmlOptions.IgnoreEmptyParagraphs.HelpText=
42.XhtmlOptions.IgnoreEmptyParagraphs.Label=Leere Abs\u00e4tze ignorieren
43.XhtmlOptions.IgnoreDoubleSpaces.HelpText=
44.XhtmlOptions.IgnoreDoubleSpaces.Label=Doppelte Leerzeichen ignorieren
45.XhtmlOptions.FilesLabel.HelpText=
46.XhtmlOptions.FilesLabel.Label=Dateien
47.XhtmlOptions.Split.HelpText=
48.XhtmlOptions.Split.Label=Dokumente bei \u00dcberschriften trennen
49.XhtmlOptions.SplitLevelLabel.HelpText=
50.XhtmlOptions.SplitLevelLabel.Label=\u00dcberschriftenlevel
51.XhtmlOptions.SplitLevel.HelpText=
52.SplitLevel.StringItemList=1
53.SplitLevel.StringItemList=2
54.SplitLevel.StringItemList=3
55.SplitLevel.StringItemList=4
56.SplitLevel.StringItemList=5
57.SplitLevel.StringItemList=6
58.XhtmlOptions.RepeatLevelsLabel.HelpText=
59.XhtmlOptions.RepeatLevelsLabel.Label=\u00dcberschriftenlevel wiederholen
60.XhtmlOptions.RepeatLevels.HelpText=
61.RepeatLevels.StringItemList=0
62.RepeatLevels.StringItemList=1
63.RepeatLevels.StringItemList=2
64.RepeatLevels.StringItemList=3
65.RepeatLevels.StringItemList=4
66.RepeatLevels.StringItemList=5
67.XhtmlOptions.SaveImagesInSubdir.HelpText=
68.XhtmlOptions.SaveImagesInSubdir.Label=Bilder in Unterverzeichnis speichern
73.XhtmlOptions.ExportButton.HelpText=
74.XhtmlOptions.ExportButton.Label=Exportieren
75.XhtmlOptions.CancelButton.HelpText=
76.XhtmlOptions.CancelButton.Label=Abbrechen
130.Config.StringItemList=Original Formatierungen
131.Config.StringItemList=Chocolate
132.Config.StringItemList=Midnight
133.Config.StringItemList=Modernist
134.Config.StringItemList=Oldstyle
135.Config.StringItemList=Steely
136.Config.StringItemList=Swiss
137.Config.StringItemList=Traditional
138.Config.StringItemList=Ultramarine
139.Config.StringItemList=Benutzerdefiniert
140.Config.StringItemList=Original formatting
141.Config.StringItemList=Benutzerdefiniert
144.XhtmlOptions.UseMathjax.HelpText=
145.XhtmlOptions.UseMathjax.Label=MathJax verwenden

View file

@ -1,87 +0,0 @@
# Strings for Dialog Library W2XDialogs
0.XhtmlOptions.HelpText=
1.XhtmlOptions.Title=XHTML Options (Writer2xhtml)
2.XhtmlOptions.StyleLabel.HelpText=
3.XhtmlOptions.StyleLabel.Label=Style
4.XhtmlOptions.ConfigLabel.HelpText=
5.XhtmlOptions.ConfigLabel.Label=Use style
6.XhtmlOptions.Config.HelpText=
17.XhtmlOptions.ScalingLabel.HelpText=
18.XhtmlOptions.ScalingLabel.Label=Scaling
19.XhtmlOptions.Scaling.HelpText=
20.XhtmlOptions.ScalingPercentLabel.HelpText=
21.XhtmlOptions.ScalingPercentLabel.Label=%
22.XhtmlOptions.ColumnScalingLabel.HelpText=
23.XhtmlOptions.ColumnScalingLabel.Label=Column scaling
24.XhtmlOptions.ColumnScaling.HelpText=
25.XhtmlOptions.ColumnScalingPercentLabel.HelpText=
26.XhtmlOptions.ColumnScalingPercentLabel.Label=%
27.XhtmlOptions.ConvertToPx.HelpText=
28.XhtmlOptions.ConvertToPx.Label=Convert units to px (pixels)
29.XhtmlOptions.OriginalImageSize.HelpText=
30.XhtmlOptions.OriginalImageSize.Label=Use original image size
31.XhtmlOptions.SpecialContentLabel.HelpText=
32.XhtmlOptions.SpecialContentLabel.Label=Special content
33.XhtmlOptions.Notes.HelpText=
34.XhtmlOptions.Notes.Label=Export notes
35.XhtmlOptions.UseDublinCore.HelpText=
36.XhtmlOptions.UseDublinCore.Label=Export document properties (Dublin Core Metadata)
37.XhtmlOptions.AutoCorrectLabel.HelpText=
38.XhtmlOptions.AutoCorrectLabel.Label=AutoCorrect
39.XhtmlOptions.IgnoreHardLineBreaks.HelpText=
40.XhtmlOptions.IgnoreHardLineBreaks.Label=Ignore hard line breaks
41.XhtmlOptions.IgnoreEmptyParagraphs.HelpText=
42.XhtmlOptions.IgnoreEmptyParagraphs.Label=Ignore empty paragraphs
43.XhtmlOptions.IgnoreDoubleSpaces.HelpText=
44.XhtmlOptions.IgnoreDoubleSpaces.Label=Ignore double spaces
45.XhtmlOptions.FilesLabel.HelpText=
46.XhtmlOptions.FilesLabel.Label=Files
47.XhtmlOptions.Split.HelpText=
48.XhtmlOptions.Split.Label=Split document at headings
49.XhtmlOptions.SplitLevelLabel.HelpText=
50.XhtmlOptions.SplitLevelLabel.Label=Heading level
51.XhtmlOptions.SplitLevel.HelpText=
52.SplitLevel.StringItemList=1
53.SplitLevel.StringItemList=2
54.SplitLevel.StringItemList=3
55.SplitLevel.StringItemList=4
56.SplitLevel.StringItemList=5
57.SplitLevel.StringItemList=6
58.XhtmlOptions.RepeatLevelsLabel.HelpText=
59.XhtmlOptions.RepeatLevelsLabel.Label=Repeat heading levels
60.XhtmlOptions.RepeatLevels.HelpText=
61.RepeatLevels.StringItemList=0
62.RepeatLevels.StringItemList=1
63.RepeatLevels.StringItemList=2
64.RepeatLevels.StringItemList=3
65.RepeatLevels.StringItemList=4
66.RepeatLevels.StringItemList=5
67.XhtmlOptions.SaveImagesInSubdir.HelpText=
68.XhtmlOptions.SaveImagesInSubdir.Label=Save images in subdirectory
73.XhtmlOptions.ExportButton.HelpText=
74.XhtmlOptions.ExportButton.Label=Export
75.XhtmlOptions.CancelButton.HelpText=
76.XhtmlOptions.CancelButton.Label=Cancel
130.Config.StringItemList=Original formatting
131.Config.StringItemList=Chocolate
132.Config.StringItemList=Midnight
133.Config.StringItemList=Modernist
134.Config.StringItemList=Oldstyle
135.Config.StringItemList=Steely
136.Config.StringItemList=Swiss
137.Config.StringItemList=Traditional
138.Config.StringItemList=Ultramarine
139.Config.StringItemList=Custom
140.Config.StringItemList=Original formatting
141.Config.StringItemList=Custom
144.XhtmlOptions.UseMathjax.HelpText=
145.XhtmlOptions.UseMathjax.Label=Use MathJax
146.XhtmlOptions.MinimumLetterSpacing.Label=Minimum Letter Spacing
147.XhtmlOptions.MinimumLetterSpacing.HelpText=Minimum Letter Spacing
148.XhtmlOptions.MinLetterSpacing.HelpText=Minimum Letter Spacing Value
152.XhtmlOptions.InlineCSS.Label=Inline CSS
156.XhtmlOptions.EmbedSVG.Label=Embed SVG
160.XhtmlOptions.EmbedImg.Label=Embed images
161.XhtmlOptions.AlignSplitsToPages.Label=Align splits to pages
162.XhtmlOptions.Greenstone.Label=Add Greenstone3 markup
166.XhtmlOptions.MaxWidth.Label=Max width

View file

@ -1,78 +0,0 @@
# Strings for Dialog Library W2XDialogs
0.XhtmlOptions.HelpText=
1.XhtmlOptions.Title=Opciones para XHTML (Writer2xhtml)
2.XhtmlOptions.StyleLabel.HelpText=
3.XhtmlOptions.StyleLabel.Label=Estilo
4.XhtmlOptions.ConfigLabel.HelpText=
5.XhtmlOptions.ConfigLabel.Label=Usar estilo
6.XhtmlOptions.Config.HelpText=
17.XhtmlOptions.ScalingLabel.HelpText=
18.XhtmlOptions.ScalingLabel.Label=Escalado
19.XhtmlOptions.Scaling.HelpText=
20.XhtmlOptions.ScalingPercentLabel.HelpText=
21.XhtmlOptions.ScalingPercentLabel.Label=%
22.XhtmlOptions.ColumnScalingLabel.HelpText=
23.XhtmlOptions.ColumnScalingLabel.Label=Escalado de columna
24.XhtmlOptions.ColumnScaling.HelpText=
25.XhtmlOptions.ColumnScalingPercentLabel.HelpText=
26.XhtmlOptions.ColumnScalingPercentLabel.Label=%
27.XhtmlOptions.ConvertToPx.HelpText=
28.XhtmlOptions.ConvertToPx.Label=Convertir unidades a pixels
29.XhtmlOptions.OriginalImageSize.HelpText=
30.XhtmlOptions.OriginalImageSize.Label=Usar tama\u00f1o original de la imagen
31.XhtmlOptions.SpecialContentLabel.HelpText=
32.XhtmlOptions.SpecialContentLabel.Label=Contenido especial
33.XhtmlOptions.Notes.HelpText=
34.XhtmlOptions.Notes.Label=Exportar notas
35.XhtmlOptions.UseDublinCore.HelpText=
36.XhtmlOptions.UseDublinCore.Label=Exportar propiedades del documento (Dublin Core Metadata)
37.XhtmlOptions.AutoCorrectLabel.HelpText=
38.XhtmlOptions.AutoCorrectLabel.Label=AutoCorregir
39.XhtmlOptions.IgnoreHardLineBreaks.HelpText=
40.XhtmlOptions.IgnoreHardLineBreaks.Label=Ignorar saltos de l\u00ednea
41.XhtmlOptions.IgnoreEmptyParagraphs.HelpText=
42.XhtmlOptions.IgnoreEmptyParagraphs.Label=Ignorar p\u00e1rrafos vac\u00edos
43.XhtmlOptions.IgnoreDoubleSpaces.HelpText=
44.XhtmlOptions.IgnoreDoubleSpaces.Label=Ignorar dobles espacios
45.XhtmlOptions.FilesLabel.HelpText=
46.XhtmlOptions.FilesLabel.Label=Archivos
47.XhtmlOptions.Split.HelpText=
48.XhtmlOptions.Split.Label=Separar documento en cabeceras
49.XhtmlOptions.SplitLevelLabel.HelpText=
50.XhtmlOptions.SplitLevelLabel.Label=Nivel de cabecera
51.XhtmlOptions.SplitLevel.HelpText=
52.SplitLevel.StringItemList=1
53.SplitLevel.StringItemList=2
54.SplitLevel.StringItemList=3
55.SplitLevel.StringItemList=4
56.SplitLevel.StringItemList=5
57.SplitLevel.StringItemList=6
58.XhtmlOptions.RepeatLevelsLabel.HelpText=
59.XhtmlOptions.RepeatLevelsLabel.Label=Repetir nivel de cabecera
60.XhtmlOptions.RepeatLevels.HelpText=
61.RepeatLevels.StringItemList=0
62.RepeatLevels.StringItemList=1
63.RepeatLevels.StringItemList=2
64.RepeatLevels.StringItemList=3
65.RepeatLevels.StringItemList=4
66.RepeatLevels.StringItemList=5
67.XhtmlOptions.SaveImagesInSubdir.HelpText=
68.XhtmlOptions.SaveImagesInSubdir.Label=Salvar im\u00e1genes en subdirectorio
73.XhtmlOptions.ExportButton.HelpText=
74.XhtmlOptions.ExportButton.Label=Exportar
75.XhtmlOptions.CancelButton.HelpText=
76.XhtmlOptions.CancelButton.Label=Cancelar
130.Config.StringItemList=Formato original
131.Config.StringItemList=Chocolate
132.Config.StringItemList=Medianoche
133.Config.StringItemList=Modernista
134.Config.StringItemList=Viejuno
135.Config.StringItemList=Met\u00e1lico
136.Config.StringItemList=Suizo
137.Config.StringItemList=Tradicional
138.Config.StringItemList=Gambitero
139.Config.StringItemList=Personalizado
140.Config.StringItemList=Formato original
141.Config.StringItemList=Personalizado
144.XhtmlOptions.UseMathjax.HelpText=
145.XhtmlOptions.UseMathjax.Label=Use MathJax

View file

@ -1,78 +0,0 @@
# Strings for Dialog Library W2XDialogs
0.XhtmlOptions.HelpText=\u062a\u0646\u0638\u06cc\u0645\u0627\u062a XHTML
1.XhtmlOptions.Title=
2.XhtmlOptions.StyleLabel.HelpText=
3.XhtmlOptions.StyleLabel.Label=\u0642\u0627\u0644\u0628
4.XhtmlOptions.ConfigLabel.HelpText=
5.XhtmlOptions.ConfigLabel.Label=\u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u0627\u0632 \u0642\u0627\u0644\u0628
6.XhtmlOptions.Config.HelpText=
17.XhtmlOptions.ScalingLabel.HelpText=
18.XhtmlOptions.ScalingLabel.Label=Scaling
19.XhtmlOptions.Scaling.HelpText=
20.XhtmlOptions.ScalingPercentLabel.HelpText=
21.XhtmlOptions.ScalingPercentLabel.Label=%
22.XhtmlOptions.ColumnScalingLabel.HelpText=
23.XhtmlOptions.ColumnScalingLabel.Label=Column scaling
24.XhtmlOptions.ColumnScaling.HelpText=
25.XhtmlOptions.ColumnScalingPercentLabel.HelpText=
26.XhtmlOptions.ColumnScalingPercentLabel.Label=%
27.XhtmlOptions.ConvertToPx.HelpText=
28.XhtmlOptions.ConvertToPx.Label=Convert units to px (pixels)
29.XhtmlOptions.OriginalImageSize.HelpText=
30.XhtmlOptions.OriginalImageSize.Label=\u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u0627\u0632 \u0627\u0646\u062f\u0627\u0632\u0647 \u0627\u0635\u0644\u06cc \u0634\u06a9\u0644
31.XhtmlOptions.SpecialContentLabel.HelpText=
32.XhtmlOptions.SpecialContentLabel.Label=Special content
33.XhtmlOptions.Notes.HelpText=
34.XhtmlOptions.Notes.Label=\u0635\u0627\u062f\u0631 \u06a9\u0631\u062f\u0646 \u06cc\u0627\u062f\u0627\u0634\u062a\u200c\u0647\u0627
35.XhtmlOptions.UseDublinCore.HelpText=
36.XhtmlOptions.UseDublinCore.Label=Export document properties (Dublin Core Metadata)
37.XhtmlOptions.AutoCorrectLabel.HelpText=
38.XhtmlOptions.AutoCorrectLabel.Label=\u062a\u0635\u062d\u06cc\u062d \u062e\u0648\u062f\u06a9\u0627\u0631
39.XhtmlOptions.IgnoreHardLineBreaks.HelpText=
40.XhtmlOptions.IgnoreHardLineBreaks.Label=Ignore hard line breaks
41.XhtmlOptions.IgnoreEmptyParagraphs.HelpText=
42.XhtmlOptions.IgnoreEmptyParagraphs.Label=\u0646\u0627\u062f\u06cc\u062f\u0647 \u06af\u0631\u0641\u062a\u0646 \u067e\u0627\u0631\u0627\u06af\u0631\u0627\u0641\u0647\u0627\u06cc \u062e\u0627\u0644\u06cc
43.XhtmlOptions.IgnoreDoubleSpaces.HelpText=
44.XhtmlOptions.IgnoreDoubleSpaces.Label=\u0646\u0627\u062f\u06cc\u062f\u0647 \u06af\u0631\u0641\u062a\u0646 \u0641\u0627\u0635\u0644\u0647\u200c\u0647\u0627\u06cc \u0645\u062a\u0648\u0627\u0644\u06cc
45.XhtmlOptions.FilesLabel.HelpText=
46.XhtmlOptions.FilesLabel.Label=\u067e\u0631\u0648\u0646\u062f\u0647
47.XhtmlOptions.Split.HelpText=
48.XhtmlOptions.Split.Label=\u062a\u0642\u0633\u06cc\u0645 \u0645\u0633\u062a\u0646\u062f \u0628\u0631 \u0627\u0633\u0627\u0633 \u0633\u0631\u0627\u06cc\u0646\u062f
49.XhtmlOptions.SplitLevelLabel.HelpText=
50.XhtmlOptions.SplitLevelLabel.Label=\u0645\u0631\u062a\u0628\u0647 \u0633\u0631\u0627\u06cc\u0646\u062f
51.XhtmlOptions.SplitLevel.HelpText=
52.SplitLevel.StringItemList=1
53.SplitLevel.StringItemList=2
54.SplitLevel.StringItemList=3
55.SplitLevel.StringItemList=4
56.SplitLevel.StringItemList=5
57.SplitLevel.StringItemList=6
58.XhtmlOptions.RepeatLevelsLabel.HelpText=
59.XhtmlOptions.RepeatLevelsLabel.Label=\u062a\u06a9\u0631\u0627\u0631 \u0645\u0631\u062a\u0628\u0647 \u0633\u0631\u0627\u06cc\u0646\u062f
60.XhtmlOptions.RepeatLevels.HelpText=
61.RepeatLevels.StringItemList=0
62.RepeatLevels.StringItemList=1
63.RepeatLevels.StringItemList=2
64.RepeatLevels.StringItemList=3
65.RepeatLevels.StringItemList=4
66.RepeatLevels.StringItemList=5
67.XhtmlOptions.SaveImagesInSubdir.HelpText=
68.XhtmlOptions.SaveImagesInSubdir.Label=\u0630\u062e\u06cc\u0631\u0647 \u0634\u06a9\u0644\u0647\u0627 \u062f\u0631 \u06cc\u06a9 \u0632\u06cc\u0631\u067e\u0648\u0634\u0647
73.XhtmlOptions.ExportButton.HelpText=
74.XhtmlOptions.ExportButton.Label=\u0635\u0627\u062f\u0631 \u06a9\u0631\u062f\u0646
75.XhtmlOptions.CancelButton.HelpText=
76.XhtmlOptions.CancelButton.Label=\u0627\u0646\u0635\u0631\u0627\u0641
130.Config.StringItemList=\u0642\u0627\u0644\u0628 \u0628\u0646\u062f\u06cc \u0627\u0635\u0644\u06cc
131.Config.StringItemList=Chocolate
132.Config.StringItemList=Midnight
133.Config.StringItemList=Modernist
134.Config.StringItemList=Oldstyle
135.Config.StringItemList=Steely
136.Config.StringItemList=Swiss
137.Config.StringItemList=Traditional
138.Config.StringItemList=Ultramarine
139.Config.StringItemList=\u062f\u0644\u062e\u0648\u0627\u0647
140.Config.StringItemList=\u0642\u0627\u0644\u0628 \u0628\u0646\u062f\u06cc \u0627\u0635\u0644\u06cc
141.Config.StringItemList=\u062f\u0644\u062e\u0648\u0627\u0647
144.XhtmlOptions.UseMathjax.HelpText=
145.XhtmlOptions.UseMathjax.Label=Use MathJax

View file

@ -1,78 +0,0 @@
# Strings for Dialog Library W2XDialogs
0.XhtmlOptions.HelpText=
1.XhtmlOptions.Title=XHTML asetukset (Writer2xhtml)
2.XhtmlOptions.StyleLabel.HelpText=
3.XhtmlOptions.StyleLabel.Label=Tyylit
4.XhtmlOptions.ConfigLabel.HelpText=
5.XhtmlOptions.ConfigLabel.Label=K\u00e4yt\u00e4 tyyli\u00e4
6.XhtmlOptions.Config.HelpText=
17.XhtmlOptions.ScalingLabel.HelpText=
18.XhtmlOptions.ScalingLabel.Label=Skaalaus
19.XhtmlOptions.Scaling.HelpText=
20.XhtmlOptions.ScalingPercentLabel.HelpText=
21.XhtmlOptions.ScalingPercentLabel.Label=%
22.XhtmlOptions.ColumnScalingLabel.HelpText=
23.XhtmlOptions.ColumnScalingLabel.Label=Sarakkeen skaalaus
24.XhtmlOptions.ColumnScaling.HelpText=
25.XhtmlOptions.ColumnScalingPercentLabel.HelpText=
26.XhtmlOptions.ColumnScalingPercentLabel.Label=
27.XhtmlOptions.ConvertToPx.HelpText=
28.XhtmlOptions.ConvertToPx.Label=Muunna yksik\u00f6t pikseleiksi (px)
29.XhtmlOptions.OriginalImageSize.HelpText=
30.XhtmlOptions.OriginalImageSize.Label=K\u00e4yt\u00e4 alkuper\u00e4ist\u00e4 kuvakokoa
31.XhtmlOptions.SpecialContentLabel.HelpText=
32.XhtmlOptions.SpecialContentLabel.Label=Muut asetukset
33.XhtmlOptions.Notes.HelpText=
34.XhtmlOptions.Notes.Label=Vie huomautukset
35.XhtmlOptions.UseDublinCore.HelpText=
36.XhtmlOptions.UseDublinCore.Label=Vie dokumentin ominaisuudet (Dublin Core Metadata)
37.XhtmlOptions.AutoCorrectLabel.HelpText=
38.XhtmlOptions.AutoCorrectLabel.Label=Automaattinen korjaus
39.XhtmlOptions.IgnoreHardLineBreaks.HelpText=
40.XhtmlOptions.IgnoreHardLineBreaks.Label=Ohita pakotetut rivinvaihdot
41.XhtmlOptions.IgnoreEmptyParagraphs.HelpText=
42.XhtmlOptions.IgnoreEmptyParagraphs.Label=Ohita tyhj\u00e4t kappaleet
43.XhtmlOptions.IgnoreDoubleSpaces.HelpText=
44.XhtmlOptions.IgnoreDoubleSpaces.Label=Ohita kaksoisv\u00e4lily\u00f6nnit
45.XhtmlOptions.FilesLabel.HelpText=
46.XhtmlOptions.FilesLabel.Label=Tiedostot
47.XhtmlOptions.Split.HelpText=
48.XhtmlOptions.Split.Label=Jaa dokumentti otsikon kohdalta
49.XhtmlOptions.SplitLevelLabel.HelpText=
50.XhtmlOptions.SplitLevelLabel.Label=Otsikkotasot
51.XhtmlOptions.SplitLevel.HelpText=
52.SplitLevel.StringItemList=1
53.SplitLevel.StringItemList=2
54.SplitLevel.StringItemList=3
55.SplitLevel.StringItemList=4
56.SplitLevel.StringItemList=5
57.SplitLevel.StringItemList=6
58.XhtmlOptions.RepeatLevelsLabel.HelpText=
59.XhtmlOptions.RepeatLevelsLabel.Label=Repeat heading levels
60.XhtmlOptions.RepeatLevels.HelpText=
61.RepeatLevels.StringItemList=0
62.RepeatLevels.StringItemList=1
63.RepeatLevels.StringItemList=2
64.RepeatLevels.StringItemList=3
65.RepeatLevels.StringItemList=4
66.RepeatLevels.StringItemList=5
67.XhtmlOptions.SaveImagesInSubdir.HelpText=
68.XhtmlOptions.SaveImagesInSubdir.Label=Tallenna kuva alakansioon
73.XhtmlOptions.ExportButton.HelpText=
74.XhtmlOptions.ExportButton.Label=Vie
75.XhtmlOptions.CancelButton.HelpText=
76.XhtmlOptions.CancelButton.Label=Peruuta
130.Config.StringItemList=Alkuper\u00e4inen muotoilu
131.Config.StringItemList=Suklaa
132.Config.StringItemList=Keskiy\u00f6
133.Config.StringItemList=Moderni
134.Config.StringItemList=Vanhanaikainen
135.Config.StringItemList=Steely
136.Config.StringItemList=Sveitsil\u00e4inen
137.Config.StringItemList=Perinteinen
138.Config.StringItemList=Ultramariini
139.Config.StringItemList=Custom
140.Config.StringItemList=Alkuper\u00e4inen muotoilu
141.Config.StringItemList=Custom
144.XhtmlOptions.UseMathjax.HelpText=
145.XhtmlOptions.UseMathjax.Label=Use MathJax

View file

@ -1,78 +0,0 @@
# Strings for Dialog Library W2XDialogs
0.XhtmlOptions.HelpText=
1.XhtmlOptions.Title=Options XHTML (Writer2xhtml)
2.XhtmlOptions.StyleLabel.HelpText=
3.XhtmlOptions.StyleLabel.Label=Style
4.XhtmlOptions.ConfigLabel.HelpText=
5.XhtmlOptions.ConfigLabel.Label=Utiliser style
6.XhtmlOptions.Config.HelpText=
17.XhtmlOptions.ScalingLabel.HelpText=
18.XhtmlOptions.ScalingLabel.Label=Dimensions
19.XhtmlOptions.Scaling.HelpText=
20.XhtmlOptions.ScalingPercentLabel.HelpText=
21.XhtmlOptions.ScalingPercentLabel.Label=%
22.XhtmlOptions.ColumnScalingLabel.HelpText=
23.XhtmlOptions.ColumnScalingLabel.Label=Dimension des colonnes
24.XhtmlOptions.ColumnScaling.HelpText=
25.XhtmlOptions.ColumnScalingPercentLabel.HelpText=
26.XhtmlOptions.ColumnScalingPercentLabel.Label=%
27.XhtmlOptions.ConvertToPx.HelpText=
28.XhtmlOptions.ConvertToPx.Label=Convertir unit\u00e9s en pixels
29.XhtmlOptions.OriginalImageSize.HelpText=
30.XhtmlOptions.OriginalImageSize.Label=Utiliser la taille d'origine des images
31.XhtmlOptions.SpecialContentLabel.HelpText=
32.XhtmlOptions.SpecialContentLabel.Label=Contenu sp\u00e9cifique
33.XhtmlOptions.Notes.HelpText=
34.XhtmlOptions.Notes.Label=Exporter les notes
35.XhtmlOptions.UseDublinCore.HelpText=
36.XhtmlOptions.UseDublinCore.Label=Exporter les propri\u00e9t\u00e9s du document (Metadonn\u00e9es Dublin Core)
37.XhtmlOptions.AutoCorrectLabel.HelpText=
38.XhtmlOptions.AutoCorrectLabel.Label=Correction automatique
39.XhtmlOptions.IgnoreHardLineBreaks.HelpText=
40.XhtmlOptions.IgnoreHardLineBreaks.Label=Ignorer les sauts de ligne
41.XhtmlOptions.IgnoreEmptyParagraphs.HelpText=
42.XhtmlOptions.IgnoreEmptyParagraphs.Label=Ignorer les paragraphes vides
43.XhtmlOptions.IgnoreDoubleSpaces.HelpText=
44.XhtmlOptions.IgnoreDoubleSpaces.Label=Ignoerer les doubles espaces
45.XhtmlOptions.FilesLabel.HelpText=
46.XhtmlOptions.FilesLabel.Label=Fichiers
47.XhtmlOptions.Split.HelpText=
48.XhtmlOptions.Split.Label=S\u00e9parer le document au niveau des titres
49.XhtmlOptions.SplitLevelLabel.HelpText=
50.XhtmlOptions.SplitLevelLabel.Label=Niveau des titres
51.XhtmlOptions.SplitLevel.HelpText=
52.SplitLevel.StringItemList=1
53.SplitLevel.StringItemList=2
54.SplitLevel.StringItemList=3
55.SplitLevel.StringItemList=4
56.SplitLevel.StringItemList=5
57.SplitLevel.StringItemList=6
58.XhtmlOptions.RepeatLevelsLabel.HelpText=
59.XhtmlOptions.RepeatLevelsLabel.Label=R\u00e9p\u00e9ter le niveau des titres
60.XhtmlOptions.RepeatLevels.HelpText=
61.RepeatLevels.StringItemList=0
62.RepeatLevels.StringItemList=1
63.RepeatLevels.StringItemList=2
64.RepeatLevels.StringItemList=3
65.RepeatLevels.StringItemList=4
66.RepeatLevels.StringItemList=5
67.XhtmlOptions.SaveImagesInSubdir.HelpText=
68.XhtmlOptions.SaveImagesInSubdir.Label=Sauver les images dans un sous-r\u00e9pertoire
73.XhtmlOptions.ExportButton.HelpText=
74.XhtmlOptions.ExportButton.Label=Exporter
75.XhtmlOptions.CancelButton.HelpText=
76.XhtmlOptions.CancelButton.Label=Annuler
130.Config.StringItemList=Format d'origine
131.Config.StringItemList=Chocolat
132.Config.StringItemList=Minuit
133.Config.StringItemList=Contemporain
134.Config.StringItemList=Vieux style
135.Config.StringItemList=M\u00e9tallis\u00e9
136.Config.StringItemList=Suisse
137.Config.StringItemList=Traditionnel
138.Config.StringItemList=Ultramarine
139.Config.StringItemList=Personnalis\u00e9
140.Config.StringItemList=Format d'origine
141.Config.StringItemList=Personnalis\u00e9
144.XhtmlOptions.UseMathjax.HelpText=
145.XhtmlOptions.UseMathjax.Label=Utiliser MathJax

View file

@ -1,78 +0,0 @@
# Strings for Dialog Library W2XDialogs
0.XhtmlOptions.HelpText=
1.XhtmlOptions.Title=Opzioni XHTML (Writer2xhtml)
2.XhtmlOptions.StyleLabel.HelpText=
3.XhtmlOptions.StyleLabel.Label=Stile
4.XhtmlOptions.ConfigLabel.HelpText=
5.XhtmlOptions.ConfigLabel.Label=Usa stile
6.XhtmlOptions.Config.HelpText=
17.XhtmlOptions.ScalingLabel.HelpText=
18.XhtmlOptions.ScalingLabel.Label=Scala
19.XhtmlOptions.Scaling.HelpText=
20.XhtmlOptions.ScalingPercentLabel.HelpText=
21.XhtmlOptions.ScalingPercentLabel.Label=%
22.XhtmlOptions.ColumnScalingLabel.HelpText=
23.XhtmlOptions.ColumnScalingLabel.Label=Scala colonne
24.XhtmlOptions.ColumnScaling.HelpText=
25.XhtmlOptions.ColumnScalingPercentLabel.HelpText=
26.XhtmlOptions.ColumnScalingPercentLabel.Label=%
27.XhtmlOptions.ConvertToPx.HelpText=
28.XhtmlOptions.ConvertToPx.Label=Converti unit\u00e0 a px (pixel)
29.XhtmlOptions.OriginalImageSize.HelpText=
30.XhtmlOptions.OriginalImageSize.Label=Usa le dimensioni originali delle immagini
31.XhtmlOptions.SpecialContentLabel.HelpText=
32.XhtmlOptions.SpecialContentLabel.Label=Contenuti speciali
33.XhtmlOptions.Notes.HelpText=
34.XhtmlOptions.Notes.Label=Esporta le note
35.XhtmlOptions.UseDublinCore.HelpText=
36.XhtmlOptions.UseDublinCore.Label=Esporta le propriet\u00e0 del documento (Dublin Core Metadata)
37.XhtmlOptions.AutoCorrectLabel.HelpText=
38.XhtmlOptions.AutoCorrectLabel.Label=Correzione automatica
39.XhtmlOptions.IgnoreHardLineBreaks.HelpText=
40.XhtmlOptions.IgnoreHardLineBreaks.Label=Ignora le interruzioni di riga manuali
41.XhtmlOptions.IgnoreEmptyParagraphs.HelpText=
42.XhtmlOptions.IgnoreEmptyParagraphs.Label=Ignora i paragrafi vuoti
43.XhtmlOptions.IgnoreDoubleSpaces.HelpText=
44.XhtmlOptions.IgnoreDoubleSpaces.Label=Ignora gli spazi doppi
45.XhtmlOptions.FilesLabel.HelpText=
46.XhtmlOptions.FilesLabel.Label=File
47.XhtmlOptions.Split.HelpText=
48.XhtmlOptions.Split.Label=Dividi il documento alle intestazioni
49.XhtmlOptions.SplitLevelLabel.HelpText=
50.XhtmlOptions.SplitLevelLabel.Label=Livello intestazione
51.XhtmlOptions.SplitLevel.HelpText=
52.SplitLevel.StringItemList=1
53.SplitLevel.StringItemList=2
54.SplitLevel.StringItemList=3
55.SplitLevel.StringItemList=4
56.SplitLevel.StringItemList=5
57.SplitLevel.StringItemList=6
58.XhtmlOptions.RepeatLevelsLabel.HelpText=
59.XhtmlOptions.RepeatLevelsLabel.Label=Ripeti livelli intestazione
60.XhtmlOptions.RepeatLevels.HelpText=
61.RepeatLevels.StringItemList=0
62.RepeatLevels.StringItemList=1
63.RepeatLevels.StringItemList=2
64.RepeatLevels.StringItemList=3
65.RepeatLevels.StringItemList=4
66.RepeatLevels.StringItemList=5
67.XhtmlOptions.SaveImagesInSubdir.HelpText=
68.XhtmlOptions.SaveImagesInSubdir.Label=Salva le immagini in una sottocartella
73.XhtmlOptions.ExportButton.HelpText=
74.XhtmlOptions.ExportButton.Label=Esporta
75.XhtmlOptions.CancelButton.HelpText=
76.XhtmlOptions.CancelButton.Label=Annulla
130.Config.StringItemList=Formattazione originale
131.Config.StringItemList=Cioccolato
132.Config.StringItemList=Mezzanotte
133.Config.StringItemList=Modernista
134.Config.StringItemList=Old style
135.Config.StringItemList=Steel
136.Config.StringItemList=Svizzero
137.Config.StringItemList=Tradizionale
138.Config.StringItemList=Ultramarine
139.Config.StringItemList=Personalizzato
140.Config.StringItemList=Formattazione originale
141.Config.StringItemList=Personalizzato
144.XhtmlOptions.UseMathjax.HelpText=
145.XhtmlOptions.UseMathjax.Label=Use MathJax

View file

@ -1,78 +0,0 @@
# Strings for Dialog Library W2XDialogs
0.XhtmlOptions.HelpText=
1.XhtmlOptions.Title=XHTML-opties (Writer2xhtml)
2.XhtmlOptions.StyleLabel.HelpText=
3.XhtmlOptions.StyleLabel.Label=Stijl
4.XhtmlOptions.ConfigLabel.HelpText=
5.XhtmlOptions.ConfigLabel.Label=Gebruik stijl
6.XhtmlOptions.Config.HelpText=
17.XhtmlOptions.ScalingLabel.HelpText=
18.XhtmlOptions.ScalingLabel.Label=Schalen
19.XhtmlOptions.Scaling.HelpText=
20.XhtmlOptions.ScalingPercentLabel.HelpText=
21.XhtmlOptions.ScalingPercentLabel.Label=%
22.XhtmlOptions.ColumnScalingLabel.HelpText=
23.XhtmlOptions.ColumnScalingLabel.Label=Kolommen schalen
24.XhtmlOptions.ColumnScaling.HelpText=
25.XhtmlOptions.ColumnScalingPercentLabel.HelpText=
26.XhtmlOptions.ColumnScalingPercentLabel.Label=%
27.XhtmlOptions.ConvertToPx.HelpText=
28.XhtmlOptions.ConvertToPx.Label=Converteer eenheden naar pixels (px)
29.XhtmlOptions.OriginalImageSize.HelpText=
30.XhtmlOptions.OriginalImageSize.Label=Gebruik originele afbeeldingsgrootte
31.XhtmlOptions.SpecialContentLabel.HelpText=
32.XhtmlOptions.SpecialContentLabel.Label=Speciale inhoud
33.XhtmlOptions.Notes.HelpText=
34.XhtmlOptions.Notes.Label=Exporteer notities
35.XhtmlOptions.UseDublinCore.HelpText=
36.XhtmlOptions.UseDublinCore.Label=Exporteer documenteigenschappen (Dublin Core Metadata)
37.XhtmlOptions.AutoCorrectLabel.HelpText=
38.XhtmlOptions.AutoCorrectLabel.Label=AutoCorrectie
39.XhtmlOptions.IgnoreHardLineBreaks.HelpText=
40.XhtmlOptions.IgnoreHardLineBreaks.Label=Negeer handmatige regeleindes
41.XhtmlOptions.IgnoreEmptyParagraphs.HelpText=
42.XhtmlOptions.IgnoreEmptyParagraphs.Label=Negeer lege alinea's
43.XhtmlOptions.IgnoreDoubleSpaces.HelpText=
44.XhtmlOptions.IgnoreDoubleSpaces.Label=Negeer dubbele spaties
45.XhtmlOptions.FilesLabel.HelpText=
46.XhtmlOptions.FilesLabel.Label=Bestanden
47.XhtmlOptions.Split.HelpText=
48.XhtmlOptions.Split.Label=Splits document bij alineakoppen
49.XhtmlOptions.SplitLevelLabel.HelpText=
50.XhtmlOptions.SplitLevelLabel.Label=Koppenniveau
51.XhtmlOptions.SplitLevel.HelpText=
52.SplitLevel.StringItemList=1
53.SplitLevel.StringItemList=2
54.SplitLevel.StringItemList=3
55.SplitLevel.StringItemList=4
56.SplitLevel.StringItemList=5
57.SplitLevel.StringItemList=6
58.XhtmlOptions.RepeatLevelsLabel.HelpText=
59.XhtmlOptions.RepeatLevelsLabel.Label=Herhaal koppenniveau
60.XhtmlOptions.RepeatLevels.HelpText=
61.RepeatLevels.StringItemList=0
62.RepeatLevels.StringItemList=1
63.RepeatLevels.StringItemList=2
64.RepeatLevels.StringItemList=3
65.RepeatLevels.StringItemList=4
66.RepeatLevels.StringItemList=5
67.XhtmlOptions.SaveImagesInSubdir.HelpText=
68.XhtmlOptions.SaveImagesInSubdir.Label=Sla plaatjes op in subdirectory
73.XhtmlOptions.ExportButton.HelpText=
74.XhtmlOptions.ExportButton.Label=Exporteer
75.XhtmlOptions.CancelButton.HelpText=
76.XhtmlOptions.CancelButton.Label=Afbreken
130.Config.StringItemList=Origineel formaat
131.Config.StringItemList=Chocolate
132.Config.StringItemList=Midnight
133.Config.StringItemList=Modernist
134.Config.StringItemList=Oldstyle
135.Config.StringItemList=Steely
136.Config.StringItemList=Swiss
137.Config.StringItemList=Traditional
138.Config.StringItemList=Ultramarine
139.Config.StringItemList=Aangepast
140.Config.StringItemList=Origineel formaat
141.Config.StringItemList=Aangepast
144.XhtmlOptions.UseMathjax.HelpText=
145.XhtmlOptions.UseMathjax.Label=Gebruik MathJax

View file

@ -1,78 +0,0 @@
# Strings for Dialog Library W2XDialogs
0.XhtmlOptions.HelpText=
1.XhtmlOptions.Title=XHTML-val (Writer2xhtml)
2.XhtmlOptions.StyleLabel.HelpText=
3.XhtmlOptions.StyleLabel.Label=Stil
4.XhtmlOptions.ConfigLabel.HelpText=
5.XhtmlOptions.ConfigLabel.Label=Nytt stil
6.XhtmlOptions.Config.HelpText=
17.XhtmlOptions.ScalingLabel.HelpText=
18.XhtmlOptions.ScalingLabel.Label=Skalering
19.XhtmlOptions.Scaling.HelpText=
20.XhtmlOptions.ScalingPercentLabel.HelpText=
21.XhtmlOptions.ScalingPercentLabel.Label=%
22.XhtmlOptions.ColumnScalingLabel.HelpText=
23.XhtmlOptions.ColumnScalingLabel.Label=Kolonneskalering
24.XhtmlOptions.ColumnScaling.HelpText=
25.XhtmlOptions.ColumnScalingPercentLabel.HelpText=
26.XhtmlOptions.ColumnScalingPercentLabel.Label=%
27.XhtmlOptions.ConvertToPx.HelpText=
28.XhtmlOptions.ConvertToPx.Label=Konverter einingar til px (pikslar)
29.XhtmlOptions.OriginalImageSize.HelpText=
30.XhtmlOptions.OriginalImageSize.Label=Nytt opphavleg biletstorleik
31.XhtmlOptions.SpecialContentLabel.HelpText=
32.XhtmlOptions.SpecialContentLabel.Label=Spesielt innhald
33.XhtmlOptions.Notes.HelpText=
34.XhtmlOptions.Notes.Label=Eksporter merknader
35.XhtmlOptions.UseDublinCore.HelpText=
36.XhtmlOptions.UseDublinCore.Label=Eksporter dokumenteigenskapar (Dublin Core metadata)
37.XhtmlOptions.AutoCorrectLabel.HelpText=
38.XhtmlOptions.AutoCorrectLabel.Label=Autokorriger
39.XhtmlOptions.IgnoreHardLineBreaks.HelpText=
40.XhtmlOptions.IgnoreHardLineBreaks.Label=Ignorer hard linjeskift
41.XhtmlOptions.IgnoreEmptyParagraphs.HelpText=
42.XhtmlOptions.IgnoreEmptyParagraphs.Label=Ignorer tomme avsnitt
43.XhtmlOptions.IgnoreDoubleSpaces.HelpText=
44.XhtmlOptions.IgnoreDoubleSpaces.Label=Ignorer doble mellomrom
45.XhtmlOptions.FilesLabel.HelpText=
46.XhtmlOptions.FilesLabel.Label=Filer
47.XhtmlOptions.Split.HelpText=
48.XhtmlOptions.Split.Label=Del dokumentet ved overskrifter
49.XhtmlOptions.SplitLevelLabel.HelpText=
50.XhtmlOptions.SplitLevelLabel.Label=Overskriftsniv\u00e5
51.XhtmlOptions.SplitLevel.HelpText=
52.SplitLevel.StringItemList=1
53.SplitLevel.StringItemList=2
54.SplitLevel.StringItemList=3
55.SplitLevel.StringItemList=4
56.SplitLevel.StringItemList=5
57.SplitLevel.StringItemList=6
58.XhtmlOptions.RepeatLevelsLabel.HelpText=
59.XhtmlOptions.RepeatLevelsLabel.Label=Gjenta overskriftsniv\u00e5
60.XhtmlOptions.RepeatLevels.HelpText=
61.RepeatLevels.StringItemList=0
62.RepeatLevels.StringItemList=1
63.RepeatLevels.StringItemList=2
64.RepeatLevels.StringItemList=3
65.RepeatLevels.StringItemList=4
66.RepeatLevels.StringItemList=5
67.XhtmlOptions.SaveImagesInSubdir.HelpText=
68.XhtmlOptions.SaveImagesInSubdir.Label=Lagre bilete i undermappe
73.XhtmlOptions.ExportButton.HelpText=
74.XhtmlOptions.ExportButton.Label=Eksporter
75.XhtmlOptions.CancelButton.HelpText=
76.XhtmlOptions.CancelButton.Label=Avbryt
130.Config.StringItemList=Opphavleg formatering
131.Config.StringItemList=Sjokolade
132.Config.StringItemList=Midnatt
133.Config.StringItemList=Modernist
134.Config.StringItemList=Gamaldags
135.Config.StringItemList=St\u00e5l
136.Config.StringItemList=Sveitsisk
137.Config.StringItemList=Tradisjonell
138.Config.StringItemList=Ultramarin
139.Config.StringItemList=Eigendefinert
140.Config.StringItemList=Opphavleg formatering
141.Config.StringItemList=Eigendefinert
144.XhtmlOptions.UseMathjax.HelpText=
145.XhtmlOptions.UseMathjax.Label=Use MathJax

View file

@ -1,78 +0,0 @@
# Strings for Dialog Library W2XDialogs
0.XhtmlOptions.HelpText=
1.XhtmlOptions.Title=Opcje XHTML (Writer2xhtml)
2.XhtmlOptions.StyleLabel.HelpText=
3.XhtmlOptions.StyleLabel.Label=Styl
4.XhtmlOptions.ConfigLabel.HelpText=
5.XhtmlOptions.ConfigLabel.Label=U\u017cyj stylu
6.XhtmlOptions.Config.HelpText=
17.XhtmlOptions.ScalingLabel.HelpText=
18.XhtmlOptions.ScalingLabel.Label=Skalowanie
19.XhtmlOptions.Scaling.HelpText=
20.XhtmlOptions.ScalingPercentLabel.HelpText=
21.XhtmlOptions.ScalingPercentLabel.Label=%
22.XhtmlOptions.ColumnScalingLabel.HelpText=
23.XhtmlOptions.ColumnScalingLabel.Label=Skalowanie kolumny
24.XhtmlOptions.ColumnScaling.HelpText=
25.XhtmlOptions.ColumnScalingPercentLabel.HelpText=
26.XhtmlOptions.ColumnScalingPercentLabel.Label=%
27.XhtmlOptions.ConvertToPx.HelpText=
28.XhtmlOptions.ConvertToPx.Label=Skonwertuj jednostki do pikseli
29.XhtmlOptions.OriginalImageSize.HelpText=
30.XhtmlOptions.OriginalImageSize.Label=U\u017cyj oryginalnych rozmiar\u00f3w rysunk\u00f3w
31.XhtmlOptions.SpecialContentLabel.HelpText=
32.XhtmlOptions.SpecialContentLabel.Label=Zawarto\u015b\u0107 specjalna
33.XhtmlOptions.Notes.HelpText=
34.XhtmlOptions.Notes.Label=Eksportuj notatki
35.XhtmlOptions.UseDublinCore.HelpText=
36.XhtmlOptions.UseDublinCore.Label=Eksportuj w\u0142a\u015bciwo\u015bci dokumentu (metadane)
37.XhtmlOptions.AutoCorrectLabel.HelpText=
38.XhtmlOptions.AutoCorrectLabel.Label=Automatyczna korekcja
39.XhtmlOptions.IgnoreHardLineBreaks.HelpText=
40.XhtmlOptions.IgnoreHardLineBreaks.Label=Ignoruj twarde \u0142amania linii
41.XhtmlOptions.IgnoreEmptyParagraphs.HelpText=
42.XhtmlOptions.IgnoreEmptyParagraphs.Label=Ignoruj puste paragrafy
43.XhtmlOptions.IgnoreDoubleSpaces.HelpText=
44.XhtmlOptions.IgnoreDoubleSpaces.Label=Ignoruj podw\u00f3jne odst\u0119py
45.XhtmlOptions.FilesLabel.HelpText=
46.XhtmlOptions.FilesLabel.Label=Pliki
47.XhtmlOptions.Split.HelpText=
48.XhtmlOptions.Split.Label=Podziel dokument w miejscu nag\u0142\u00f3wk\u00f3w
49.XhtmlOptions.SplitLevelLabel.HelpText=
50.XhtmlOptions.SplitLevelLabel.Label=Poziom nag\u0142\u00f3wk\u00f3w
51.XhtmlOptions.SplitLevel.HelpText=
52.SplitLevel.StringItemList=1
53.SplitLevel.StringItemList=2
54.SplitLevel.StringItemList=3
55.SplitLevel.StringItemList=4
56.SplitLevel.StringItemList=5
57.SplitLevel.StringItemList=6
58.XhtmlOptions.RepeatLevelsLabel.HelpText=
59.XhtmlOptions.RepeatLevelsLabel.Label=Powt\u00f3rz poziomy nag\u0142\u00f3wk\u00f3w
60.XhtmlOptions.RepeatLevels.HelpText=
61.RepeatLevels.StringItemList=0
62.RepeatLevels.StringItemList=1
63.RepeatLevels.StringItemList=2
64.RepeatLevels.StringItemList=3
65.RepeatLevels.StringItemList=4
66.RepeatLevels.StringItemList=5
67.XhtmlOptions.SaveImagesInSubdir.HelpText=
68.XhtmlOptions.SaveImagesInSubdir.Label=Zapisz rysunki w podkatalogu
73.XhtmlOptions.ExportButton.HelpText=
74.XhtmlOptions.ExportButton.Label=Eksportuj
75.XhtmlOptions.CancelButton.HelpText=
76.XhtmlOptions.CancelButton.Label=Anuluj
130.Config.StringItemList=Formatowanie oryginalne
131.Config.StringItemList=Czekolada
132.Config.StringItemList=P\u00f3\u0142noc
133.Config.StringItemList=Modernistyczne
134.Config.StringItemList=W starym stylu
135.Config.StringItemList=Stalowe
136.Config.StringItemList=Szwajcarskie
137.Config.StringItemList=Tradycyjne
138.Config.StringItemList=Ultramaryna
139.Config.StringItemList=U\u017cytkownika
140.Config.StringItemList=Formatowanie oryginalne
141.Config.StringItemList=U\u017cytkownika
144.XhtmlOptions.UseMathjax.HelpText=
145.XhtmlOptions.UseMathjax.Label=Use MathJax

View file

@ -1,78 +0,0 @@
# Strings for Dialog Library W2XDialogs
0.XhtmlOptions.HelpText=
1.XhtmlOptions.Title=Op\u00e7\u00f5es de XHTML (Writer2xhtml)
2.XhtmlOptions.StyleLabel.HelpText=
3.XhtmlOptions.StyleLabel.Label=Estilo
4.XhtmlOptions.ConfigLabel.HelpText=
5.XhtmlOptions.ConfigLabel.Label=Usar estilo
6.XhtmlOptions.Config.HelpText=
17.XhtmlOptions.ScalingLabel.HelpText=
18.XhtmlOptions.ScalingLabel.Label=Escala
19.XhtmlOptions.Scaling.HelpText=
20.XhtmlOptions.ScalingPercentLabel.HelpText=
21.XhtmlOptions.ScalingPercentLabel.Label=%
22.XhtmlOptions.ColumnScalingLabel.HelpText=
23.XhtmlOptions.ColumnScalingLabel.Label=Largura da coluna
24.XhtmlOptions.ColumnScaling.HelpText=
25.XhtmlOptions.ColumnScalingPercentLabel.HelpText=
26.XhtmlOptions.ColumnScalingPercentLabel.Label=
27.XhtmlOptions.ConvertToPx.HelpText=
28.XhtmlOptions.ConvertToPx.Label=Converter unidades para px (pixels)
29.XhtmlOptions.OriginalImageSize.HelpText=
30.XhtmlOptions.OriginalImageSize.Label=Usar tamanho original da imagem
31.XhtmlOptions.SpecialContentLabel.HelpText=
32.XhtmlOptions.SpecialContentLabel.Label=Conte\u00fado especial
33.XhtmlOptions.Notes.HelpText=
34.XhtmlOptions.Notes.Label=Exportar notas
35.XhtmlOptions.UseDublinCore.HelpText=
36.XhtmlOptions.UseDublinCore.Label=Exportar propriedades do documento (Dublin Core MetaData)
37.XhtmlOptions.AutoCorrectLabel.HelpText=
38.XhtmlOptions.AutoCorrectLabel.Label=Autocorre\u00e7\u00e3o
39.XhtmlOptions.IgnoreHardLineBreaks.HelpText=
40.XhtmlOptions.IgnoreHardLineBreaks.Label=Ignorar quebras de linhas for\u00e7adas
41.XhtmlOptions.IgnoreEmptyParagraphs.HelpText=
42.XhtmlOptions.IgnoreEmptyParagraphs.Label=Ignorar par\u00e1grafos vazios
43.XhtmlOptions.IgnoreDoubleSpaces.HelpText=
44.XhtmlOptions.IgnoreDoubleSpaces.Label=Ignorar espa\u00e7os duplicados
45.XhtmlOptions.FilesLabel.HelpText=
46.XhtmlOptions.FilesLabel.Label=Arquivos
47.XhtmlOptions.Split.HelpText=
48.XhtmlOptions.Split.Label=Dividir documento nos cabe\u00e7alhos
49.XhtmlOptions.SplitLevelLabel.HelpText=
50.XhtmlOptions.SplitLevelLabel.Label=N\u00edvel de cabe\u00e7alho
51.XhtmlOptions.SplitLevel.HelpText=
52.SplitLevel.StringItemList=1
53.SplitLevel.StringItemList=2
54.SplitLevel.StringItemList=3
55.SplitLevel.StringItemList=4
56.SplitLevel.StringItemList=5
57.SplitLevel.StringItemList=6
58.XhtmlOptions.RepeatLevelsLabel.HelpText=
59.XhtmlOptions.RepeatLevelsLabel.Label=Repetir n\u00edveis de cabe\u00e7alho
60.XhtmlOptions.RepeatLevels.HelpText=
61.RepeatLevels.StringItemList=0
62.RepeatLevels.StringItemList=1
63.RepeatLevels.StringItemList=2
64.RepeatLevels.StringItemList=3
65.RepeatLevels.StringItemList=4
66.RepeatLevels.StringItemList=5
67.XhtmlOptions.SaveImagesInSubdir.HelpText=
68.XhtmlOptions.SaveImagesInSubdir.Label=Salvar imagens em subdiret\u00f3rio
73.XhtmlOptions.ExportButton.HelpText=
74.XhtmlOptions.ExportButton.Label=Exportar
75.XhtmlOptions.CancelButton.HelpText=
76.XhtmlOptions.CancelButton.Label=Cancelar
130.Config.StringItemList=Formata\u00e7\u00e3o original
131.Config.StringItemList=Chocolate
132.Config.StringItemList=Midnight
133.Config.StringItemList=Modernist
134.Config.StringItemList=Oldstyle
135.Config.StringItemList=Steely
136.Config.StringItemList=Swiss
137.Config.StringItemList=Traditional
138.Config.StringItemList=Ultramarine
139.Config.StringItemList=Padr\u00e3o
140.Config.StringItemList=Formata\u00e7\u00e3o original
141.Config.StringItemList=Padr\u00e3o
144.XhtmlOptions.UseMathjax.HelpText=
145.XhtmlOptions.UseMathjax.Label=Use MathJax

View file

@ -1,88 +0,0 @@
# Strings for Dialog Library W2XDialogs
0.XhtmlOptions.HelpText=
1.XhtmlOptions.Title=\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b XHTML (Writer2xhtml)
2.XhtmlOptions.StyleLabel.HelpText=
3.XhtmlOptions.StyleLabel.Label=\u0421\u0442\u0438\u043b\u044c
4.XhtmlOptions.ConfigLabel.HelpText=
5.XhtmlOptions.ConfigLabel.Label=\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u0441\u0442\u0438\u043b\u044c
6.XhtmlOptions.Config.HelpText=
17.XhtmlOptions.ScalingLabel.HelpText=
18.XhtmlOptions.ScalingLabel.Label=\u041c\u0430\u0441\u0448\u0442\u0430\u0431
19.XhtmlOptions.Scaling.HelpText=
20.XhtmlOptions.ScalingPercentLabel.HelpText=
21.XhtmlOptions.ScalingPercentLabel.Label=%
22.XhtmlOptions.ColumnScalingLabel.HelpText=
23.XhtmlOptions.ColumnScalingLabel.Label=\u0420\u0430\u0437\u043c\u0435\u0440 \u043a\u043e\u043b\u043e\u043d\u043e\u043a
24.XhtmlOptions.ColumnScaling.HelpText=
25.XhtmlOptions.ColumnScalingPercentLabel.HelpText=
26.XhtmlOptions.ColumnScalingPercentLabel.Label=%
27.XhtmlOptions.ConvertToPx.HelpText=
28.XhtmlOptions.ConvertToPx.Label=\u041f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u0442\u044c \u0432 \u043f\u0438\u043a\u0441\u0435\u043b\u0438 (px)
29.XhtmlOptions.OriginalImageSize.HelpText=
30.XhtmlOptions.OriginalImageSize.Label=\u041e\u0440\u0438\u0433\u0438\u043d\u0430\u043b\u044c\u043d\u044b\u0439 \u0440\u0430\u0437\u043c\u0435\u0440 \u0440\u0438\u0441\u0443\u043d\u043a\u043e\u0432
31.XhtmlOptions.SpecialContentLabel.HelpText=
32.XhtmlOptions.SpecialContentLabel.Label=\u0421\u043f\u0435\u0446\u0438\u0430\u043b\u044c\u043d\u043e\u0435 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435
33.XhtmlOptions.Notes.HelpText=
34.XhtmlOptions.Notes.Label=\u042d\u043a\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0437\u0430\u043c\u0435\u0442\u043a\u0438
35.XhtmlOptions.UseDublinCore.HelpText=
36.XhtmlOptions.UseDublinCore.Label=\u042d\u043a\u0441\u043f\u043e\u0440\u0442. \u0441\u0432\u043e\u0439\u0441\u0442\u0432\u0430 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430 (Dublin Core Metadata)
37.XhtmlOptions.AutoCorrectLabel.HelpText=
38.XhtmlOptions.AutoCorrectLabel.Label=\u0410\u0432\u0442\u043e\u043a\u043e\u0440\u0440\u0435\u043a\u0442\u0438\u0440\u043e\u0432\u043a\u0430
39.XhtmlOptions.IgnoreHardLineBreaks.HelpText=
40.XhtmlOptions.IgnoreHardLineBreaks.Label=\u0418\u0433\u043d\u043e\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0440\u0430\u0437\u0440\u044b\u0432\u044b \u0441\u0442\u0440\u043e\u043a
41.XhtmlOptions.IgnoreEmptyParagraphs.HelpText=
42.XhtmlOptions.IgnoreEmptyParagraphs.Label=\u0418\u0433\u043d\u043e\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043f\u0443\u0441\u0442\u044b\u0435 \u043f\u0430\u0440\u0430\u0433\u0440\u0430\u0444\u044b
43.XhtmlOptions.IgnoreDoubleSpaces.HelpText=
44.XhtmlOptions.IgnoreDoubleSpaces.Label=\u0418\u0433\u043d\u043e\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0434\u0432\u043e\u0439\u043d\u044b\u0435 \u043f\u0440\u043e\u0431\u0435\u043b\u044b
45.XhtmlOptions.FilesLabel.HelpText=
46.XhtmlOptions.FilesLabel.Label=\u0424\u0430\u0439\u043b\u044b
47.XhtmlOptions.Split.HelpText=
48.XhtmlOptions.Split.Label=\u0420\u0430\u0437\u0431\u0438\u0432\u0430\u0442\u044c \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442 \u043f\u043e \u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043a\u0430\u043c
49.XhtmlOptions.SplitLevelLabel.HelpText=
50.XhtmlOptions.SplitLevelLabel.Label=\u0423\u0440\u043e\u0432\u0435\u043d\u044c \u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043a\u043e\u0432
51.XhtmlOptions.SplitLevel.HelpText=
52.SplitLevel.StringItemList=1
53.SplitLevel.StringItemList=2
54.SplitLevel.StringItemList=3
55.SplitLevel.StringItemList=4
56.SplitLevel.StringItemList=5
57.SplitLevel.StringItemList=6
58.XhtmlOptions.RepeatLevelsLabel.HelpText=
59.XhtmlOptions.RepeatLevelsLabel.Label=\u041f\u043e\u0432\u0442\u043e\u0440\u044f\u0442\u044c \u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043a\u0438 \u043d\u0430 \u0443\u0440\u043e\u0432\u043d\u0435
60.XhtmlOptions.RepeatLevels.HelpText=
61.RepeatLevels.StringItemList=0
62.RepeatLevels.StringItemList=1
63.RepeatLevels.StringItemList=2
64.RepeatLevels.StringItemList=3
65.RepeatLevels.StringItemList=4
66.RepeatLevels.StringItemList=5
67.XhtmlOptions.SaveImagesInSubdir.HelpText=
68.XhtmlOptions.SaveImagesInSubdir.Label=\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f \u0432 \u043f\u043e\u0434\u043a\u0430\u0442\u0430\u043b\u043e\u0433
73.XhtmlOptions.ExportButton.HelpText=
74.XhtmlOptions.ExportButton.Label=\u042d\u043a\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c
75.XhtmlOptions.CancelButton.HelpText=
76.XhtmlOptions.CancelButton.Label=\u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c
130.Config.StringItemList=\u041e\u0440\u0438\u0433\u0438\u043d\u0430\u043b\u044c\u043d\u043e\u0435 \u0444\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435
131.Config.StringItemList=\u0428\u043e\u043a\u043e\u043b\u0430\u0434
132.Config.StringItemList=\u041f\u043e\u043b\u0443\u043d\u043e\u0447\u044c
133.Config.StringItemList=\u041c\u043e\u0434\u0435\u0440\u043d
134.Config.StringItemList=\u0420\u0435\u0442\u0440\u043e
135.Config.StringItemList=\u0421\u0442\u0430\u043b\u044c
136.Config.StringItemList=\u0428\u0432\u0435\u0446\u0438\u044f
137.Config.StringItemList=\u0422\u0440\u0430\u0434\u0438\u0446\u0438\u043e\u043d\u043d\u044b\u0439
138.Config.StringItemList=\u0423\u043b\u044c\u0442\u0440\u0430\u043c\u0430\u0440\u0438\u043d
139.Config.StringItemList=\u0412\u044b\u0431\u043e\u0440\u043e\u0447\u043d\u044b\u0439
140.Config.StringItemList=\u041e\u0440\u0438\u0433\u0438\u043d\u0430\u043b\u044c\u043d\u043e\u0435 \u0444\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435
141.Config.StringItemList=\u0412\u044b\u0431\u043e\u0440\u043e\u0447\u043d\u044b\u0439
144.XhtmlOptions.UseMathjax.HelpText=
145.XhtmlOptions.UseMathjax.Label=Use MathJax
146.XhtmlOptions.MinimumLetterSpacing.Label=\u041C\u0438\u043D\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043C\u0435\u0436\u0441\u0438\u043C\u0432\u043E\u043B\u044C\u043D\u043E\u0435 \u0440\u0430\u0441\u0441\u0442\u043E\u044F\u043D\u0438\u0435
147.XhtmlOptions.MinimumLetterSpacing.HelpText=\u041C\u0438\u043D\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043C\u0435\u0436\u0441\u0438\u043C\u0432\u043E\u043B\u044C\u043D\u043E\u0435 \u0440\u0430\u0441\u0441\u0442\u043E\u044F\u043D\u0438\u0435
148.XhtmlOptions.MinLetterSpacing.HelpText=\u041C\u0438\u043D\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043C\u0435\u0436\u0441\u0438\u043C\u0432\u043E\u043B\u044C\u043D\u043E\u0435 \u0440\u0430\u0441\u0441\u0442\u043E\u044F\u043D\u0438\u0435
152.XhtmlOptions.InlineCSS.Label=Inline CSS
156.XhtmlOptions.EmbedSVG.Label=\u0412\u0441\u0442\u0440\u043E\u0438\u0442\u044C SVG
160.XhtmlOptions.EmbedImg.Label=\u0412\u0441\u0442\u0440\u043E\u0438\u0442\u044C images
161.XhtmlOptions.AlignSplitsToPages.Label=\u0420\u0430\u0437\u0434\u0435\u043b\u044f\u0442\u044c \u043f\u043e \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430\u043c
162.XhtmlOptions.Greenstone.Label=\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0440\u0430\u0437\u043c\u0435\u0442\u043a\u0443 \u0434\u043b\u044f Greenstone3
166.XhtmlOptions.MaxWidth.Label=\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u0430\u044f \u0448\u0438\u0440\u0438\u043d\u0430

Some files were not shown because too many files have changed in this diff Show more