README 2.1 KB

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