Changeset 1385870 in clfs-embedded for BOOK


Ignore:
Timestamp:
Oct 21, 2013, 7:04:18 AM (11 years ago)
Author:
Andrew Bradford <andrew@…>
Branches:
master
Children:
5cba5fc
Parents:
a65e0bb
Message:

Don't obfuscate emails

The only ones present are for the license. These are already published
all over the place, so there's no need to add obfuscation.

Location:
BOOK
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/tidy.sh

    ra65e0bb r1385870  
    1212  find "$1" -type f -name \*.html | while read file; do
    1313    tidy -config "${TOP}/tidy.conf" "$file"
    14     bash "${TOP}/obfuscate.sh" "$file"
    1514    sed -i -e "s@text/html@application/xhtml+xml@g" "$file"
    1615  done
    1716else
    1817  tidy -config "${TOP}/tidy.conf" "$1"
    19     bash "${TOP}/obfuscate.sh" "$1"
    2018    sed -i -e "s@text/html@application/xhtml+xml@g" "$1"
    2119fi
Note: See TracChangeset for help on using the changeset viewer.