HTML::SiteTear
SiteTear is Perl scripts to make a separated copy of a part of a web site in the local file system. All linked files (HTML file, image file, javascript, cascading style shieet) from a source HTML file will be copied under a new page.
SiteTear is useful to make a destributable copy of a part of a web site.
History
- 1.4.5 -- 2016-02-09
- Fixed : collision of target filenames cause a former file is will be overwrited by a later one.
- A file name of the later file will be renamed automatically to avoid file name collision.
- Fixed error when a relative directory path is given as a destination.
- Support embed and param tags.
- Suppressed decoding entities in attribuites.
- Cleanup code.
- Fixed : collision of target filenames cause a former file is will be overwrited by a later one.
- 1.4.4 -- 2009-05-17
- Fix an error when a relative directory path is given as a source.
- 1.4.3 -- 2009-05-16
- A diredtory path is accepted as a source. When a direcotry is as source, all of HTML files in the directory are sources.
- Add '.xhtml' as html suffixes.
- Add error handling when output file can't be open.
- 1.4.2 -- 2007.08.10
- Fix a problem of converting URI which have fragment.
- 1.4.1 -- 2007.08.08
- Fix a problem that fragment part of URI is dropped.
- 1.4 -- 2007.06.04
- Append this document.