zinc icon indicating copy to clipboard operation
zinc copied to clipboard

"Client" Doc in README -> 503 Server Error

Open seandenigris opened this issue 2 years ago • 9 comments

The Client doc listed in the readme (https://ci.inria.fr/pharo-contribution/job/EnterprisePharoBook/lastSuccessfulBuild/artifact/book-result/Zinc-HTTP-Client/Zinc-HTTP-Client.html) gives a 503

It's the highlighted link in this screenshot:

Screen Shot 2022-01-03 at 10 58 06 AM

OT: I was trying to read it to find out if Zinc has a built-in way to enumerate the files in a folder URL that can be indexed?

seandenigris avatar Jan 03 '22 16:01 seandenigris

Hi @seandenigris,

Thanks for the report, The Enterprise Pharo Book is a separate project, maybe @Ducasse can help ? It might be temporary down, I don't know.

Regarding the folder indexing on a server: that is the optional task of the server itself, to allow this or not, and there is no standard as how to represent this contents, at all.

For example, ZnMonticelloServerDelegate>>#handleListMczEntries: does this, as a server. This HTML is known/recognised by the monticello client, MCHttpRepository>>#loadAllFileNames

HTH,

Sven

svenvc avatar Jan 03 '22 16:01 svenvc

there is no standard as how to represent this contents, at all.

So it has to be handled on a case-by-case basis? Don't browsers somehow show something reasonable when a folder is indexable?

seandenigris avatar Jan 03 '22 16:01 seandenigris

there is no standard as how to represent this contents, at all.

So it has to be handled on a case-by-case basis? Don't browsers somehow show something reasonable when a folder is indexable?

It is not the browser/client that does something, it is the server. For 'file' servers, that is mostly done with HTML, but there is no standard format, so there can be no standard client side parsing either. AFAIK.

svenvc avatar Jan 03 '22 17:01 svenvc

It is not the browser/client that does something, it is the server.

Oh, gotcha. Thanks, that clears it up

seandenigris avatar Jan 03 '22 20:01 seandenigris

Sorry I did not get it :)

On 3 Jan 2022, at 17:26, Sven Van Caekenberghe @.***> wrote:

Hi @seandenigris https://github.com/seandenigris,

Thanks for the report, The Enterprise Pharo Book is a separate project, maybe @Ducasse https://github.com/Ducasse can help ? It might be temporary down, I don't know.

Regarding the folder indexing on a server: that is the optional task of the server itself, to allow this or not, and there is no standard as how to represent this contents, at all.

For example, ZnMonticelloServerDelegate>>#handleListMczEntries: does this, as a server. This HTML is known/recognised by the monticello client, MCHttpRepository>>#loadAllFileNames

HTH,

Sven

— Reply to this email directly, view it on GitHub https://github.com/svenvc/zinc/issues/70#issuecomment-1004206801, or unsubscribe https://github.com/notifications/unsubscribe-auth/AADJTJOGCZ5RIYEB4EO3ENLUUHE3PANCNFSM5LFQLTDQ. Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub. You are receiving this because you were mentioned.

Ducasse avatar Jan 03 '22 20:01 Ducasse

@Ducasse the link to the Zinc Client chapter from the Enterprise book does no longer work, it is the same link as shown on this page TOC: http://books.pharo.org/enterprise-pharo/

Maybe something changed ?

svenvc avatar Jan 03 '22 23:01 svenvc

Tx I will remove them because I do not know when they worked :)

On 4 Jan 2022, at 00:01, Sven Van Caekenberghe @.***> wrote:

@Ducasse https://github.com/Ducasse the link to the Zinc Client chapter from the Enterprise book does no longer work, it is the same link as shown on this page TOC: http://books.pharo.org/enterprise-pharo/ http://books.pharo.org/enterprise-pharo/ Maybe something changed ?

— Reply to this email directly, view it on GitHub https://github.com/svenvc/zinc/issues/70#issuecomment-1004413376, or unsubscribe https://github.com/notifications/unsubscribe-auth/AADJTJN3KSY7FPZKKSHFWRLUUITGLANCNFSM5LFQLTDQ. Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub. You are receiving this because you were mentioned.

Ducasse avatar Jan 04 '22 07:01 Ducasse

But how can someone link to an individual chapter in the book then ?

svenvc avatar Jan 04 '22 08:01 svenvc

I’m not sure we can. And I do not have cycle anymore. Sorry but I’m carrying too much tasks.

On 4 Jan 2022, at 09:34, Sven Van Caekenberghe @.***> wrote:

But how can someone link to an individual chapter in the book then ?

— Reply to this email directly, view it on GitHub https://github.com/svenvc/zinc/issues/70#issuecomment-1004614952, or unsubscribe https://github.com/notifications/unsubscribe-auth/AADJTJKQHTJM4NT657LPAWTUUKWI5ANCNFSM5LFQLTDQ. Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub. You are receiving this because you were mentioned.

Ducasse avatar Jan 04 '22 09:01 Ducasse