The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

html-to-muse.pl

SYNOPSIS

  html-to-muse.pl [ options... ] file.html

or

  html-to-muse.pl http://example.com/my-file.html

Options

--encoding <encoding-name>

Default to utf-8. The switch is used only on local files.

--lang

Set the language of the document in the muse output

--title

Set the title of the document (otherwise the filename is used).

The result is printed on the standard output, thus you can use it this way:

 html-to-muse.pl my-file.html > myfile.muse

 html-to-muse.pl http://example.com/my-file.html > my-remote-file.muse

SEE ALSO

Text::Amuse::Preprocessor