instaweb: minimize moving parts for WEBrick
commitf46e130439a57ce44708971183adab7e58512b34
authorEric Wong <normalperson@yhbt.net>
Thu, 5 Aug 2010 08:35:45 +0000 (5 08:35 +0000)
committerEric Wong <normalperson@yhbt.net>
Thu, 5 Aug 2010 08:51:26 +0000 (5 08:51 +0000)
treef58c47672a5b6f69bb9516d2988f2329318f9c27
parent422bff280297b55aff6542cc5df1c078f37ab673
instaweb: minimize moving parts for WEBrick

Since there are WEBrick configuration settings (including the
upcoming AccessLog support) that cannot be represented in YAML
and require Ruby anyways, the YAML config file is an unnecessary
layer of complexity.

Additionally, the shell script wrapper to start WEBrick is
unecessary since our generated Ruby script can be made
executable in the same manner with /usr/bin/env.

Signed-off-by: Eric Wong <normalperson@yhbt.net>
git-instaweb.sh