[ANN] revSparkle minimalist web framework for RevServer

Andre Garzia andre at andregarzia.com
Sun Mar 28 09:33:43 EDT 2010


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.



More information about the use-livecode mailing list