[kate] doc: remove entities imgpath+rcfile and self-referencing link in katepart

Burkhard Lück lueck at hube-lueck.de
Wed Aug 31 06:49:42 UTC 2016


Git commit bebc8f1b868e97c7bbeaab826df85a8f33f78b05 by Burkhard Lück.
Committed on 31/08/2016 at 06:48.
Pushed by lueck into branch 'master'.

remove entities imgpath+rcfile and self-referencing link in katepart

M  +0    -2    doc/kate/index.docbook
M  +0    -2    doc/katepart/index.docbook
M  +0    -2    doc/katepart/menus.docbook
M  +2    -2    doc/katepart/part.docbook

http://commits.kde.org/kate/bebc8f1b868e97c7bbeaab826df85a8f33f78b05

diff --git a/doc/kate/index.docbook b/doc/kate/index.docbook
index a71a51d..19a1b40 100644
--- a/doc/kate/index.docbook
+++ b/doc/kate/index.docbook
@@ -1,8 +1,6 @@
 <?xml version="1.0" ?>
 <!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN"
 "dtd/kdedbx45.dtd" [
-  <!ENTITY imgpath "../katepart/">
-  <!ENTITY rcfile "katerc">
   <!ENTITY gdb "<acronym>GDB</acronym>">
   <!ENTITY configuring-chapter SYSTEM "configuring.docbook">
   <!ENTITY fundamentals-chapter SYSTEM "fundamentals.docbook">
diff --git a/doc/katepart/index.docbook b/doc/katepart/index.docbook
index 3323878..83a22ad 100644
--- a/doc/katepart/index.docbook
+++ b/doc/katepart/index.docbook
@@ -2,8 +2,6 @@
 <!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN"
 "dtd/kdedbx45.dtd" [
   <!ENTITY kappname "&katepart;">
-  <!ENTITY imgpath "./">
-  <!ENTITY rcfile "kwriterc">
   <!ENTITY fundamentals-chapter SYSTEM "fundamentals.docbook">
   <!ENTITY configuring-chapter SYSTEM "configuring.docbook">
   <!ENTITY menus-chapter SYSTEM "menus.docbook">
diff --git a/doc/katepart/menus.docbook b/doc/katepart/menus.docbook
index 21a1bee..d80fe2a 100644
--- a/doc/katepart/menus.docbook
+++ b/doc/katepart/menus.docbook
@@ -993,8 +993,6 @@ the endianness (byte order) of a text file or stream, for more information see
 modified by <link linkend="dev-scripting-command-line">writing your
 own scripts</link>. This way, &katepart; can be extended with user-defined tools.
 </para>
-<para><ulink url="help:/katepart/tools.html#scripts">There is a complete list of
-scripts in the &katepart; documentation.</ulink></para>
 
 <variablelist>
 
diff --git a/doc/katepart/part.docbook b/doc/katepart/part.docbook
index 5c40dc0..afb45fe 100644
--- a/doc/katepart/part.docbook
+++ b/doc/katepart/part.docbook
@@ -621,7 +621,7 @@ bar.</para>
 
 <para>
 <mediaobject>
-<imageobject><imagedata format="PNG" fileref="&imgpath;line-modification-system.png"/></imageobject>
+<imageobject><imagedata format="PNG" fileref="line-modification-system.png"/></imageobject>
 <caption><para>Line Modification Indicators in action.</para></caption>
 </mediaobject>
 </para>
@@ -643,7 +643,7 @@ the scrollbar.  The currently visible portion of the document is highlighted.
 
 <para>
 <mediaobject>
-<imageobject><imagedata format="PNG" fileref="&imgpath;minimap.png"/></imageobject>
+<imageobject><imagedata format="PNG" fileref="minimap.png"/></imageobject>
 <caption><para>The Scrollbar Minimap shows a preview of the &kate; source code.
 </para></caption>
 </mediaobject>


More information about the kde-doc-english mailing list