File: 01_introduction.md

package info (click to toggle)
camping 2.1.580-1.1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 1,300 kB
  • sloc: ruby: 2,053; makefile: 24
file content (19 lines) | stat: -rw-r--r-- 915 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#Introduction

Camping is a small web framework, less than 4k, a little white blood cell in
the vein of Rails. This little book will start with a tutorial which takes
about fifteen minutes - by the end you should have a little Camping site up.
The following chapters will eventually go deeper into how Camping, HTTP and
Rack work.

("Eventually", because these chapters are not written yet. This book is
currently a very much work in progress, and we'll be very grateful if you want
to help out.)

If you at any moment need some help or have any questions or comments, we
highly recommend [the mailing list](http://rubyforge.org/mailman/listinfo/camping-list)
which got plenty of nice people willing to help. We also have an IRC-channel
at [#camping @ irc.freenode.net](http://java.freenode.net/?channel=camping)
if you're into that sort of thing.

Enough talk. Ready? Let's ["get started"](02_getting_started.md).