Skip to content

Commit

Permalink
Add content from camping.rubyforge.org
Browse files Browse the repository at this point in the history
  • Loading branch information
judofyr committed Apr 30, 2012
1 parent 039f17c commit 674acc1
Show file tree
Hide file tree
Showing 38 changed files with 4,523 additions and 0 deletions.
Empty file added api/.cairn
Empty file.
2,118 changes: 2,118 additions & 0 deletions api/api.html

Large diffs are not rendered by default.

75 changes: 75 additions & 0 deletions api/book.html
@@ -0,0 +1,75 @@
<!DOCTYPE html>
<html>
<head>
<title>Camping, a Microframework</title>
<link rel="stylesheet" href="./rdoc.css" type="text/css" media="screen" />
<script src="./js/jquery.js" type="text/javascript"></script>
<script src="js/camping.js" type="text/javascript"></script>
</head>
<body>
<div id="menu">
<ul id="links">
<li><a href="./index.html">front</a> | </li>
<li><a href="./api.html">reference</a> | </li>
<li><a href="http://wiki.github.com/camping/camping">wiki</a> | </li>
<li><a href="http://github.com/camping/camping">code</a></li>
</ul>
<p id="version">Camping 2.1.414</p>
</div>

<div id="fullpage">
<div class="page_shade">
<div class="page">
<p class="header">Thu Aug 19 16:07:43 +0200 2010</p>
<h1>Camping, the Book</h1>
<ol>

<li>
<a href="book/01_introduction.html">Introduction</a>

</li>

<li>
<a href="book/02_getting_started.html">Getting Started</a>

<ul>

<li><a href="book/02_getting_started.html#hello-clock">Hello clock</a></li>

<li><a href="book/02_getting_started.html#enjoying-the-view">Enjoying the view</a></li>

<li><a href="book/02_getting_started.html#routes">Routes</a></li>

<li><a href="book/02_getting_started.html#modeling-the-world">Modeling the world</a></li>

<li><a href="book/02_getting_started.html#using-our-model">Using our model</a></li>

<li><a href="book/02_getting_started.html#wrapping-it-up">Wrapping it up</a></li>

<li><a href="book/02_getting_started.html#the-last-touch">The last touch</a></li>

<li><a href="book/02_getting_started.html#phew">Phew.</a></li>

</ul>

</li>

<li>
<a href="book/51_upgrading.html">Appendix I: Upgrade Notes</a>

<ul>

<li><a href="book/51_upgrading.html#from-20-to-21">From 2.0 to 2.1</a></li>

<li><a href="book/51_upgrading.html#from-15-to-20">From 1.5 to 2.0</a></li>

</ul>

</li>

</ol>
</div>
</div>
</div>
</body>
</html>
57 changes: 57 additions & 0 deletions api/book/01_introduction.html
@@ -0,0 +1,57 @@
<!DOCTYPE html>
<html>
<head>
<title>Camping, a Microframework</title>
<link rel="stylesheet" href="../rdoc.css" type="text/css" media="screen" />
<script src="../js/jquery.js" type="text/javascript"></script>
<script src="../js/camping.js" type="text/javascript"></script>
</head>
<body>
<div id="menu">
<ul id="links">
<li><a href="../index.html">front</a> | </li>
<li><a href="../book.html">ToC</a> | </li>
<li><a href="../api.html">reference</a> | </li>
<li><a href="http://wiki.github.com/camping/camping">wiki</a> | </li>
<li><a href="http://github.com/camping/camping">code</a></li>
</ul>
<p id="version">Camping 2.1.414</p>
</div>

<div id="fullpage">
<div class="page_shade">
<div class="page">
<p class="header">Thu Aug 19 16:07:44 +0200 2010</p>
<h1>Introduction</h1>
<p>
<a href="../api.html#class-Camping">Camping</a> 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 <a
href="../api.html#class-Camping">Camping</a> site up. The following
chapters will eventually go deeper into how both <a
href="../api.html#class-Camping">Camping</a>, HTTP and Rack works.
</p>
<p>
(&#8220;Eventually&#8221;, because these chapters are not written yet. This
book is currently a very much work in progress, and we&#8217;ll be very
grateful if you want to help out.)
</p>
<p>
If you at any moment need some help or have any questions or comments, we
highly recommend <a
href="http://rubyforge.org/mailman/listinfo/camping-list">the mailing
list</a> which got plenty of nice people willing to help. We also have an
IRC-channel at <a href="http://java.freenode.net/?channel=camping">#camping
@ irc.freenode.net</a> if you&#8217;re into that sort of things.
</p>
<p>
Enough talk. Ready? Let&#8217;s <a href="02_getting_started.html">"get
started"</a>.
</p>

</div>
</div>
</div>
</body>
</html>

0 comments on commit 674acc1

Please sign in to comment.