Results 8 issues of sinasamavati

We need some static pages for the documentations, examples, etc.

Optional callback: ``` erlang etag(Route, Req, State) -> {weak | strong, State} ```

testing PUT requests seems unconsidered in boss_web_test, let me know if it's an issue, then I'll work on a patch

testing

It throws undefined function error ``` $ erl -pa ebin deps/*/ebin Erlang R16B (erts-5.10.1) [source-05f1189] [64-bit] [smp:4:4] [async-threads:10] [hipe] [kernel-poll:false] Eshell V5.10.1 (abort with ^G) 1> application:start(bson). ok 2> application:start(mongodb)....

I was using webmachine_log:zone/0 in a project of mine. I found a bug in the timezone calculation and fixed it in my project, so I would like to share my...

At the moment, Mad downloads dependencies and puts them in `~/.otp/deps` and then makes symlink in `deps` directory, e.g. `lkv/deps/leptus -> ~/.otp/deps/leptus-master`. Yes, a dependency's name is handled like: `[name]-[branch/tag/hash]`....

I don't like cloning a repository while I just need the code not its whole history, so GitHub archives come in handy. I think downloading archives (in an optional manner)...