diff options
Diffstat (limited to 'files/ko/embedding_mozilla/index.html')
-rw-r--r-- | files/ko/embedding_mozilla/index.html | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/files/ko/embedding_mozilla/index.html b/files/ko/embedding_mozilla/index.html new file mode 100644 index 0000000000..3ed5fc852e --- /dev/null +++ b/files/ko/embedding_mozilla/index.html @@ -0,0 +1,57 @@ +--- +title: Embedding Mozilla +slug: Embedding_Mozilla +tags: + - Embedding Mozilla +translation_of: Mozilla/Gecko/Embedding_Mozilla +--- +<div> + <p><a href="ko/Gecko">Gecko</a>는 third party 개발자가 Mozilla에 기초를 둔 같은 기술을 사용하는 것을 허용한다. 이것은 당신이 third-party 응용프로그램 안에 웹 브라우저를 embed 하여, 네트워크 backend를 통해 channel과 stream을 열고, <a href="ko/DOM">DOM</a>을 통과하는 것 등을 할 수 있다는 것을 뜻한다. chrome을 써서 전체 새 응용프로그램을 만들 수도 있다.</p> +</div> +<table class="topicpage-table"> + <tbody> + <tr> + <td> + <h4 id="Documentation" name="Documentation"><a>Documentation</a></h4> + <dl> + <dt> + <a href="ko/Mozilla_Embedding_FAQ">Mozilla Embedding FAQ</a></dt> + <dd> + <small>Mozilla embedding에 대해 자주 묻는 것 모음.</small></dd> + </dl> + <dl> + <dt> + <a href="ko/Gecko_Embedding_Basics">Gecko 임베딩 기초</a></dt> + <dd> + <small>Gecko rendering engine 임베드 하기 소개.</small></dd> + </dl> + <dl> + <dt> + <a href="ko/Embedding_the_Editor">에디터 임베딩</a></dt> + <dd> + <small>이 글은 editor embed 가능성의 현재 상태, 현존하는 구현의 문제, 우리가 다룰 필요가 있는 몇 가능한 embedding 시나리오, 그것을 채울 임베딩 솔루션을 설명한다.</small></dd> + </dl> + <dl> + <dt> + <a href="ko/Roll_your_own_browser_-_An_embedding_HowTo">Roll your own browser - An embedding HowTo</a></dt> + <dd> + <small>Mozilla 임베딩 빠른 소개.</small></dd> + </dl> + <p><span class="alllinks"><a>View All...</a></span></p> + </td> + <td> + <h4 id=".EC.BB.A4.EB.AE.A4.EB.8B.88.ED.8B.B0" name=".EC.BB.A4.EB.AE.A4.EB.8B.88.ED.8B.B0">커뮤니티</h4> + <ul> + <li>View Mozilla forums...</li> + </ul> + <p>{{ DiscussionList("dev-embedding", "mozilla.dev.embedding") }}</p> + <h4 id=".EA.B4.80.EB.A0.A8_.EC.A3.BC.EC.A0.9C" name=".EA.B4.80.EB.A0.A8_.EC.A3.BC.EC.A0.9C">관련 주제</h4> + <dl> + <dd> + <a href="ko/Gecko">Gecko</a>, <a href="ko/XPCOM">XPCOM</a></dd> + </dl> + </td> + </tr> + </tbody> +</table> +<p> </p> |