NAME

umts-multipart.pl - A tool for generating multipart/mixed WAP pages


SYNOPSIS

umts-multipart.pl [options] url


DESCRIPTION

umts-multipart.pl is a script that allows you to generate a multipart/mixed page from a regular XHTML or WML page. You give the script the URL of an XHTML or WML page and it will retrieve the page and any images or CSS stylesheets it refers to and produce a multipart/mixed page.


OPTIONS

 Options:
  -b<boundary> specify the boundary to separate the parts
  -e<encoding> specify the Content-Transfer-Encoding to use for the page:
               7bit, 8bit, binary, quoted-printable or base64
  -E<encoding> specify the Content-Transfer-Encoding to use for objects:
               7bit, 8bit, binary, quoted-printable or base64
  -h           display this help message
  -n           do not include HTTP headers in the output
  -o<file>     write output a file instead of standard output