At present flx_web uses an escape like so:

        http://localhost/$/usr/local

to get past "relative to webserver root".  I did this because HTML URL's are
so very hard to work with I couldn't figure out how to refer to file / any 
other way.

This works just fine on flx_web, however if you put a $ in some other place
and click it typically says

        %24/usr/local

instead of $/usr/local and so the link doesn't work. One fix would be to get
flx_web to actually translate % notation in URL's which it does not do at the 
moment.

I kind of dislike that because then you have to write the code for % when you 
mean it.
Of course I could just look for %24 just at the head of the filename...


--
john skaller
skal...@users.sourceforge.net
http://felix-lang.org




------------------------------------------------------------------------------
Android apps run on BlackBerry 10
Introducing the new BlackBerry 10.2.1 Runtime for Android apps.
Now with support for Jelly Bean, Bluetooth, Mapview and more.
Get your Android app in front of a whole new audience.  Start now.
http://pubads.g.doubleclick.net/gampad/clk?id=124407151&iu=/4140/ostg.clktrk
_______________________________________________
Felix-language mailing list
Felix-language@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/felix-language

Reply via email to