1 sylpheed-kdeservicemenu.pl
3 Sylpheed servicemenu for Konqueror
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
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.
18 Adds the following menu items to Konqueror's 'Actions' menu:
19 /Actions/Sylpheed/Attach file(s)
20 /Actions/Sylpheed/Attach as GZip File(s)
21 /Actions/Sylpheed/Attach as BZip File(s)
22 /Actions/Sylpheed/Attach as Tar Archive
23 /Actions/Sylpheed/Attach as Bzipped Tar Archive
24 /Actions/Sylpheed/Attach as Gzipped Tar Archive
25 /Actions/Sylpheed/Attach as Zip Archive
27 All outputted files are created in /tmp
28 Original files are preserved when creating [FILE].gz and [FILE].bz2
34 o cd sylpheed-claws/tools/kdeservicemenu
35 o ./install.sh --global
37 (systemwide or home directory installation)
40 o cd sylpheed-claws/tools/kdeservicemenu
41 o ./install.sh --uninstall-global
42 ./install.sh --uninstall-local
43 (systemwide or home directory uninstallation)
47 GNU GENERAL PUBLIC LICENSE
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
57 Sylpheed-Claws <http://sylpheed-claws.sourceforge.net/>
58 Perl <http://www.perl.org>
59 KDE <http://www.kde.org>
62 Paul Mangan <claws@thewildbeast.co.uk>