All Projects → danvk → Ssi Server

danvk / Ssi Server

Licence: apache-2.0
Server Side Includes in Python's SimpleHTTPServer

Programming Languages

python
139335 projects - #7 most used programming language

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].