Merge from vendor branch TNF:
authorjlam <jlam>
Fri, 4 Apr 2008 15:22:40 +0000 (15:22 +0000)
committerjlam <jlam>
Fri, 4 Apr 2008 15:22:40 +0000 (15:22 +0000)
commit2c048b5e5a31b0736f24f37572463179f86df5be
tree7a9dc610a2ef4179e372ae3e00f78f90ff34738a
parent3bd7422727c67ca83d1e301c073e73647a497ba9
parent7a8c620745250879fae2e6502e1a4fc8ebd33daf
Merge from vendor branch TNF:
Initial import of camping-1.5 as www/camping.

Camping is a web framework which consistently stays at less than 4kb
of code.  You can probably view the complete source code on a single
page.  But, you know, it's so small that, if you think about it, what
can it really do?

The idea here is to store a complete fledgling web application in a
single file like many small CGIs.  But to organize it as a
Model-View-Controller application like Rails does.  You can then easily
move it to Rails once you've got it going.