Short: ROT13 solutions for e-mail/news/system Author: Krzysztof 'DK75' Duchnowski Uploader: Krzysztof 'DK75' Duchnowski Type: util/rexx Version: 2.2 & 3.0 Architecture: m68k-amigaos Status: Freeware ------------------------------------------------------------------------- This is last solution for the ROT13 for the system and e-mail/news programs. It's works with all programs that work with clipboard and work with CTRL+X/CTRL+C/CTRL+V ClipKeys. If you wan't ROT text (en/code) then you must only cut/copy this text to clipboard and run dkROT13.rexx script. Then you get en/coded text in RAW window and in clip 0 in clipboard and you must paste this text in place you wanted. This rexx script you may install in system (some HotKey manager, eg. MCPHotkeys or other) or in e-mail/news reader (eg. Yam/Config/ARexx/'Scripts' menu entry "n") All prefs is doing in body of the script with disclaimer. ------------------------------------------------------------------------- Requirements: Version 2.2: AmigaOS with ARexx port ClipHistory (not included - aminet) Version 3.0: AmigaOS with ARexx port rexxtricks.library (not included - aminet) ------------------------------------------------------------------------- Package: dkROT13.readme - this readme file dkROT13.rexx_v2.2.PL - v2.2 script with polish prefs disclaimer dkROT13.rexx_v2.2.EN - v2.2 script with english prefs disclaimer dkROT13.rexx_v3.0.PL - v3.0 script with polish prefs disclaimer dkROT13.rexx_v3.0.EN - v3.0 script with english prefs disclaimer ------------------------------------------------------------------------- History: v1.0: - first internal relase - buged and requires AROT & ClipHistory from aminet to work v1.8: - last internal relase - optimalized - free from AROT (internal code for ROT13) - need ClipHistory - doing 4 file access (2x save file & 2x read file) v2.2: - first public relase - more otpimalized - need ClipHistory - doing 2 file access (1x save file & 1x read file) v3.0: - second public relase - more optimalized (;PPPp yeah... and what more? ;PPPp) - using rexxtricks.library to give access to clipboard (no need ClipHistory but not colide with him) - 1 file access (load rexxtricks.library for first time) -------------------------------------------------------------------------