Git commit e65f6c68953c14c92e078378ae82ae0fd1bd3368 by Gilles Caulier. Committed on 25/08/2016 at 10:52. Pushed by cgilles into branch 'master'.
move to DK M +0 -5 index.docbook D +0 -42 printwizard.docbook http://commits.kde.org/kipi-plugins-doc/e65f6c68953c14c92e078378ae82ae0fd1bd3368 diff --git a/index.docbook b/index.docbook index c81771d..adcd243 100644 --- a/index.docbook +++ b/index.docbook @@ -5,7 +5,6 @@ <!ENTITY % addindex "IGNORE"> <!ENTITY % English "INCLUDE" > <!-- change language only here --> <!ENTITY doc-flickrexport SYSTEM "flickrexport.docbook"> - <!ENTITY doc-printwizard SYSTEM "printwizard.docbook"> <!ENTITY doc-sendimages SYSTEM "sendimages.docbook"> ]> <!-- FIXME link to http://www.digikam.org --> @@ -70,9 +69,6 @@ The plugins available in this handbook are: <para><link linkend="flickrexport">Remote Flickr Export plugin</link></para> </listitem> <listitem> -<para><link linkend="printwizard">Print Wizard plugin</link></para> -</listitem> -<listitem> <para><link linkend="sendimages">Send Images plugin</link></para> </listitem> </itemizedlist> @@ -86,7 +82,6 @@ please contact the Kipi team mailing list at <email>[email protected]</email>. </chapter> &doc-flickrexport; -&doc-printwizard; &doc-sendimages; <chapter id="credits"> diff --git a/printwizard.docbook b/printwizard.docbook deleted file mode 100644 index b6442b4..0000000 --- a/printwizard.docbook +++ /dev/null @@ -1,42 +0,0 @@ -<chapter id="printwizard"> -<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 print wizard plugin is a tool for to print images at the same time. -</para> -</abstract> - -<keywordset> -<keyword>KDE</keyword> -<keyword>Kipi</keyword> -</keywordset> -</chapterinfo> - -<title>Print Wizard</title> - -<para> -The print wizard allows multiple images to be combined into single -sheets of paper in standard photo sizes for printing. The combined -images can also be automatically opened with the image editor Gimp for -enhancement or for direct printing using the Gimp-Print plugin. The -combined images can also be output directly to jpeg files. -</para> - -</chapter> - -<!-- -Local Variables: -mode: sgml -sgml-omittag: nil -sgml-shorttag: t -End: ---> -
