-
Notifications
You must be signed in to change notification settings - Fork 56
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
Comments
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. HTH, Sven |
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. |
Oh, gotcha. Thanks, that clears it up |
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 <#70 (comment)>, 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 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 ? |
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 <#70 (comment)>, 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.
|
But how can someone link to an individual chapter in the book then ? |
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 <#70 (comment)>, 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.
|
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:
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?
The text was updated successfully, but these errors were encountered: