HTML Include solves the problem that the Hypertext Markup Language doesn't know a command for including other files into a source file. It uses specially styled comments to refer to other files, which will be inserted at this position. Unlike to the well known Server Side Include mechanism, this tool pre-processes the HTML files, resulting in files that have all referenced source files directly embedded. Thus it does not depend on any Web-server for correct appearance. As a bonus, HTML Include also writes the current date to the "last modification" line and brower meta, which you usually forget (or do not bother) to update.
| Tags | Text Processing Markup HTML/XHTML |
|---|---|
| Licenses | GPL |
| Operating Systems | POSIX Windows Windows Cygwin |
| Implementation | C++ |
Recent releases


Release Notes: This release adds Current Date Replacement for both Custom Tag and Browser Meta Line. Tags are now allowed to appear anywhere in the text, not just on single lines. This release can process multiple input files. The package has been autoconfiscated.


No changes have been submitted for this release.