2005-03-11 [paul] 1.0.3cvs2.1
[claws.git] / tools / kdeservicemenu / README
1 sylpheed-kdeservicemenu.pl 
2 Version: 1.2
3 Sylpheed servicemenu for Konqueror
4
5 FILES
6 o README                        You're reading it
7 o install.sh                    installer script
8 o sylpheed-kdeservicemenu.pl    perl program
9 o template_sylpheed-attach-files.desktop
10 o template_sylpheed-compress-attach.desktop
11                                 .desktop file templates
12
13 DESCRIPTION
14 Enables attaching files from Konqueror to a new compose window
15 or compression of files/directories and then attaching of
16 the archive to a new compose window.
17
18 Adds the following right-click menu item to Konqueror:
19 /Sylpheed/Attach file(s)
20 /Sylpheed/Attach as GZip File(s)
21 /Sylpheed/Attach as BZip File(s)
22 /Sylpheed/Attach as Tar Archive
23 /Sylpheed/Attach as Bzipped Tar Archive
24 /Sylpheed/Attach as Gzipped Tar Archive
25 /Sylpheed/Attach as Zip Archive
26
27 All outputted files are created in /tmp
28 Original files are preserved when creating [FILE].gz and [FILE].bz2
29
30 REQUIREMENTS
31 Perl 5.x.x
32
33 INSTALL
34 o cd sylpheed-claws/tools/kdeservicemenu
35 o ./install.sh --global
36   ./install.sh --local
37         (systemwide or home directory installation)
38                 
39 UNINSTALL
40 o cd sylpheed-claws/tools/kdeservicemenu
41 o ./install.sh --uninstall-global
42   ./install.sh --uninstall-local
43         (systemwide or home directory uninstallation)
44
45
46 LICENSE
47 GNU GENERAL PUBLIC LICENSE
48                 
49 THANKS
50 install.sh was written by Dylan Schrader <dschrader@conception.edu> 
51 and is released under the GPL. It was originally part of his
52 'Attach to email' service Menu for Konqueror, version 0.6.13 
53 <http://themes.kde.org/content/show.php?content=11234> and has been
54 adapted for Sylpheed servicemenu for Konqueror
55
56 Translators:
57 [de] Thomas Gilgin <thg@karate-muellheim.de>
58 [es] Ricardo Mones Lastra <mones@aic.uniovi.es>
59 [fr] Fabien Vantard <fzz@ifrance.com>
60 [it] Andrea Spadaccini <lupin85@email.it>
61 [pt_BR] Frederico Goncalves Guimaraes <fggdebian@yahoo.com.br>
62 [sk] Andrej Kacian <andrej@kacian.sk>
63
64 LINKS
65 Sylpheed-Claws <http://sylpheed-claws.sourceforge.net/>
66 Perl <http://www.perl.org>
67 KDE <http://www.kde.org>
68
69 CONTACT
70 Paul Mangan <claws@thewildbeast.co.uk>