diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2018-03-20 19:38:21 -0300 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2018-08-07 17:52:30 +0200 |
commit | 93ebf037016819613322ef1c39951a3de893ec14 (patch) | |
tree | 48ee87ac18f7260064589a424e48b20ffa21b4d6 /source | |
parent | 9473da3b80bb94e0c7c951d814cad8b218907591 (diff) |
Deploy videos in New Help (WIP)
Add YouTube videos in New help.
add makefile
NOTE: <object> is not rendered in old help.
NOTE2: Removed online objects from offline help
Change-Id: I829fe1858002a454417d36d0651fe49097e008d4
Reviewed-on: https://gerrit.libreoffice.org/51679
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source')
-rw-r--r-- | source/text/scalc/main0000.xhp | 1 | ||||
-rw-r--r-- | source/text/sdraw/main0000.xhp | 5 | ||||
-rw-r--r-- | source/text/shared/06/youtubevideos.xhp | 23 | ||||
-rw-r--r-- | source/text/simpress/main0000.xhp | 3 | ||||
-rw-r--r-- | source/text/smath/main0000.xhp | 1 | ||||
-rw-r--r-- | source/text/swriter/main0000.xhp | 3 |
6 files changed, 32 insertions, 4 deletions
diff --git a/source/text/scalc/main0000.xhp b/source/text/scalc/main0000.xhp index eda9ccda3f..c84f614d0e 100644 --- a/source/text/scalc/main0000.xhp +++ b/source/text/scalc/main0000.xhp @@ -31,6 +31,7 @@ <body> <bookmark xml-lang="en-US" branch="hid/SC_HID_SC_WIN_GRIDWIN" id="bm_id3155335" localize="false"/> <bookmark xml-lang="en-US" branch="hid/HID_GLOBAL_FALLBACK" id="bm_id3149255" localize="false"/><paragraph role="heading" id="hd_id3147338" xml-lang="en-US" level="1">Welcome to the $[officename] Calc Help</paragraph> +<embed href="text/shared/06/youtubevideos.xhp#whatisit"/> <paragraph role="heading" id="hd_id3153965" xml-lang="en-US" level="3">How to Work With $[officename] Calc</paragraph> <embed href="text/scalc/guide/main.xhp#main"/> <embed href="text/scalc/main0503.xhp#main0503"/> diff --git a/source/text/sdraw/main0000.xhp b/source/text/sdraw/main0000.xhp index 7405e92e8f..0606d82351 100644 --- a/source/text/sdraw/main0000.xhp +++ b/source/text/sdraw/main0000.xhp @@ -30,9 +30,10 @@ </history> </meta> <body> - - + + <bookmark branch="hid/SD_HID_SDGRAPHICVIEWSHELL" xml-lang="en-US" id="bm_id3155333" localize="false"/><bookmark branch="hid/HID_GLOBAL_FALLBACK" xml-lang="en-US" id="bm_id3154705" localize="false"/><paragraph role="heading" level="1" id="hd_id3155960" xml-lang="en-US">Welcome to the $[officename] Draw Help</paragraph> + <embed href="text/shared/06/youtubevideos.xhp#whatisit"/> <paragraph role="heading" level="3" id="hd_id3154022" xml-lang="en-US">How to Work With $[officename] Draw</paragraph> <embed href="text/sdraw/guide/main.xhp#main"/> <embed href="text/sdraw/main0503.xhp#main0503"/> diff --git a/source/text/shared/06/youtubevideos.xhp b/source/text/shared/06/youtubevideos.xhp new file mode 100644 index 0000000000..4418e95662 --- /dev/null +++ b/source/text/shared/06/youtubevideos.xhp @@ -0,0 +1,23 @@ +<?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="embedyoutubevideo" indexer="include" status="PUBLISH"> + <title id="tit" xml-lang="en-US">YouTube Videos</title> + <filename>/text/shared/06/youtubevideos.xhp</filename> + </topic> + </meta> + <body> + <section id="whatisit"> + <object data="https://www.youtube-nocookie.com/embed/3KC0ZdcA6s8?rel=0" id="vid_id61521568603544" type="video/youtube" width="560" height="315" /> + </section> + </body> +</helpdocument> diff --git a/source/text/simpress/main0000.xhp b/source/text/simpress/main0000.xhp index ba61543b87..62ccefd7b7 100644 --- a/source/text/simpress/main0000.xhp +++ b/source/text/simpress/main0000.xhp @@ -18,7 +18,7 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . --> - + <helpdocument version="1.0"> <meta> <topic id="textsimpressmain0000xml" indexer="include" status="PUBLISH"> @@ -33,6 +33,7 @@ <bookmark xml-lang="en-US" branch="hid/SD_HID_SDDRAWVIEWSHELL" id="bm_id3150861" localize="false"/> <bookmark xml-lang="en-US" branch="hid/HID_GLOBAL_FALLBACK" id="bm_id3154560" localize="false"/> <paragraph role="heading" id="hd_id3150746" xml-lang="en-US" level="1">Welcome to the $[officename] Impress Help</paragraph> +<embed href="text/shared/06/youtubevideos.xhp#whatisit"/> <paragraph role="heading" id="hd_id3153000" xml-lang="en-US" level="3">How to Work With $[officename] Impress</paragraph> <embed href="text/simpress/guide/main.xhp#main"/> <embed href="text/simpress/main0503.xhp#main0503"/> diff --git a/source/text/smath/main0000.xhp b/source/text/smath/main0000.xhp index 621fdcb8db..1d5b939687 100644 --- a/source/text/smath/main0000.xhp +++ b/source/text/smath/main0000.xhp @@ -30,6 +30,7 @@ </meta> <body> <paragraph role="heading" id="hd_id3148868" xml-lang="en-US" level="1">Welcome to the $[officename] Math Help</paragraph> +<embed href="text/shared/06/youtubevideos.xhp#whatisit"/> <paragraph role="heading" id="hd_id3153915" xml-lang="en-US" level="3">How to Work With $[officename] Math</paragraph> <embed href="text/smath/guide/main.xhp#main"/> <embed href="text/smath/main0503.xhp#main0503"/> diff --git a/source/text/swriter/main0000.xhp b/source/text/swriter/main0000.xhp index d5f21323c1..2208f6172e 100644 --- a/source/text/swriter/main0000.xhp +++ b/source/text/swriter/main0000.xhp @@ -18,7 +18,7 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . --> - + <helpdocument version="1.0"> <meta> <topic id="textswritermain0000xml" indexer="include" status="PUBLISH"> @@ -33,6 +33,7 @@ <bookmark xml-lang="en-US" branch="hid/SW_HID_EDIT_WIN" id="bm_id3147244" localize="false"/> <bookmark xml-lang="en-US" branch="hid/HID_GLOBAL_FALLBACK" id="bm_id3147247" localize="false"/> <paragraph role="heading" id="hd_id3147233" xml-lang="en-US" level="1">%PRODUCTNAME Writer Help</paragraph> +<embed href="text/shared/06/youtubevideos.xhp#whatisit"/> <paragraph role="heading" id="hd_id3147258" xml-lang="en-US" level="3">Working With %PRODUCTNAME Writer</paragraph> <embed href="text/swriter/main0503.xhp#main0503"/> <embed href="text/swriter/guide/main.xhp#main"/> |