BotanJS for my blog
Go to file
斟酌 鵬兄 4083e2c46f Minor Bug fix 2016-04-05 06:48:02 +08:00
botanjs Minor Bug fix 2016-04-05 06:48:02 +08:00
cache Initial commit 2015-08-14 18:12:10 +08:00
logs Initial commit 2015-08-14 18:12:10 +08:00
.gitignore Initial commit 2015-08-14 18:12:10 +08:00
AD_LICENSE Update AD_LICENSE 2016-03-16 19:05:59 +08:00
LICENSE Initial commit 2015-08-14 17:42:22 +08:00
README.md Update README.md 2015-08-14 18:26:24 +08:00
botan-rebuild.py Initial commit 2015-08-14 18:12:10 +08:00
botan-start.py Https handling 2015-11-24 19:30:53 +08:00
settings.ini Initial commit 2015-08-14 18:12:10 +08:00

README.md

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!
  • It requires Python 3!

Documentation

  • Will be added later

Prerequisties

For Service.WebAPI

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

Before start, run

./botan-rebuild

To start just run ( need to be root )

Don't worry, this will immediately drop root permission and switch to the user defined in settings.ini

./botan-start