examples/webby/content/index.txt in TwP-webby-0.9.3 vs examples/webby/content/index.txt in TwP-webby-0.9.4

- old
+ new

@@ -23,10 +23,10 @@ * happy "rake":http://docs.rubyrake.org/ tasks for deploying your website to a server * build new pages from templates for quicker blog posts and news items h2. But Wait! There's More! -Webby has a great _autobuild_ feature that continuously generates HTML whenever the *pages* or *layouts* change. The HTML is served up via "heel":http://copiousfreetime.rubyforge.org/heel/, a static file webserver based on mongrel. Whenever you change a page, you can immediately see those changes without having to run any commands. +Webby has a great _autobuild_ feature that continuously generates HTML whenever the *pages* or *layouts* change. The HTML is served up using Webrick, a simple webserver that is bundled with Ruby. Whenever you change a page, you can immediately see those changes without having to run any commands. pre. $ webby autobuild [10:21:26] INFO: starting autobuild (Ctrl-C to stop) [10:21:26] INFO: creating output/index.html [10:22:57] INFO: creating output/index.html