diff options
Diffstat (limited to 'doc/chalk')
-rw-r--r-- | doc/chalk/commands-menus.docbook | 16 | ||||
-rw-r--r-- | doc/chalk/developers-plugins.docbook | 18 | ||||
-rw-r--r-- | doc/chalk/introduction.docbook | 2 | ||||
-rw-r--r-- | doc/chalk/tutorial-starting.docbook | 2 |
4 files changed, 19 insertions, 19 deletions
diff --git a/doc/chalk/commands-menus.docbook b/doc/chalk/commands-menus.docbook index e0a58131..abfa9902 100644 --- a/doc/chalk/commands-menus.docbook +++ b/doc/chalk/commands-menus.docbook @@ -2,7 +2,7 @@ <title>Menus</title> <para> -Some of &chalk;'s menus are standard in &kde; or &koffice;, while others are +Some of &chalk;'s menus are standard in &tde; or &koffice;, while others are particular to &chalk;. The <guimenu>File</guimenu> menu contains commands for manipluating files. In the <guimenu>Edit</guimenu> menu, you can find commands that do things with the current selection. With the commands from the @@ -49,7 +49,7 @@ action="simul">&Ctrl;<keycap>O</keycap></keycombo></shortcut> <guimenuitem>Open...</guimenuitem> </menuchoice></term> <listitem><para><action>Opens an existing document.</action> -Because this uses the usual &kde; <guilabel>Open Document</guilabel> +Because this uses the usual &tde; <guilabel>Open Document</guilabel> dialog to let you select a file, you can open files via various protocols (ftp, fish, etcetera). </para></listitem> @@ -85,7 +85,7 @@ its current name. </para></listitem> <guimenuitem>Save As...</guimenuitem> </menuchoice></term> <listitem><para><action>Saves the document under a different name.</action> -The default &kde; dialog is used, so saving remotely via ftp +The default &tde; dialog is used, so saving remotely via ftp or ssh (fish) is perfectly possible.</para> </listitem> </varlistentry> @@ -128,7 +128,7 @@ As...</guimenuitem></menuchoice>.) <guimenu>File</guimenu> <guimenuitem>Mail...</guimenuitem> </menuchoice></term> -<listitem><para><action>Sends the document via email.</action> The default &kde; +<listitem><para><action>Sends the document via email.</action> The default &tde; mail compose window will be used.</para></listitem> </varlistentry> @@ -140,7 +140,7 @@ action="simul">&Ctrl;<keycap>P</keycap></keycombo></shortcut> <guimenuitem>Print...</guimenuitem> </menuchoice></term> <listitem><para><action>Prints the document.</action> You will see the usual -&kde; print dialog appear.</para></listitem> +&tde; print dialog appear.</para></listitem> </varlistentry> <varlistentry> @@ -235,7 +235,7 @@ action="simul">&Ctrl;<keycap>X</keycap></keycombo></shortcut> <guimenuitem>Cut</guimenuitem> </menuchoice></term> <listitem><para><action>Cuts the selection to the -clipboard.</action> The current selection is put on the &kde; +clipboard.</action> The current selection is put on the &tde; clipboard, and the selection is cleared.</para></listitem> </varlistentry> @@ -2116,7 +2116,7 @@ toolbar.</action></para></listitem> <guimenuitem>Configure Shortcuts...</guimenuitem> </menuchoice></term> <listitem><para><action>Opens the <guilabel>Configure Shortcuts -</guilabel> dialog.</action> This dialog is common to most &kde; applications +</guilabel> dialog.</action> This dialog is common to most &tde; applications and allows you to configure shortcuts for all actions &chalk; has to offer.</para></listitem> </varlistentry> @@ -2127,7 +2127,7 @@ offer.</para></listitem> <guimenuitem>Configure Toolbars...</guimenuitem> </menuchoice></term> <listitem><para><action>Opens the <guilabel>Configure Toolbars</guilabel> -dialog.</action> This dialog is common to most &kde; applications +dialog.</action> This dialog is common to most &tde; applications and allows you to configure &chalk;'s toolbars.</para></listitem> </varlistentry> diff --git a/doc/chalk/developers-plugins.docbook b/doc/chalk/developers-plugins.docbook index 12acff58..014f098d 100644 --- a/doc/chalk/developers-plugins.docbook +++ b/doc/chalk/developers-plugins.docbook @@ -34,7 +34,7 @@ instance) and a translated string for GUI purposes. </para><para> A word on compatibility: &chalk; is still in development. From &chalk; 1.5 to 1.6 not many API changes are expected, but there may be some. From &chalk; 1.6 -to 2.0 we will move from &Qt;3 to &Qt;4, from &kde;3 to &kde;4, from +to 2.0 we will move from &Qt;3 to &Qt;4, from &tde;3 to &tde;4, from <command>automake</command> to <command>cmake</command>: many changes are to be expected. If you develop a plugin for &chalk; and choose to do so in &chalk;’s subversion repository, chances are excellent that we’ll help you @@ -143,7 +143,7 @@ import/export filter could be a PDF filter. Filters are loaded by the <title>Creating plugins</title> <para> -Plugins are written in C++ and can use all of &kde; and &Qt; and the &chalk; +Plugins are written in C++ and can use all of &tde; and &Qt; and the &chalk; developer API. Only viewplugins should use the &koffice; API. Don’t worry: &chalk;’s API’s are quite clear and rather extensively documented (for free software) and coding your first filter is really easy. @@ -152,7 +152,7 @@ If you do not want to use C++, you can write scripts in Python or Ruby; that is a different thing altogether, though, and you cannot currently write tools, colorspaces, paintops or import/export filters as scripts. </para><para> -&chalk; plugins use &kde;'s parts mechanism for loading, so the parts +&chalk; plugins use &tde;'s parts mechanism for loading, so the parts documentation at <ulink url="http://developer.kde.org" /> is relevant here, too. </para><para> Your distribution should have either installed the relevant header files with @@ -165,13 +165,13 @@ public API at <ulink url="http://koffice.org/developer/apidocs/chalk/html/" />. <title>Automake (and CMake)</title> <para> -&kde; 3.x and thus &koffice; 1.5 and 1.6 use <command>automake</command>; -&kde; 4.0 and &koffice; 2.0 use <command>cmake</command>. This tutorial +&tde; 3.x and thus &koffice; 1.5 and 1.6 use <command>automake</command>; +&tde; 4.0 and &koffice; 2.0 use <command>cmake</command>. This tutorial describes the <command>automake</command> way of creating plugins. <!-- If I have not updated this manual when we release KOffice 2.0, please remind me to do so. --> </para><para> -Plugins are &kde; modules and should be tagged as such in their +Plugins are &tde; modules and should be tagged as such in their <filename>Makefile.am</filename>. Filters, tools, paintops, colorspaces and import/export filters need <literal role="extension">.desktop</literal> files; viewplugins need a <application>KXMLGui</application> @@ -187,7 +187,7 @@ so yet. <para> Let's look at the skeleton for a plugin module. First, the -<filename>Makefile.am</filename>. This is what &kde; uses to generate the +<filename>Makefile.am</filename>. This is what &tde; uses to generate the makefile that builds your plugin: <programlisting> @@ -213,7 +213,7 @@ set. If your plugin is a viewplugin, you will likely also install a <literal role="extension">.rc</literal> file with entries for menubars and toolbars. Likewise, you may need to install cursors and icons. That is all done through -the ordinary &kde; <filename>Makefile.am</filename> magic incantantions: +the ordinary &tde; <filename>Makefile.am</filename> magic incantantions: <programlisting> chalkrcdir = $(kde_datadir)/chalk/chalkplugins @@ -267,7 +267,7 @@ need to be discussed separately. <title>Boilerplate</title> <para> -You also need a bit of boilerplate code that is called by the &kde; part +You also need a bit of boilerplate code that is called by the &tde; part framework to instantiate the plugin — a header file and an implementation file. </para><para> A header file: diff --git a/doc/chalk/introduction.docbook b/doc/chalk/introduction.docbook index 9384bcbc..7f585e23 100644 --- a/doc/chalk/introduction.docbook +++ b/doc/chalk/introduction.docbook @@ -121,7 +121,7 @@ information. <sect1 id="introduction-manual"> <title>About this manual</title> <para> -We are assuming you have got a good working knowledge of &kde; and of your +We are assuming you have got a good working knowledge of &tde; and of your operating system. The first chapter will give you a quick tour of &chalk;'s cool features; the other chapters will expand on that information. </para> diff --git a/doc/chalk/tutorial-starting.docbook b/doc/chalk/tutorial-starting.docbook index bed91f24..203314cd 100644 --- a/doc/chalk/tutorial-starting.docbook +++ b/doc/chalk/tutorial-starting.docbook @@ -3,7 +3,7 @@ <para> So, let's show you all the niceties. You can start &chalk; either on its own -or from the &koffice; shell. In your &kde; menus, &chalk; should be placed +or from the &koffice; shell. In your &tde; menus, &chalk; should be placed either under Graphics or under Office — it depends a bit on who packaged &koffice; for you. Or do what I do: press <keycombo action="simul">&Alt;<keycap>F2</keycap></keycombo> (which opens the |