Skip to content

Commit

Permalink
Add a little introduction and a little nicer ending
Browse files Browse the repository at this point in the history
  • Loading branch information
judofyr committed Jan 8, 2010
1 parent ff6db3d commit 2c615ef
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 5 deletions.
18 changes: 15 additions & 3 deletions book/01_introduction
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
= Introduction

This is The Camping Book, currently a progress in work.
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 both Camping, HTTP
and Rack works.

== Headline
("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.)

Continue to {"Getting Started"}[link:book/02_getting_started.html].
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 things.

Enough talk. Ready? Continue to {"Getting Started"}[link:book/02_getting_started.html].
6 changes: 4 additions & 2 deletions book/02_getting_started
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,8 @@ let's recap for a moment:
* The models allows you to store all kinds of data.
* Place your models before your migrations.
* Helpers are helpful.



Unfortunately, the book stops here for now. Come back in a few months, or join
the mailing list to stay updated, and hopefully there's another chapter
waiting for you.

0 comments on commit 2c615ef

Please sign in to comment.