Skip to content
/ ssic Public

SHTML compiler for minimalistic static website development

License

Notifications You must be signed in to change notification settings

ergor/ssic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ssic

Server Side Includes Compiler

The SHTML compiler.

Easy and minimalistic development of static websites.

This is a find and replace program that looks for SSI include directives in SHTML files, and generates HTML files for static serving.

Because it uses regular SHTML, it has the added benefit that you could upload your source files to a webserver with SSI enabled, and get dynamic serving without needing to do any adjustments.

<!--#include virtual="menu.shtml" -->