[Libreoffice-commits] help.git: AllLangHelp_shared.mk source/text

Miklos Vajna vmiklos at collabora.co.uk
Mon Sep 18 15:07:03 UTC 2017


 AllLangHelp_shared.mk                     |    1 
 source/text/shared/01/ref_epub_export.xhp |   53 ++++++++++++++++++++++++++++++
 2 files changed, 54 insertions(+)

New commits:
commit 11f56aad32f761d6ff5f86c5beaa173bf13f01df
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date:   Mon Sep 18 17:05:49 2017 +0200

    EPUB export: add initial help page for the EPUB export dialog
    
    Change-Id: I255e7993f1ef7a7e1b156bdd72f91954ebc68b94

diff --git a/AllLangHelp_shared.mk b/AllLangHelp_shared.mk
index 7a5a3736e..09a07ef48 100644
--- a/AllLangHelp_shared.mk
+++ b/AllLangHelp_shared.mk
@@ -344,6 +344,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,shared,\
     helpcontent2/source/text/shared/01/password_dlg \
     helpcontent2/source/text/shared/01/password_main \
     helpcontent2/source/text/shared/01/profile_safe_mode \
+    helpcontent2/source/text/shared/01/ref_epub_export \
     helpcontent2/source/text/shared/01/ref_pdf_export \
     helpcontent2/source/text/shared/01/ref_pdf_send_as \
     helpcontent2/source/text/shared/01/securitywarning \
diff --git a/source/text/shared/01/ref_epub_export.xhp b/source/text/shared/01/ref_epub_export.xhp
new file mode 100644
index 000000000..4c1241546
--- /dev/null
+++ b/source/text/shared/01/ref_epub_export.xhp
@@ -0,0 +1,53 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<helpdocument version="1.0">
+<!--
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * This file incorporates work covered by the following license notice:
+ *
+ *   Licensed to the Apache Software Foundation (ASF) under one or more
+ *   contributor license agreements. See the NOTICE file distributed
+ *   with this work for additional information regarding copyright
+ *   ownership. The ASF licenses this file to you under the Apache
+ *   License, Version 2.0 (the "License"); you may not use this file
+ *   except in compliance with the License. You may obtain a copy of
+ *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
+-->
+
+<meta>
+  <topic id="textshared01ref_epub_exportxml" indexer="include">
+    <title id="tit" xml-lang="en-US">Export as EPUB</title>
+    <filename>/text/shared/01/ref_epub_export.xhp</filename>
+  </topic>
+</meta>
+
+<body>
+
+<section id="epub_export">
+<bookmark xml-lang="en-US" branch="index" id="bm_id3149532">
+  <bookmark_value>EPUB;export</bookmark_value>
+  <bookmark_value>electornic publication</bookmark_value>
+  <bookmark_value>exporting;to EPUB</bookmark_value>
+</bookmark>
+
+<paragraph id="hd_id3149532" role="heading" level="1" xml-lang="en-US"><variable id="ref_epub_export"><link href="text/shared/01/ref_epub_export.xhp" name="Export as EPUB">Export as EPUB</link></variable></paragraph>
+<paragraph id="par_id3154044" role="paragraph" xml-lang="en-US">Saves the current file to EPUB. An EPUB file can be viewed and printed on any platform, provided that supporting software is installed.</paragraph>
+</section>
+
+<bookmark xml-lang="en-US" branch="hid/writerperfect/ui/exportepub/EpubDialog" id="bm_id1033968" localize="false"/>
+
+<paragraph id="hd_id3148520" role="heading" level="2" xml-lang="en-US">Version</paragraph>
+<paragraph id="par_id3154230" role="paragraph" xml-lang="en-US">Sets the version of the resulting EPUB file.</paragraph>
+<bookmark xml-lang="en-US" branch="hid/writerperfect/ui/exportepub/versionlb" id="bm_id1033967" localize="false"/>
+
+<paragraph id="hd_id3148521" role="heading" level="2" xml-lang="en-US">Split method</paragraph>
+<paragraph id="par_id3154231" role="paragraph" xml-lang="en-US">Determines if a next EPUB section will start on page breaks or on paragraphs with the Heading 1 style.</paragraph>
+<bookmark xml-lang="en-US" branch="hid/writerperfect/ui/exportepub/splitlb" id="bm_id1033968" localize="false"/>
+
+</body>
+
+</helpdocument>


More information about the Libreoffice-commits mailing list