1This is an example extension that can be used as a starting point to develop
2a new extension.
3
4For example to create a flickr uploader extension, open a terminal and issue
5the following commands:
6
7cp -R example ~/gthumb-flickr-uploader
8cd ~/gthumb-flickr-uploader
9sh init.sh flickr-uploader
10
11and remember to modify the extension description in
12src/flickr_uploader.extension.in.in
13
14at this point the extension is ready to be compiled with the usual commands:
15
16./autogen.sh --prefix=SAME_GTHUMB_PREFIX
17make
18sudo make install
19
20After installing the extension, start gthumb and activate it with the
21Edit->Extensions command.
22
23If you think your extension can be useful to others as well, add it to
24the extensions list available at http://live.gnome.org/gthumb/extensions
25