docs: HWPX/OWPML 내부 실전 가이드 + 영문 README#55
Merged
Merged
Conversation
실제 한/글 동작에서 확인된, 코드만으로는 알 수 없는 HWPX/OWPML 실전 지식을 docs/internals/ 아래에 정리하고, 영문 README를 추가한다. - docs/internals/: 6개 주제(HWPUNIT 좌표계, hp:linesegarray 조판 캐시, TABLEOFCONTENTS dirty 재계산, OPC 재패킹, 메모 구조, 오라클 한계) + 색인. 모든 주장은 저장소 코드·테스트(src/hwpx/..., tests/...)나 공개 표준으로 검증했고, 실측 한/글 동작은 "실제 한/글에서 확인된 동작"으로 명시. - Sphinx toctree에 배선(내부 가이드 색인 → 6개 주제), gh-pages 빌드 무손상. - README_EN.md: 현재 origin/main README.md의 충실한 영문 번역. - README.md/README_EN.md: 상단 언어 토글 + "더 보기"에 내부 가이드 링크. Co-Authored-By: Claude Fable 5 <[email protected]>
airmang
force-pushed
the
docs/internals-guide
branch
from
July 20, 2026 13:51
ddcd528 to
e3b8737
Compare
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.
무엇을
docs/internals/— "코드만으로는 알 수 없는, 실제 한/글 동작에서 확인된 HWPX/OWPML 실전 지식"을 정리한 신규 가이드. 색인 1개 + 주제 6개:units.md— HWPUNIT 좌표계(1 inch = 7,200), pt/mm/% 내부 변환lineseg.md—hp:linesegarray조판 캐시, 편집 후 stale 방치 시 글자 겹침, 문단 단위 스코프 무효화toc-dirty.md—TABLEOFCONTENTS필드dirty="1"의 여는 시점 재계산 트리거와 그 한계opc-packaging.md—mimetype첫 엔트리·STORED, version.xml/manifest, 2016→2011 네임스페이스 정규화memo-structure.md— 메모 본체·MEMO 필드·MemoShapeIDRef참조 삼박자oracle-limits.md— 텍스트 추출이 침묵 실패할 수 있는 경우와 픽셀 검증이 필요한 이유README_EN.md— 현재mainREADME.md의 충실한 영문 번역(구조·뱃지·링크·코드 블록 동일).한국어 | English), "더 보기"에 내부 가이드 링크 추가.왜
이 프로젝트의 차별점은 산출물을 실제 한컴오피스로 검증한다는 점이고, 그 과정에서 표준 문서·한컴 공식 문서·KS X 6101 어디에도 적혀 있지 않은 내부 동작 지식이 축적되었습니다. 이를 공개해 저장소를 기여자를 위한 권위 있는 학습 자료로 만드는 것이 목적입니다. 영문 README는 비한국어권 기여자의 진입 장벽을 낮춥니다.
검증 방법
src/hwpx/...,tests/...) 또는 공개 표준으로 검증했습니다. 실측으로 관찰한 한/글 동작은 내부 참조 없이 "실제 한/글에서 확인된 동작"으로 명시했습니다.sphinx-build -b html docs docs/_build/html(gh-pages 워크플로와 동일) 로컬 실행 → exit 0, build succeeded. 신규 7개 문서 모두 정상 렌더·toctree 배선 완료, 끊긴 링크 경고 없음. 남은 5개 경고는 기존 문서의 pre-existingtoc.not_included로 이 PR과 무관.subList가 아니라 메모 요소의paraList에 위치하며, 여백에 표시되는 텍스트는 MEMO 필드의subList에서 온다는 실제 구조를 반영).🤖 Generated with Claude Code