Hello. I am Diego Sáenz. I use this mail address now (I had mail problems
and lost some mails, but i have read them in the list archive). I am
associate of AULIR (Asociacion de Usuarios de GNU/Linux de La Rioja) a
spanish LUG and will give a chat about how to wrote dillo plug-ins. I will
explain a few the dillo internals too. There are not very much programers in
AULIR(one of them program anjelica.sourceforge.net) but i will try to wake
interest about dillo.
Any advice for the chat?
I will try to show a preferences plug in as example.
Is the bug #695 solved somewhere? i think i will need to use it for a
feature of the plug in.
Diego.
ps: i hoppe that this do not seem spam*
*
Hi,
On Wed, Nov 29, 2006 at 12:47:39AM +0100, Schilter Roland wrote:
> Hello,
> first of all, thanks for dillo :)
;)
> I think I found a bug or at least, a misbehaviour that is handled in famous browsers differently.
> I looked through the code and finally figured out where to change code to get the expected behaviour.
> (Took some time though :p )
>
> I need to mention that I didn't read the RFC2396 about URIs and I have the feeling that the implementation
> in dillo may be according to specifications but nevertheless, i couldn't browse several sites... :)
>
> The problem is, if a `href' attribute of html-tag `a' starts only with a query (`?test')
> then the path of the baseurl is only taken until the last slash:
>
> <a href="?test">test</a> while the baseurl being `www.example.com/example'
>
> this link will resolve to www.example.com/?test although I expected it to go to www.example.com/example?test
Give a look to RFC-2396 C.1 Normal examples:
base = http://a/b/c/d;p?q#f
relative = ?y
resolved => http://a/b/c/?y
Dillo passes all those tests, including the abnormal section.
Ah and we also test for these extra tests:
http://www.ics.uci.edu/~fielding/url/test2.htmlhttp://www.ics.uci.edu/~fielding/url/test3.htmlhttp://www.ics.uci.edu/~fielding/url/test4.htmlhttp://www.ics.uci.edu/~fielding/url/test5.html
HTH.
--
Cheers
Jorge.-
Hello,
It has been almost two months of silence on this list and I thought to
ask how are you doing? :)
Anything new about the "Campaign to help Dillo survive"? Etc.