Voder-Vocoder

The Log of Hal Canary

Navigation: Home | THE LOG | Log Archives | Resume | Contact Info | Public Key | SSL | Math Applets | Site Map | WP Backend | RSS2 | Atom

« | »

txt2prehtml

#!/bin/sh
# txt2prehtml
# Copyright 2006-2007 Hal Canary
# DTPD
echo -n '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type"
  content="text/html; charset=utf-8">
<title> </title>
</head>
<body>
<pre>' ;
fold -w 70 -s "$@" | sed 's/\&/\&amp;/g;
s/\"/\&quot;/g;
s/</\&lt;/g;
s/>/\&gt;/g;
s/\\/\&\#0092;/g;' ;
echo '</pre>
</body>
</html>';

Hal Canary | Computers & Code | 2007-03-28 09:11:21 UTC
Permanent Link Comments Off | No Comments

Comments are closed.

Copyright 1997-2007 by Hal Canary.
mailto: h3 at halcanary dot org
xmpp:halcanary@jabber.org
aim:halwcanary
http://halcanary.org