Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Client" Doc in README -> 503 Server Error #70

Open
seandenigris opened this issue Jan 3, 2022 · 9 comments
Open

"Client" Doc in README -> 503 Server Error #70

seandenigris opened this issue Jan 3, 2022 · 9 comments

Comments

@seandenigris
Copy link

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?

@svenvc
Copy link
Owner

svenvc commented Jan 3, 2022

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

@seandenigris
Copy link
Author

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?

@svenvc
Copy link
Owner

svenvc commented Jan 3, 2022

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.

@seandenigris
Copy link
Author

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

Oh, gotcha. Thanks, that clears it up

@Ducasse
Copy link

Ducasse commented Jan 3, 2022 via email

@svenvc
Copy link
Owner

svenvc commented Jan 3, 2022

@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 ?

@Ducasse
Copy link

Ducasse commented Jan 4, 2022 via email

@svenvc
Copy link
Owner

svenvc commented Jan 4, 2022

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

@Ducasse
Copy link

Ducasse commented Jan 4, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants