Bug 121059 - kivio errors in documentation, patch
Summary: kivio errors in documentation, patch
Status: RESOLVED FIXED
Alias: None
Product: docs.kde.org
Classification: Websites
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Documentation Editorial Team
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-30 20:42 UTC by Burkhard Lück
Modified: 2006-01-31 03:16 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
patch for kivio docs (4.82 KB, patch)
2006-01-30 20:43 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 2006-01-30 20:42:20 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources

found errors in kivio documentation, svn diff follows
Comment 1 Burkhard Lück 2006-01-30 20:43:21 UTC
Created attachment 14459 [details]
patch for kivio docs
Comment 2 Anne-Marie Mahfouf 2006-01-31 03:16:28 UTC
SVN commit 504008 by annma:

fix 121059, all the credit to Burkhard Lück!
BUG=121059


 M  +2 -2      index.docbook  
 M  +28 -13    working.docbook  


--- trunk/koffice/doc/kivio/index.docbook #504007:504008
@@ -30,8 +30,8 @@
 <!-- TRANS:ROLES_OF_TRANSLATORS -->
 </authorgroup>
 
-<date>2006-01-10</date>
-<releaseinfo>1.4.88</releaseinfo>
+<date>2006-01-30</date>
+<releaseinfo>1.5.0</releaseinfo>
 
 <copyright>
 <year>2003</year><year>2000</year>
--- trunk/koffice/doc/kivio/working.docbook #504007:504008
@@ -34,7 +34,8 @@
 
 <sect1 id="import-export">
 <title>Importing/Exporting Documents</title>
-<para>The <guimenuitem>Import</guimenuitem> and <guimenuitem>Export</guimenuitem> menu options on the File menu currently perform the same functions as <guimenuitem>Open</guimenuitem> and <guimenuitem>Save</guimenuitem>.</para>
+<para>The <guimenuitem>Import</guimenuitem> menu option on the <guimenu>File</guimenu> menu currently loads a &kivio; or &XML; document into a new &kivio; application.</para>
+<para>The <guimenuitem>Export...</guimenuitem> menu option on the <guimenu>File</guimenu> menu currently perform the same functions as <menuchoice><guimenu>File</guimenu> <guimenuitem>Save As...</guimenuitem></menuchoice>. These options let you save a document under a different name or into an other format.</para>
 </sect1>
 
 <sect1 id="multiple-pages">
@@ -68,23 +69,37 @@
 
 <sect1 id="page-export">
 <title>Exporting a Page</title>
-<para>Individual pages can be exported as bitmap graphics files. To export the current page select <menuchoice><guimenu>Page</guimenu><guimenuitem>Export Page</guimenuitem></menuchoice>. A standard &kde; file dialog box appears. The export format is determined by the name you give the file, it must end with one of the extensions listed below.</para>
+<para>Individual pages can be exported as bitmap graphics files. To export the current page select <menuchoice><guimenu>File</guimenu> <guimenuitem>Export...</guimenuitem></menuchoice> or <menuchoice><guimenu>File</guimenu> <guimenuitem>Save As...</guimenuitem></menuchoice>. A standard &kde; file dialog box appears. The export format is determined by the name you give the file, it must end with one of the extensions listed below.</para>
 <para>The following formats are supported:</para>
 
 <itemizedlist>
+<listitem><para>PNG Image (.png)</para></listitem>
+<listitem><para>JPEG Image (.jpg)</para></listitem>
 <listitem><para>&Windows; Bitmap (.bmp)</para></listitem>
-<listitem><para>Encapsulated Postscript (.eps)</para></listitem>
-<listitem><para>JPEG (.jpeg)</para></listitem>
-<listitem><para>.krl</para></listitem>
-<listitem><para>.pmb</para></listitem>
-<listitem><para>PCX (.pcx)</para></listitem>
-<listitem><para>Portable Grayscale Map .pgm</para></listitem>
-<listitem><para>Portable Pixmap File .ppm</para></listitem>
-<listitem><para>Targa (.tga)</para></listitem>
-<listitem><para>.xbm</para></listitem>
-<listitem><para>.xpm</para></listitem>
-<listitem><para>.xv</para></listitem>
+<listitem><para>Encapsulated Postscript Image (.eps)</para></listitem>
+<listitem><para>Portable Bitmap (.pbm)</para></listitem>
+<listitem><para>PCX Image (.pcx)</para></listitem>
+<listitem><para>Portable Pixmap Image (.ppm)</para></listitem>
+<listitem><para>SGI Image (RGB) (.rgb)</para></listitem>
+<listitem><para>X PixMap Image (.xpm)</para></listitem>
+<listitem><para>JPEG 2000 Image (.jp2)</para></listitem>
+<listitem><para>Krita Document (.kra)</para></listitem>
+<listitem><para>Adobe Illustrator Document (.ai)</para></listitem>
+<listitem><para>TIFF Image (.tiff)</para></listitem>
+<listitem><para>ILM EXR Image (.exr)</para></listitem>
+<listitem><para>GIF Image (.gif)</para></listitem>
+<listitem><para>Computer Graphics Metafile (.cgm)</para></listitem>
+<listitem><para>&Windows; Icon (.ico)</para></listitem>
+<listitem><para>Truevision Targa Image (.tga)</para></listitem>
+<listitem><para>X BitMap Image (.xbm)</para></listitem>
+<listitem><para>Adobe Photoshop Image (.psd)</para></listitem>
+<listitem><para>Karbon14 Document (.karbon)</para></listitem>
+<listitem><para>GIMP Native Image Format (.xcf)</para></listitem>
+<listitem><para>Scalable Vector Graphics (.svg)</para></listitem>
+<listitem><para>&Windows; MetaFile (.wmf)</para></listitem>
 </itemizedlist>
+
+<para>You have to confirm the export, because this may result in some loss of formatting. Click the button <guibutton>Save</guibutton> and the <guilabel>Export to Image</guilabel> dialog is displayed. In this dialog you can set some export options: <guilabel>Page:</guilabel> range, the <guilabel>Area to export:</guilabel>, the  <guilabel>Custom size (in pixels):</guilabel> and the <guilabel>Margin:</guilabel> of the page.</para>
 </sect1>
 
 <sect1 id="grid">