about summary refs log tree commit homepage
path: root/local.mk.sample
DateCommit message (Collapse)
2009-09-27local.mk.sample: fix .js times
Also make files easier to overwrite while we're at it
2009-09-22local.mk.sample: time and perms enforcement
2009-09-18doc/LATEST: remove trailing newline
Make finger output as meaningful as possible to folks on slower connections and small terminals
2009-09-18NEWS.atom: file timestamp matches latest entry
Avoid needlessly wasting readers' bandwidth if they're caching.
2009-09-18doc: latest news is available through finger
We're expanding our target audience to folks that do not use HTTP (yet).
2009-08-17Documentation updates
* Documented Unicorn::HttpParser API methods * Keep GPL2 (COPYING) as-is without RDoc formatting. * The auto-generated index.html is stupid, replace it with README which looks saner.
2009-06-06local.mk.sample: publish_doc gzips all html, js, css
While we're at it, use the rsyncable flag with gzip here to reduce bandwidth usage on my end.
2009-04-25Rack 1.0.0 compatibility
Keep in mind that it's plenty possible to use Unicorn as a library without using Rack itself. Most of the unit tests do not depend on Rack, for example.
2009-04-16Fix my local.mk file to always run Rails tests
Help me ensure we never forget to run tests again.
2009-04-05local.mk: touch files after set-file-times
Avoid breaking builds just in case. set-file-times is just for the benefit of rdoc displaying modification time information in HTML pages.
2009-04-01Add local.mk.sample file that I use
The real reason for Unicorn is to popularize GNU Make as a parallel programming platform :)