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.
- Host: GitHub
- URL: https://github.com/federicoponzi/shtmlpreprocessor
- Owner: FedericoPonzi
- License: gpl-2.0
- Created: 2014-08-13T09:27:12.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-08-13T16:56:13.000Z (almost 12 years ago)
- Last Synced: 2025-01-29T13:12:08.427Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 156 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`