From cff36d6c23caf84d4fdfd739ccbb20ff4ceb6edf Mon Sep 17 00:00:00 2001 From: "Jung Hyun, Nam" Date: Fri, 17 Jul 2026 18:17:06 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=EB=B2=94=EC=9A=A9=20Companion=204?= =?UTF-8?q?=EC=A2=85=20=EC=B6=94=EA=B0=80=20(7-Zip,=20=EB=B0=98=EB=94=94?= =?UTF-8?q?=EC=A7=91,=20WebView2=20=EB=9F=B0=ED=83=80=EC=9E=84,=20OpenJDK)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 전자정부/인터넷뱅킹 환경에서 자주 마주치는 범용 보조 소프트웨어를 공식 다운로드 페이지 링크(Companion) 형태로 추가합니다. - 7-Zip (LGPL): 일반 압축 해제 - 반디집: .egg/.alz 등 한국식 압축 포맷 대응 - Microsoft Edge WebView2 런타임: 최신 보안·인증 클라이언트의 내장 웹뷰 의존성 - OpenJDK (Eclipse Temurin, GPLv2+CE): 레거시 Java 기반 전자정부/뱅킹 서비스 - generate.cs / Catalog.xml 양쪽 반영, 4개 다운로드 URL 생존(HTTP 200) 확인 - 직접 배포가 아닌 링크 형태라 배포 의무가 없어 카탈로그를 참조하는 downstream 상용 소비자에게도 안전(공용 자산 원칙 준수) Co-Authored-By: Claude Opus 4.8 (1M context) --- docs/Catalog.xml | 4 ++++ docs/generate.cs | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/docs/Catalog.xml b/docs/Catalog.xml index aec367b..71be240 100644 --- a/docs/Catalog.xml +++ b/docs/Catalog.xml @@ -11,6 +11,10 @@ + + + + diff --git a/docs/generate.cs b/docs/generate.cs index a3d719f..b4b274b 100644 --- a/docs/generate.cs +++ b/docs/generate.cs @@ -380,6 +380,10 @@ new("HancomOfficeViewer", "한컴오피스 뷰어", "https://www.hancom.com/product/office/officeViewer", "", "Hancom Office Viewer"), new("AdobeAcrobatReader", "Adobe Acrobat Reader", "https://get.adobe.com/kr/reader", "", "Adobe Acrobat Reader"), new("RaiDrive", "RaiDrive", "https://www.raidrive.com/download", "", "RaiDrive"), + new("SevenZip", "7-Zip (LGPL)", "https://www.7-zip.org/download.html", "", "7-Zip (LGPL)"), + new("Bandizip", "반디집", "https://www.bandisoft.com/bandizip/", "", "Bandizip"), + new("EdgeWebView2Runtime", "Microsoft Edge WebView2 런타임", "https://developer.microsoft.com/ko-kr/microsoft-edge/webview2/", "", "Microsoft Edge WebView2 Runtime"), + new("EclipseTemurin", "OpenJDK (GPLv2+CE)", "https://adoptium.net/temurin/releases/", "", "OpenJDK (GPLv2+CE)"), ]; ServiceCollection services = [