{"id":26457146,"url":"https://github.com/progit/progit2-ko","last_synced_at":"2025-04-09T05:11:29.687Z","repository":{"id":22573608,"uuid":"25915084","full_name":"progit/progit2-ko","owner":"progit","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-05T01:53:29.000Z","size":146987,"stargazers_count":138,"open_issues_count":12,"forks_count":63,"subscribers_count":21,"default_branch":"master","last_synced_at":"2025-04-02T04:04:34.425Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/progit.png","metadata":{"files":{"readme":"README.asc","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.asc","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-10-29T10:13:14.000Z","updated_at":"2025-03-28T18:03:50.000Z","dependencies_parsed_at":"2023-02-15T17:01:05.916Z","dependency_job_id":null,"html_url":"https://github.com/progit/progit2-ko","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/progit%2Fprogit2-ko","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/progit%2Fprogit2-ko/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/progit%2Fprogit2-ko/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/progit%2Fprogit2-ko/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/progit","download_url":"https://codeload.github.com/progit/progit2-ko/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247980843,"owners_count":21027808,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-03-18T22:42:43.660Z","updated_at":"2025-04-09T05:11:29.672Z","avatar_url":"https://github.com/progit.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"= Pro Git, 2판\n\n짜잔, Pro Git 책의 2판입니다.\n\n이 책은 온라인으로도 볼 수 있습니다: http://git-scm.com/book\n\n초판과 마찬가지로 2판도 Creative Commons 라이센스를 따르는 오픈소스입니다.\n\n오픈소스로 공개한 초판에서 달라진 게 몇 가지 있습니다.\n먼저 문서의 형식을 Markdown에서 Asciidoc으로 바꾸었습니다.\n\n초판에서는 번역본을 모두 한 저장소에서 관리했습니다. 이제는 각각 분리된 저장소로 관리합니다.\n자세한 내용은 link:TRANSLATING.md[번역(TRANSLATING)] 페이지을 참고하시기 바랍니다.\n\n== 책 생성 방법\n\n아래의 방법이 아니라도 직접 Asciidoctor 도구를 사용하여 e-book을 만들 수도 있습니다.\n예전에 Kindle 형식의 e-book인 .mobi 파일을 만들 수 있었지만 현재는 Kindle 형식의 e-book을 생성하지는 않습니다(https://github.com/progit/progit2/issues/1496[관련 1496 이슈]).\n다음과 같은 명령을 실행하여 HTML, Epub, PDF 버전의 책을 생성할 수 있습니다.\n`asciidoctor-pdf-cjk-kai_gen_gothic-install` 명령은 PDF에 포함시킬 한국어 글꼴을 다운로드 하는 명령입니다.\n\n----\n$ bundle install\n$ asciidoctor-pdf-cjk-kai_gen_gothic-install\n$ bundle exec rake book:build\nConverting to HTML...\n -- HTML output at progit.html\nConverting to EPub...\n -- Epub output at progit.epub\nConverting to PDF...\n -- PDF output at progit.pdf\n----\n\n모든 형식의 e-book을 생성하지 않고 특정 형식(HTML, EPUB, PDF)만을 생성할 수도 있습니다.\n다음 명령은 HTML, EPUB, PDF 필요한 내용만을 생성하는 명령입니다:\n\nHTML 형식 e-book을 생성하려면:\n\n----\n$ bundle exec rake book:build_html\n----\n\nEPUB 형식 e-book을 생성하려면:\n\n----\n$ bundle exec rake book:build_epub\n----\n\nPDF 형식 e-book을 생성하려면:\n\n----\n$ bundle exec rake book:build_pdf\n----\n\n현재 한글 PDF 빌드에 대한 문제를 #114 에서 해결하고 있습니다.\n\n== 새로 이슈 만들기\n\n새로 이슈를 만들기 전에 버그 관리 시스템에 비슷한 이슈가 이미 등록되었는지 먼저 확인해보시기 바랍니다.\n\ngit-scm.com 사이트에서 발견한 잘못된 점이 저장소의 해당 파일에도 존재하는지 확인해야 합니다.\n보고 계신 그 잘못된 점이 저장소에는 이미 수정하여 반영되었지만 사이트에는 아직 적용되지 않았을 수도 있기 때문입니다.\n\n== 기여하기\n\n뭔가 더 낫게 하거나 번역에 참여하고 싶다면 link:CONTRIBUTING.md[참여 가이드] 문서를 읽어 보세요.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprogit%2Fprogit2-ko","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprogit%2Fprogit2-ko","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprogit%2Fprogit2-ko/lists"}