BotanJS for my blog
Go to file
2019-01-19 17:36:40 +08:00
botanjs Merge branch 'master' into Astro 2019-01-19 17:36:40 +08:00
cache Initial commit 2015-08-14 18:12:10 +08:00
env Update README.md 2016-05-28 01:53:21 +08:00
logs Initial commit 2015-08-14 18:12:10 +08:00
setup Rewrite service files for uwsgi & systemctl 2019-01-19 17:31:32 +08:00
.gitignore Removed tests, using virtualenv 2016-05-28 00:20:58 +08:00
AD_LICENSE Added zlib, fixed wildcard import ignoring namespaces 2017-10-26 16:17:17 +08:00
botan-rebuild.py Wrong hash bang 2016-06-01 00:35:58 +08:00
LICENSE Initial commit 2015-08-14 17:42:22 +08:00
main.py Rewrite service files for uwsgi & systemctl 2019-01-19 17:31:32 +08:00
README.md Update README.md 2016-05-28 01:52:18 +08:00
settings.ini Merge remote-tracking branch 'origin/master' into Astro 2016-05-30 12:33:09 +08:00

BotanJS

A working concept of Js/Css framework for web browsers

Showcase

  • Pending

Features

  • Compressable by Closure Compiler (Advanced Compression)
  • Python-like, class oriented syntax structure
  • Everything is merged into one file for that page
  • css class inheritance

Disclaimer

  • This is a working concept. So it works on me. And may have a bunch of useless dependency. Use at your own risks!

Documentation

  • Will be added later

Prerequisties

  • python3
  • virtualenv

For Service.WebAPI

  • pip install Flask
  • pip install Celery
  • pip install redis
  • pip install compressinja

Before start, run

virtualenv env
./botan-rebuild

To start just run ( in virtualenv )

./botan-start