Skip to content

Server Side Includes in Python's SimpleHTTPServer

Notifications You must be signed in to change notification settings

thedavecollins/ssi-server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ssi-server

Server Side Includes in Python's SimpleHTTPServer

Use this in the same way as Python's SimpleHTTPServer:

./ssi_server.py [port]

The only difference is that, for files ending in '.html', ssi_server will inline SSI (Server Side Includes) of the form:

<!-- #include virtual="fragment.html" -->

Quick start:

git clone https://github.com/danvk/ssi-server.git
cd ssi-server
./ssi_server
(visit localhost:8000) in your browser.

About

Server Side Includes in Python's SimpleHTTPServer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%