blob: 2060899ad55090e0276c53a6a25c75dbc82bdf52 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" type="guide" id="other-plugins" xml:lang="de">
<info>
<link type="guide" xref="index#other"/>
<desc>Die Funktionalität von Shotwell dynamisch erweitern.</desc>
<link type="next" xref="other-missing"/>
<mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
<mal:name>Mario Blättermann</mal:name>
<mal:email>mario.blaettermann@gmail.com</mal:email>
<mal:years>2009, 2016</mal:years>
</mal:credit>
<mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
<mal:name>Benjamin Steinwender</mal:name>
<mal:email>b@stbe.at</mal:email>
<mal:years>2014-2015</mal:years>
</mal:credit>
<mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
<mal:name>Christian Kirbach</mal:name>
<mal:email>christian.kirbach@gmail.com</mal:email>
<mal:years>2014, 2106</mal:years>
</mal:credit>
</info>
<title>Plugins</title>
<p>
Shotwell can be used with <em>plugins</em>, which are companion shared libraries that can
add support for new publishing destinations or new slideshow transitions.
</p>
<p>
To see a list of installed plugins, choose <guiseq><gui>Edit</gui><gui>Preferences</gui></guiseq>,
and in the <gui>Preferences</gui> window, click on the <gui>Plugins</gui> tab. You'll see a list
of currently-installed plugins, each with a checkbox by it, and you may enable or disable each by
selecting or deselecting the checkbox by its name.
</p>
<note style="advanced"><p>Full documentation on how to develop new plugins is available at
<link href="http://redmine.yorba.org/projects/shotwell/wiki/ShotwellArchWritingPlugins">http://redmine.yorba.org/projects/shotwell/wiki/ShotwellArchWritingPlugins</link></p></note>
</page>
|