Rocksolid Light

News from da outaworlds

mail  files  register  groups  login

Message-ID:  

Be cheerful while you are alive. -- Phathotep, 24th Century B.C.


comp / comp.lang.tcl / Re: Error message when calling manual pages with .html

SubjectAuthor
* Error message when calling manual pages with .htmlgreg
`* Re: Error message when calling manual pages with .htmlArjen
 `* Re: Error message when calling manual pages with .htmlgreg
  `- Re: Error message when calling manual pages with .htmlRalf Fassel

1
Subject: Error message when calling manual pages with .html
From: greg
Newsgroups: comp.lang.tcl
Organization: A noiseless patient Spider
Date: Wed, 18 Dec 2024 06:12 UTC
Path: eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: gregor.ebbing@gmx.de (greg)
Newsgroups: comp.lang.tcl
Subject: Error message when calling manual pages with .html
Date: Wed, 18 Dec 2024 07:12:59 +0100
Organization: A noiseless patient Spider
Lines: 14
Message-ID: <vjtp5b$268qn$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Wed, 18 Dec 2024 07:12:59 +0100 (CET)
Injection-Info: dont-email.me; posting-host="aea33cf57e1ef7e45fc36fe00403beb3";
logging-data="2302807"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19pLp0tWOx8Z4MnmWhogA9GL/h5Zl9Qz4s="
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:n94GrE7olINZTHt8yiofGyNYawk=
Content-Language: en-US
View all headers

Hello,
I mean, it used to work when I called a manual page with *.html instead
of .htm.
e.g.
https://www.tcl-lang.org/man/tcl8.6/TkCmd/console.htm
and
https://www.tcl-lang.org/man/tcl8.6/TkCmd/console.html

Now when I call
https://www.tcl-lang.org/man/tcl8.6/TkCmd/console.htm
it is shortened to
http://man/tcl8.6/TkCmd/console.htm

Gregor

Subject: Re: Error message when calling manual pages with .html
From: Arjen
Newsgroups: comp.lang.tcl
Date: Fri, 20 Dec 2024 08:47 UTC
References: 1
Path: eternal-september.org!news.eternal-september.org!newsgrouper.org.uk!.POSTED!not-for-mail
From: user153@newsgrouper.org.uk.invalid (Arjen)
Newsgroups: comp.lang.tcl
Subject: Re: Error message when calling manual pages with .html
References: <vjtp5b$268qn$1@dont-email.me>
Date: Fri, 20 Dec 2024 08:47:14 GMT
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Message-ID: <1734684434-153@newsgrouper.org.uk>
Injection-Info: newsgrouper.org.uk; mail-complaints-to="newsgrouper@yahoo.com"; posting-account=user153
Injection-Date: Fri, 20 Dec 2024 08:47:14 GMT
User-Agent: Newsgrouper/0.6.8
View all headers

greg <gregor.ebbing@gmx.de> posted:

> Hello,
> I mean, it used to work when I called a manual page with *.html instead
> of .htm.
> e.g.
> https://www.tcl-lang.org/man/tcl8.6/TkCmd/console.htm
> and
> https://www.tcl-lang.org/man/tcl8.6/TkCmd/console.html
>
> Now when I call
> https://www.tcl-lang.org/man/tcl8.6/TkCmd/console.htm
> it is shortened to
> http://man/tcl8.6/TkCmd/console.htm
>
> Gregor

Are you sure? I tried the long URL and that worked fine.
The short one gave a timeout.

Regards,

Arjen

Subject: Re: Error message when calling manual pages with .html
From: greg
Newsgroups: comp.lang.tcl
Organization: A noiseless patient Spider
Date: Fri, 20 Dec 2024 11:41 UTC
References: 1 2
Path: eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: gregor.ebbing@gmx.de (greg)
Newsgroups: comp.lang.tcl
Subject: Re: Error message when calling manual pages with .html
Date: Fri, 20 Dec 2024 12:41:15 +0100
Organization: A noiseless patient Spider
Lines: 42
Message-ID: <vk3l4r$3e04o$1@dont-email.me>
References: <vjtp5b$268qn$1@dont-email.me> <1734684434-153@newsgrouper.org.uk>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Fri, 20 Dec 2024 12:41:15 +0100 (CET)
Injection-Info: dont-email.me; posting-host="44768d51a2916964da4aa359cc46a78b";
logging-data="3604632"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19k3eMkoZEw7y8LWCKtgCLYJDsXRMkLX50="
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:YI+1Qo3UrESjDlroeK1VuHQFCdI=
In-Reply-To: <1734684434-153@newsgrouper.org.uk>
Content-Language: de-DE
View all headers

Am 20.12.24 um 09:47 schrieb Arjen:
> greg <gregor.ebbing@gmx.de> posted:
>
>> Hello,
>> I mean, it used to work when I called a manual page with *.html instead
>> of .htm.
>> e.g.
>> https://www.tcl-lang.org/man/tcl8.6/TkCmd/console.htm
>> and
>> https://www.tcl-lang.org/man/tcl8.6/TkCmd/console.html
>>
>> Now when I call
>> https://www.tcl-lang.org/man/tcl8.6/TkCmd/console.htm
>> it is shortened to
>> http://man/tcl8.6/TkCmd/console.htm
>>
>> Gregor
>
> Are you sure? I tried the long URL and that worked fine.
> The short one gave a timeout.
>
> Regards,
>
> Arjen

Hello,
I just saw my mistake.
I mixed up htm and html at the end.
HTML redirects me to the page
http://man/tcl8.6/TkCmd/console.htm
, which is not correct.

ok:
https://www.tcl-lang.org/man/tcl8.6/TkCmd/console.htm

not ok;
https://www.tcl-lang.org/man/tcl8.6/TkCmd/console.html

best regards,
Gregor

Subject: Re: Error message when calling manual pages with .html
From: Ralf Fassel
Newsgroups: comp.lang.tcl
Date: Fri, 20 Dec 2024 12:17 UTC
References: 1 2 3
Path: eternal-september.org!news.eternal-september.org!feeder3.eternal-september.org!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail
From: ralfixx@gmx.de (Ralf Fassel)
Newsgroups: comp.lang.tcl
Subject: Re: Error message when calling manual pages with .html
Date: Fri, 20 Dec 2024 13:17:55 +0100
Lines: 29
Message-ID: <yga5xne35vw.fsf@akutech.de>
References: <vjtp5b$268qn$1@dont-email.me> <1734684434-153@newsgrouper.org.uk>
<vk3l4r$3e04o$1@dont-email.me>
Mime-Version: 1.0
Content-Type: text/plain
X-Trace: individual.net oIWgkmVVBFSCbp+azeX2SgJumjcfWmG3PexAduKdIy+m9DSX4=
Cancel-Lock: sha1:SPg/HwhuN255gdOGhMRVGUY3DJA= sha1:CVRnhrCgap3aBpaTV4SEcmy0uPs= sha256:woAFlQn4/TXBAIO2H8RUu4wkMl91wafYOSRmuI+Mhzw=
User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
View all headers

* greg <gregor.ebbing@gmx.de>
| I just saw my mistake.
| I mixed up htm and html at the end.
| HTML redirects me to the page
| http://man/tcl8.6/TkCmd/console.htm
| , which is not correct.
>
| ok:
| https://www.tcl-lang.org/man/tcl8.6/TkCmd/console.htm
>
| not ok;
| https://www.tcl-lang.org/man/tcl8.6/TkCmd/console.html

I can confirm that, same here when I paste
https://www.tcl-lang.org/man/tcl8.6/TkCmd/console.html
into firefox, this results in

http://man/tcl8.6/TkCmd/console.htm
in adress-bar, Text on page:

Seite wurde nicht gefunden

Die Verbindung mit dem Server man schlug fehl.
Wollten Sie www.man.com/tcl8.6/TkCmd/console.htm aufrufen?

(Page not found. Connection with server failed. Did you mean
www.man.com/tcl8.6/TkCmd/console.htm?)

R'

1

rocksolid light 0.9.8
clearnet tor