related: Server Side Includes, SSI, XSSI, SHTML, HTML, Web design, Web hosting, client, Web client, navbar, navigation bar, Internet, utility, Web ser
Client Side SSI 1.20 description
SHTML files are HTML files with SSI (Server Side Includes). SSI allows to include a common fragment into several HTML files, etc. Using Client Side SSI, you can convert SHTML files to plain HTML files. This can be used both for testing SHTML files (before placing them to a web-server) and for developing plain HTML files (avoiding duplicate HTML fragments, etc.). Also it can be used for converting an SSI-web-site to non-SSI-web-site.
Client Side SSI 1.20 review
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. For example directive is replaced by the contents of the file file_name. 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. This can be used both for testing SHTML files before placing them to a SSI-enabled web-server, for converting a SSI web site to a non-SSI site (note that not all web-servers support SSI and that non-SSI web sites work faster), and for developing plain (non-SSI) HTML files with the power of SSI. The program has a GUI interface. Command line interface support is planned for a future version.