-
Notifications
You must be signed in to change notification settings - Fork 227
Fix dead case studies link and preserve archived RCP case studies content with screenshots #3392
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
base: master
Are you sure you want to change the base?
Conversation
Co-authored-by: laeubi <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@copilot can you recover the information from the web-archive here: https://web.archive.org/web/20240601000000*/https://www.eclipse.org/community/rcpcp.php and store it in a new mad file in the docs folder as suggested by @mickaelistria here #3391 (comment)
It seem latest not giving 404 was: https://web.archive.org/web/20240212113300/https://www.eclipse.org/community/rcpcp.php
I'm unable to access the web archive URL from this environment due to network restrictions (the domain appears to be blocked). To proceed with creating the markdown file with the archived content, I would need either:
Could you provide the archived content from https://web.archive.org/web/20240601000000*/https://www.eclipse.org/community/rcpcp.php, or would you prefer a different approach? Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
@copilot I saved a dump here rcp_website_dump.zip does it work? |
Co-authored-by: laeubi <[email protected]>
Yes, that worked perfectly! I've successfully created |
We're missing the images/screenshots, which are very useful ("a picture is worth a thousand words") |
@copilot can you add the preview images as well to the markdown? For what it might helps, the full URL with the content can also be found here: https://web.archive.org/web/20240212113300/https://www.eclipse.org/community/rcpcp.php Apart from that how specifically one would configure copilote to allow it to access the https://web.archive.org page? |
Co-authored-by: laeubi <[email protected]>
I've added all 51 preview images/screenshots to the markdown file. The images are now stored in Regarding web.archive.org access: The environment I work in has network restrictions that block certain domains. Access would need to be configured at the infrastructure level, which is outside my control. |
Problem
The "Case Studies" section in
docs/Rich_Client_Platform.md
contained a broken link tohttps://www.eclipse.org/community/rcpcp.php
, which returns a 404 error. This page appears to have been removed or relocated on the Eclipse website, resulting in the loss of valuable historical information about commercial RCP applications.Solution
Created
docs/RCP_Case_Studies.md
- A new markdown file containing the archived content from the web archive (last captured February 12, 2024). This preserves the historical case studies information that was previously lost.Updated
docs/Rich_Client_Platform.md
- Modified the Case Studies section to link to the new local file and also reference the current Eclipse Community page for up-to-date information.Added application screenshots - Extracted and included 51 screenshot images from the archived content to provide visual representations of each RCP application.
Changes
docs/RCP_Case_Studies.md
(473 lines) with archived commercial RCP applications case studiesdocs/Rich_Client_Platform.md
to link toRCP_Case_Studies.md
instead of the dead URLdocs/images/rcp_case_studies/
directory containing 51 screenshot images (816KB total)Content Preserved
The archived case studies document includes descriptions and screenshots for 50+ commercial RCP applications including:
Justification
This approach:
Fixes #3391
Original prompt
Fixes #3391
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.