SSI (Server Side Includes) is a special form of HTML comments (known as SSI commands or directives), which direct the web server to replace these commands to something other. Also SSI supports variables, insertion of the current date/time, and more. SSI helps to avoid duplicate fragments in HTML files. (So, it can be used for easy insertion of such repeated things as navigation bars, copyrights, info for search engines, and like. It avoids the need of changing many files when such a repeated fragment changes.) But SSI works only in the case of the special support on the server side. But this program, Client Side SSI, allows you to convert files with SSI (SHTML files) to plain HTML files.
Version 1.2 adds option to tranform file names like .SHTML->.HTML.