An open API service indexing awesome lists of open source software.

https://github.com/danvk/ssi-server

Server Side Includes in Python's SimpleHTTPServer
https://github.com/danvk/ssi-server

Last synced: about 1 year ago
JSON representation

Server Side Includes in Python's SimpleHTTPServer

Awesome Lists containing this project

README

          

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:

Quick start:

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