Bug 105193 - kmplot typos+errors in dokumention
Summary: kmplot typos+errors in dokumention
Status: RESOLVED FIXED
Alias: None
Product: docs.kde.org
Classification: Websites
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR wishlist
Target Milestone: ---
Assignee: Documentation Editorial Team
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-06 16:32 UTC by Burkhard Lück
Modified: 2005-12-19 09:21 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
found more typos + missing menu entries, updated commands.docbook (11.60 KB, text/docbook)
2005-05-10 07:29 UTC, Burkhard Lück
Details
updated docbooks (6.91 KB, application/x-tgz)
2005-05-15 13:45 UTC, Burkhard Lück
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Burkhard Lück 2005-05-06 16:32:15 UTC
Version:            (using KDE KDE 3.4.0)
Installed from:    Compiled From Sources

in documentation kmplot 3.4 + HEAD are typos + errors:

index.docbook:10 <!ENTITY menu SYSTEM "menu.docbook">
remove this line, the entity is never referenced

remove the file menu.docbook, it is no longer in use

introduction.docbook:25 typo 
<para>&kmplot; also provides some numerical an visual features like:
change to
<para>&kmplot; also provides some numerical and visual features like:

in commands.docbook:148-199 <sect1 id="a-functions-menu">
change every <guimenu>Functions</guimenu>
to <guimenu>Plot</guimenu>

commands.docbook:338 typo
<para>This menu constains some tools for the functions that can be useful:</para>
change to
<para>This menu contains some tools for the functions that can be useful:</para>

commands.docbook:361
<guimenuitem>Names...</guimenuitem> 
is wrong, in gui this is:
<guimenuitem>Predefined &Math Functions</guimenuitem>
Comment 1 Burkhard Lück 2005-05-10 07:29:57 UTC
Created attachment 10971 [details]
found more typos + missing menu entries, updated commands.docbook
Comment 2 Burkhard Lück 2005-05-15 13:45:56 UTC
Created attachment 11046 [details]
updated docbooks

found some more errors in docbooks
Comment 3 Lauri Watts 2005-08-16 20:01:11 UTC
SVN commit 449783 by lauri:

Update from Burkhard Lück
BUG:105193


 M  +4 -4      configuration.docbook  
 M  +2 -2      dcop.docbook  
 M  +1 -1      using.docbook  


--- branches/KDE/3.5/kdeedu/doc/kmplot/configuration.docbook #449782:449783
@@ -2,19 +2,19 @@
 <title>Configuring &kmplot;</title> 
 <para>To access the &kmplot; configuration
 dialog, select <menuchoice><guimenu>Settings</guimenu><guimenuitem>Configure
-KmPlot...</guimenuitem></menuchoice>. A number of settings can also be changed
+&kmplot;...</guimenuitem></menuchoice>. A number of settings can also be changed
 from options in the <guimenu>Edit</guimenu> menu, as well. </para>
 
 <note>
 <para>Settings changed in the &kmplot; configuration dialog become the
 default for &kmplot;, and only take effect when a new plot is started. Settings
-changed in the <guimenu>View</guimenu> menu take effect immediately, but do not
+changed in the <guimenu>Edit</guimenu> menu take effect immediately, but do not
 persist after &kmplot; is exited.</para>
 </note>
 
 <sect1 id="general-config">
 <title><guilabel>General</guilabel> Configuration</title>
-<para>Here you can set global settings which automatic will be saved when you exit &kmplot;. In the first tab you can set calculation-precision, angle-mode (radians and degrees), background color and zoom in and zoom out factors. </para><para>The second tab let you define you own constants.  &kmplot; saves the constains in the same file as KCalc does. That means you can create a constant in  &kmplot;, close the program and load it in KCalc and vice versa.  &kmplot; only supports constant names that consist one capital character and if you in KCalc define a constant name that is not one character, the name will be truncated. E.g, if you already have the constants "apple" and "bananas" in KCalc, they will be renamed to "A" and "B" in &kmplot;.</para>
+<para>Here you can set global settings which automatic will be saved when you exit &kmplot;. In the first tab you can set calculation-precision, angle-mode (radians and degrees), background color and zoom in and zoom out factors. </para><para>The second tab let you define you own constants.  &kmplot; saves the constans in the same file as KCalc does. That means you can create a constant in  &kmplot;, close the program and load it in KCalc and vice versa.  &kmplot; only supports constant names that consist of one capital character and if you in KCalc define a constant name that is not one character, the name will be truncated. E.g, if you already have the constants "apple" and "bananas" in KCalc, they will be renamed to "A" and "B" in &kmplot;.</para>
 
 <screenshot>
 <screeninfo>Here is a screenshot of the &kmplot; welcome window</screeninfo>
@@ -37,7 +37,7 @@
 configuration option, you can change the colors of the axes and grid of the
 main &kmplot; area.</para>
 <para>In the <guilabel>Functions</guilabel> tab, you can change the colors used
-for the graphs of the ten functions allowed in &kmplot;.</para>
+for the graphs of the functions allowed in &kmplot;.</para>
 </sect1>
 
 <sect1 id="coords-config">
--- branches/KDE/3.5/kdeedu/doc/kmplot/dcop.docbook #449782:449783
@@ -1,9 +1,9 @@
 <chapter id="dcop">
 	<title>Scripting &kmplot;</title>
 	
-	<para>A new feature in KDE 3.4 is that you can write scrips for Kmplot with DCOP. For example, if you want to define a new function <userinput>f(x)=2sin x+3cos x</userinput>, set its line width to 20 and then draw it, you type in a console:</para>
+	<para>A new feature in KDE 3.4 is that you can write scrips for &kmplot; with DCOP. For example, if you want to define a new function <userinput>f(x)=2sin x+3cos x</userinput>, set its line width to 20 and then draw it, you type in a console:</para>
 	<para><command>dcop kmplot-PID Parser addFunction "f(x)=2sin x+3cos x"</command>
-		As a result, the new function's id number will be returned, or -1 if the function could't be defined.</para>
+		As a result, the new function's id number will be returned, or -1 if the function could not be defined.</para>
 	<para><command>>dcop kmplot-PID Parser setFunctionFLineWidth 20 ID</command>
 		This command sets the function with the id number ID the line width to 20.</para>
 	<para><command>>dcop kmplot-PID View drawPlot</command>
--- branches/KDE/3.5/kdeedu/doc/kmplot/using.docbook #449782:449783
@@ -79,7 +79,7 @@
 function, but prefix the name of the function describing the x-coordinate with
 the letter x, and the function describing the y-coordinate with the letter
 y. As with explicit functions, you may use any variable name you wish for the
-parameter. To draw a parametric function, you must go to <guimenu>Functions</guimenu><guimenuitem>New Parametric Plot...</guimenuitem>. A function name will be created automatic if you do not specify one.</para>
+parameter. To draw a parametric function, you must go to <guimenu>Plot</guimenu><guimenuitem>New Parametric Plot...</guimenuitem>. A function name will be created automatic if you do not specify one.</para>
 <para>As an example, suppose you want to draw a circle, which has parametric
 equations x=sin(t), y=cos(t). In the &kmplot; functions dialog, do the
 following:
Comment 4 Burkhard Lück 2005-08-17 08:07:20 UTC
some of the above reported errors are still not fixed:

index.docbook:10 <!ENTITY menu SYSTEM "menu.docbook"> 
remove this line, the entity is never referenced 
 
remove the file menu.docbook, it is no longer in use 
remove l10n/templates/docmessages/kdeedu/kmplot_menu.pot, obsolete file

introduction.docbook:25 typo 
<para>&kmplot; also provides some numerical an visual features like: 
change to "an" to "and"

still many errors (typos + missing menu entries) in commands.docbook, 
fixed version is my attachment (id=10971)
Comment 5 Burkhard Lück 2005-12-19 09:21:26 UTC
SVN commit 489592 by lueck:

documentation update (menus, checked guiitems, sanitized) 
BUG:105193 
CCMAIL:peter.hedlund@kdemail.net 
CCMAIL:f_edemar@linux.se 
CCMAIL:annma.kde.org


 M  +133 -49   kmplot/commands.docbook  
 M  +50 -27    kmplot/configuration.docbook  
 M  +4 -4      kmplot/credits.docbook  
 M  +3 -3      kmplot/dcop.docbook  
 M  +1 -2      kmplot/developer.docbook  
 M  +2 -2      kmplot/firststeps.docbook  
 M  +5 -8      kmplot/index.docbook  
 M  +1 -1      kmplot/introduction.docbook  
 M  +4 -4      kmplot/man-kmplot.1.docbook  
 D             kmplot/menu.docbook  
 M  +2 -2      kmplot/reference.docbook  
 M  +32 -16    kmplot/using.docbook  
 M  +1 -1      kturtle/getting-started.docbook  
 M  +5 -5      kturtle/index.docbook  
 M  +33 -30    kturtle/using-kturtle.docbook  
 M  +50 -33    kwordquiz/index.docbook