diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-05-16 14:07:42 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-05-16 19:29:49 +0200 |
commit | 4cb385dca9a476ca77f8e8ab8313a0767ff15e85 (patch) | |
tree | b4fc162020005a2ece5a10bbe4f724c39c826b30 /source | |
parent | ede87672c15c3b15ff59a8393d4746c6915d82b7 (diff) |
Refactor database help page
Open a new module sdatabase and add one entry file.
Later, and very slowly, move database help pages from
shared/explorer/database/* to sdatabase/*
Note: Each move will trigger translation so better move
only a few files per translation cycle, not to overload
translators. Translation memory should easy the traslation
job.
Change-Id: I8e2be9c9355b966775fb5dacc5d63b852be7187a
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/94362
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source')
-rw-r--r-- | source/auxiliary/sdatabase.tree | 34 | ||||
-rw-r--r-- | source/auxiliary/shared.tree | 14 | ||||
-rw-r--r-- | source/text/sdatabase/main.xhp (renamed from source/text/shared/explorer/database/main.xhp) | 4 | ||||
-rw-r--r-- | source/text/shared/explorer/database/dabadoc.xhp | 2 | ||||
-rw-r--r-- | source/text/shared/guide/data_forms.xhp | 2 | ||||
-rw-r--r-- | source/text/shared/guide/data_im_export.xhp | 2 | ||||
-rw-r--r-- | source/text/shared/guide/data_new.xhp | 2 | ||||
-rw-r--r-- | source/text/shared/guide/data_queries.xhp | 2 | ||||
-rw-r--r-- | source/text/shared/guide/data_register.xhp | 2 | ||||
-rw-r--r-- | source/text/shared/guide/data_reports.xhp | 2 | ||||
-rw-r--r-- | source/text/shared/guide/data_tables.xhp | 2 | ||||
-rw-r--r-- | source/text/shared/guide/data_view.xhp | 2 | ||||
-rw-r--r-- | source/text/shared/guide/database_main.xhp | 2 | ||||
-rw-r--r-- | source/text/shared/guide/main.xhp | 2 | ||||
-rw-r--r-- | source/text/shared/guide/startcenter.xhp | 2 | ||||
-rw-r--r-- | source/text/simpress/main0000.xhp | 2 | ||||
-rw-r--r-- | source/text/swriter/main0000.xhp | 2 |
17 files changed, 50 insertions, 30 deletions
diff --git a/source/auxiliary/sdatabase.tree b/source/auxiliary/sdatabase.tree new file mode 100644 index 0000000000..52ed2ed4a1 --- /dev/null +++ b/source/auxiliary/sdatabase.tree @@ -0,0 +1,34 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + * 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 . +--> +<tree_view version="24-Aug-2004"> + <help_section application="sbase" id="09" title="Database Functionality (Base)"> + <node id="0901" title="General Information"> + <topic id="sdatabase/text/sdatabase/main.xhp">%PRODUCTNAME Database</topic> + <topic id="shared/text/shared/guide/database_main.xhp">Database Overview</topic> + <topic id="shared/text/shared/guide/data_new.xhp">Creating a New Database</topic> + <topic id="shared/text/shared/guide/data_tables.xhp">Working with Tables</topic> + <topic id="shared/text/shared/guide/data_queries.xhp">Working with Queries</topic> + <topic id="shared/text/shared/guide/data_forms.xhp">Working with Forms</topic> + <topic id="shared/text/shared/guide/data_reports.xhp">Creating Reports </topic> + <topic id="shared/text/shared/guide/data_register.xhp">Registering and Deleting a Database </topic> + <topic id="shared/text/shared/guide/data_im_export.xhp">Importing and Exporting Data in Base </topic> + <topic id="shared/text/shared/guide/data_enter_sql.xhp">Executing SQL Commands</topic> + </node> + </help_section> +</tree_view> diff --git a/source/auxiliary/shared.tree b/source/auxiliary/shared.tree index 82926407fa..831b1d9b28 100644 --- a/source/auxiliary/shared.tree +++ b/source/auxiliary/shared.tree @@ -201,18 +201,4 @@ <topic id="shared/text/shared/guide/numbering_stop.xhp">Turning off Bullets and Numbering for Individual Paragraphs</topic> </node> </help_section> - <help_section application="swriter" id="09" title="Database Functionality (Base)"> - <node id="0901" title="General Information"> -<topic id="shared/text/shared/explorer/database/main.xhp">%PRODUCTNAME Database</topic> -<topic id="shared/text/shared/guide/database_main.xhp">Database Overview</topic> -<topic id="shared/text/shared/guide/data_new.xhp">Creating a New Database</topic> -<topic id="shared/text/shared/guide/data_tables.xhp">Working with Tables</topic> -<topic id="shared/text/shared/guide/data_queries.xhp">Working with Queries</topic> -<topic id="shared/text/shared/guide/data_forms.xhp">Working with Forms</topic> -<topic id="shared/text/shared/guide/data_reports.xhp">Creating Reports </topic> -<topic id="shared/text/shared/guide/data_register.xhp">Registering and Deleting a Database </topic> -<topic id="shared/text/shared/guide/data_im_export.xhp">Importing and Exporting Data in Base </topic> -<topic id="shared/text/shared/guide/data_enter_sql.xhp">Executing SQL Commands</topic> - </node> - </help_section> </tree_view> diff --git a/source/text/shared/explorer/database/main.xhp b/source/text/sdatabase/main.xhp index 6127ae2500..bd68a21a07 100644 --- a/source/text/shared/explorer/database/main.xhp +++ b/source/text/sdatabase/main.xhp @@ -25,7 +25,7 @@ <meta> <topic id="textsharedexplorerdatabasemainxml" indexer="include" status="PUBLISH"> <title id="tit" xml-lang="en-US">%PRODUCTNAME Database</title> -<filename>/text/shared/explorer/database/main.xhp</filename> +<filename>/text/sdatabase/main.xhp</filename> </topic> </meta> <body> @@ -33,7 +33,7 @@ <bookmark xml-lang="en-US" branch="index" id="bm_id8622089"><bookmark_value>databases;main page (Base)</bookmark_value> <bookmark_value>$[officename] Base data sources</bookmark_value> <bookmark_value>data sources;$[officename] Base</bookmark_value> -</bookmark><comment>mw changed "Base,..."</comment><paragraph role="heading" id="par_idN10579" xml-lang="en-US" level="1"><variable id="base"><link href="text/shared/explorer/database/main.xhp">Using Databases in %PRODUCTNAME Base</link> +</bookmark><comment>mw changed "Base,..."</comment><paragraph role="heading" id="par_idN10579" xml-lang="en-US" level="1"><variable id="base"><link href="text/sdatabase/main.xhp">Using Databases in %PRODUCTNAME Base</link> </variable></paragraph> <paragraph role="paragraph" id="par_idN107BD" xml-lang="en-US">In %PRODUCTNAME Base, you can access data that is stored in a wide variety of database file formats. %PRODUCTNAME Base natively supports some flat file database formats, such as the dBASE format. You can also use %PRODUCTNAME Base to connect to external relational databases, such as databases from MySQL or Oracle.</paragraph> </section> diff --git a/source/text/shared/explorer/database/dabadoc.xhp b/source/text/shared/explorer/database/dabadoc.xhp index 1f00605106..d3d785f4a0 100644 --- a/source/text/shared/explorer/database/dabadoc.xhp +++ b/source/text/shared/explorer/database/dabadoc.xhp @@ -32,7 +32,7 @@ <paragraph xml-lang="en-US" id="par_idN10554" role="paragraph"><ahelp hid=".">The database file window organizes the tables, views, queries, and reports of a database in %PRODUCTNAME.</ahelp></paragraph> </section> <section id="relatedtopics"> - <paragraph xml-lang="en-US" id="par_idN105B7" role="paragraph"><link href="text/shared/explorer/database/main.xhp">Working with databases in %PRODUCTNAME</link></paragraph> + <paragraph xml-lang="en-US" id="par_idN105B7" role="paragraph"><link href="text/sdatabase/main.xhp">Working with databases in %PRODUCTNAME</link></paragraph> </section> </body> </helpdocument>
\ No newline at end of file diff --git a/source/text/shared/guide/data_forms.xhp b/source/text/shared/guide/data_forms.xhp index 3c8e161207..2170179944 100644 --- a/source/text/shared/guide/data_forms.xhp +++ b/source/text/shared/guide/data_forms.xhp @@ -64,7 +64,7 @@ <paragraph role="paragraph" id="par_idN1065F" xml-lang="en-US">A new text document opens. Use the <link href="text/shared/02/01170000.xhp">Form Controls</link> to insert form controls.</paragraph> <paragraph role="note" id="par_idN10670" xml-lang="en-US">Click the <emph>Forms</emph> icon to access all forms that were created from within the current database window. In addition, you can use the <emph>Form Controls</emph> icons to add database form controls to any Writer or Calc document, but these documents will not be listed in the database window. </paragraph> <section id="relatedtopics"> -<embed href="text/shared/explorer/database/main.xhp#base"/> +<embed href="text/sdatabase/main.xhp#base"/> <embed href="text/shared/guide/database_main.xhp#database_main"/> </section> </body> diff --git a/source/text/shared/guide/data_im_export.xhp b/source/text/shared/guide/data_im_export.xhp index 8286ce489a..d0435ebf3e 100644 --- a/source/text/shared/guide/data_im_export.xhp +++ b/source/text/shared/guide/data_im_export.xhp @@ -89,7 +89,7 @@ <paragraph role="tip" id="par_id2584002" xml-lang="en-US">On Windows systems, you can also use drag-and-drop instead of Copy and Paste. Also, for registered databases, you can open the datasource browser (press <switchinline select="sys"><caseinline select="MAC">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> + Shift + F4 keys) instead of opening the Base window.</paragraph> <section id="relatedtopics"> <paragraph role="paragraph" id="par_id5871761" xml-lang="en-US" localize="false"> - <embedvar href="text/shared/explorer/database/main.xhp#base"/> + <embedvar href="text/sdatabase/main.xhp#base"/> </paragraph> <paragraph role="paragraph" id="par_id6531266" xml-lang="en-US" localize="false"> <embedvar href="text/shared/guide/database_main.xhp#database_main"/> diff --git a/source/text/shared/guide/data_new.xhp b/source/text/shared/guide/data_new.xhp index d3953f2c4f..f5128a9ef8 100644 --- a/source/text/shared/guide/data_new.xhp +++ b/source/text/shared/guide/data_new.xhp @@ -47,7 +47,7 @@ </list> <section id="relatedtopics"> <paragraph role="paragraph" id="par_idN105FC" xml-lang="en-US" localize="false"> - <embedvar href="text/shared/explorer/database/main.xhp#base"/> + <embedvar href="text/sdatabase/main.xhp#base"/> </paragraph> <paragraph role="paragraph" id="par_idN10604" xml-lang="en-US" localize="false"> <embedvar href="text/shared/guide/database_main.xhp#database_main"/> diff --git a/source/text/shared/guide/data_queries.xhp b/source/text/shared/guide/data_queries.xhp index b2639670ff..96fd55860e 100644 --- a/source/text/shared/guide/data_queries.xhp +++ b/source/text/shared/guide/data_queries.xhp @@ -68,7 +68,7 @@ <paragraph role="paragraph" id="par_idN1065F" xml-lang="en-US">You see the <link href="text/shared/explorer/database/02010100.xhp">Query Design window</link>.</paragraph> <section id="relatedtopics"> <paragraph role="paragraph" id="par_idN1067B" xml-lang="en-US" localize="false"> - <embedvar href="text/shared/explorer/database/main.xhp#base"/> + <embedvar href="text/sdatabase/main.xhp#base"/> </paragraph> <paragraph role="paragraph" id="par_idN10683" xml-lang="en-US" localize="false"> <embedvar href="text/shared/guide/database_main.xhp#database_main"/> diff --git a/source/text/shared/guide/data_register.xhp b/source/text/shared/guide/data_register.xhp index e46852973e..62f72b4aac 100644 --- a/source/text/shared/guide/data_register.xhp +++ b/source/text/shared/guide/data_register.xhp @@ -56,7 +56,7 @@ </list> <section id="relatedtopics"> <paragraph role="paragraph" id="par_idN105F3" xml-lang="en-US" localize="false"> - <embedvar href="text/shared/explorer/database/main.xhp#base"/> + <embedvar href="text/sdatabase/main.xhp#base"/> </paragraph> <paragraph role="paragraph" id="par_idN105FB" xml-lang="en-US" localize="false"> <embedvar href="text/shared/guide/database_main.xhp#database_main"/> diff --git a/source/text/shared/guide/data_reports.xhp b/source/text/shared/guide/data_reports.xhp index 33c1b18bd9..992c6725b6 100644 --- a/source/text/shared/guide/data_reports.xhp +++ b/source/text/shared/guide/data_reports.xhp @@ -135,7 +135,7 @@ </list> <section id="relatedtopics"> <embed href="text/shared/guide/data_report.xhp#data_report"/> -<embed href="text/shared/explorer/database/main.xhp#base"/> +<embed href="text/sdatabase/main.xhp#base"/> <embed href="text/shared/guide/database_main.xhp#database_main"/> </section> </body> diff --git a/source/text/shared/guide/data_tables.xhp b/source/text/shared/guide/data_tables.xhp index 61c634b983..d69af41a4d 100644 --- a/source/text/shared/guide/data_tables.xhp +++ b/source/text/shared/guide/data_tables.xhp @@ -79,7 +79,7 @@ <paragraph role="paragraph" id="par_idN10795" xml-lang="en-US">You see the View Design window, which is almost the same as the <link href="text/shared/explorer/database/02010100.xhp">Query Design window</link>.</paragraph> <section id="relatedtopics"> <paragraph role="paragraph" id="par_idN1067B" xml-lang="en-US" localize="false"> - <embedvar href="text/shared/explorer/database/main.xhp#base"/> + <embedvar href="text/sdatabase/main.xhp#base"/> </paragraph> <paragraph role="paragraph" id="par_idN10683" xml-lang="en-US" localize="false"> <embedvar href="text/shared/guide/database_main.xhp#database_main"/> diff --git a/source/text/shared/guide/data_view.xhp b/source/text/shared/guide/data_view.xhp index 3749dab3d9..64d6532eca 100644 --- a/source/text/shared/guide/data_view.xhp +++ b/source/text/shared/guide/data_view.xhp @@ -50,7 +50,7 @@ </list> <section id="relatedtopics"> <paragraph role="paragraph" id="par_idN10606" xml-lang="en-US" localize="false"> - <embedvar href="text/shared/explorer/database/main.xhp#base"/> + <embedvar href="text/sdatabase/main.xhp#base"/> </paragraph> <paragraph role="paragraph" id="par_idN1060E" xml-lang="en-US" localize="false"> <embedvar href="text/shared/guide/database_main.xhp#database_main"/> diff --git a/source/text/shared/guide/database_main.xhp b/source/text/shared/guide/database_main.xhp index 8add70b9ab..3fd3fdbd8c 100644 --- a/source/text/shared/guide/database_main.xhp +++ b/source/text/shared/guide/database_main.xhp @@ -38,7 +38,7 @@ <paragraph role="paragraph" id="par_id3153031" xml-lang="en-US" localize="false"/> <paragraph role="heading" id="hd_id3148474" xml-lang="en-US" level="1"><variable id="database_main"><link href="text/shared/guide/database_main.xhp" name="Data Source Overview">Database Overview</link> </variable><comment>remove this file when all links are resolved</comment></paragraph> -<paragraph role="paragraph" id="par_idN105F1" xml-lang="en-US"><link href="text/shared/explorer/database/main.xhp">Working with databases in %PRODUCTNAME</link></paragraph> +<paragraph role="paragraph" id="par_idN105F1" xml-lang="en-US"><link href="text/sdatabase/main.xhp">Working with databases in %PRODUCTNAME</link></paragraph> <paragraph role="heading" id="hd_id3153821" xml-lang="en-US" level="2">Data Source View</paragraph> <paragraph role="paragraph" id="par_id3149415" xml-lang="en-US">Choose <emph>View - Data Sources</emph> or press <switchinline select="sys"><caseinline select="MAC">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> + Shift + F4 keys to call the data source view from a text document or spreadsheet.</paragraph> <paragraph role="paragraph" id="par_id3147531" xml-lang="en-US">On the left you can see the <link href="text/shared/02/12000000.xhp" name="Data source explorer">Data source explorer</link>. If you select a table or query there, you see the contents of this table or query on the right. At the top margin is the <link href="text/shared/main0212.xhp" name="Database bar">Table Data bar</link>.</paragraph> diff --git a/source/text/shared/guide/main.xhp b/source/text/shared/guide/main.xhp index 084ea41233..4b8c5de515 100644 --- a/source/text/shared/guide/main.xhp +++ b/source/text/shared/guide/main.xhp @@ -113,7 +113,7 @@ <embed href="text/shared/guide/insert_specialchar.xhp#insert_specialchar"/> <paragraph id="hd_id3152576" role="heading" level="2" xml-lang="en-US">Data Sources</paragraph> -<paragraph id="par_idN10826" role="paragraph" xml-lang="en-US"><link href="text/shared/explorer/database/main.xhp">Working with databases in %PRODUCTNAME</link></paragraph> +<paragraph id="par_idN10826" role="paragraph" xml-lang="en-US"><link href="text/sdatabase/main.xhp">Working with databases in %PRODUCTNAME</link></paragraph> <paragraph id="par_idN10841" role="paragraph" xml-lang="en-US"><link href="text/shared/explorer/database/tablewizard00.xhp">Table Wizard</link></paragraph> <paragraph id="par_idN1085B" role="paragraph" xml-lang="en-US"><link href="text/shared/explorer/database/querywizard00.xhp">Query Wizard</link></paragraph> <paragraph id="par_idN10875" role="paragraph" xml-lang="en-US"><link href="text/shared/autopi/01090000.xhp">Forms Wizard</link></paragraph> diff --git a/source/text/shared/guide/startcenter.xhp b/source/text/shared/guide/startcenter.xhp index 5225e5fbbc..35a35909ae 100644 --- a/source/text/shared/guide/startcenter.xhp +++ b/source/text/shared/guide/startcenter.xhp @@ -82,7 +82,7 @@ </listitem> <listitem> <paragraph xml-lang="en-US" id="par_id0820200803105089" role="paragraph"> - <emph>Base Database</emph> opens %PRODUCTNAME <link href="text/shared/explorer/database/main.xhp">Base</link></paragraph> + <emph>Base Database</emph> opens %PRODUCTNAME <link href="text/sdatabase/main.xhp">Base</link></paragraph> </listitem> </list> diff --git a/source/text/simpress/main0000.xhp b/source/text/simpress/main0000.xhp index 6d87987d5b..fa069665ec 100644 --- a/source/text/simpress/main0000.xhp +++ b/source/text/simpress/main0000.xhp @@ -38,7 +38,7 @@ <embed href="text/simpress/guide/main.xhp#main"/> <embed href="text/simpress/main0503.xhp#main0503"/> <embed href="text/schart/main0000.xhp#chart_main"/> -<embed href="text/shared/explorer/database/main.xhp#base"/> +<embed href="text/sdatabase/main.xhp#base"/> <paragraph role="heading" id="hd_id3149880" xml-lang="en-US" level="3">$[officename] Impress Menus, Toolbars, and Keys</paragraph> <embed href="text/simpress/main0100.xhp#main0100"/> <embed href="text/simpress/main0200.xhp#main0200"/> diff --git a/source/text/swriter/main0000.xhp b/source/text/swriter/main0000.xhp index 457a0048b3..8e271d35d1 100644 --- a/source/text/swriter/main0000.xhp +++ b/source/text/swriter/main0000.xhp @@ -38,7 +38,7 @@ <embed href="text/swriter/main0503.xhp#main0503"/> <embed href="text/swriter/guide/main.xhp#main"/> <embed href="text/schart/main0000.xhp#chart_main"/> -<embed href="text/shared/explorer/database/main.xhp#base"/> +<embed href="text/sdatabase/main.xhp#base"/> <paragraph role="heading" id="hd_id3149131" xml-lang="en-US" level="3">Menus, Toolbars, and Keys</paragraph> <embed href="text/swriter/main0100.xhp#main0100"/> <embed href="text/swriter/main0200.xhp#main0200"/> |