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
- Host: GitHub
- URL: https://github.com/danvk/ssi-server
- Owner: danvk
- License: apache-2.0
- Created: 2013-07-29T13:31:47.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2017-04-25T13:08:07.000Z (about 9 years ago)
- Last Synced: 2025-06-26T00:03:37.801Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 41
- Watchers: 6
- Forks: 16
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.