~ubuntu-branches/debian/lenny/kipi-plugins/lenny

« back to all changes in this revision

Viewing changes to doc/kipi-plugins/index.docbook

  • Committer: Bazaar Package Importer
  • Author(s): Mark Purcell
  • Date: 2008-10-16 08:26:01 UTC
  • mfrom: (2.1.15 hardy)
  • Revision ID: james.westby@ubuntu.com-20081016082601-3f8ozqd96zwuuuki
Tags: 0.1.5-4
* Revert unsuccessful PicasaWebExport.patch 
  - this version suitable for inclusion in lenny
  - kipi plugins - picasa bug (Closes: #501771)

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 <!ENTITY kappname "&kipi;">
4
4
 <!ENTITY % English "INCLUDE" > <!-- change language only here -->
5
5
 <!ENTITY doc-acquireimages SYSTEM "acquireimages.docbook">
6
 
 <!ENTITY doc-borderimages SYSTEM "borderimages.docbook">
7
6
 <!ENTITY doc-calendar SYSTEM "calendar.docbook">
8
7
 <!ENTITY doc-cdarchiving SYSTEM "cdarchiving.docbook">
9
8
 <!ENTITY doc-colorimages SYSTEM "colorimages.docbook">
13
12
 <!ENTITY doc-findduplicateimages SYSTEM "findduplicateimages.docbook">
14
13
 <!ENTITY doc-flickrexport SYSTEM "flickrexport.docbook">
15
14
 <!ENTITY doc-galleryexport SYSTEM "galleryexport.docbook">
 
15
 <!ENTITY doc-geolocation SYSTEM "geolocation.docbook">
16
16
 <!ENTITY doc-imagesgallery SYSTEM "imagesgallery.docbook">
 
17
 <!ENTITY doc-imageviewer SYSTEM "imageviewer.docbook">
17
18
 <!ENTITY doc-jpeglossless SYSTEM "jpeglossless.docbook">
18
19
 <!ENTITY doc-kameraklient SYSTEM "kameraklient.docbook">
 
20
 <!ENTITY doc-metadataeditor SYSTEM "metadataeditor.docbook">
19
21
 <!ENTITY doc-mpegencoder SYSTEM "mpegencoder.docbook">
20
22
 <!ENTITY doc-printwizard SYSTEM "printwizard.docbook">
21
23
 <!ENTITY doc-rawconverter SYSTEM "rawconverter.docbook">
37
39
        <firstname>Gilles</firstname><surname>Caulier</surname>
38
40
        <affiliation><address><email>caulier_dot_gilles_at_free.fr</email></address></affiliation>
39
41
    </author>
40
 
    
 
42
 
41
43
    <author>
42
44
        <firstname>Gerhard</firstname><surname>Kulzer</surname>
43
45
        <affiliation><address><email>gerhard_at_kulzer.net</email></address></affiliation>
46
48
 
47
49
<!-- TRANS:ROLES_OF_TRANSLATORS -->
48
50
 
49
 
<date>2005-xx-xx</date>
50
 
<releaseinfo>0.1.0</releaseinfo> <!-- Used Kicker version here -->
 
51
<date>2008-02-13</date>
 
52
<releaseinfo>0.1.3</releaseinfo> <!-- Used Kicker version here -->
51
53
 
52
54
<copyright>
53
 
<year>2004-2005</year>
 
55
<year>2004-2008</year>
54
56
<holder>The Kipi developers team</holder>
55
57
</copyright>
56
58
 
74
76
<title>Introduction to Kipi Plugins</title>
75
77
 
76
78
<para>
77
 
One of the nicest things about KDE Photo Management Programs like "digiKam", "Kimdaba", "GWenView" and "ShowImg" is how easily its functionality can be extended, by using plugins. Plugins can manipulate image files in almost any way that users can. Their advantage is that it is much easier to add a capability to the host application by writing a small plugin than by modifying the host application core. Many valuable plugins have C++ source code that only comes to 100-200 lines or so.
 
79
One of the nicest things about KDE photo management programs like "digiKam", "KPhotoAlbum", "GWenView" and "ShowImg" is how easily their functionality can be extended, by using plugins. The Kde Image Plugins Interface (KIPI) project can manipulate image files in almost any way that users can. Their advantage is that it is much easier to add a capability to the host application by writing a small plugin than by modifying the host application core. Many valuable plugins have C++ source code that only comes to 100-200 lines or so.
78
80
</para>
79
81
 
80
82
<para>
94
96
<para><link linkend="acquireimages">Acquire Images plugin</link></para>
95
97
</listitem>
96
98
<listitem>
97
 
<para><link linkend="borderimages">Border Images plugin</link></para>
98
 
</listitem>
99
 
<listitem>
100
99
<para><link linkend="calendar">Calendar plugin</link></para>
101
100
</listitem>
102
101
<listitem>
124
123
<para><link linkend="galleryexport">Remote Gallery Export plugin</link></para>
125
124
</listitem>
126
125
<listitem>
 
126
<para><link linkend="geolocation">Geolocation plugin</link></para>
 
127
</listitem>
 
128
<listitem>
127
129
<para><link linkend="imagesgallery">Images Gallery plugin</link></para>
128
130
</listitem>
129
131
<listitem>
 
132
<para><link linkend="imageviewer">OpenGL Imageviewer plugin</link></para>
 
133
</listitem>
 
134
<listitem>
130
135
<para><link linkend="jpeglossless">JPEG Loss Less plugin</link></para>
131
136
</listitem>
132
137
<listitem>
136
141
<para><link linkend="mpegencoder">MPEG Encoder plugin</link></para>
137
142
</listitem>
138
143
<listitem>
 
144
<para><link linkend="metadataeditor">Metadata Editor plugin</link></para>
 
145
</listitem>
 
146
<listitem>
139
147
<para><link linkend="printwizard">Print Wizard plugin</link></para>
140
148
</listitem>
141
149
<listitem>
166
174
</chapter>
167
175
 
168
176
&doc-acquireimages;
169
 
&doc-borderimages;
170
177
&doc-calendar;
171
178
&doc-cdarchiving;
172
179
&doc-colorimages;
176
183
&doc-findduplicateimages;
177
184
&doc-flickrexport;
178
185
&doc-galleryexport;
 
186
&doc-geolocation;
179
187
&doc-imagesgallery;
 
188
&doc-imageviewer;
180
189
&doc-jpeglossless;
181
190
&doc-kameraklient;
182
191
&doc-mpegencoder;
 
192
&doc-metadataeditor;
183
193
&doc-printwizard;
184
194
&doc-rawconverter;
185
195
&doc-recompressimages;
198
208
</para>
199
209
 
200
210
<para>
201
 
All Pictures copyrighted 2004-2005 by Gilles Caulier <email>caulier_dot_gilles_at_free.fr</email> and Gerhard Kulzer <email>gerhard_at_kulzer.net</email>.
 
211
All Pictures copyrighted 2004-2007 by Gilles Caulier <email>caulier_dot_gilles_at_free.fr</email> and Gerhard Kulzer <email>gerhard_at_kulzer.net</email>.
202
212
</para>
203
213
 
204
214
&underFDL;