|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Was just browsing the collection, I found that all the 'More Detail' links on
the various submissions don't get rendered by my browser. All I get is the .html
source code in plaintext.
Is my browser broken, or does anybody else see this?
Bill
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"Bill Pragnell" <bil### [at] hotmailcom> wrote:
> Was just browsing the collection, I found that all the 'More Detail' links on
> the various submissions don't get rendered by my browser. All I get is the .html
> source code in plaintext.
>
> Is my browser broken, or does anybody else see this?
>
> Bill
It has been that way for a long, long time, my friend.
http://news.povray.org/povray.object-collection/thread/%3C54e8061c%241%40news.povray.org%3E/
You have to make a local copy and then manually edit it so it displays right.
:|
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
hi,
"Bill Pragnell" <bil### [at] hotmailcom> wrote:
> Was just browsing the collection, I found that all the 'More Detail' links on
> the various submissions don't get rendered by my browser. All I get is the .html
> source code in plaintext.
>
> Is my browser broken, or does anybody else see this?
same here (Chrome 86.0.4240.183).
regards, jr.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"Bald Eagle" <cre### [at] netscapenet> wrote:
> It has been that way for a long, long time, my friend.
>
>
http://news.povray.org/povray.object-collection/thread/%3C54e8061c%241%40news.povray.org%3E/
>
> You have to make a local copy and then manually edit it so it displays right.
> :|
Oh well, as long as it's a known issue. No worries!
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Hello,
In Firefox (86.0 (64 bits)) I notice the same display bug.
Maybe the answer is in the html source...
lib.povray.org detail pages begin with
<!DOCTYPE html>
only, instead of
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
in all other povray.org pages.
So, I tried by changing this 1st line, in a new local saved file. Then I opened
it in Firefox, and it works. The HTML page is displayed correctly.
Now, you know what to do :)
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
hi,
"zebulon 1er" <nomail@nomail> wrote:
> Hello,
>
> In Firefox (86.0 (64 bits)) I notice the same display bug.
>
> Maybe the answer is in the html source...
>
> lib.povray.org detail pages begin with
>
> <!DOCTYPE html>
>
> only, instead of
>
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
> "http://www.w3.org/TR/html4/loose.dtd">
>
> in all other povray.org pages.
>
> So, I tried by changing this 1st line, in a new local saved file. Then I opened
> it in Firefox, and it works. The HTML page is displayed correctly.
>
> Now, you know what to do :)
nice catch.
regards, jr.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On 3/4/2021 6:32 AM, zebulon 1er wrote:
> Hello,
>
> In Firefox (86.0 (64 bits)) I notice the same display bug.
>
> Maybe the answer is in the html source...
>
> lib.povray.org detail pages begin with
>
> <!DOCTYPE html>
>
> only, instead of
>
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
> "http://www.w3.org/TR/html4/loose.dtd">
>
> in all other povray.org pages.
>
> So, I tried by changing this 1st line, in a new local saved file. Then I opened
> it in Firefox, and it works. The HTML page is displayed correctly.
>
> Now, you know what to do :)
>
>
That's not it. Browsers, Firefox in particular, are very generous in
what they accept. I believe if you save that file with the original
html5 DOCTYPE, it would render just as fine.
The issue is the apache server config, which needs:
AddType text/html .html
to set the output content-type to
Content-Type: text/html; charset=ISO-8859-1
instead of
Content-Type: text/plain
--
dik
Rendered 50,081,587,200 of 50,081,587,200 pixels (100%)
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Le 12/11/2020 à 21:52, Bill Pragnell a écrit :
> Was just browsing the collection, I found that all the 'More Detail' links on
> the various submissions don't get rendered by my browser. All I get is the .html
> source code in plaintext.
>
> Is my browser broken, or does anybody else see this?
>
> Bill
>
>
Nice investigations everyone, BUT the current serving of html as text by
the server IS DONE ON PURPOSE.
It was, IIRC, a reaction to spam-bots filling entries with html to catch
unprotected readers.
Maybe it was not the best move, but it was done.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Op 05/03/2021 om 13:00 schreef Le_Forgeron:
> Le 12/11/2020 à 21:52, Bill Pragnell a écrit :
>> Was just browsing the collection, I found that all the 'More Detail' links on
>> the various submissions don't get rendered by my browser. All I get is the .html
>> source code in plaintext.
>>
>> Is my browser broken, or does anybody else see this?
>>
>> Bill
>>
>>
>
> Nice investigations everyone, BUT the current serving of html as text by
> the server IS DONE ON PURPOSE.
>
> It was, IIRC, a reaction to spam-bots filling entries with html to catch
> unprotected readers.
>
> Maybe it was not the best move, but it was done.
>
Indeed. I do remember this. The object collection had become quite
useless because of those bots. :-/
--
Thomas
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On 3/6/2021 2:40 AM, Thomas de Groot wrote:
> Op 05/03/2021 om 13:00 schreef Le_Forgeron:
>> Le 12/11/2020 à 21:52, Bill Pragnell a écrit :
>>> Was just browsing the collection, I found that all the 'More Detail'
>>> links on
>>> the various submissions don't get rendered by my browser. All I get
>>> is the .html
>>> source code in plaintext.
>>>
>>> Is my browser broken, or does anybody else see this?
>>>
>>> Bill
>>>
>>>
>>
>> Nice investigations everyone, BUT the current serving of html as text by
>> the server IS DONE ON PURPOSE.
>>
>> It was, IIRC, a reaction to spam-bots filling entries with html to catch
>> unprotected readers.
>>
>> Maybe it was not the best move, but it was done.
>>
>
> Indeed. I do remember this. The object collection had become quite
> useless because of those bots. :-/
>
Should not try to show/serve an HTML page at all in that case. Maybe
show some other safer type of markup instead, or just a text file.
Mike
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |