On Tue, Feb 4, 2014 at 11:34 AM, Stephan Beal <sgb...@googlemail.com> wrote:

> On Tue, Feb 4, 2014 at 2:52 AM, Richard Hipp <d...@sqlite.org> wrote:
>
> > There is no "intended" behavior.
> > http://www.sqlite.org/c3ref/mark/column_name.html?If+there+is+n*fied
>
>
> i assume the broken image at the top of that page qualifies as "unintended
> behaviour" ;)
>
> http://www.sqlite.org/c3ref/images/sqlite370_banner.gif
>
> seems to be 404.
>
>
The http://www.sqlite.org/c3ref/mark URL is a CGI program that adds the
highlight to a single sentence in the documentation.  But in so doing, it
changes path to the document.  And the document contains a relative URL
reference to the image, so now the image can no longer be found.

I could change the SRC= for the image to be an absolute path.  But then the
HTML pages would not work for static browsing when unpacked into an
arbitrary directory on a users disk.

I guess the correct solution is to redesign the "mark" CGI program so that
it does not add an extra directory level in the URL.

-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to