Git commit 9469fe412adab79087350ccb65bfce79d6733cb9 by Gilles Caulier. Committed on 22/08/2016 at 12:51. Pushed by cgilles into branch 'master'.
add new entry in Tools section about Advanced Rename. Contents still to do. M +2 -0 digikam/index.docbook A +32 -0 digikam/tool-advrename.docbook http://commits.kde.org/digikam-doc/9469fe412adab79087350ccb65bfce79d6733cb9 diff --git a/digikam/index.docbook b/digikam/index.docbook index e41e4df..046cee5 100644 --- a/digikam/index.docbook +++ b/digikam/index.docbook @@ -21,6 +21,7 @@ <!ENTITY doc-tool-acquireimages SYSTEM "tool-acquireimages.docbook"> <!ENTITY doc-tool-geolocationeditor SYSTEM "tool-geolocationeditor.docbook"> <!ENTITY doc-tool-presentation SYSTEM "tool-presentation.docbook"> + <!ENTITY doc-tool-advrename SYSTEM "tool-advrename.docbook"> <!-- menus --> <!ENTITY doc-menu-descriptions SYSTEM "menu-descriptions.docbook"> <!ENTITY doc-ie-menu SYSTEM "ie-menu.docbook"> @@ -2390,6 +2391,7 @@ Fun stuff &doc-tool-acquireimages; &doc-tool-geolocationeditor; &doc-tool-presentation; +&doc-tool-advrename; <!-- *********************************************************************** --> diff --git a/digikam/tool-advrename.docbook b/digikam/tool-advrename.docbook new file mode 100644 index 0000000..d7ae419 --- /dev/null +++ b/digikam/tool-advrename.docbook @@ -0,0 +1,32 @@ +<chapter id="tool-advrename"> +<chapterinfo> + +<abstract> +<para> +The Advanced Rename tool permit to rename the images files in batch. +</para> +</abstract> + +<keywordset> +<keyword>Rename</keyword> +</keywordset> +</chapterinfo> + +<title>Avanced Rename Images</title> + +<para> + +This tool 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: +-->
