-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gh pages korean #62
Closed
Closed
Gh pages korean #62
Changes from all commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
c0687ba
Translate rules(required, permitted, forbidden) in Korean
liks79 d0f0ba4
Translate footer messages in Korean
liks79 e2d6931
Translate in Korea and add some template code for Korean developer
liks79 74b9bf3
Translate main page in Korean
liks79 f515863
Translate annotation categories in Korean
liks79 8300529
Translate 'note','how','description' in Korean
liks79 6c54508
Add some template code for category type for Korean translation
liks79 711719c
domain change
liks79 e042074
domain change
liks79 7ca7585
domain change
liks79 b6b5368
domain change
liks79 261c545
domain change
liks79 7df31c5
Update CNAME
liks79 3e432fd
Update CNAME
liks79 77a8ca6
Update CNAME
liks79 34bdf8d
Update CNAME
liks79 a5b47c8
Update footer.html
liks79 cf6a6fa
Update header.html
liks79 ffcc1cc
Update CNAME
liks79 a581487
띄어쓰기와 어색한 부분 수정
Kroisse a8e8841
JavaScript src location change: add '/choosealicense.com/' prefix
liks79 6c55625
CSS location change: add '/choosealicense.com/' prefix
liks79 d24ad3e
Change lang='ko'
liks79 3ad82d1
Merge pull request #1 from Kroisse/patch-1
liks79 9cc6dcf
modify home, license link
liks79 52a8124
add '/choosealicense.com/' prefix to href..
liks79 153f3f0
Add resource url location prefix : {{ site.base-url }}
liks79 c1fb3a4
Remove mis-copied sentence
liks79 2e6ff5b
add HTML BASE tag
liks79 3a51341
Add base-url adoption
liks79 d48e7b4
Add base-url adoption
liks79 34fa877
Add base-url adoption
liks79 261ab38
Add base-url adoption
liks79 de60a03
Remove base-url adoption
liks79 97a3782
modify ZeroClipboard.js loading location
liks79 cd0f01b
modify ZeroClipboard.js loading location
liks79 6aa3466
modify ZeroClipboard.js loading location
liks79 db33eeb
Add 'base-url:' for relative base url
liks79 5198b07
Modify 'moviePath:' for relative base url
liks79 b3d4736
Modify 'moviePath:' for relative base url
liks79 dc36149
Translation of '@innerText = "Copied!"' in Korean
liks79 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
choosealicense.com | ||
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,49 +2,53 @@ | |
layout: default | ||
class: home | ||
hide_breadcrumbs: true | ||
title: Choosing an OSS license doesn’t need to be scary | ||
description: A site to provide non-judgmental guidance on choosing a license for your open source project | ||
title: 오픈소스SW의 라이선스를 선택하는 것은 두려운일이 아닙니다. | ||
description: 여러분의 오픈소스 프로젝트 라이선스 선택에 대한 개인적인 기준에 의거한 판단을 피하는 지침을 제공하는 사이트 | ||
--- | ||
|
||
<h2> | ||
<span>{</span> | ||
Which of the following best describes your situation? | ||
다음 중 어느 것이 여러분의 상황을 가장 잘 표현하고 있습니까? | ||
<span>}</span> | ||
</h2> | ||
<ul class="situations cf"> | ||
<li class='whatever'> | ||
<a href="licenses/mit"><img height='57' src='images/[email protected]' width='72'></a> | ||
<h3><a href="licenses/mit">I want it simple and permissive.</a></h3> | ||
<a href="{{ site.base-url }}/licenses/mit"><img height='57' src='{{ site.base-url }}/images/[email protected]' width='72'></a> | ||
<h3><a href="{{ site.base-url }}/licenses/mit">간단하고 관용적인 라이선스를 원합니다.</a></h3> | ||
<p> | ||
The <a href="licenses/mit">MIT License</a> is a permissive license that is short and to the point. It lets people do anything they want with your code as long as they provide attribution back to you and don’t hold you liable. | ||
The <a href="{{ site.base-url }}/licenses/mit">MIT License</a>는 간단하고 관용적인 라이선스입니다. | ||
이 라이선스는 사람들이 여러분에게 법적 책임과 권한을 귀속시키지 않는 이상, | ||
여러분의 코드를 가지고 무엇이든지 할 수 있도록 허락해줍니다. | ||
</p> | ||
<p> | ||
<strong>jQuery</strong> and <strong>Rails</strong> use the MIT License. | ||
<strong>jQuery</strong> 와 <strong>Rails</strong>는 MIT License 를 사용합니다. | ||
</p> | ||
</li> | ||
<li class='patents'> | ||
<a href="licenses/apache"><img height='72' src='images/[email protected]' width='43'></a> | ||
<h3><a href="licenses/apache">I’m concerned about patents.</a></h3> | ||
<a href="{{ site.base-url }}/licenses/apache"><img height='72' src='{{ site.base-url }}/images/[email protected]' width='43'></a> | ||
<h3><a href="{{ site.base-url }}/licenses/apache">특허와 관련된 부분이 염려됩니다.</a></h3> | ||
<p> | ||
The <a href="licenses/apache/">Apache License</a> is a permissive license similar to the MIT License, but also provides an express grant of patent rights from contributors to users. | ||
The <a href="{{ site.base-url }}/licenses/apache/">Apache License</a> 은 MIT License와 비슷한 관용적인 라이선스 입니다,뿐만 아니라 소스코드 기여자들이 사용자들에게 기여자들이 소유한 특허권을 명시적으로 제공합니다. | ||
</p> | ||
<p> | ||
<strong>Apache</strong>, <strong>SVN</strong>, and <strong>NuGet</strong> use the Apache License. | ||
<strong>Apache</strong>, <strong>SVN</strong>, <strong>NuGet</strong>은 Apache License 를 사용합니다. | ||
</p> | ||
</li> | ||
<li class='copyleft'> | ||
<a href="licenses/gpl-v2"><img height='69' src='images/[email protected]' width='72'></a> | ||
<h3><a href="licenses/gpl-v2">I care about sharing improvements.</a></h3> | ||
<a href="{{ site.base-url }}/licenses/gpl-v2"><img height='69' src='{{ site.base-url }}/images/[email protected]' width='72'></a> | ||
<h3><a href="{{ site.base-url }}/licenses/gpl-v2">개선사항을 공유하는 것에 관심있습니다.</a></h3> | ||
<p> | ||
The GPL (<a href="licenses/gpl-v2">V2</a> or <a href="licenses/gpl-v3">V3</a>) is a copyleft license that requires others who modify your code to disclose their changes if they redistribute it in source or binary form. V3 is similar to V2, but further restricts use in hardware that forbids software alterations. | ||
The GPL (<a href="{{ site.base-url }}/licenses/gpl-v2">V2</a> 혹은 <a href="{{ site.base-url }}/licenses/gpl-v3">V3</a>)은 누군가 여러분의 코드를 수정하였고 수정한 소스코드 혹은 바이너리 형태를 재배포하려 한다면 변경사항을 공개해야하는 카피레프트 라이선스입니다. V3는 V2와 유사하지만, 하드웨어안에서의 소프트웨어 변경을 금지하는 것을 추가적으로 제한하고 있습니다. | ||
</p> | ||
<p> | ||
<strong>Linux</strong>, <strong>Git</strong>, and <strong>WordPress</strong> use the GPL. | ||
<strong>Linux</strong>, <strong>Git</strong>, <strong>WordPress</strong>는 GPL을 사용합니다. | ||
</p> | ||
</li> | ||
</ul> | ||
<div class="see-more callout"> | ||
<p>What if none of these work for me or I want to retain all of my rights? <a href="licenses">More licenses are available</a>.</p> | ||
|
||
<p>What if I don't want to choose a license? <a href="no-license">You don't have to</a>.</p> | ||
<p>마음에 드는 라이선스가 없나요? 혹은 여러분의 권리를 모두 유지하고 싶은가요? <a href="{{ site.base-url }}/licenses">사용가능한 더 많은 라이선스가 있습니다</a>.</p> | ||
|
||
<p>라이선스 선택을 원하지 않으면 어떻게 하나요? <a href="{{ site.base-url }}/no-license">라이선스를 꼭 선택할 필요는 없습니다</a>.</p> | ||
|
||
</div> |
This file contains 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Once this button is clicked, the text of the button becomes to 'Copied!' (which is not translated).
I guess the following line in
app.coffee
need translatation:There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeahh!
That's right.
I'll apply it.
Thanks!