diff options
Diffstat (limited to 'development/trf/README')
-rw-r--r-- | development/trf/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/development/trf/README b/development/trf/README new file mode 100644 index 0000000000..54fa677139 --- /dev/null +++ b/development/trf/README @@ -0,0 +1,5 @@ +Trf extends the TCL language at the C-level with so-called ``transformer'' +procedures. With the help of some patches to the core the package is able +to intercept all read/write operations on designated channels, thus giving +it the ability to transform the buffer contents as desired. This allows +things like transparent encryption, compression, charset recoding, etc. |