3 Commits

Author SHA1 Message Date
John Little
3d0753b1f9 Ability to process tags stored in a json file
Case sensitive tags are stored in data/tags.json.

For now, this is what I have in mine

{
    "WEB_ADDRESS":"localhost",
    "PAGE_TITLE":"Testing things..."
}
2016-01-10 20:52:07 +00:00
John Little
8ac01ad7c0 changed the path to lowercase 2016-01-10 16:00:59 +00:00
John Little
6aedb3877c Create server.py
Very simple server to help working with the .tpl files stored in ESP8266/data
Serves files on port 8080
For now, the server only understands $INCLUDE[filename.inc]$ type statements (with filename.inc in the same folder as the .tpl file)
2016-01-10 15:50:41 +00:00