kennyb / awake-in-tenerife

website framework built in D
4 stars 0 forks source link

so, there's not really a whole lot you can do with it, yet... wait for the docs and stuff

BRIEF SUMMARY

This program is an integrated web server, templating system, and data abstraction layer. It's extremely fast. More later

BUILDING

cd core

build the necessary libs (this only needs to be done once or if you get errors about missing files)

make libs [M32=true]

builds:

options:

make [release|debug] [M32=true] [BYTECODE=true] [WARN=true] [UNITTESTS=true]

usually, I write the unittests first, then keep trying with UNITTESTS=true until it runs properly, then I test it in debug mode

LICENSE

I chose the GNU AGPL v3.0 for the same reasons MongoDB did. you can read about it here: http://www.mongodb.org/display/DOCS/Licensing

basically, it's GPL with a stricter copyleft.. I want your code!