summaryrefslogtreecommitdiff
path: root/www/camping/DESCR
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2008-04-04 15:22:40 +0000
committerjlam <jlam@pkgsrc.org>2008-04-04 15:22:40 +0000
commite38c8a0f2be37dc50dac25dd673499aed6cefdea (patch)
tree6713475dae1fb4461ba0af5e95d8f50d0d61f3f3 /www/camping/DESCR
parentbe7a03563fa5c4e1ac8925922a4ba36323c4b7f7 (diff)
downloadpkgsrc-e38c8a0f2be37dc50dac25dd673499aed6cefdea.tar.gz
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.
Diffstat (limited to 'www/camping/DESCR')
-rw-r--r--www/camping/DESCR9
1 files changed, 9 insertions, 0 deletions
diff --git a/www/camping/DESCR b/www/camping/DESCR
new file mode 100644
index 00000000000..ba6f95a59b0
--- /dev/null
+++ b/www/camping/DESCR
@@ -0,0 +1,9 @@
+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.