Git commit bb9b6d57c05c0da14b9182c2eee7d7fde0ef6274 by Gilles Caulier. Committed on 22/08/2016 at 12:50. Pushed by cgilles into branch 'master'.
move rename tool to digiKam M +0 -11 index.docbook D +0 -41 renameimages.docbook http://commits.kde.org/kipi-plugins-doc/bb9b6d57c05c0da14b9182c2eee7d7fde0ef6274 diff --git a/index.docbook b/index.docbook index 89f0c18..f1261fc 100644 --- a/index.docbook +++ b/index.docbook @@ -16,7 +16,6 @@ <!ENTITY doc-printwizard SYSTEM "printwizard.docbook"> <!ENTITY doc-rawconverter SYSTEM "rawconverter.docbook"> <!ENTITY doc-recompressimages SYSTEM "recompressimages.docbook"> - <!ENTITY doc-renameimages SYSTEM "renameimages.docbook"> <!ENTITY doc-resizeimages SYSTEM "resizeimages.docbook"> <!ENTITY doc-sendimages SYSTEM "sendimages.docbook"> ]> @@ -115,9 +114,6 @@ The plugins available in this handbook are: <para><link linkend="recompressimages">Recompress Images plugin</link></para> </listitem> <listitem> -<para><link linkend="renameimages">Rename Images plugin</link></para> -</listitem> -<listitem> <para><link linkend="resizeimages">Resize Images plugin</link></para> </listitem> <listitem> @@ -145,7 +141,6 @@ please contact the Kipi team mailing list at <email>[email protected]</email>. &doc-printwizard; &doc-rawconverter; &doc-recompressimages; -&doc-renameimages; &doc-resizeimages; &doc-sendimages; @@ -156,12 +151,6 @@ please contact the Kipi team mailing list at <email>[email protected]</email>. Copyrights for each plugin are listed in the applicable chapter. </para> -<para> -All Pictures copyrighted 2004-2007 by Gilles Caulier -<email>caulier dot gilles at gmail dot com</email> and Gerhard Kulzer -<email>gerhard_at_kulzer.net</email>. -</para> - <!-- TRANS:CREDIT_FOR_TRANSLATORS --> &underFDL; diff --git a/renameimages.docbook b/renameimages.docbook deleted file mode 100644 index aa469e7..0000000 --- a/renameimages.docbook +++ /dev/null @@ -1,41 +0,0 @@ -<chapter id="renameimages"> -<chapterinfo> - -<authorgroup> - <author> - <firstname>Gilles</firstname><surname>Caulier</surname> - <affiliation><address><email>caulier dot gilles at gmail dot com</email></address></affiliation> - </author> -</authorgroup> - -<abstract> -<para> -The Kipi Rename Images plugin is a tool for to rename the images files. -</para> -</abstract> - -<keywordset> -<keyword>KDE</keyword> -<keyword>Kipi</keyword> -</keywordset> -</chapterinfo> - -<title>Rename Images</title> - -<para> - -This plugin can be used to batch rename image files in an Album. You can set the -prefix name to use, the start index value, and the timestamp. - -</para> - -</chapter> - -<!-- -Local Variables: -mode: sgml -sgml-omittag: nil -sgml-shorttag: t -End: ---> -
