[ANN] revSparkle minimalist web framework for RevServer

Kay C Lan lan.kc.macmail at gmail.com
Thu Apr 1 20:32:35 EDT 2010


Andre,

Thanks so much, now it all makes perfect sense to the cogs, springs and
levers that make up this old brain ;-)

On Sun, Mar 28, 2010 at 9:33 PM, Andre Garzia <andre at andregarzia.com> wrote:

> Kay,
>
> I made a bug if clause in the hello.irev code.
>
> If clauses execute in order and I had something like:
>
> if match_get("/:name") then
> ...
> end if
>
> before something like
>
> if match_get("/hi") then
> ...
> end id
>
> I've also renamed the folder from hello to helloworld, because people were
> mixing the folder with the url being matched. So now, you can try things
> like:
>
> http://andregarzia.com/revspark/demo/helloworld/
> http://andregarzia.com/revspark/demo/helloworld/source
> http://andregarzia.com/revspark/demo/helloworld/hello
> http://andregarzia.com/revspark/demo/helloworld/hi
> http://andregarzia.com/revspark/demo/helloworld/hello/Andre+Garzia
> http://andregarzia.com/revspark/demo/helloworld/sum/1/2
>
> Cheers
> andre
>
> On Fri, Mar 26, 2010 at 10:17 PM, Kay C Lan <lan.kc.macmail at gmail.com
> >wrote:
>
> > On Sat, Mar 27, 2010 at 9:10 AM, Kay C Lan <lan.kc.macmail at gmail.com>
> > wrote:
> >
> > > Andre,
> > >
> > > If my name was Hello, I don't get Hello Hello, but I get Hello World.
> > >
> > > For clarification, if I 'Hello/Hello' I don't get Hello Hello but Hello
> > World.
> >
> > So:
> >
> > 'hello/hello' doesn't match
> > http://andregarzia.com/revspark/demo/hello/hello but matches
> > http://andregarzia.com/revspark/demo/hello<
> > http://andregarzia.com/revspark/demo/hello/hello>
> >
> > 'hello/hi' doesn't match
> http://andregarzia.com/revspark/demo/hello/hibut
> > matches http://andregarzia.com/revspark/demo/hello/hello
> >
> > Why?
> > _______________________________________________
> > use-revolution mailing list
> > use-revolution at lists.runrev.com
> > Please visit this url to subscribe, unsubscribe and manage your
> > subscription preferences:
> > http://lists.runrev.com/mailman/listinfo/use-revolution
> >
>
>
>
> --
> http://www.andregarzia.com All We Do Is Code.
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution
>



More information about the use-livecode mailing list