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

https://github.com/federicoponzi/shtmlpreprocessor

A dead simple html preprocessor.
https://github.com/federicoponzi/shtmlpreprocessor

Last synced: over 1 year ago
JSON representation

A dead simple html preprocessor.

Awesome Lists containing this project

README

          

sHTMLPreprocessor
=================

A really simple html preprocessor.

How it works
============
It use a syntax similar to PHP to include a file inside another one. Check html/index.html for an example.
An example can be found inside html/index.html

How to run
==========
Python 2.x is needed to run this program.

Just set up your files inside html folder and run:

`python run.py`