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

Olivier Hallot (via logerrit) logerrit at kemper.freedesktop.org
Tue Sep 7 12:03:59 UTC 2021


 AllLangHelp_shared.mk                    |    1 
 source/text/shared/guide/tipoftheday.xhp |   44 +++++++++++++++++++++++++++++++
 2 files changed, 45 insertions(+)

New commits:
commit 280680693746332e5bf1d49f53285b29b0ae321d
Author:     Olivier Hallot <olivier.hallot at libreoffice.org>
AuthorDate: Sun Sep 5 10:19:10 2021 -0300
Commit:     Olivier Hallot <olivier.hallot at libreoffice.org>
CommitDate: Tue Sep 7 14:03:40 2021 +0200

    tdf#141179 Add tip-of-the-day help page
    
    Change-Id: I0fe0a3d6615b98d943d6a4cb9f47bc255cf4eef8
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/121689
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hallot at libreoffice.org>

diff --git a/AllLangHelp_shared.mk b/AllLangHelp_shared.mk
index dd111e15e..7db786845 100644
--- a/AllLangHelp_shared.mk
+++ b/AllLangHelp_shared.mk
@@ -376,6 +376,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,shared,\
     helpcontent2/source/text/shared/01/securitywarning \
     helpcontent2/source/text/shared/01/selectcertificate \
     helpcontent2/source/text/shared/01/timestampauth \
+    helpcontent2/source/text/shared/01/tipoftheday \
     helpcontent2/source/text/shared/01/webhtml \
     helpcontent2/source/text/shared/01/xformsdata \
     helpcontent2/source/text/shared/01/xformsdataadd \
diff --git a/source/text/shared/guide/tipoftheday.xhp b/source/text/shared/guide/tipoftheday.xhp
new file mode 100644
index 000000000..927f18f76
--- /dev/null
+++ b/source/text/shared/guide/tipoftheday.xhp
@@ -0,0 +1,44 @@
+<?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/.
+ *
+-->
+
+<meta>
+  <topic id="tipoftheday" indexer="include" status="PUBLISH">
+    <title id="tit" xml-lang="en-US">Tip of the day</title>
+    <filename>/text/shared/guide/tipoftheday.xhp</filename>
+  </topic>
+</meta>
+<body>
+<bookmark xml-lang="en-US" branch="hid//cui/ui/tipofthedaydialog/@@nowidget@@" id="bm_id641630843513097" localize="false"/>
+<bookmark xml-lang="en-US" branch="index" id="bm_id961630844980165">
+<bookmark_value>tip of the day</bookmark_value>
+</bookmark>
+<section id="tipofthedayheader">
+    <bookmark id="bm_id531630843025885" xml-lang="en-US" branch="hid/zzzz" localize="false"/>
+    <h1 id="hd_id161630843025887"><link href="text/shared/guide/tipoftheday.xhp" name="tod">Tip of the Day</link></h1>
+    <paragraph id="par_id731630843025888" role="paragraph" xml-lang="en-US"><variable id="variable name"><ahelp hid="hid path or command">The Tip of the Day dialog displays useful tips for the user.</ahelp></variable></paragraph>
+</section>
+<section id="howtoget">
+<paragraph role="paragraph" id="par_id721630843443217">Choose <menuitem>Help - Show Tip of the day</menuitem>.</paragraph>
+</section>
+
+<paragraph role="paragraph" id="par_id601630844290206">The set of tips is collected from several %PRODUCTNAME community web pages, and is updated on each new release of the software. </paragraph>
+<note id="par_id51630844860633">The tip of the day is not specific to the current module.</note>
+<h2 id="hd_id171630844295289">Show tips on startup</h2>
+<paragraph role="paragraph" id="par_id711630844302059">Displays a dialog with a random tip on %PRODUCTNAME startup.</paragraph>
+
+<h2 id="hd_id81630844306451">Next Tip</h2>
+<paragraph role="paragraph" id="par_id401630844318220">Displays another tip of the day in the same dialog.</paragraph>
+
+<h2 id="hd_id251630844323484">OK</h2>
+<paragraph role="paragraph" id="par_id511630844327861">Close the Tip of the Day dialog.</paragraph>
+
+</body>
+</helpdocument>


More information about the Libreoffice-commits mailing list