diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-02-24 22:53:44 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-02-24 23:26:11 -0600 |
commit | fc2650816b4b95f21750c53c0d45daeff31510d6 (patch) | |
tree | 7227267d1ba5acef3b86db06979667a13bebc7c5 /doc/kate | |
parent | ca1a4375014b6f78a06c74169a1285abbcbcd819 (diff) | |
download | tdebase-fc2650816b4b95f21750c53c0d45daeff31510d6.tar.gz tdebase-fc2650816b4b95f21750c53c0d45daeff31510d6.zip |
Update tdebase cmake files with STARTKDE->STARTTDE.
Fix tdebase entities, text strings for future maintenance of handbook files. This partially resolves bug report 694.
Update konqueror user agent strings. This partially resolves bug report 774.
Update TDM help options. This resolves bug report 618.
Fix KTips branding issues and obsolete web addresses. This resolves bug report 842.
Diffstat (limited to 'doc/kate')
-rw-r--r-- | doc/kate/advanced.docbook | 2 | ||||
-rw-r--r-- | doc/kate/configuring.docbook | 2 | ||||
-rw-r--r-- | doc/kate/fundamentals.docbook | 12 | ||||
-rw-r--r-- | doc/kate/index.docbook | 4 | ||||
-rw-r--r-- | doc/kate/man-kate.1.docbook | 8 | ||||
-rw-r--r-- | doc/kate/mdi.docbook | 6 | ||||
-rw-r--r-- | doc/kate/menus.docbook | 10 | ||||
-rw-r--r-- | doc/kate/part.docbook | 2 |
8 files changed, 23 insertions, 23 deletions
diff --git a/doc/kate/advanced.docbook b/doc/kate/advanced.docbook index b9b0cda91..224610e62 100644 --- a/doc/kate/advanced.docbook +++ b/doc/kate/advanced.docbook @@ -652,7 +652,7 @@ linkend="advanced-editing-tools-commandline">the built in command line</link> only. The requirements is that the script is placed in a folder where &kate; can find it, along with an optional .desktop file that defines the related properties. The valid folder are named <filename>katepart/scripts</filename> -in the &kde; data folders. You can find the data folders by running the command +in the &tde; data folders. You can find the data folders by running the command <command>kde-config <option>--path</option> <parameter>data</parameter></command> You will usually have at least a system and a personal data folder. Of course scripts in the system data folder are available to all users on the system, diff --git a/doc/kate/configuring.docbook b/doc/kate/configuring.docbook index 14642c74c..1acde0d5e 100644 --- a/doc/kate/configuring.docbook +++ b/doc/kate/configuring.docbook @@ -587,7 +587,7 @@ the dominant color on the editor area.</para></listitem> <varlistentry id="config-dialog-editor-colors-selected-text"> <term><guilabel>Selected Text</guilabel></term> <listitem><para>This is the background for selected text. The default is -the global selection color, as set in your &kde; color preferences. +the global selection color, as set in your &tde; color preferences. </para></listitem> </varlistentry> diff --git a/doc/kate/fundamentals.docbook b/doc/kate/fundamentals.docbook index e6beaac58..82dbd6d0a 100644 --- a/doc/kate/fundamentals.docbook +++ b/doc/kate/fundamentals.docbook @@ -26,7 +26,7 @@ command line. <sect2 id="starting-from-the-menu"> <title>From the Menu</title> <para> -Open the &kde; program menu by clicking on the +Open the &tde; program menu by clicking on the <guiicon>big K</guiicon> icon on the toolbar at the bottom left of your screen. This will raise the <guimenu>program menu</guimenu>. Move your cursor up the menu to the <menuchoice><guimenu>Utilities</guimenu> @@ -60,7 +60,7 @@ file. <para> If you have an active connection, and permission, you can take advantage -of &kde;'s network transparency to open files on the internet. +of &tde;'s network transparency to open files on the internet. </para> <informalexample> @@ -99,7 +99,7 @@ with &Qt;. <listitem> <para> This lists the options available for changing the way &kate; interacts -with &kde;. +with &tde;. </para> </listitem> </varlistentry> @@ -177,7 +177,7 @@ programs, and allows you to pipe command output into &kate;.</para></listitem> <varlistentry> <term><userinput><command>kate</command> <option>--tempfile</option></userinput></term> -<listitem><para>Since &kate; 2.5.1 this standard &kde; option is supported. +<listitem><para>Since &kate; 2.5.1 this standard &tde; option is supported. When used, the specified files are treated as temporary files and deleted (if they are local files and you have sufficient permissions) when closed, unless they are modified since they were opened.</para></listitem> @@ -208,7 +208,7 @@ Lists &kate;'s authors in the terminal window. <option>-v</option> <option>--version</option></userinput></term> <listitem> <para> -Lists version information for &Qt;, &kde;, and &kate;. +Lists version information for &Qt;, &tde;, and &kate;. </para> </listitem> </varlistentry> @@ -229,7 +229,7 @@ Shows license information. <sect2 id="drag-and-drop"> <title>Drag and Drop</title> <para> -&kate; uses the &kde; Drag and Drop protocol. Files may be dragged and +&kate; uses the &tde; Drag and Drop protocol. Files may be dragged and dropped onto &kate; from the Desktop, &konqueror; or some remote ftp site opened in one of &konqueror;'s windows. </para> diff --git a/doc/kate/index.docbook b/doc/kate/index.docbook index 28142359f..5122ade89 100644 --- a/doc/kate/index.docbook +++ b/doc/kate/index.docbook @@ -47,7 +47,7 @@ <releaseinfo>2.5.0</releaseinfo> <abstract> -<para>&kate; is a programmer's text editor for &kde; 2.2 and above.</para> +<para>&kate; is a programmer's text editor for &tde; 2.2 and above.</para> <para>This handbook documents &kate; Version 2.5.0</para> </abstract> @@ -75,7 +75,7 @@ <title>Introduction</title> <para> -Welcome to &kate;, a programmer's text editor for &kde; version 2.2 and +Welcome to &kate;, a programmer's text editor for &tde; version 2.2 and above. Some of &kate;'s many features include configurable syntax highlighting for languages ranging from C and C++ to <acronym>HTML</acronym> to bash scripts, the ability to create and diff --git a/doc/kate/man-kate.1.docbook b/doc/kate/man-kate.1.docbook index 80899a4fb..1da635ad6 100644 --- a/doc/kate/man-kate.1.docbook +++ b/doc/kate/man-kate.1.docbook @@ -8,7 +8,7 @@ <title>KDE User's Manual</title> <author>&Lauri.Watts; &Lauri.Watts.mail;</author> <date>June 07, 2005</date> -<productname>K Desktop Environment</productname> +<productname>Trinity Desktop Environment</productname> </refentryinfo> <refmeta> @@ -18,7 +18,7 @@ <refnamediv> <refname><command>kate</command></refname> -<refpurpose>Advanced text editor for &kde;</refpurpose> +<refpurpose>Advanced text editor for &tde;</refpurpose> </refnamediv> <refsynopsisdiv> @@ -43,7 +43,7 @@ line</replaceable></group> <refsect1> <title>Description</title> -<para>&kate; is the &kde; Advanced Text Editor. </para> +<para>&kate; is the &tde; Advanced Text Editor. </para> <para>&kate; also provides the editor part for various applications, under the name &kwrite;.</para> <para>Some of &kate;'s many features include configurable syntax @@ -131,7 +131,7 @@ line 25, in an existing &kate; window, you could use:</para> 25</option> <option>-u</option> <filename>source.cpp</filename></userinput> </screen> <para>If you have an active internet connection, you can take advantage of -&kde;'s network transparency to open a file from an ftp site. If you do not +&tde;'s network transparency to open a file from an ftp site. If you do not have write permission on the remote server, the file will be opened read only and you will be prompted for a local filename to save to if you make changes. If you do have write permission, changes will be saved diff --git a/doc/kate/mdi.docbook b/doc/kate/mdi.docbook index a6c6854db..dfeb48d03 100644 --- a/doc/kate/mdi.docbook +++ b/doc/kate/mdi.docbook @@ -19,7 +19,7 @@ chapter will explain all of that, and even more.</para> <title>The Main Window</title> <para><indexterm><primary>Main window</primary></indexterm> -The &kate; Main Window is a standard &kde; application window, +The &kate; Main Window is a standard &tde; application window, with the addition of side bars containing tool views. It has a Menubar with all the common menus, and some more, and a toolbar providing access to commonly used commands.</para> @@ -202,7 +202,7 @@ entry.</para></tip> <varlistentry> <term>A Folder View</term> -<listitem><para>This is a standard &kde; folder view.</para></listitem> +<listitem><para>This is a standard &tde; folder view.</para></listitem> </varlistentry> <varlistentry> @@ -229,7 +229,7 @@ and select the desired filter string.</para> <title>The Built in Terminal Emulator</title> <para><indexterm><primary>Terminal emulator</primary></indexterm> -The built in Terminal Emulator is a copy of the &kde; &konsole; +The built in Terminal Emulator is a copy of the &tde; &konsole; terminal application, for your convenience. It is available from the <menuchoice><guimenu>Settings</guimenu><guimenuitem>Show Terminal Emulator</guimenuitem></menuchoice> menu item or by pressing the <keycombo diff --git a/doc/kate/menus.docbook b/doc/kate/menus.docbook index 26ae7551e..4267b2bd9 100644 --- a/doc/kate/menus.docbook +++ b/doc/kate/menus.docbook @@ -43,7 +43,7 @@ is named <emphasis>Untitled</emphasis>. </menuchoice> </term> <listitem> -<para>Launches &kde;'s open file dialog box to let you open one or more files. +<para>Launches &tde;'s open file dialog box to let you open one or more files. </para> </listitem> @@ -931,7 +931,7 @@ spellcheck dialog. They are:</para> <variablelist> <varlistentry> <term><guibutton>Help</guibutton></term> -<listitem><para> This invokes the &kde; help system starting at the &kate; help +<listitem><para> This invokes the &tde; help system starting at the &kate; help pages (this document).</para></listitem> </varlistentry> @@ -1213,7 +1213,7 @@ version of &kate;</para></note> </menuchoice> </term> <listitem> -<para>Display the familiar &kde; Keyboard Shortcut Configuration +<para>Display the familiar &tde; Keyboard Shortcut Configuration Dialog.</para> </listitem> </varlistentry> @@ -1228,7 +1228,7 @@ Dialog.</para> </menuchoice> </term> <listitem> -<para>Display the familiar &kde; Toolbar Configuration Dialog.</para> +<para>Display the familiar &tde; Toolbar Configuration Dialog.</para> </listitem> </varlistentry> @@ -1427,7 +1427,7 @@ change to the directory of the active document, if it is a local file.</para> <title>The <guimenu>Help</guimenu> Menu</title> -<para>Apart from standard &kde; <guimenu>Help</guimenu> menu items +<para>Apart from standard &tde; <guimenu>Help</guimenu> menu items described below you will have menu entries to show the Plugins User Manuals for installed plugins.</para> diff --git a/doc/kate/part.docbook b/doc/kate/part.docbook index e09725b31..f07f44cee 100644 --- a/doc/kate/part.docbook +++ b/doc/kate/part.docbook @@ -258,7 +258,7 @@ clicking the <mousebutton>middle</mousebutton> mouse button at the desired position.</para> <tip> -<para>If you are using the &kde; desktop, you can retrieve earlier +<para>If you are using the &tde; desktop, you can retrieve earlier copied text from any application using the &klipper; icon in the &kicker; icon tray.</para> </tip> |