# == About Glamping
#
# Glamping is a fork of Camping[http://code.whytheluckystiff.net/camping],
# and much of the documentation is identical. Camping is licensed under
# the MIT-license (included below) and so is Glamping (see
# License.txt[link:files/License_txt.html]). If you think that I break any
# of the conditions required by the license, please contact me at
# mailto:[email protected].
#
# An importing thing to remember while using Glamping, is that it's in fact
# Camping. Most Camping-plugins (even though there isn't so many) will very
# often work in Glamping. You can use both Mongrel, Rack and Rv together with
# Glamping by using the Camping-adapters.
#
# If you need help, there is a forum located at our
# developer[http://code.simpleflux.com/projects/show/1] site. There you can
# also submit bugs and features and browse the source.
#
# == Requirements
#
# Glamping requires at least Ruby 1.8.2.
#
# Glamping depends on the following libraries. If you install through RubyGems,
# these will be automatically installed for you.
#
# * ActiveRecord, used in your models.
# ActiveRecord is an object-to-relational database mapper with adapters
# for SQLite3, MySQL, PostgreSQL, SQL Server and more.
# * Erubis or ERB, used in your views.
# * MetAid, a few metaprogramming methods which Glamping uses.
# * Tempfile, for storing file uploads.
# * MimeTypes, for serving static files with correct Content-Type
#
# Glamping also works well with Mongrel[http://rubyforge.org/projects/mongrel],
# the swift Ruby web server.
#
# == Getting Started
# * (Learn Camping)
# * Read <i>The Puffy Guide to Glamorous Camping</i>: http://judofyr.net/g
# * Read my blog: http://blog.judofyr.net
#
# == The Camping License
# Copyright (c) 2006 why the lucky stiff
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
# deal in the Software without restriction, including without limitation the
# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
# sell copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
# THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.