== Welcome to Yurt CMS

Yurt CMS is a content management system designed for web developers who create 
mostly static web sites.  In building this software, I tried to realize the
following key features:

	* No Database: Content for mostly static sites should reside in editable 
		files, not databases.
	* Version Control System Friendly: The web site should be easy to store 
		in a revision control system.
	* Two-step deployment: Starting a new website should be as easy as running a
		single command in the console and updating your webserver configuration.
	* One-step go-live: Yurt CMS websites can be deployed simply by rsync'ing or 
		copying from the preview webroot to the live webroot.
	* Web-based *and* console-based admin interfaces: Work where you're most
		comfortable!
	

