NAME
html-to-muse.pl - convert HTML files to muse files
SYNOPSIS
html-to-muse.pl [ options... ] file.html
or
html-to-muse.pl [options...] http://example.com/my-file.html
Options
- --lang
-
Set the language of the document in the muse output
- --title
-
Set the title of the document (otherwise the filename is used).
- --no-header
-
Do not add #title and #lang (handy if you are processing files in a loop and merge them together.
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