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

Olivier Hallot olivier.hallot at libreoffice.org
Sun Sep 24 15:03:03 UTC 2017


 AllLangHelp_scalc.mk                      |    2 +
 source/text/scalc/01/live_data_stream.xhp |   53 ++++++++++++++++++++++++++++++
 source/text/scalc/01/xml_source.xhp       |   53 ++++++++++++++++++++++++++++++
 source/text/shared/need_help.xhp          |    4 +-
 4 files changed, 110 insertions(+), 2 deletions(-)

New commits:
commit 657385a5e4be3bdef6aba37c17ba36e90548c911
Author: Olivier Hallot <olivier.hallot at libreoffice.org>
Date:   Sun Sep 24 11:27:25 2017 -0300

    Placeholder for Calc 'XML source' help page
    
    Awaiting for more contents
    
    Change-Id: Ie43002a9abf255d81c7cd77fe5d453c490f7bdb5
    Reviewed-on: https://gerrit.libreoffice.org/42710
    Reviewed-by: Olivier Hallot <olivier.hallot at libreoffice.org>
    Tested-by: Olivier Hallot <olivier.hallot at libreoffice.org>

diff --git a/AllLangHelp_scalc.mk b/AllLangHelp_scalc.mk
index 3a7caad48..7de32b6aa 100644
--- a/AllLangHelp_scalc.mk
+++ b/AllLangHelp_scalc.mk
@@ -248,6 +248,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,scalc,\
     helpcontent2/source/text/scalc/01/stat_data \
     helpcontent2/source/text/scalc/01/ODFF \
     helpcontent2/source/text/scalc/01/text2columns \
+    helpcontent2/source/text/scalc/01/xml_source \
     helpcontent2/source/text/scalc/02/02130000 \
     helpcontent2/source/text/scalc/02/02140000 \
     helpcontent2/source/text/scalc/02/02150000 \
diff --git a/source/text/scalc/01/xml_source.xhp b/source/text/scalc/01/xml_source.xhp
new file mode 100644
index 000000000..e3ee4eb33
--- /dev/null
+++ b/source/text/scalc/01/xml_source.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="textscalc01xml_sourcexml">
+    <title id="tit" xml-lang="en-US">Live Data Stream</title>
+    <filename>/text/scalc/01/xml_source.xhp</filename>
+  </topic>
+</meta>
+
+<body>
+
+
+<section id="xml_source">
+    <bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/xmlsourcedialog/XMLSourceDialog" id="bm_id240920171033409926" localize="false"/>
+<bookmark xml-lang="en-US" branch="index" id="bm_id240920171018528200">
+  <bookmark_value>XML Source;load XML data in spreadsheets</bookmark_value>
+</bookmark>
+
+
+<paragraph id="hd_id240920171003006302" role="heading" level="1" xml-lang="en-US"><link href="text/scalc/01/xml_source.xhp">XML Source</link></paragraph>
+<paragraph id="par_id240920171003293400" role="paragraph" xml-lang="en-US"><ahelp hid=".">Live data stream for spreadsheets</ahelp></paragraph>
+</section>
+<paragraph id="par_id240920171003295588" role="paragraph" xml-lang="en-US"/>
+
+<section id="howtoget">
+<paragraph id="par_id240920171007389295" role="paragraph" xml-lang="en-US">Menu <item type="menuitem">Data – XML Source...</item></paragraph>
+</section>
+<embed href="text/shared/need_help.xhp#needhelp"/>
+
+<section id="relatedtopics">
+<paragraph id="par_id240920171007419799" role="paragraph" xml-lang="en-US">XML Source</paragraph>
+</section>
+</body>
+
+</helpdocument>
commit 55ffe5b2a3b2ef10e16d271ca9b11e7615b4db83
Author: Olivier Hallot <olivier.hallot at libreoffice.org>
Date:   Sun Sep 24 10:57:10 2017 -0300

    placeholder for Calc 'data stream' help page
    
    Awaiting for more contents
    
    Change-Id: Ia44adb3f25f26df5b2f0ec360ac9d0cc421d8fe3
    Reviewed-on: https://gerrit.libreoffice.org/42709
    Reviewed-by: Olivier Hallot <olivier.hallot at libreoffice.org>
    Tested-by: Olivier Hallot <olivier.hallot at libreoffice.org>

diff --git a/AllLangHelp_scalc.mk b/AllLangHelp_scalc.mk
index 6e1c0502f..3a7caad48 100644
--- a/AllLangHelp_scalc.mk
+++ b/AllLangHelp_scalc.mk
@@ -240,6 +240,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,scalc,\
     helpcontent2/source/text/scalc/01/func_workday \
     helpcontent2/source/text/scalc/01/func_year \
     helpcontent2/source/text/scalc/01/func_yearfrac \
+    helpcontent2/source/text/scalc/01/live_data_stream \
     helpcontent2/source/text/scalc/01/solver \
     helpcontent2/source/text/scalc/01/solver_options \
     helpcontent2/source/text/scalc/01/statistics \
diff --git a/source/text/scalc/01/live_data_stream.xhp b/source/text/scalc/01/live_data_stream.xhp
new file mode 100644
index 000000000..949c3c42e
--- /dev/null
+++ b/source/text/scalc/01/live_data_stream.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="textscalc01live_data_streamxml">
+    <title id="tit" xml-lang="en-US">Live Data Stream</title>
+    <filename>/text/scalc/01/live_data_stream.xhp</filename>
+  </topic>
+</meta>
+
+<body>
+
+
+<section id="live_data_stream">
+<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/datastreams/DataStreamDialog" id="bm_id240920171033409926" localize="false"/>
+<bookmark xml-lang="en-US" branch="index" id="bm_id240920171018528200">
+  <bookmark_value>Data Stream;Live data stream</bookmark_value>
+</bookmark>
+
+
+<paragraph id="hd_id240920171003006302" role="heading" level="1" xml-lang="en-US"><link href="text/scalc/01/live_data_stream.xhp">Live Data Stream</link></paragraph>
+<paragraph id="par_id240920171003293400" role="paragraph" xml-lang="en-US"><ahelp hid=".">Live data stream for spreadsheets</ahelp></paragraph>
+</section>
+<paragraph id="par_id240920171003295588" role="paragraph" xml-lang="en-US"/>
+
+<section id="howtoget">
+<paragraph id="par_id240920171007389295" role="paragraph" xml-lang="en-US">Menu <item type="menuitem">Data – Streams...</item></paragraph>
+</section>
+<embed href="text/shared/need_help.xhp#needhelp"/>
+
+<section id="relatedtopics">
+<paragraph id="par_id240920171007419799" role="paragraph" xml-lang="en-US">Data streams</paragraph>
+</section>
+</body>
+
+</helpdocument>
diff --git a/source/text/shared/need_help.xhp b/source/text/shared/need_help.xhp
index 430358127..e39e271c2 100644
--- a/source/text/shared/need_help.xhp
+++ b/source/text/shared/need_help.xhp
@@ -20,7 +20,7 @@
 
 <meta>
   <topic id="topic_2507201510192393">
-    <title xml-lang="en-US" id="tit">We Need Your Help</title>
+    <title id="tit" xml-lang="en-US">We Need Your Help</title>
     <filename>/text/shared/need_help.xhp</filename>
   </topic>
 </meta>
@@ -29,7 +29,7 @@
 
 
 <section id="needhelp">
-<paragraph id="hd_id1000010" role="warning" xml-lang="en-US">This help page needs further work for correctness and completion. Please join the LibreOffice project and help us out to write the missing information.</paragraph>
+    <paragraph id="hd_id1000010" role="warning" xml-lang="en-US">This help page needs further work for correctness and completion. Please join the LibreOffice project and help us out to write the missing information. Visit our <link href="http://documentation.libreoffice.org/en/join-community/update-help-contents">web page on writing Help contents</link>.</paragraph>
 </section>
 </body>
 


More information about the Libreoffice-commits mailing list