Re: Camping's URL mapping system

2012-04-13 Thread Jenna Fox
On static files: Sure, there are ways to have a server do your static files for you, but those ways are inconsistent and require strong knowledge of servers - further, they limit Camping's ability to do smart things with cache control. As a framework which tries to be friendly to beginners, depl

Re: Camping's URL mapping system

2012-04-13 Thread Magnus Holm
On Thu, Apr 12, 2012 at 16:54, Jenna Fox wrote: > bin/camping is great but it's not usually a good way to deploy an app on a > server - it tends to be more for development. Yes, and when you're deploying there are better ways to serve static files. > Putting functionality in to > bin/camping whi

Re: Camping's URL mapping system

2012-04-13 Thread Isak Andersson
Yeah of course! Cheers! Isak Andersson Dave Everitt skrev: For me, this also depends on what Magnus - as the main Camper ninja - thinks - DaveE I agree, I'd like to see the way Camping works to grow in to something much more usable. Perhaps a fork is a good idea because the legacy would re

Re: Camping's URL mapping system

2012-04-13 Thread Dave Everitt
For me, this also depends on what Magnus - as the main Camper ninja - thinks - DaveE I agree, I'd like to see the way Camping works to grow in to something much more usable. Perhaps a fork is a good idea because the legacy would remain and all. But then in the fork we could deal with thin

Re: Camping's URL mapping system

2012-04-13 Thread Jenna Fox
On the other hand, Camping is already far too big to fit entirely in a QR code. It would take as many as TWO QR codes to store camping in it's entirety. — Jenna On Saturday, 14 April 2012 at 1:40 AM, Jenna Fox wrote: > An A4 piece of paper has a little over 9kb of data storage if storing in

Re: Camping's URL mapping system

2012-04-13 Thread Isak Andersson
I agree, I'd like to see the way Camping works to grow in to something much more usable. Perhaps a fork is a good idea because the legacy would remain and all. But then in the fork we could deal with things that might be kind of annoying at times. And grow it with a steady pace. If we'd fork ca

Re: Camping's URL mapping system

2012-04-13 Thread Jenna Fox
An A4 piece of paper has a little over 9kb of data storage if storing in binary at 300dpi — Jenna On Saturday, 14 April 2012 at 1:09 AM, Dave Everitt wrote: > There's a crucial point here... if 3k (the old 4k) is a 'proof of concept' > and a great exercise in programming skill, it isn't som

Re: Camping's URL mapping system

2012-04-13 Thread Dave Everitt
There's a crucial point here... if 3k (the old 4k) is a 'proof of concept' and a great exercise in programming skill, it isn't something that most users will really worry about. If the 3k limit has to be broken back up to 4 or even 5k to get some added/altered/optional functionality that wo

Re: Camping's URL mapping system

2012-04-13 Thread Dave Everitt
Do you mean this kind of issue: http://stackoverflow.com/questions/3755898/campings-url-doesnt-give-me-site-root-as-expected ? DaveE One more thought - on file serving, I think it'd be nice if the default was that local files are served out of /files/ url rather than just being at the app's