App-MakeEPUB
view release on metacpan or search on metacpan
examples/rfc/README.pod view on Meta::CPAN
wget -O- https://tools.ietf.org/rfc/rfc2328.txt > download/rfc2328.txt
=item 2.
Since the HTML RFCs from https://tools.ietf.org/html/ are not directly
suitable for use in an EPUB, clean up the HTML file with this script in the
directory I<< examples/rfc >>.
bin/finish-htmlrfc.pl download/rfc2328.html > clean/rfc2328.html
This HTML-RFC looks exactly as the plain text version and is only suitable for
ebook readers with big screen because it does use the C<< <pre> >> tag to
render the text.
The alternative is to take the plaintext RFC and convert it like this
bin/rfc2xhtml.pl download/rfc2328.txt > clean/rfc2328.html
This HTML-RFC is formatted using C<< <p> >> tags for paragraphs and
C<< <pre> >> tags only for figures and tables.
( run in 0.683 second using v1.01-cache-2.11-cpan-64827b87656 )