Warning, /graphics/kphotoalbum/doc/introduction.docbook is written in an unsupported language. File is not indexed.

0001 <!--
0002 SPDX-FileCopyrightText: 2003-2006 Jesper K. Pedersen <jesper.pedersen@kdab.com>
0003 SPDX-FileCopyrightText: 2012 Miika Turkia <miika.turkia@gmail.com>
0004 SPDX-FileCopyrightText: 2012 Yuri Chornoivan <yurchor@ukr.net>
0005 
0006 SPDX-License-Identifier: GFDL-1.2-only
0007 -->
0008 
0009 <chapter id="introduction">
0010   <title>Introduction</title>
0011   <para>If you are like me you have thousands of images
0012 ever since you got your first camera, some taken with a normal camera other
0013 with a digital camera. Through all the years you believed that until
0014 eternity you would be able to remember the story behind every single
0015 picture, you would be able to remember the names of all the people on your
0016 images, and you would be able to remember the exact date of every single
0017 image. I personally realized that this was not possible anymore, and
0018 especially for my digital images - but also for my paper images - I needed
0019 a tool to help me describe my images, and to search in the pile of
0020 images. This is exactly what &kphotoalbum; is all about.</para>
0021   
0022   
0023   <para>&kphotoalbum; focuses on three key points: 
0024 <itemizedlist>
0025       <listitem><para>It must be easy to annotate a number of images at a
0026 time. It must for example not take more than a few mouse clicks to mark all
0027 your images from your holiday as being from Italy, 1992. &kphotoalbum; offers two
0028 ways of describing images: <guilabel>one at a time</guilabel>, which is
0029 useful for writing text about images, and <guilabel>All
0030 Simultaneously</guilabel>, which is useful for selecting a 
0031 number of images, and setting properties like location, people on images,
0032 and date of image.</para></listitem>
0033       
0034       <listitem><para>It must be easy to search for images. &kphotoalbum; offers to
0035 describe images with a number of properties. These includes date, people,
0036 places, plus a keyword field the user can use for custom keywords like
0037 <emphasis>Album 7</emphasis> or <emphasis>Holiday trip to
0038 Italy</emphasis>. With &kphotoalbum; you can  search for images in each of
0039 the categories - e.g. find all the images with Jesper on them from the
0040 holiday in Italy. It is of course possible to create your own categories,
0041 much more on that later.</para></listitem> 
0042       
0043       <listitem><para>It must be easy to browse and View the images. When viewing
0044 images, your focus often changes - one moment you are looking at images
0045 from your holiday in 1992, and when seeing an image of a friend whom you
0046 spent that holiday with, you focus suddenly changes, so you want to see all
0047 images of that friend.</para></listitem>
0048     </itemizedlist></para>
0049   
0050   <!-- ====================================================================== -->
0051   <sect1 id="sect-overview-of-manual">
0052     <title>Overview of the manual</title>
0053     <para>In this manual I will take you through the steps of (1)
0054 annotating your images, (2) browsing and viewing images and (3)
0055 advanced topics and customization.</para>
0056 
0057 <para>&kphotoalbum; started out as an application for managing your images,
0058 but since then it has been extended, so it today also takes care of your
0059 videos. In many places in this manual I will talk about images, but just as
0060 often the discussion does include videos.</para>
0061   
0062 
0063   </sect1>
0064   
0065   
0066   <!-- ====================================================================== -->
0067   <sect1 id="sec-organization-of-images-and-KPhotoAlbum-files">
0068     <title>Organization of images and &kphotoalbum; files</title>
0069     <para>&kphotoalbum; uses all the images of a directory and all subdirectories
0070 below it, first time you start &kphotoalbum;, you will be asked for the location of
0071 this directory. &kphotoalbum; will not modify any images, so you do not have to
0072 be afraid of &kphotoalbum; altering your images <footnote><para>The two
0073 exceptions to this rule is (1) if you ask &kphotoalbum; to delete individual
0074 images, from <menuchoice><guimenu>Edit</guimenu><guimenuitem>Delete
0075 Selected</guimenuitem></menuchoice>, and (2) plug-in operations.</para></footnote>, 
0076 actually if you do not trust &kphotoalbum;, feel free to make all your images 
0077 write protected.</para>
0078     
0079     <para>&kphotoalbum; will save all its information in the file
0080 <filename>index.xml</filename> in your topmost image directory. This file
0081 is a simple XML file, so you can easily back it up using whatever tools
0082 you prefer, including normal backup utilities, copying the file to a
0083 floppy disk, or keeping revisions using VCS. There is also a backup script
0084 (<emphasis>kpa-backup.sh</emphasis>) provided in &kphotoalbum;'s sources that
0085 backs up not only the index.xml but also the configuration files inside user's
0086 home directory.</para>
0087     
0088     <para>&kphotoalbum; will remember where you told it your images were
0089 located, and reuse that in future use of &kphotoalbum;. Should you ever want to
0090 load another database into &kphotoalbum; (i.e. another directory tree of
0091 images), then you may start it with the  <option>-c</option> option. For
0092 example: <userinput><command>kphotoalbum</command> <option>-c</option> 
0093 <filename>~/CompanyImages/index.xml</filename></userinput>.</para>
0094   </sect1>
0095 </chapter>
0096 
0097 <!-- Keep this comment at the end of the file
0098 Local variables:
0099 mode: xml
0100 sgml-namecase-general:t
0101 sgml-general-insert-case:lower
0102 sgml-always-quote-attributes:t
0103 sgml-indent-step:2
0104 sgml-parent-document: "index.docbook"
0105 End:
0106 -->