Skip to content

Add GhostScript, GhostPCL, Visual C++ Redistributable, and 모두의 PDF companions#138

Draft
rkttu with Copilot wants to merge 2 commits into
mainfrom
copilot/add-software-links
Draft

Add GhostScript, GhostPCL, Visual C++ Redistributable, and 모두의 PDF companions#138
rkttu with Copilot wants to merge 2 commits into
mainfrom
copilot/add-software-links

Conversation

Copilot AI commented Jul 8, 2026

Copy link
Copy Markdown

모두의 프린터의 필수 소프트웨어가 라이선스 문제로 분리 배포됨에 따라, 이를 컴패니언에서 각 소프트웨어의 다운로드 페이지로 안내하도록 추가합니다. PDF 작업 편의를 위한 모두의 PDF 홈페이지 링크도 함께 추가합니다.

Changes

  • docs/generate.csCompanionCollection에 4개 항목 추가 (직접 다운로드가 아닌 다운로드/홈페이지 링크)
  • docs/Catalog.xml — 생성 결과물에 대응하는 <Companion> 엘리먼트 반영
Id DisplayName Url
EveryonesPDF 모두의 PDF https://modu-print.com/모두의pdf-다운로드
Ghostscript Ghostscript (AGPL) https://www.ghostscript.com/releases/gsdnld.html
GhostPCL GhostPCL (AGPL) https://www.ghostscript.com/releases/gpcldnld.html
VisualCppRedist Visual C++ 재배포 가능 패키지 https://learn.microsoft.com/ko-kr/cpp/windows/latest-supported-vc-redist
new("Ghostscript", "Ghostscript (AGPL)", "https://www.ghostscript.com/releases/gsdnld.html", "", "Ghostscript (AGPL)"),
new("GhostPCL", "GhostPCL (AGPL)", "https://www.ghostscript.com/releases/gpcldnld.html", "", "GhostPCL (AGPL)"),
new("VisualCppRedist", "Visual C++ 재배포 가능 패키지", "https://learn.microsoft.com/ko-kr/cpp/windows/latest-supported-vc-redist", "", "Visual C++ Redistributable"),

Notes

  • URLs point to download/homepage pages, not direct binaries, per the licensing requirement.
  • The pre-existing trailing space in RaiDrive 's Id (in Catalog.xml only) is left untouched as out of scope.

@CLAassistant

Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

Copilot AI changed the title [WIP] Add software links in Companion application Add GhostScript, GhostPCL, Visual C++ Redistributable, and 모두의 PDF companions Jul 8, 2026
Copilot finished work on behalf of rkttu July 8, 2026 15:33
Copilot AI requested a review from rkttu July 8, 2026 15:33
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

Successfully merging this pull request may close these issues.

Companion 애플리케이션으로 몇 가지 프로그램 추가 여부 검토

3 participants