diff --git a/book/01_introduction b/book/01_introduction index 54865e7..15f776e 100644 --- a/book/01_introduction +++ b/book/01_introduction @@ -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]. diff --git a/book/02_getting_started b/book/02_getting_started index bbeea7e..cb51756 100644 --- a/book/02_getting_started +++ b/book/02_getting_started @@ -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.