aboutsummaryrefslogtreecommitdiff
path: root/files/ko/orphaned/places
diff options
context:
space:
mode:
Diffstat (limited to 'files/ko/orphaned/places')
-rw-r--r--files/ko/orphaned/places/custom_containers/index.html3
-rw-r--r--files/ko/orphaned/places/instantiating_views/index.html3
-rw-r--r--files/ko/orphaned/places/query_system/index.html3
-rw-r--r--files/ko/orphaned/places/views/index.html3
4 files changed, 8 insertions, 4 deletions
diff --git a/files/ko/orphaned/places/custom_containers/index.html b/files/ko/orphaned/places/custom_containers/index.html
index 305255ee4d..695f57aea1 100644
--- a/files/ko/orphaned/places/custom_containers/index.html
+++ b/files/ko/orphaned/places/custom_containers/index.html
@@ -1,8 +1,9 @@
---
title: Custom Containers
-slug: Places/Custom_Containers
+slug: orphaned/Places/Custom_Containers
tags:
- Places
+original_slug: Places/Custom_Containers
---
<p>사용자 정의 콘테이너는 확장이나 기타 서비스가 플레이스 폴더의 결과를 동적으로 제공하는 것을 가능하게 합니다. 이 문서를 읽기 전에 질의와 결과의 작동 방법에 대한 <a href="ko/Places/Query_System">플레이스 질의 시스템</a>을 숙지하는 것이 좋습니다.</p>
diff --git a/files/ko/orphaned/places/instantiating_views/index.html b/files/ko/orphaned/places/instantiating_views/index.html
index 4fdcc5d1c9..2d7c0e0923 100644
--- a/files/ko/orphaned/places/instantiating_views/index.html
+++ b/files/ko/orphaned/places/instantiating_views/index.html
@@ -1,8 +1,9 @@
---
title: Instantiating Views
-slug: Places/Instantiating_Views
+slug: orphaned/Places/Instantiating_Views
tags:
- Places
+original_slug: Places/Instantiating_Views
---
<p>여러분의 확장이나 애플리케이션에서 북마크나 히스토리의 내용을 보여주려면 내장 플레이스 뷰를 사용할 수 있습니다. 이는 포괄적이며, 기본 기능을 작성하는 시간을 많이 아껴주므로 여러분은 애플리케이션을 작성하는데 집중할 수 있습니다.</p>
diff --git a/files/ko/orphaned/places/query_system/index.html b/files/ko/orphaned/places/query_system/index.html
index 1a3dccf574..9caeb1fe7f 100644
--- a/files/ko/orphaned/places/query_system/index.html
+++ b/files/ko/orphaned/places/query_system/index.html
@@ -1,9 +1,10 @@
---
title: Query System
-slug: Places/Query_System
+slug: orphaned/Places/Query_System
tags:
- Firefox 3
- Places
+original_slug: Places/Query_System
---
<p></p>
<p>Firefox의 히스토리와 북마크 데이터는 "<a href="ko/Places">플레이스</a>" 질의 API를 이용하여 접근할 수 있습니다. 이 API는 히스토리, 북마크, 그리고 두 가지 모두에 대하여 복잡한 질의를 실행할 수 있는 기능을 제공합니다. 질의의 결과는 조건에 맞는 데이터의 단순 목록이나 트리 구조를 포함한 개체입니다. 질의 API와 결과 데이터의 구조에 대한 정의는 <code><a href="https://dxr.mozilla.org/mozilla-central/source/toolkit/components/places/public/nsINavHistoryService.idl" rel="custom">toolkit/components/places/public/nsINavHistoryService.idl</a></code>에 있습니다. 이 페이지는 일반적인 작업에 대한 소개와 핵심 API 사용법에 대한 예제를 제공합니다.</p>
diff --git a/files/ko/orphaned/places/views/index.html b/files/ko/orphaned/places/views/index.html
index 7f4233cc5a..6678035a7b 100644
--- a/files/ko/orphaned/places/views/index.html
+++ b/files/ko/orphaned/places/views/index.html
@@ -1,8 +1,9 @@
---
title: Views
-slug: Places/Views
+slug: orphaned/Places/Views
tags:
- Places
+original_slug: Places/Views
---
<p>뷰는 nsINavHistoryResult 개체를 사용자에게 표시하는 방법입니다. 뷰는 <a href="https://dxr.mozilla.org/mozilla-central/source/toolkit/components/places/public/nsINavHistoryService.idl" rel="custom">nsINavHistoryService.idl</a>에 정의된 nsINavHistoryResultViewer 인터페이스를 구현합니다.</p>