Started modifying project structure

This commit is contained in:
Georgy Litvinov 2020-12-13 14:03:25 +01:00
parent 4e16ed01c2
commit 1e4ee37f89
566 changed files with 3340 additions and 176 deletions

View file

@ -0,0 +1,24 @@
<?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/export_calc.xhp">XHTML Export (Calc)</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

@ -0,0 +1,71 @@
<?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

@ -0,0 +1,97 @@
<?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

@ -0,0 +1,58 @@
<?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

@ -0,0 +1,25 @@
<?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

@ -0,0 +1,80 @@
<?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

@ -0,0 +1,53 @@
<?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

@ -0,0 +1,70 @@
<?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

@ -0,0 +1,107 @@
<?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

@ -0,0 +1,245 @@
<?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

@ -0,0 +1,134 @@
<?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

@ -0,0 +1,207 @@
<?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

@ -0,0 +1,123 @@
<?xml version="1.0" encoding="UTF-8"?>
<helpdocument version="1.0">
<meta>
<topic id="writer2xhtml-export-calc" indexer="include">
<title xml-lang="en-US">XHTML Export (Calc)</title>
<filename>org.openoffice.da.writer2xhtml.oxt/export_calc.xhp</filename>
</topic>
</meta>
<body>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:OptionsCalc" id="bm_optionscalc"/>
<paragraph role="heading" level="1" xml-lang="en-US">XHTML Export (Calc)</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 - HTML5</emph><br/>
or click the <emph>HTML5-button</emph> in the toolbar
</section>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:OptionsCalcConfig" id="bm_optionscalc_config"/>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:OptionsCalcConfig" visibility="hidden">Select the style to use for the XHTML document</ahelp></paragraph>
<embed href="org.openoffice.da.writer2xhtml.oxt/export.xhp#split1"/>
<list type="unordered">
<listitem>
<embed href="org.openoffice.da.writer2xhtml.oxt/export.xhp#split2"/>
</listitem>
<listitem>
<paragraph role="paragraph" xml-lang="en-US"><emph>Custom</emph> is a user defined format.
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:OptionsCalcScaling" id="bm_optionscalc_scaling"/>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:OptionsCalcScaling" 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"/>
<embed href="org.openoffice.da.writer2xhtml.oxt/export.xhp#scaling2"/>
<embed href="org.openoffice.da.writer2xhtml.oxt/export.xhp#scaling3"/>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:OptionsCalcColumnScaling" id="bm_optionscalc_columnscaling"/>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:OptionsCalcColumnScaling" 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:OptionsCalcConvertToPx" id="bm_optionscalc_converttopx"/>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:OptionsCalcConvertToPx" 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"/>
<embed href="org.openoffice.da.writer2xhtml.oxt/export.xhp#converttopx3"/>
<embed href="org.openoffice.da.writer2xhtml.oxt/export.xhp#converttopx4"/>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:OptionsCalcOriginalImageSize" id="bm_optionscalc_originalimagesize"/>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:OptionsCalcOriginalImageSize" visibility="hidden">Check this to use the natural size of images rather than the size defined in the document</ahelp></paragraph>
<embed href="org.openoffice.da.writer2xhtml.oxt/export.xhp#originalimagesize"/>
<embed href="org.openoffice.da.writer2xhtml.oxt/export.xhp#special"/>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:OptionsCalcNotes" id="bm_optionscalc_notes"/>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:OptionsCalcOriginalImageSize" 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"/>
<embed href="org.openoffice.da.writer2xhtml.oxt/export.xhp#notes2"/>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:OptionsCalcUseDublinCore" id="bm_optionscalc_usedublincore"/>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:OptionsCalcUseDublinCore" visibility="hidden">Check this if you want to export all meta data (using the Dublin Core standard)</ahelp></paragraph>
<embed href="org.openoffice.da.writer2xhtml.oxt/export.xhp#usedublincore"/>
<paragraph role="heading" level="2" xml-lang="en-US">Sheets</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:OptionsCalcDisplayHiddenSheets" id="bm_optionsdisplayhiddensheets"/>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:OptionsCalcDisplayHiddenSheets" visibility="hidden">Check this to display all sheets, even if they are hidden</ahelp></paragraph>
<paragraph role="heading" level="3" xml-lang="en-US">Display hidden sheets</paragraph>
<paragraph role="paragraph" xml-lang="en-US">If you have chosen to hide some sheets in %PRODUCTNAME Calc, you can select this
option if you want to display them in the XHTML document anyway.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:OptionsCalcDisplayHiddenRowsCols" id="bm_optionscalc_displayhiddenrowscols"/>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:OptionsCalcDisplayHiddenRowsCols" visibility="hidden">Check this to display all rows and columns, even if they are hidden</ahelp></paragraph>
<paragraph role="heading" level="3" xml-lang="en-US">Display hidden rows and columns</paragraph>
<paragraph role="paragraph" xml-lang="en-US">The same applies, if you have chosen to hide some columns or rows in your
spreadsheet.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:OptionsCalcDisplayFilteredRowsCols" id="bm_optionscalc_displayfilteredrowscols"/>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:OptionsCalcDisplayFilteredRowsCols" visibility="hidden">Check this to display all rows and columns, even if they are filtered</ahelp></paragraph>
<paragraph role="heading" level="3" xml-lang="en-US">Display filtered rows and columns</paragraph>
<paragraph role="paragraph" xml-lang="en-US">When you export the document, some rows or columns may be invisible because
you have applied a filter in %PRODUCTNAME Calc. If you select this option, the invisible rows and columns will be exported
to XHTML anyway.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:OptionsCalcApplyPrintRanges" id="bm_optionscalc_applyprintranges"/>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:OptionsCalcApplyPrintRanges" visibility="hidden">Check this to export the print ranges rather than the complete contents of the sheets</ahelp></paragraph>
<paragraph role="heading" level="3" xml-lang="en-US">Apply print ranges</paragraph>
<paragraph role="paragraph" xml-lang="en-US">If you check this option, the XHTML document will display the parts of the document
which are selected for printing using print ranges in %PRODUCTNAME Calc. The display in the browser will thus be similar
to what you get when you are printing the document from %PRODUCTNAME Calc. If the option is not checked, the result will instead resemble
what you see when you edit the document in %PRODUCTNAME Calc.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:OptionsCalcUseTitleAsHeading" id="bm_optionscalc_usetitleasheading"/>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:OptionsCalcUseTitleAsHeading" visibility="hidden">Check this to insert the document title as a heading</ahelp></paragraph>
<paragraph role="heading" level="3" xml-lang="en-US">Use title as heading</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Use sheet names as headings</paragraph>
<paragraph role="paragraph" xml-lang="en-US">If you check this option, Calc2xhtml will insert the document title
(<emph>File Properties Description Title</emph>) as heading at the top of the XHTML document.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:OptionsCalcUseSheetNamesAsHeadings" id="bm_optionscalc_usesheetnamesasheadings"/>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:OptionsCalcUseSheetNamesAsHeadings" visibility="hidden">Check this to insert the sheet name as a heading above each sheet</ahelp></paragraph>
<paragraph role="heading" level="3" xml-lang="en-US">Use sheet names as headings</paragraph>
<paragraph role="paragraph" xml-lang="en-US">If you check this option, Calc2xhtml will insert the name of each sheet
as a heading above the sheet in the XHTML document.</paragraph>
<embed href="org.openoffice.da.writer2xhtml.oxt/export.xhp#filesheading"/>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:OptionsCalcSplit" id="bm_optionscalcsplit"/>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:OptionsCalcSplit" visibility="hidden">Check this to create a separate file for each sheet</ahelp></paragraph>
<paragraph role="heading" level="3" xml-lang="en-US">Save sheets in separate files</paragraph>
<paragraph role="paragraph" xml-lang="en-US">If you select this option, Calc2xhtml will produce a separate file for
each sheet, otherwise all sheets will be exported to the same XHTML file. In any case, a simple navigation panel showing
all sheet names will be added.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:OptionsCalcSaveImagesInSubdir" id="bm_optionscalc_saveimagesinsubdir"/>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:OptionsCalcSaveImagesInSubdir" visibility="hidden">Check this to save images in a subdirectory relative to the exported document</ahelp></paragraph>
<embed href="org.openoffice.da.writer2xhtml.oxt/export.xhp#saveimagesinsubdir"/>
</body>
</helpdocument>

View file

@ -0,0 +1,32 @@
<?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

@ -0,0 +1,103 @@
<?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="paragraph" xml-lang="en-US">It further adds a number of entries to the <emph>File - Export</emph>
menu in Calc</paragraph>
<list type="unordered">
<listitem>
<paragraph role="paragraph" xml-lang="en-US"><link href="org.openoffice.da.writer2xhtml.oxt/export_calc.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_calc.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_calc.xhp"
name="Export XHTML or EPUB files">HTML5 [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 and Calc,
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

@ -0,0 +1,95 @@
<?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

@ -0,0 +1,24 @@
<?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/export_calc.xhp">XHTML Export (Calc)</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

@ -0,0 +1,71 @@
<?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

@ -0,0 +1,97 @@
<?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

@ -0,0 +1,58 @@
<?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

@ -0,0 +1,25 @@
<?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

@ -0,0 +1,80 @@
<?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

@ -0,0 +1,53 @@
<?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

@ -0,0 +1,70 @@
<?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

@ -0,0 +1,107 @@
<?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

@ -0,0 +1,245 @@
<?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

@ -0,0 +1,134 @@
<?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

@ -0,0 +1,207 @@
<?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

@ -0,0 +1,123 @@
<?xml version="1.0" encoding="UTF-8"?>
<helpdocument version="1.0">
<meta>
<topic id="writer2xhtml-export-calc" indexer="include">
<title xml-lang="en-US">XHTML Export (Calc)</title>
<filename>org.openoffice.da.writer2xhtml.oxt/export_calc.xhp</filename>
</topic>
</meta>
<body>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:OptionsCalc" id="bm_optionscalc"/>
<paragraph role="heading" level="1" xml-lang="en-US">XHTML Export (Calc)</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 - HTML5</emph><br/>
or click the <emph>HTML5-button</emph> in the toolbar
</section>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:OptionsCalcConfig" id="bm_optionscalc_config"/>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:OptionsCalcConfig" visibility="hidden">Select the style to use for the XHTML document</ahelp></paragraph>
<embed href="org.openoffice.da.writer2xhtml.oxt/export.xhp#split1"/>
<list type="unordered">
<listitem>
<embed href="org.openoffice.da.writer2xhtml.oxt/export.xhp#split2"/>
</listitem>
<listitem>
<paragraph role="paragraph" xml-lang="en-US"><emph>Custom</emph> is a user defined format.
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:OptionsCalcScaling" id="bm_optionscalc_scaling"/>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:OptionsCalcScaling" 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"/>
<embed href="org.openoffice.da.writer2xhtml.oxt/export.xhp#scaling2"/>
<embed href="org.openoffice.da.writer2xhtml.oxt/export.xhp#scaling3"/>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:OptionsCalcColumnScaling" id="bm_optionscalc_columnscaling"/>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:OptionsCalcColumnScaling" 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:OptionsCalcConvertToPx" id="bm_optionscalc_converttopx"/>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:OptionsCalcConvertToPx" 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"/>
<embed href="org.openoffice.da.writer2xhtml.oxt/export.xhp#converttopx3"/>
<embed href="org.openoffice.da.writer2xhtml.oxt/export.xhp#converttopx4"/>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:OptionsCalcOriginalImageSize" id="bm_optionscalc_originalimagesize"/>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:OptionsCalcOriginalImageSize" visibility="hidden">Check this to use the natural size of images rather than the size defined in the document</ahelp></paragraph>
<embed href="org.openoffice.da.writer2xhtml.oxt/export.xhp#originalimagesize"/>
<embed href="org.openoffice.da.writer2xhtml.oxt/export.xhp#special"/>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:OptionsCalcNotes" id="bm_optionscalc_notes"/>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:OptionsCalcOriginalImageSize" 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"/>
<embed href="org.openoffice.da.writer2xhtml.oxt/export.xhp#notes2"/>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:OptionsCalcUseDublinCore" id="bm_optionscalc_usedublincore"/>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:OptionsCalcUseDublinCore" visibility="hidden">Check this if you want to export all meta data (using the Dublin Core standard)</ahelp></paragraph>
<embed href="org.openoffice.da.writer2xhtml.oxt/export.xhp#usedublincore"/>
<paragraph role="heading" level="2" xml-lang="en-US">Sheets</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:OptionsCalcDisplayHiddenSheets" id="bm_optionsdisplayhiddensheets"/>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:OptionsCalcDisplayHiddenSheets" visibility="hidden">Check this to display all sheets, even if they are hidden</ahelp></paragraph>
<paragraph role="heading" level="3" xml-lang="en-US">Display hidden sheets</paragraph>
<paragraph role="paragraph" xml-lang="en-US">If you have chosen to hide some sheets in %PRODUCTNAME Calc, you can select this
option if you want to display them in the XHTML document anyway.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:OptionsCalcDisplayHiddenRowsCols" id="bm_optionscalc_displayhiddenrowscols"/>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:OptionsCalcDisplayHiddenRowsCols" visibility="hidden">Check this to display all rows and columns, even if they are hidden</ahelp></paragraph>
<paragraph role="heading" level="3" xml-lang="en-US">Display hidden rows and columns</paragraph>
<paragraph role="paragraph" xml-lang="en-US">The same applies, if you have chosen to hide some columns or rows in your
spreadsheet.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:OptionsCalcDisplayFilteredRowsCols" id="bm_optionscalc_displayfilteredrowscols"/>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:OptionsCalcDisplayFilteredRowsCols" visibility="hidden">Check this to display all rows and columns, even if they are filtered</ahelp></paragraph>
<paragraph role="heading" level="3" xml-lang="en-US">Display filtered rows and columns</paragraph>
<paragraph role="paragraph" xml-lang="en-US">When you export the document, some rows or columns may be invisible because
you have applied a filter in %PRODUCTNAME Calc. If you select this option, the invisible rows and columns will be exported
to XHTML anyway.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:OptionsCalcApplyPrintRanges" id="bm_optionscalc_applyprintranges"/>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:OptionsCalcApplyPrintRanges" visibility="hidden">Check this to export the print ranges rather than the complete contents of the sheets</ahelp></paragraph>
<paragraph role="heading" level="3" xml-lang="en-US">Apply print ranges</paragraph>
<paragraph role="paragraph" xml-lang="en-US">If you check this option, the XHTML document will display the parts of the document
which are selected for printing using print ranges in %PRODUCTNAME Calc. The display in the browser will thus be similar
to what you get when you are printing the document from %PRODUCTNAME Calc. If the option is not checked, the result will instead resemble
what you see when you edit the document in %PRODUCTNAME Calc.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:OptionsCalcUseTitleAsHeading" id="bm_optionscalc_usetitleasheading"/>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:OptionsCalcUseTitleAsHeading" visibility="hidden">Check this to insert the document title as a heading</ahelp></paragraph>
<paragraph role="heading" level="3" xml-lang="en-US">Use title as heading</paragraph>
<paragraph role="paragraph" xml-lang="en-US">Use sheet names as headings</paragraph>
<paragraph role="paragraph" xml-lang="en-US">If you check this option, Calc2xhtml will insert the document title
(<emph>File Properties Description Title</emph>) as heading at the top of the XHTML document.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:OptionsCalcUseSheetNamesAsHeadings" id="bm_optionscalc_usesheetnamesasheadings"/>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:OptionsCalcUseSheetNamesAsHeadings" visibility="hidden">Check this to insert the sheet name as a heading above each sheet</ahelp></paragraph>
<paragraph role="heading" level="3" xml-lang="en-US">Use sheet names as headings</paragraph>
<paragraph role="paragraph" xml-lang="en-US">If you check this option, Calc2xhtml will insert the name of each sheet
as a heading above the sheet in the XHTML document.</paragraph>
<embed href="org.openoffice.da.writer2xhtml.oxt/export.xhp#filesheading"/>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:OptionsCalcSplit" id="bm_optionscalcsplit"/>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:OptionsCalcSplit" visibility="hidden">Check this to create a separate file for each sheet</ahelp></paragraph>
<paragraph role="heading" level="3" xml-lang="en-US">Save sheets in separate files</paragraph>
<paragraph role="paragraph" xml-lang="en-US">If you select this option, Calc2xhtml will produce a separate file for
each sheet, otherwise all sheets will be exported to the same XHTML file. In any case, a simple navigation panel showing
all sheet names will be added.</paragraph>
<bookmark xml-lang="en-US" branch="hid/org.openoffice.da.writer2xhtml.oxt:OptionsCalcSaveImagesInSubdir" id="bm_optionscalc_saveimagesinsubdir"/>
<paragraph role="paragraph" xml-lang="en-US"><ahelp hid="org.openoffice.da.writer2latex.oxt:OptionsCalcSaveImagesInSubdir" visibility="hidden">Check this to save images in a subdirectory relative to the exported document</ahelp></paragraph>
<embed href="org.openoffice.da.writer2xhtml.oxt/export.xhp#saveimagesinsubdir"/>
</body>
</helpdocument>

View file

@ -0,0 +1,32 @@
<?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

@ -0,0 +1,103 @@
<?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="paragraph" xml-lang="en-US">It further adds a number of entries to the <emph>File - Export</emph>
menu in Calc</paragraph>
<list type="unordered">
<listitem>
<paragraph role="paragraph" xml-lang="en-US"><link href="org.openoffice.da.writer2xhtml.oxt/export_calc.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_calc.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_calc.xhp"
name="Export XHTML or EPUB files">HTML5 [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 and Calc,
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

@ -0,0 +1,95 @@
<?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>