Git commit 35bb1ba8802bc71597b03d7e8e46af3b7e41c269 by Gilles Caulier. Committed on 22/08/2016 at 13:00. Pushed by cgilles into branch 'master'.
move metadataeditor to digiKam M +2 -7 index.docbook D +0 -59 metadataeditor.docbook http://commits.kde.org/kipi-plugins-doc/35bb1ba8802bc71597b03d7e8e46af3b7e41c269 diff --git a/index.docbook b/index.docbook index f1261fc..8a3d16a 100644 --- a/index.docbook +++ b/index.docbook @@ -12,21 +12,20 @@ <!ENTITY doc-imagesgallery SYSTEM "imagesgallery.docbook"> <!ENTITY doc-imageviewer SYSTEM "imageviewer.docbook"> <!ENTITY doc-jpeglossless SYSTEM "jpeglossless.docbook"> - <!ENTITY doc-metadataeditor SYSTEM "metadataeditor.docbook"> <!ENTITY doc-printwizard SYSTEM "printwizard.docbook"> <!ENTITY doc-rawconverter SYSTEM "rawconverter.docbook"> <!ENTITY doc-recompressimages SYSTEM "recompressimages.docbook"> <!ENTITY doc-resizeimages SYSTEM "resizeimages.docbook"> <!ENTITY doc-sendimages SYSTEM "sendimages.docbook"> ]> - <!-- FIXME link to http://digikam.org --> + <!-- FIXME link to http://www.digikam.org --> <book lang="&language;" id="kipi-handbook"> <title>The Kipi Plugins Handbook</title> <bookinfo> <title>The Kipi Plugins Handbook</title> <date>2016-08-21</date> -<releaseinfo>5.0</releaseinfo> <!-- Used Kicker version here --> +<releaseinfo>5.0</releaseinfo> <copyright> <year>2001-2016</year> @@ -102,9 +101,6 @@ The plugins available in this handbook are: <para><link linkend="jpeglossless">JPEG Loss Less plugin</link></para> </listitem> <listitem> -<para><link linkend="metadataeditor">Metadata Editor plugin</link></para> -</listitem> -<listitem> <para><link linkend="printwizard">Print Wizard plugin</link></para> </listitem> <listitem> @@ -137,7 +133,6 @@ please contact the Kipi team mailing list at <email>[email protected]</email>. &doc-imagesgallery; &doc-imageviewer; &doc-jpeglossless; -&doc-metadataeditor; &doc-printwizard; &doc-rawconverter; &doc-recompressimages; diff --git a/metadataeditor.docbook b/metadataeditor.docbook deleted file mode 100644 index c334746..0000000 --- a/metadataeditor.docbook +++ /dev/null @@ -1,59 +0,0 @@ -<chapter id="metadataeditor"> -<chapterinfo> - -<authorgroup> - <author> - <firstname>Gerhard</firstname><surname>Kulzer</surname> - <affiliation><address><email>gerhard at kulzer dot net</email></address></affiliation> - </author> -</authorgroup> - -<abstract> -<para> -The Kipi Metadata editor plugin is a tool for adding and editing GPS coordinates of the photo metadata. -</para> -</abstract> - -<keywordset> -<keyword>KDE</keyword> -<keyword>Kipi</keyword> -<keyword>Metadata</keyword> -<keyword>IPTC</keyword> -<keyword>EXIF</keyword> -<keyword>Makernote</keyword> -<keyword>Comments</keyword> -</keywordset> -</chapterinfo> - -<title>Metadata Editor</title> - -<para> -The Kipi plugin <quote>Metadata Editor</quote> currently has no -documentation. If you are interested in rectifying that situation, -please contact the Kipi team mailing list at <email>[email protected]</email>. -</para> - -<para> - Using the metadata plugin's <guilabel>Import</guilabel> function allows - copying data from one image to another. Select the image you want to copy to - in the main application. Then call the import function, which will open a - file browser where you select the source image (the one you want to copy the - metadata from). Click <guibutton>OK</guibutton> and the data will be copied over. -</para> -<para> - This feature does not work for all image formats. You can import from - all formats but not write to them all. JPEG is supported for writing. - Please refer to the <command>exiv2</command> capabilities to learn which - formats are supported. -</para> - -</chapter> - -<!-- -Local Variables: -mode: sgml -sgml-omittag: nil -sgml-shorttag: t -End: ---> -
