[kde-doc-english] [kate/frameworks] doc/kate: replace old shared sections with stubs linking to katepart

T.C. Hollingsworth tchollingsworth at gmail.com
Sun Feb 23 03:16:15 UTC 2014


Git commit 3a32f4f8e8960c1b7d52430cba90882a3648d85d by T.C. Hollingsworth.
Committed on 23/02/2014 at 02:45.
Pushed by hollingsworth into branch 'frameworks'.

replace old shared sections with stubs linking to katepart

M  +17   -2    doc/kate/configuring.docbook
M  +16   -2    doc/kate/development.docbook
M  +27   -8    doc/kate/index.docbook
M  +8    -1    doc/kate/plugins.docbook

http://commits.kde.org/kate/3a32f4f8e8960c1b7d52430cba90882a3648d85d

diff --git a/doc/kate/configuring.docbook b/doc/kate/configuring.docbook
index 5ac8567..6fd4646 100644
--- a/doc/kate/configuring.docbook
+++ b/doc/kate/configuring.docbook
@@ -253,7 +253,22 @@ View.</para></listitem>
 
 </sect1>
 
-<!--FIXME: link to katepart config chapter-->
+<sect1 id="config-dialog-editor">
+<title>The Editor Component Configuration</title>
+
+<para>For information about this section of the configuration dialog, see the
+<ulink url="help:katepart/config-dialog-editor.html">Editor Component
+Configuration section of the &katepart; Handbook</ulink>.</para>
+
+</sect1>
+
+<sect1 id="config-variables">
+<title>Configuring With Document Variables</title>
+
+<para>For information about using document variables with &kate;, see the
+<ulink url="help:katepart/config-variables.html">Configuring with Document
+Variables section of the &katepart; Handbook</ulink>.</para>
+
+</sect1>
 
-<!--FIXME: link to katepart document variables sect1-->
 </chapter>
diff --git a/doc/kate/development.docbook b/doc/kate/development.docbook
index 415c563..22f2084 100644
--- a/doc/kate/development.docbook
+++ b/doc/kate/development.docbook
@@ -23,17 +23,31 @@ enhancements with the world!</para>
 
 </sect1>
 
+<sect1 id="highlight">
+<title>Working with Syntax Highlighting</title>
+
+<para>For information about adding or modifying syntax highlighting definitions,
+see the <ulink url="help:katepart/dev-scripting.html">Working with Syntax
+Highlighting section of the Development chapter of the &katepart;
+Handbook</ulink>.</para>
+
+</sect1>
+
 <sect1 id="dev-scripting">
 <title>Scripting with JavaScript</title>
 
-<!--FIXME: link to katepart js api doc-->
+<para>For information about scripting with JavaScript, see the
+<ulink url="help:katepart/dev-scripting.html">Scripting with JavaScript
+section of the Development chapter of the &katepart; Handbook</ulink>.</para>
 
 </sect1>
 
 <sect1 id="dev-part">
 <title>Editor Component Extensions</title>
 
-<!--FIXME: link to katepart ece doc-->
+<para>For information about writing &katepart; plugins, see the
+<ulink url="help:katepart/dev-part.html">Editor Component Extensions
+section of the Development chapter of the &katepart; Handbook</ulink>.</para>
 
 </sect1>
 
diff --git a/doc/kate/index.docbook b/doc/kate/index.docbook
index a953f81..6405e6b 100644
--- a/doc/kate/index.docbook
+++ b/doc/kate/index.docbook
@@ -8,14 +8,10 @@
   <!ENTITY gdb "<acronym>GDB</acronym>">
   <!ENTITY pate "Pâté">
   <!ENTITY configuring-chapter SYSTEM "configuring.docbook">
-  <!ENTITY highlighting-appendix SYSTEM "../katepart/highlighting.docbook">
-  <!ENTITY advanced-chapter SYSTEM "../katepart/advanced.docbook">
   <!ENTITY fundamentals-chapter SYSTEM "fundamentals.docbook">
   <!ENTITY menu-chapter SYSTEM "menus.docbook">
-  <!ENTITY part-chapter SYSTEM "../katepart/part.docbook">
   <!ENTITY plugins-chapter SYSTEM "plugins.docbook">
   <!ENTITY development-chapter SYSTEM "development.docbook">
-  <!ENTITY vi-chapter SYSTEM "../katepart/vi.docbook">
   <!ENTITY % addindex "IGNORE">
   <!ENTITY % English "INCLUDE"><!-- change language only here -->
 ]>
@@ -111,15 +107,31 @@ configuration files.  This document was written in &kate;.
 
 &fundamentals-chapter;
 
-&part-chapter;
+<chapter id="kate-part">
+<title>Working with the &kate; Editor</title>
+<para>For information about the basics of working with the editor component
+underlying &kate;, see the 
+<ulink url="help:katepart/kate-part.html">Working with the
+&katepart; Editor chapter of the &katepart; Handbook</ulink>.</para>
+</chapter>
 
 &plugins-chapter;
 
-&advanced-chapter;
+<chapter id="advanced-editing-tools">
+<title>Advanced Editing Tools</title>
+<para>For information about the advanced editing tools included with &kate;,
+see the <ulink url="help:katepart/advanced-editing-tools.html">Advanced Editing Tools chapter
+of the &katepart; Handbook</ulink>.</para>
+</chapter>
 
 &development-chapter;
 
-&vi-chapter;
+<chapter id="vi-input-mode-chapter">
+<title>The VI Input Mode</title>
+<para>For information about &kate;'s VI input mode, see the 
+<ulink url="help:katepart/vi-input-mode-chapter.html">VI Input Mode chapter
+of the &katepart; Handbook</ulink>.</para>
+</chapter>
 
 &menu-chapter;
 
@@ -259,7 +271,14 @@ documentation</para></listitem>
 
 </chapter>
 
-&regexp-appendix;
+<appendix id="regular-expressions">
+<title>Regular Expressions</title>
+
+<para>For information about using regular expressions in &kate;, see the
+<ulink url="help:katepart/regular-expressions.html">Regular Expressions appendix
+to the &katepart; Handbook</ulink>.</para>
+
+</appendix>
 
 <appendix id="installation">
 <title>Installation</title>
diff --git a/doc/kate/plugins.docbook b/doc/kate/plugins.docbook
index 1b0aebd..ffa5665 100644
--- a/doc/kate/plugins.docbook
+++ b/doc/kate/plugins.docbook
@@ -26,7 +26,14 @@ and you can search the web for more. A few plugins are shipped with the
 editor component, for inserting automatic braces, inserting files,
 and exporting text as &HTML;.</para>
 
-&plugins-part-sections;
+<sect1 id="editor-component-plugins">
+<title>Editor Component Extensions</title>
+
+<para>For information about available plugins, see the 
+<ulink url="help:katepart/editor-component-plugins.html">Editor Component
+Extensions section of the &katepart; Handbook</ulink>.</para>
+
+</sect1>
 
 <sect1 id="scripts">
 <title>Scripts</title>



More information about the kde-doc-english mailing list