X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=README;h=1857f62ed72f57edc99a0601bf9032da9f52a95e;hb=7f4e9d5ed94ae3d89fa2548194ef0bf190368080;hp=dbbcf92b8f8412bfc4c17a9fc6fe1a7383f0a7b2;hpb=73fc7494e8e3522f3e28d3c45c909e796fd3776c;p=filters.git diff --git a/README b/README index dbbcf92..1857f62 100644 --- a/README +++ b/README @@ -1,5 +1,6 @@ This is a collection of filters to do all sorts of strange things to text. -B1ff, the Swedish Chef, and an eleet filter are included. +B1ff, the Swedish Chef, and an eleet filter are included, along with many, +many more. Since the original versions of some of these filters have copyright problems, I have done a "clean room" re-implementation of the original lex @@ -17,6 +18,14 @@ eleet: 4 b c d 3 f g h 1 j |< l /\/\ /\/ 0 p q r 5 + u \/ \/\/ >< y z Note that the equivalent translation is done on upper-case letters. +fudd: + + This one is trivial too. A few transpositions happen differently if + the letter is at the end of the word or not, and I think I found + all the transpositions with only a few paragraphs of sample output. + The only weird thing is that 'n.' is changed to "n, uh-hah-hah-hah." + (Works well with sentances ending in "gun." ..) + chef: Personally my favorite filter. This took a bit of work to figure out, and I doubt I have everything correct. Note that due to a bug