Added basic template functionality.
authorAaron Taylor <ataylor@subgeniuskitty.com>
Sun, 7 Jan 2018 02:26:46 +0000 (18:26 -0800)
committerAaron Taylor <ataylor@subgeniuskitty.com>
Sun, 7 Jan 2018 02:26:46 +0000 (18:26 -0800)
commitd955cfad358f87bc92b6f3cb2d1741e5dbb61cc5
tree206502f6a36346231f2394f5a1b549bcd25a534e
parentacd291ea49534cc4957148b0fc1594515ca57698
Added basic template functionality.
Refactored code to separate template micropasses into their own file.
Refactored code to keep main() clean and separate for ease of extension
  by new users.
Added Apache RewriteCond to allow passthrough of files like stylesheet,
  images, etc.
README.md
bin/cmless.py
bin/config.py
bin/misc.py [new file with mode: 0644]
bin/template.py [new file with mode: 0644]