feat: 모두의 프린터 분리배포 요구 SW를 Companion으로 추가 (resolve #137)#141
Merged
Conversation
모두의 프린터 설치 과정에서 기본 포함되던 요구 소프트웨어가 라이선스 문제로 분리 배포됨에 따라, 직접 다운로드가 아닌 공식 다운로드 페이지 링크(Companion)로 안내하도록 추가합니다. PDF 작업 편의를 위한 모두의 PDF 링크도 함께 추가. - 모두의 PDF: 홈페이지/다운로드 링크 - Ghostscript (AGPL): 공식 다운로드 페이지 - GhostPCL (AGPL): 공식 다운로드 페이지 - Visual C++ 재배포 가능 패키지: MS 공식 "latest supported" 페이지 - generate.cs / Catalog.xml 양쪽 반영, 4개 URL 생존(HTTP 200) 확인 - 간접 링크 형태라 배포 의무 없음(AGPL 항목은 특히 링크 유지가 규정상 안전) - CLA로 막혀 있던 draft PR #138을 대체함 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Adds four “Companion” entries to the TableCloth catalog so that users are guided to official download/home pages (not direct binaries) for software that was split out of Everyone’s Printer due to licensing/distribution constraints (Closes #137).
Changes:
- Add a new companion link for “모두의 PDF (Everyone’s PDF)”.
- Add companion links for Ghostscript (AGPL), GhostPCL (AGPL), and the latest-supported Visual C++ Redistributable page.
- Keep
docs/generate.csanddocs/Catalog.xmlaligned 1:1 for these new companions.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| docs/generate.cs | Adds 4 new CompanionCollection entries (Id/DisplayName/Url/en-US name) to generate the catalog content. |
| docs/Catalog.xml | Adds the corresponding 4 <Companion /> elements to the published catalog XML. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
개요
모두의 프린터 설치 시 기본 포함되던 요구 소프트웨어가 라이선스 문제로 분리 배포됨에 따라, 직접 다운로드가 아닌 공식 다운로드 페이지 링크(
<Companion>)로 안내하도록 추가합니다. (이슈 #137)EveryonesPDFGhostscriptGhostPCLVisualCppRedist검증
generate.cs↔Catalog.xml4개 1:1 정합 ✔설계 근거
(AGPL)표기.참고
Closes #137
🤖 Generated with Claude Code