Git commit 157ba6f4f334cb95eb98118fe0ce9eef74f10f31 by T.C. Hollingsworth. Committed on 23/02/2014 at 05:56. Pushed by hollingsworth into branch 'frameworks'.
change now broken <ulink>s to kate to internal <link>s M +7 -7 doc/katepart/configuring.docbook M +6 -6 doc/katepart/menus.docbook M +5 -5 doc/katepart/part.docbook http://commits.kde.org/kate/157ba6f4f334cb95eb98118fe0ce9eef74f10f31 diff --git a/doc/katepart/configuring.docbook b/doc/katepart/configuring.docbook index 42def8b..fba4352 100644 --- a/doc/katepart/configuring.docbook +++ b/doc/katepart/configuring.docbook @@ -26,7 +26,7 @@ process. The categories <guilabel>Appearance</guilabel>, <para>This group contains all pages related to the editor component of &kappname;. Most of the settings here are defaults, they can be overridden by <link linkend="pref-open-save-modes-filetypes">defining a filetype</link>, -by <ulink url="help:/kate/config-variables.html">Document Variables</ulink> or +by <link linkend="config-variables">Document Variables</link> or by changing them per document during an editing session.</para> <sect2 id="appearance"> <title>Appearance</title> @@ -301,8 +301,8 @@ wrap marker.</para></listitem> <listitem><para>This color is used to highlight the section of code that would be folded when you click on the code folding arrow to the left of a document. For more information, see -<ulink url="help:/kate/advanced-editing-tools-code-folding.html">the code -folding documentation</ulink>.</para></listitem> +<link linkend="advanced-editing-tools-code-folding">the code +folding documentation</link>.</para></listitem> </varlistentry> <varlistentry> @@ -1018,7 +1018,7 @@ one is not already present upon saving the file.</para> <para>The editor will search the given number of folder levels upwards for &kappname; config file and load the settings line from it. Further information about these hidden folder config files you find in the -<ulink url="help:/kate/config-variables.html">document variables section</ulink>. +<link linkend="config-variables">document variables section</link>. </para> </listitem> </varlistentry> @@ -1144,8 +1144,8 @@ variable and then set the value of the variable on the right. Some variables provide a drop-down box to select possible values from while others require you to enter a valid value manually.</para> <para>For complete information on these variables, see -<ulink url="help:/kate/config-variables.html">Configuring with Document -Variables</ulink>.</para> +<link linkend="config-variables">Configuring with Document +Variables</link>.</para> </listitem> </varlistentry> @@ -1366,7 +1366,7 @@ off.</para></listitem> <varlistentry id="variable-folding-markers"> <term><cmdsynopsis><command>folding-markers</command><arg>BOOL</arg></cmdsynopsis></term> <listitem><para>Set the display of -<ulink url="help:/kate/advanced-editing-tools-code-folding.html">folding markers</ulink> +<link linkend="advanced-editing-tools-code-folding">folding markers</link> on or off. </para></listitem> </varlistentry> diff --git a/doc/katepart/menus.docbook b/doc/katepart/menus.docbook index 01c6511..0c51621 100644 --- a/doc/katepart/menus.docbook +++ b/doc/katepart/menus.docbook @@ -520,8 +520,8 @@ action="simul"><keycap>F7</keycap></keycombo></shortcut> <para>Displays the Katepart command line at the bottom of the window. In the command line, type <userinput>help</userinput> to get help and <userinput>help list</userinput> to get a list of commands. For more information on the command line, see -<ulink url="help:/kate/advanced-editing-tools-commandline.html">The Editor -Component Command Line</ulink>.</para> +<link linkend="advanced-editing-tools-commandline">The Editor +Component Command Line</link>.</para> </listitem> </varlistentry> @@ -531,7 +531,7 @@ Component Command Line</ulink>.</para> </menuchoice></term> <listitem><para>This opens a tool view that allows you to run Javascript code interactively. For more information, see -<ulink url="help:/kate/dev-scripting.html">Extending &kate; with Scripts</ulink> +<link linkend="dev-scripting">Extending &kate; with Scripts</link> </para></listitem> </varlistentry> @@ -897,12 +897,12 @@ the endianness (byte order) of a text file or stream, for more information see <guisubmenu>Scripts</guisubmenu></menuchoice></term> <listitem> <para>This submenu contains a list of all scripted actions. The list can easily be -modified by <ulink url="help:/kate/dev-scripting.html#dev-scripting-command-line">writing -own scripts</ulink>. This way, &katepart; can be extended with user-defined tools. +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>For more information about the scripts included with &katepart;, see -<ulink url="help:/kate/scripts.html">Scripts</ulink>.</para> +<link linkend="scripts">Scripts</link>.</para> </listitem> </varlistentry> diff --git a/doc/katepart/part.docbook b/doc/katepart/part.docbook index 283b7a8..93b7a68 100644 --- a/doc/katepart/part.docbook +++ b/doc/katepart/part.docbook @@ -340,8 +340,8 @@ expression. The <guibutton>Add</guibutton> menuitem at the bottom of the context menu of the text boxes will be enabled and allows you to add regular expression items to the search pattern from a predefined list.</para> -<para>See <ulink url="help:/kate/regular-expressions.html">Regular -Expressions</ulink> for more on these.</para> +<para>See <link linkend="regular-expressions">Regular +Expressions</link> for more on these.</para> </listitem> </varlistentry> @@ -435,13 +435,13 @@ switch to the incremental search bar. <tip> <para>If you are using a regular expression to find the text to replace, you can employ backreferences to reuse text captured in parenthesized subpatterns of the expression.</para> -<para>See <ulink url="help:/kate/regular-expressions.html">Regular Expressions</ulink> for more +<para>See <link linkend="regular-expressions">Regular Expressions</link> for more on those.</para> </tip> <tip><para>You can do <command>find</command>, <command>replace</command> and <command>ifind</command> (incremental search) from the -<ulink url="help:/kate/advanced-editing-tools-commandline.html">command line</ulink>.</para> +<link linkend="advanced-editing-tools-commandline">command line</link>.</para> </tip> </sect2> @@ -536,7 +536,7 @@ document.</para> <tip><para>You can set all sorts of configuration variables, including those related to indentation using -<ulink url="help:/kate/config-variables.html">Document Variables</ulink> and +<link linkend="config-variables">Document Variables</link> and <link linkend="pref-open-save-modes-filetypes">File types</link>.</para></tip> <variablelist>
