-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ko]: add index.md for
web/glossary/webdav
(#16429)
[add]: add index.md for web/glossary/webdav
- Loading branch information
Showing
1 changed file
with
29 additions
and
0 deletions.
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 |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
title: 웹 분산 저작 및 버전 관리 (Web Distributed Authoring and Versioning, WebDAV) | ||
slug: Glossary/WebDAV | ||
l10n: | ||
sourceCommit: ada5fa5ef15eadd44b549ecf906423b4a2092f34 | ||
--- | ||
|
||
{{GlossarySidebar}} | ||
|
||
**웹 분산 저작 및 버전 관리(Web Distributed Authoring and Versioning, WebDAV)** 는 웹 개발자가 클라이언트에서 원격으로 콘텐츠를 갱신할 수 있게 해주는 {{Glossary("HTTP")}} 확장 프로그램입니다. | ||
|
||
WebDAV는 단독으로 사용되는 경우가 거의 없지만, {{Glossary("CalDAV")}} (원격 접근 달력) 및 {{Glossary("CardDAV")}} (원격 접근 주소록)이라는 두 가지 확장이 매우 일반적으로 사용됩니다. | ||
|
||
WebDAV를 사용하면 클라이언트가 아래를 수행할 수 있습니다. | ||
|
||
- 웹페이지 메타데이터(예, 작성자 또는 생성 날짜) 추가, 삭제 및 검색 | ||
- 모든 미디어 타입의 페이지를 관련 페이지에 연결 | ||
- 문서 세트를 생성하고 계층적으로 목록을 검색 | ||
- 웹페이지 복사 및 이동 | ||
- 한 번에 두 명 이상이 문서를 편집하지 못하도록 잠금 | ||
|
||
## 같이 보기 | ||
|
||
- 위키백과의 [WebDAV](https://en.wikipedia.org/wiki/WebDAV) | ||
- 명세서: | ||
|
||
- {{rfc(2518)}} | ||
- {{rfc(3253)}} | ||
- {{rfc(3744)}} |