Quote:
Originally Posted by LaserSpec
It would help the movement tremendously if someone pasted an easy to use script that webmasters could PASTE into their SSH window to update all .html files w/ the code
|
i'm not a big shell scripter, but the algorithm is pretty straightforward:
1) use 'find' to point to web directory root to locate all html/php files
2) each file, use awk to locate <head> tag, and sed to insert:
<meta name="RATING" content="RTA-5042-1996-1400-1577-RTA">
(perl scripting could be done as well.....)
Fight the one line coding!